llvm-project/mlir/lib
Stanislav Funiak a19e163526 Fixed broken build under GCC 5.4.
This diff fixes broken build caused by D108550. Under GCC 5, auto lambdas that capture this require `this->` for member calls.

Reviewed By: bondhugula

Differential Revision: https://reviews.llvm.org/D114659
2021-11-27 09:03:27 +05:30
..
Analysis [MLIR] Simplex: fix a bug when rolling back a Simplex with no solutions 2021-11-26 22:33:48 +05:30
Bindings/Python Rename MlirExecutionEngine lookup to lookupPacked 2021-11-22 14:12:09 +01:00
CAPI [MLIR] NFC. Rename MLIR CAPI ExecutionEngine target for consistency 2021-11-26 00:23:17 +05:30
Conversion Fixed broken build under GCC 5.4. 2021-11-27 09:03:27 +05:30
Dialect [MLIR] Prevent creation of buggy affine map after linearizing collapsed dimensions of source map 2021-11-27 00:32:58 +05:30
ExecutionEngine Accept symmetric sparse matrix in Matrix Market Exchange Format. 2021-11-23 19:53:17 -08:00
IR [mlir] Fix a warning 2021-11-26 12:27:11 -08:00
Interfaces [mlir][interfaces] Add insideMutuallyExclusiveRegions helper 2021-11-25 17:44:39 +09:00
Parser [mlir] Refactoring a few Parser APIs 2021-11-23 06:11:01 +00:00
Pass [mlir][NFC] Replace references to Identifier with StringAttr 2021-11-16 17:36:26 +00:00
Reducer [mlir] Replace report_fatal_error(std::string) uses with report_fatal_error(Twine) 2021-10-06 12:57:20 +01:00
Rewrite Added line numbers to the debug output of PDL bytecode. 2021-11-26 18:11:37 +05:30
Support [mlir] MicroOptimize a few hot StorageUniquer code paths 2021-11-11 02:02:24 +00:00
TableGen [mlir][ods] Cleanup of Class Codegen helper 2021-11-12 21:22:01 +00:00
Target [mlir][OpenMP] Add support for SIMD modifier 2021-11-26 14:04:46 +00:00
Tools [mlir][lsp] Use ResultGroupDefinition struct 2021-11-17 00:40:57 +00:00
Transforms [mlir] Move memref.[tensor_load|buffer_cast|clone] to "bufferization" dialect. 2021-11-25 11:50:39 +01:00
Translation [mlir] run the verifier before translating a module 2021-07-28 18:15:58 +02:00
CMakeLists.txt Re-engineer MLIR python build support. 2021-07-27 15:54:58 +00:00