aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/mlir-tblgen
AgeCommit message (Expand)AuthorFilesLines
2023-12-01[mlir] Expose type and attribute names in the MLIRContext and abstract type/a...Fehr Mathieu4-1/+11
2023-11-30[mlir][docgen] Add ops source link (#73657)Rik Huijzer1-2/+2
2023-11-07[mlir][python] value casting (#69644)Maksim Levental1-1/+1
2023-11-03[mlir] Expand default arg builders to wrapped attributes.Jacques Pienaar2-1/+72
2023-11-02[mlir][attrtypedef] Sort by def order in file. (#71083)Jacques Pienaar1-22/+22
2023-10-24[mlir][ods] Emit bytecode readers with generic Attribute/Type (NFC)Mogball1-0/+2
2023-10-19[mlir][drr] Set operand segment in rewriteJacques Pienaar1-0/+13
2023-10-19[mlir][ODS] Add `OptionalTypesMatchWith` and remove a custom assemblyFormat (...Benjamin Maxwell1-0/+23
2023-10-12[mlir][python] Improve sanitization of python names (#68801)JoelWee1-0/+9
2023-10-09[mlir][python] generate value builders (#68308)Maksim Levental1-1/+69
2023-10-04[mlir][ODS] Change `get...Mutable` to return `OpOperand &` for single operand...Matthias Springer1-1/+1
2023-10-03Improve MLIR Attribute::get() method efficiency by reducing the amount of arg...Mehdi Amini1-2/+2
2023-09-29[MLIR] Add stage to side effectcxy1-8/+11
2023-09-26Simplify diagnostic error management for MLIR properties API (NFC) (#67409)Mehdi Amini2-4/+4
2023-09-09[mlir] Make `StringRefParameter` roundtrippable (#65813)Markus Böck1-1/+3
2023-09-08[mlir] Fix c++20 compat warning. NFC. (#65801)Jakub Kuderski1-3/+3
2023-09-07[mlir] Add trait SameOperandsAndResultRankTai Ly1-0/+27
2023-09-07[mlir] Make `classof` substitution in interface use an instance (#65492)Markus Böck1-2/+4
2023-08-31[mlir][ods] Support using custom directives as first optional group elementMogball3-4/+33
2023-08-31[mlir][ods] Allow custom directives to anchor optional groups in op assembly ...Mogball3-1/+11
2023-08-30[mlir][IR] SingleBlockImplicitTerminator: Declare "inherited" trait in ODS in...Matthias Springer1-1/+1
2023-08-28[MLIR] Switch the default for usePropertiesForAttributes (NFC)Mehdi Amini5-0/+6
2023-08-28[mlir] Enable DRR variadic operand matchingLogan Chien1-0/+61
2023-08-27Revert "[MLIR] Switch the default for usePropertiesForAttributes (NFC)"Mehdi Amini5-6/+0
2023-08-27[MLIR] Switch the default for usePropertiesForAttributes (NFC)Mehdi Amini5-0/+6
2023-08-23[mlir][python bindings] generate all the enumsmax1-33/+85
2023-08-20Fix MLIR build failure: error: no member named 'getValue' in 'mlir::OptionalP...Mehdi Amini1-1/+1
2023-08-10[mlir] Generate constructor in generic adaptors allowing construction from an...Markus Böck1-0/+20
2023-08-09Finish renaming getOperandSegmentSizeAttr() from `operand_segment_sizes` to `...Mehdi Amini2-7/+7
2023-08-03[TableGen] OpInterface inheritance duplicates basesAndrew Lenharth1-1/+14
2023-07-31[mlir] python enum bindings generatorAlex Zinenko1-0/+57
2023-07-23[mlir][py] Reuse more of CAPI build time inference.Jacques Pienaar1-14/+6
2023-07-19[mlir][flang] Convert TBAA metadata to an attribute representationMarkus Böck1-1/+1
2023-07-18[mlir][python] Remove PythonAttr mapping functionalityRahul Kayaith1-12/+6
2023-07-17[mlir][ODS] Add support for passing properties to `ref` in `custom`Markus Böck1-0/+5
2023-07-14[mlir][LLVM] Convert access group metadata to using attributes instead of opsMarkus Böck1-1/+1
2023-07-14[mlir][LLVM] Convert alias metadata to using attributes instead of opsMarkus Böck1-2/+2
2023-07-13[mlir][ODS] Add support for passing properties to `custom`Markus Böck1-0/+5
2023-07-10[mlir][python] Replace PythonAttr mappings with downcastingRahul Kayaith1-6/+14
2023-07-10[mlir] Add a parameter for passing default values to `StringRefParameter`Fabian Mora1-1/+7
2023-06-21[mlir][docgen] Enable op grouping mechanism.Jacques Pienaar1-1/+29
2023-06-04[mlir][bytecodegen] Add ReservedOrDead marker.Jacques Pienaar1-0/+26
2023-06-01Fix TableGen emitter: hasValue() has been renamed has_value()Mehdi Amini1-3/+11
2023-05-26[mlir] Move tblgen code generation to use functional forms of cast/isaTres Popp3-10/+10
2023-05-12[mlir] Move casting method calls to function callsTres Popp3-26/+26
2023-05-05Fix UB passing nullptr to an EmptyProperties class when building OpAdaptorMehdi Amini1-1/+1
2023-05-03[mlir][tblgen] Fix emitting wrong index for `either` directive.Chia-hung Duan1-9/+9
2023-05-01Introduce MLIR Op PropertiesMehdi Amini8-38/+43
2023-05-01Revert "Introduce MLIR Op Properties"Mehdi Amini8-43/+38
2023-05-01Introduce MLIR Op PropertiesMehdi Amini8-38/+43