.. |
AffineExpr.cpp
|
Add llvm_unreachable in unreachable path to silence GCC warning (NFC)
|
2019-05-10 19:30:06 -07:00 |
AffineExprDetail.h
|
Remove some statements that required >C++11, add includes and qualify names. NFC.
|
2019-03-29 17:24:53 -07:00 |
AffineMap.cpp
|
Add llvm_unreachable in unreachable path to silence GCC warning (NFC)
|
2019-05-10 19:30:06 -07:00 |
AffineMapDetail.h
|
Introduce Fourier-Motzkin variable elimination + other cleanup/support
|
2019-03-29 13:38:24 -07:00 |
AsmPrinter.cpp
|
Add override keyword on overidden virtual method (NFC)
|
2019-05-10 19:26:59 -07:00 |
AttributeDetail.h
|
Add an AttrBase class to simplify defining derived Attributes. This class serves the same purpose as TypeBase, and thus the duplicated functionality has been split into a new support class 'StorageUserBase'.
|
2019-05-10 19:24:46 -07:00 |
Attributes.cpp
|
Ensure that all attributes are registered with a dialect. This is one of the final steps towards allowing dialects to define their own attributes, but there are still several things missing before this is fully supported(e.g. parsing/printing ).
|
2019-05-10 19:30:23 -07:00 |
Block.cpp
|
Add the ability to attach notes to Diagnostic/InFlightDiagnostic.
|
2019-05-06 08:26:54 -07:00 |
Builders.cpp
|
Simplify several usages of attributes now that they always have a type and, transitively, access to the context.
|
2019-05-10 19:22:41 -07:00 |
CMakeLists.txt
|
Link MLIRSupport to IR in OSS
|
2019-05-06 08:20:38 -07:00 |
Diagnostics.cpp
|
Remove several heavy includes from Diagnostics.h by a moving a couple of fields/methods to the .cpp file.
|
2019-05-20 13:36:48 -07:00 |
Dialect.cpp
|
Make the Twine parameter of the current diagnostic emit functions optional. This allows for the ability to exclusively use the new diagnostic interface without breaking all of the existing usages. Several diagnostics emitted in lib/IR have been updated to make use of this functionality.
|
2019-05-06 08:27:13 -07:00 |
Function.cpp
|
Simplify several usages of attributes now that they always have a type and, transitively, access to the context.
|
2019-05-10 19:22:41 -07:00 |
IntegerSet.cpp
|
Introduce Fourier-Motzkin variable elimination + other cleanup/support
|
2019-03-29 13:38:24 -07:00 |
IntegerSetDetail.h
|
Introduce Fourier-Motzkin variable elimination + other cleanup/support
|
2019-03-29 13:38:24 -07:00 |
Location.cpp
|
Support NameLoc and CallSiteLoc for mlir::Location
|
2019-03-29 14:37:34 -07:00 |
LocationDetail.h
|
Give the Location classes their own SmartRWMutex and make sure that they are using the locationAllocator. This is step 4/N to making MLIRContext thread-safe.
|
2019-03-29 17:19:27 -07:00 |
MLIRContext.cpp
|
Ensure that all attributes are registered with a dialect. This is one of the final steps towards allowing dialects to define their own attributes, but there are still several things missing before this is fully supported(e.g. parsing/printing ).
|
2019-05-10 19:30:23 -07:00 |
Module.cpp
|
Implement initial support for function attributes, including parser, printer,
|
2019-03-29 13:02:44 -07:00 |
Operation.cpp
|
NFC: Make ParseResult public and update the OpAsmParser(and thus all of the custom operation parsers) to use it instead of bool.
|
2019-05-10 19:23:24 -07:00 |
OperationSupport.cpp
|
Rename InstOperand to OpOperand.
|
2019-03-29 17:50:41 -07:00 |
PatternMatch.cpp
|
Apply patterns repeatly if the function is modified
|
2019-04-23 22:02:16 -07:00 |
SDBMExpr.cpp
|
Add llvm_unreachable in unreachable path to silence GCC warning (NFC)
|
2019-05-10 19:30:06 -07:00 |
SDBMExprDetail.h
|
Start building SDBM infrastructure
|
2019-05-06 08:17:42 -07:00 |
StandardTypes.cpp
|
Add memref dimension bounds as upper/lower bounds on MemRefRegion constraints, to guard against potential over-approximation from projection.
|
2019-05-10 19:25:53 -07:00 |
TypeDetail.h
|
Rename UnknownType to OpaqueType (NFC)
|
2019-04-03 19:21:47 -07:00 |
Types.cpp
|
Add an AttrBase class to simplify defining derived Attributes. This class serves the same purpose as TypeBase, and thus the duplicated functionality has been split into a new support class 'StorageUserBase'.
|
2019-05-10 19:24:46 -07:00 |
Value.cpp
|
Add llvm_unreachable in unreachable path to silence GCC warning (NFC)
|
2019-05-10 19:30:06 -07:00 |