..
AffineExpr.cpp
[mlir][Linalg] Create a tool to generate named Linalg ops from a Tensor Comprehensions-like specification.
2020-04-10 13:59:25 -04:00
AffineExprDetail.h
Mass update the MLIR license header to mention "Part of the LLVM project"
2020-01-26 03:58:30 +00:00
AffineMap.cpp
[mlir][NFC] Replace mlir/Support/Functional.h with llvm equivalents.
2020-04-13 14:22:12 -07:00
AffineMapDetail.h
Mass update the MLIR license header to mention "Part of the LLVM project"
2020-01-26 03:58:30 +00:00
AsmPrinter.cpp
[llvm][STLExtras] Move the algorithm `interleave*` methods from MLIR to LLVM
2020-04-14 15:14:40 -07:00
AttributeDetail.h
[mlir] NFC: Fix trivial typo
2020-04-05 11:30:30 +09:00
Attributes.cpp
[llvm][STLExtras] Move various iterator/range utilities from MLIR to LLVM
2020-04-14 15:14:40 -07:00
Block.cpp
[mlir] Refactor a few users to no longer rely on the successor operand API of Operation.
2020-03-05 12:51:59 -08:00
Builders.cpp
[mlir][NFC] Replace mlir/Support/Functional.h with llvm equivalents.
2020-04-13 14:22:12 -07:00
CMakeLists.txt
[mlir][IR] Manually register command line options for MLIRContext and AsmPrinter
2020-04-11 23:13:00 -07:00
Diagnostics.cpp
[mlir][Diagnostic] Don't store Operation arguments as a DiagnosticArgument
2020-04-07 12:49:06 -07:00
Dialect.cpp
[mlir][NFC] Refactor ClassID into a TypeID class.
2020-04-10 23:52:33 -07:00
Function.cpp
[MLIR][NFC] drop some unnecessary includes
2020-03-27 09:17:27 +05:30
FunctionImplementation.cpp
[llvm][STLExtras] Move the algorithm `interleave*` methods from MLIR to LLVM
2020-04-14 15:14:40 -07:00
IntegerSet.cpp
[MLIR][NFC] drop some unnecessary includes
2020-03-27 09:17:27 +05:30
IntegerSetDetail.h
Mass update the MLIR license header to mention "Part of the LLVM project"
2020-01-26 03:58:30 +00:00
Location.cpp
[mlir][NFC] Refactor ClassID into a TypeID class.
2020-04-10 23:52:33 -07:00
LocationDetail.h
[mlir][NFC] Refactor ClassID into a TypeID class.
2020-04-10 23:52:33 -07:00
MLIRContext.cpp
Reimplement mlir::Identifier to be a wrapper around 'StringMapEntry*' instead of a wrapper around a 'const char*'. This makes it so strref() can be computed without calling strlen, which is more efficient and less error-prone. While here...
2020-04-13 10:47:04 -07:00
Module.cpp
[llvm][STLExtras] Move various iterator/range utilities from MLIR to LLVM
2020-04-14 15:14:40 -07:00
Operation.cpp
[mlir][ODS] Add support for variadic regions.
2020-04-05 01:03:38 -07:00
OperationSupport.cpp
[llvm][STLExtras] Move various iterator/range utilities from MLIR to LLVM
2020-04-14 15:14:40 -07:00
PatternMatch.cpp
[MLIR] Add pattern rewriter util to erase block; remove dead else
2020-04-05 19:24:43 +05:30
Region.cpp
[llvm][STLExtras] Move various iterator/range utilities from MLIR to LLVM
2020-04-14 15:14:40 -07:00
StandardTypes.cpp
Allow single-bit integer types to have signs. A signed one bit integer is either 0 or -1.
2020-04-09 15:23:06 -07:00
SymbolTable.cpp
[llvm][STLExtras] Move various iterator/range utilities from MLIR to LLVM
2020-04-14 15:14:40 -07:00
TypeDetail.h
[mlir] Add a signedness semantics bit to IntegerType
2020-02-21 09:16:54 -05:00
TypeUtilities.cpp
Eliminate all uses of Identifier::is() in the source tree, this doesn't remove the definition of it (yet). NFC.
2020-04-13 11:49:31 -07:00
Types.cpp
[mlir] Refactor the structure of the 'verifyConstructionInvariants' methods.
2020-02-20 10:37:52 -08:00
Value.cpp
[mlir] Optimize OpResult use case for single result operations.
2020-01-28 11:20:54 -08:00
Visitors.cpp
Mass update the MLIR license header to mention "Part of the LLVM project"
2020-01-26 03:58:30 +00:00