aboutsummaryrefslogtreecommitdiff
path: root/mlir/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2022-12-11[CMake] Warn when the version is older than 3.20.0.Mark de Wever1-0/+7
2022-11-09Move googletest to the third-party directoryTom Stellard1-5/+3
2022-11-09Revert "Move googletest to the third-party directory"Tom Stellard1-3/+5
2022-11-09Move googletest to the third-party directoryTom Stellard1-5/+3
2022-10-28Harmonize cmake_policy() across standalone builds of all projectsMichał Górny1-6/+7
2022-10-27Revert "Harmonize cmake_policy() across standalone builds of all projects"Michał Górny1-3/+2
2022-10-27Harmonize cmake_policy() across standalone builds of all projectsMichał Górny1-2/+3
2022-10-24[mlir] Support overriding LLVM_LIT_ARGS in standalone buildsMichał Górny1-0/+2
2022-10-20[MLIR] Enable distribution target in standalone buildsMichał Górny1-0/+4
2022-08-18Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too"John Ericson1-1/+1
2022-08-18[cmake] Use `CMAKE_INSTALL_LIBDIR` tooJohn Ericson1-1/+1
2022-08-11[mlir] Fix calling the native mlir-pdll-tblgenMarius Brehler1-0/+2
2022-08-04[MLIR] Fix checks for native archNikita Popov1-3/+10
2022-08-02[mlir] Fix calling the native mlir-tblgen tool when cross compiling flangMartin Storsjö1-0/+3
2022-07-21[cmake] Don't export `LLVM_TOOLS_INSTALL_DIR` anymoreJohn Ericson1-0/+4
2022-06-10Revert "[cmake] Don't export `LLVM_TOOLS_INSTALL_DIR` anymore"John Ericson1-4/+0
2022-06-10[cmake] Don't export `LLVM_TOOLS_INSTALL_DIR` anymoreJohn Ericson1-0/+4
2022-06-07[MLIR] Add an install target for mlir-librariesNathan Lanza1-0/+22
2022-04-26[mlir][PDLL] Add support for generating PDL patterns from PDLL at build timeRiver Riddle1-0/+1
2022-03-19mlir: set CMAKE_INCLUDE_CURRENT_DIR to fix out-of-tree buildsWill Dietz1-0/+2
2022-03-01[mlir] Add option to control python search primingrkayaith1-0/+4
2022-01-27[mlir] Set up boilerplate build for MLIR benchmarksSaurabh Jha1-0/+4
2022-01-20[cmake] Make include(GNUInstallDirs) always below project(..)John Ericson1-2/+7
2022-01-19[mlir][cmake] Use `GNUInstallDirs` to support custom installation dirsJohn Ericson1-2/+4
2022-01-16Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson1-4/+2
2022-01-16[cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson1-2/+4
2022-01-15Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson1-4/+2
2022-01-15[cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson1-2/+4
2022-01-07[CMake] Factor out config prefix finding logicJohn Ericson1-1/+10
2021-12-08Build MLIR with -Werror=mismatched-tags (NFC)Mehdi Amini1-0/+7
2021-11-11[mlir] Add MLIR-C dylib.Stella Laurenzo1-0/+2
2021-10-25[mlir] support interfaces in Python bindingsAlex Zinenko1-0/+1
2021-10-19Add MLIR_INSTALL_AGGREGATE_OBJECTS and default it to ON.Stella Laurenzo1-0/+6
2021-10-12[mlir][python] Add a warning for cmake version < 3.15.Stella Laurenzo1-23/+1
2021-10-12[mlir] Limit Python dependency to Development.Module when possible.Mike Urbach1-11/+12
2021-10-08evert "[mlir] Limit Python dependency to Development.Module when possible."Mehdi Amini1-10/+1
2021-10-07[mlir] Limit Python dependency to Development.Module when possible.Mike Urbach1-1/+10
2021-09-26MLIR can't support -Bsymbolic link option, fail at CMake time with a helpful ...Mehdi Amini1-0/+6
2021-05-24[MLIR] Drop old cmake var namesUday Bondhugula1-16/+2
2021-05-24[MLIR] Make MLIR cmake variable names consistentUday Bondhugula1-15/+29
2021-05-03Move MLIR python sources to mlir/python.Stella Laurenzo1-0/+5
2021-03-15[CMake] Require python 3.6 if enabling LLVM test targetsChristopher Tetreault1-1/+2
2021-02-23Move the MLIR integration tests as a subdirectory of test (NFC)Mehdi Amini1-7/+0
2021-02-11Fix CMake configuration for MLIR unittestsMehdi Amini1-0/+1
2021-02-09[MLIR][AVX512] Add integration test for vp2intersectMatthias Springer1-0/+3
2021-02-04[MLIR] Fix building unittests in in-tree buildIsuru Fernando1-1/+1
2021-02-02[MLIR] [CMake] Support building MLIR standaloneMichał Górny1-1/+32
2021-01-29Revert "[CMake] Actually require python 3.6 or greater"Christopher Tetreault1-1/+1
2021-01-29[CMake] Actually require python 3.6 or greaterChristopher Tetreault1-1/+1
2021-01-18[mlir] Fix cross-compilation (Linalg ODS gen)Vladislav Vinogradov1-0/+1