llvm-capstone/mlir/lib
yonillasky be690ea3db
[Coroutines] Fix incorrect attribute name coroutine.presplit (NFC) (#78296)
Those are probably leftovers from an old name of the same attribute.
Fixed for the sake of consistency.

Co-authored-by: Yoni Lavi <yoni.lavi@nextsilicon.com>
2024-01-16 17:35:07 +01:00
..
Analysis [MLIR][Presburger] Fold loop into assert 2024-01-13 17:52:58 +01:00
AsmParser [mlir] Change end of OperationDefinition. (#77273) 2024-01-10 10:41:02 -08:00
Bindings/Python Revert "[mlir][python] Make the Context/Operation capsule creation methods work as documented. (#76010)" 2023-12-21 10:06:44 +00:00
Bytecode [mlir] don't use magic numbers in IRNumbering.cpp 2024-01-04 09:49:34 +00:00
CAPI [mlir] fix Operation::getDiscardableAttrs in absence of properties (#76816) 2024-01-03 16:33:27 +01:00
Conversion Apply clang-tidy fixes for readability-simplify-boolean-expr in LegalizeForLLVMExport.cpp (NFC) 2024-01-15 20:59:12 -08:00
Debug Apply clang-tidy fixes for readability-identifier-naming in CLOptionsSetup.cpp (NFC) 2024-01-15 20:59:12 -08:00
Dialect [Coroutines] Fix incorrect attribute name coroutine.presplit (NFC) (#78296) 2024-01-16 17:35:07 +01:00
ExecutionEngine Reland [mlir][ExecutionEngine] Add support for global constructors and destructors #78070 (#78170) 2024-01-15 12:10:14 -05:00
Interfaces [mlir][Interfaces] DestinationStyleOpInterface: Rename hasTensor/BufferSemantics (#77574) 2024-01-12 10:02:54 +01:00
IR [mlir] Attribute add printStripped (#78008) 2024-01-15 20:56:35 -08:00
Parser
Pass [mlir] fix IRPrinterInstrumentation to use the user-provided IRPrinting config (#70023) 2024-01-14 15:58:32 -08:00
Query [mlir] Use StringRef::ltrim (NFC) 2024-01-08 21:49:32 -08:00
Reducer
Rewrite [mlir] Add config for PDL (#69927) 2024-01-03 20:37:20 -08:00
Support [mlir] Use StringRef::{starts,ends}_with (NFC) 2023-12-13 22:58:30 -08:00
TableGen [mlir] Use StringRef::ltrim (NFC) 2024-01-08 21:49:32 -08:00
Target [mlir][llvm] Fix loop annotation parser (#78266) 2024-01-16 16:35:52 +01:00
Tools [mlir] Use StringRef::ltrim (NFC) 2024-01-08 21:49:32 -08:00
Transforms [mlir][Transforms] GreedyPatternRewriteDriver: Better expensive checks encapsulation (#78175) 2024-01-16 08:55:25 +01:00
CMakeLists.txt