summaryrefslogtreecommitdiff
path: root/mlir/lib/ExecutionEngine/OptUtils.cpp
Commit message (Expand)AuthorAgeFilesLines
* [PassBuilder] Support O0 in default pipelinesNikita Popov2023-03-171-5/+1
* [mlir] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata2023-01-021-3/+4
* [mlir] Use std::nullopt instead of None (NFC)Kazu Hirata2022-12-031-1/+1
* [mlir] Use the same pipeline tuning options as clang for execution engineDenys Shabalin2022-11-021-1/+7
* [mlir][NFC] Fix various warnings generated by GCC 9Daniil Dudkin2022-07-041-1/+1
* Reland [mlir] Remove uses of LLVM's legacy pass managerArthur Eubanks2022-04-111-114/+55
* Revert "[mlir] Remove uses of LLVM's legacy pass manager"Arthur Eubanks2022-04-111-55/+114
* [mlir] Remove uses of LLVM's legacy pass managerArthur Eubanks2022-04-111-114/+55
* Revert "Revert "[mlir] Convert from Async dialect to LLVM coroutines""Lei Zhang2020-10-221-0/+5
* Revert "[mlir] Convert from Async dialect to LLVM coroutines"Mehdi Amini2020-10-221-5/+0
* [mlir] Convert from Async dialect to LLVM coroutinesEugene Zhulenev2020-10-221-0/+5
* Mass update the MLIR license header to mention "Part of the LLVM project"Mehdi Amini2020-01-261-1/+1
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-231-13/+4
* Fix minor spelling tweaks (NFC)Kazuaki Ishizaki2019-10-201-1/+1
* Add TTI pass initialization to pass managers.Diego Caballero2019-08-051-9/+25
* Update style/clang-format (NFC).Jacques Pienaar2019-07-221-1/+0
* Remove global LLVM CLI variables from library codeDimitrios Vytiniotis2019-03-291-69/+17
* ExecutionEngine OptUtils: support -On flags in string-based initializationAlex Zinenko2019-03-291-11/+81
* ExecutionEngine: provide utils for running CLI-configured LLVM passesAlex Zinenko2019-03-291-0/+118