aboutsummaryrefslogtreecommitdiff
path: root/mlir/unittests
AgeCommit message (Expand)AuthorFilesLines
2020-10-03Add indented raw_ostream classJacques Pienaar2-0/+116
2020-10-03Revert "Add indented raw_ostream class"Jacques Pienaar2-116/+0
2020-10-03Add indented raw_ostream classJacques Pienaar2-0/+116
2020-09-23[MLIR][NFC] Adopt use of TypeRange in build() methods.Rahul Joshi1-33/+31
2020-09-03[mlir] Support default valued attribute in StructsGenLei Zhang2-2/+14
2020-09-02Use an Identifier instead of an OperationName internally for OpPassManager id...Mehdi Amini1-0/+43
2020-08-28Rename AnalysisManager::slice in AnalysisManager::nest (NFC)Mehdi Amini1-1/+1
2020-08-27[mlir] NFC: fix trivial typo under test and toolsKazuaki Ishizaki2-2/+2
2020-08-20[MLIR] Redundancy detection for FlatAffineConstraints using SimplexArjun P2-0/+280
2020-08-19Separate the Registration from Loading dialects in the ContextMehdi Amini10-43/+52
2020-08-19Revert "Separate the Registration from Loading dialects in the Context"Mehdi Amini10-52/+43
2020-08-18Separate the Registration from Loading dialects in the ContextMehdi Amini10-43/+52
2020-08-18Revert "Separate the Registration from Loading dialects in the Context"Mehdi Amini10-52/+43
2020-08-18Separate the Registration from Loading dialects in the ContextMehdi Amini10-43/+52
2020-08-17[MLIR] Add support for defining and using Op specific analysisRahul Joshi3-0/+97
2020-08-15Revert "Separate the Registration from Loading dialects in the Context"Mehdi Amini10-52/+43
2020-08-15Separate the Registration from Loading dialects in the ContextMehdi Amini10-43/+52
2020-08-15Revert "Separate the Registration from Loading dialects in the Context"Mehdi Amini10-52/+43
2020-08-14Separate the Registration from Loading dialects in the ContextMehdi Amini10-43/+52
2020-08-10[MLIR][TableGen] Fix ambiguous build methods when inferring result types.Rahul Joshi1-0/+37
2020-08-07[mlir][Attribute] Remove usages of Attribute::getKindRiver Riddle1-1/+1
2020-08-07Revisit Dialect registration: require and store a TypeID on dialectsMehdi Amini1-3/+11
2020-07-28[MLIR] Add unit test for tblgen Op build methodsRahul Joshi2-1/+189
2020-07-27Use INTERFACE_COMPILE_OPTIONS to disable -Wsuggest-override for any target th...Logan Smith1-4/+0
2020-07-22Reapply "Try enabling -Wsuggest-override again, using add_compile_options ins...Logan Smith1-0/+4
2020-07-22Revert "Try enabling -Wsuggest-override again, using add_compile_options inst...Logan Smith1-4/+0
2020-07-22Try enabling -Wsuggest-override again, using add_compile_options instead of a...Logan Smith1-0/+4
2020-07-22Revert "Enable -Wsuggest-override in the LLVM build" and the follow-ups.Hans Wennborg1-4/+0
2020-07-21Disable -Wsuggest-override for all remaining unittests/ directoriesLogan Smith1-0/+4
2020-07-16[spirv] Use owning module ref to avoid leaks and fix ASAN testsLei Zhang1-4/+5
2020-07-12[NFC] Fix comment style in MLIR unittests to conform to LLVM coding standards.Rahul Joshi5-35/+34
2020-07-07[mlir][spirv] Introduce OwningSPIRVModuleRef for ownershipLei Zhang1-14/+15
2020-07-07[mlir][NFC] Remove usernames and google bug numbers from TODO comments.River Riddle1-1/+1
2020-07-02[MLIR] Exact integer emptiness checks for FlatAffineConstraintsArjun P6-0/+604
2020-06-26[mlir-tblgen] Use fully qualified names in generated code filesJean-Michel Gorius1-2/+1
2020-06-12[mlir][spirv] Enhance structure type member decoration handlingHazemAbdelhafez1-2/+2
2020-06-12Revert "[mlir][spirv] Enhance structure type member decoration handling"Mehdi Amini1-2/+2
2020-06-11[mlir][spirv] Enhance structure type member decoration handlingHazemAbdelhafez1-2/+2
2020-06-11Revert "[mlir][spirv] Enhance structure type member decoration handling"Mehdi Amini1-2/+2
2020-06-10[mlir][spirv] Enhance structure type member decoration handlingHazemAbdelhafez1-2/+2
2020-06-05[mlir] Fix representation of BF16 constantsDiego Caballero1-3/+2
2020-05-19[MLIR] LLVMMLIRTableGen -> MLIRTableGenStephen Neuendorffer1-1/+1
2020-05-05[mlir][DenseElementsAttr] Add support for opaque APFloat/APInt complex values.River Riddle1-1/+15
2020-05-05[mlir][DenseElementsAttr] Add support for ComplexType elementsRiver Riddle1-0/+17
2020-05-01[mlir][DenseStringElementsAttr] Add support for the Attribute based get* meth...River Riddle1-0/+8
2020-04-29[mlir] Add a new MutableOperandRange class for adding/remove operandsRiver Riddle1-2/+75
2020-04-28[mlir][flang] use OpBuilder& instead of Builder* in <Op>::build methodsAlex Zinenko1-2/+2
2020-04-26[mlir] Optimize operand storage such that all operations can have resizable o...River Riddle1-38/+8
2020-04-26[mlir][DenseStringAttr] Fix support for splat detection and iterationRiver Riddle1-4/+13
2020-04-14[llvm][StringExtras] Merge StringExtras from MLIR into LLVMRiver Riddle2-66/+0