llvm-project/mlir/lib
Mehdi Amini 7265688e09 Use more references in MLIR Diagnostic handling (NFC)
This saves some copies of non-trivial objects, flagged by Coverity.

Reviewed By: rriddle

Differential Revision: https://reviews.llvm.org/D117525
2022-01-18 06:45:04 +00:00
..
Analysis [MLIR] Simplex::getRationalSample: return an optional, empty if Simplex is empty 2022-01-16 22:02:27 +05:30
Bindings/Python Apply clang-tidy fixes for performance-unnecessary-value-param to MLIR (NFC) 2022-01-14 02:26:27 +00:00
CAPI Disable the MLIR ExecutionEngine library when the native target is not configured 2022-01-15 19:36:27 +00:00
Conversion [AsyncToLLVM] aligned_alloc requires the size to be a multiple of aignment, so round up 2022-01-17 21:48:00 +01:00
Dialect Enable useDefault{Type/Attribute}PrinterParser by default in ODS Dialect definition 2022-01-18 06:36:34 +00:00
ExecutionEngine [mlir][sparse] Moving the sort from factory method to the constructor. 2022-01-13 19:44:51 -08:00
IR Use more references in MLIR Diagnostic handling (NFC) 2022-01-18 06:45:04 +00:00
Interfaces [mlir] Remove getNumberOfExecutions from RegionBranchOpInterface 2022-01-14 13:15:27 -08:00
Parser Apply clang-tidy fixes for readability-identifier-naming to MLIR (NFC) 2022-01-14 02:26:28 +00:00
Pass [mlir] Add a parsePassPipeline overload that returns a new pass manager 2022-01-12 14:54:30 -08:00
Reducer Apply clang-tidy fixes for performance-move-const-arg in ReductionNode.cpp (NFC) 2022-01-10 01:05:14 +00:00
Rewrite [MLIR][PDL] Integration test of multi-root matching and related fixes. 2022-01-04 08:03:45 +05:30
Support Avoid creating a ThreadPool in MlirOptMain when `--mlir-disable-threading` option is set 2022-01-08 02:26:41 +00:00
TableGen Apply clang-tidy fixes for modernize-use-default-member-init to MLIR (NFC) 2022-01-14 02:26:26 +00:00
Target [mlir] Fix invalid assertion in ModuleTranslation.cpp 2022-01-14 12:56:33 +01:00
Tools Apply clang-tidy fixes for readability-identifier-naming to MLIR (NFC) 2022-01-14 02:26:28 +00:00
Transforms Fix NDEBUG unused-variable warning after 05f6e93938. 2022-01-14 21:15:33 +00:00
Translation Apply clang-tidy fixes for performance-unnecessary-value-param to MLIR (NFC) 2022-01-02 01:45:18 +00:00
CMakeLists.txt Disable the MLIR ExecutionEngine library when the native target is not configured 2022-01-15 19:36:27 +00:00