llvm-project/mlir/lib/IR
River Riddle fa6eb9bfaf Add a new ClassID utility class that allows for generating unique identifiers for class types. This replaces the duplicated functionality of AnalysisID/PassID/etc.
--

PiperOrigin-RevId: 247237835
2019-05-10 19:23:57 -07:00
..
AffineExpr.cpp Cleanup post cl/235283610 - NFC 2019-03-29 16:42:20 -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 [Linalg] Add a primitive tiling pass 2019-05-06 08:23:43 -07:00
AffineMapDetail.h Introduce Fourier-Motzkin variable elimination + other cleanup/support 2019-03-29 13:38:24 -07:00
AsmPrinter.cpp Refactor the support for AffineMap and IntegerSet aliases in the parser into more general support for attribute aliases. 2019-05-10 19:22:32 -07:00
AttributeDetail.h 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
Attributes.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
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 Simplify the emission of various diagnostics emitted by the different dialects (Affine/Standard/etc.) by using the new stream interface instead of Twine. 2019-05-10 19:22:24 -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 Add a new ClassID utility class that allows for generating unique identifiers for class types. This replaces the duplicated functionality of AnalysisID/PassID/etc. 2019-05-10 19:23:57 -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 Implement the conversion between SDBMExpr and AffineExpr 2019-05-06 08:18:31 -07:00
SDBMExprDetail.h Start building SDBM infrastructure 2019-05-06 08:17:42 -07:00
StandardTypes.cpp Fix MacOS build: static constexpr must be defined 2019-05-06 08:30:26 -07:00
TypeDetail.h Rename UnknownType to OpaqueType (NFC) 2019-04-03 19:21:47 -07:00
Types.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
Value.cpp Introduce functionality for defining region ancestor relation 2019-05-06 08:16:00 -07:00