summaryrefslogtreecommitdiff
path: root/mlir/cmake/modules
Commit message (Expand)AuthorAgeFilesLines
* [mlir] Don't use -z,defs on sanitizer buildsRahul Kayaith2023-03-131-1/+3
* [cmake] Fix path to LLVMConfig.cmake for multi-config buildsNhat Nguyen2023-01-131-1/+2
* [mlir][py] Fix python modules build with clang-cl due to requiring exceptionsMarkus Böck2023-01-061-9/+7
* [MLIR] Fix typo in `add_mlir_library` docs. NFC.Joe Loser2022-12-031-1/+1
* Add version to all LLVM cmake packageThomas Preud'homme2022-11-253-1/+24
* Revert: Add version to all LLVM cmake packageThomas Preud'homme2022-11-253-24/+1
* Add version to all LLVM cmake packageThomas Preud'homme2022-11-203-1/+24
* [CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-...John Ericson2022-09-141-1/+1
* Revert "[mlir][cmake] Don't add dependencies on mlir-(generic-)headers"Mehdi Amini2022-09-031-3/+3
* [mlir][cmake] Don't add dependencies on mlir-(generic-)headersJeff Niu2022-09-021-3/+3
* Revert "[CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are...John Ericson2022-08-251-1/+1
* [CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-...John Ericson2022-08-241-1/+1
* Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too"John Ericson2022-08-183-11/+7
* [cmake] Use `CMAKE_INSTALL_LIBDIR` tooJohn Ericson2022-08-183-7/+11
* [mlir] Make sure that aggregate shared libraries define all of their symbols.Stella Laurenzo2022-08-151-1/+12
* [CMake] Fix add_subdirectory llvm buildsSebastian Neubauer2022-07-261-1/+1
* [cmake] Support custom package install pathsJohn Ericson2022-07-251-6/+11
* [mlir] Update Python CMake version requirement.Mike Urbach2022-07-251-21/+13
* [CMake] Copy folder without permissionsSebastian Neubauer2022-07-251-0/+3
* [cmake] Don't export `LLVM_TOOLS_INSTALL_DIR` anymoreJohn Ericson2022-07-211-0/+4
* Restore Python install behavior from before D128230.Stella Laurenzo2022-07-091-8/+14
* Fix MLIR Python CMake bug causing duplicate sources target.Stella Laurenzo2022-07-041-1/+1
* [mlir] Leverage CMake interface libraries for mlir pythonStella Stamenova2022-06-281-110/+149
* [mlir][pdll] Add new tablegen helper NFCJacques Pienaar2022-06-231-2/+95
* Revert "[cmake] Don't export `LLVM_TOOLS_INSTALL_DIR` anymore"John Ericson2022-06-101-4/+0
* [cmake] Don't export `LLVM_TOOLS_INSTALL_DIR` anymoreJohn Ericson2022-06-101-0/+4
* [mlir] provide Python bindings for the Transform dialectAlex Zinenko2022-05-301-0/+55
* [mlir][Tablegen-LSP] Add support for a compilation databaseRiver Riddle2022-05-271-0/+26
* [mlir] Fix python bindings build on Windows in DebugStella Stamenova2022-05-091-0/+13
* [mlir] Fix build & test of mlir python bindings on WindowsStella Stamenova2022-05-091-8/+13
* [mlir][PDLL] Add initial support for a PDLL compilation databaseRiver Riddle2022-04-261-0/+26
* [mlir][PDLL] Add support for generating PDL patterns from PDLL at build timeRiver Riddle2022-04-263-0/+14
* Remove include_directories() from cmake `mlir_tablegen()` function (NFC)Mehdi Amini2022-03-141-1/+0
* [MLIR] [CMake/Python] Fix ignored Python3_EXECUTABLEJohn Demme2022-03-101-1/+1
* [mlir] Add option to control python search primingrkayaith2022-03-011-5/+8
* [mlir] Do not use an empty source file when building aggregate libraries.Stella Laurenzo2022-02-051-7/+0
* [MLIR] Workaround for python detection problems.Stephen Neuendorffer2022-01-271-0/+5
* [mlir] Configure mlir so that it can be directly included in a parent cmakeli...Stella Stamenova2022-01-191-1/+6
* [mlir][cmake] Use `GNUInstallDirs` to support custom installation dirsJohn Ericson2022-01-192-2/+5
* [mlir] Rework subclass construction in PybindAdaptors.hAlex Zinenko2022-01-191-1/+1
* Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson2022-01-161-2/+1
* [cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson2022-01-161-1/+2
* Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson2022-01-151-2/+1
* [cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson2022-01-151-1/+2
* Fix exported MLIR_TABLEGEN_EXEStephen Neuendorffer2022-01-092-1/+8
* [CMake] Factor out config prefix finding logicJohn Ericson2022-01-071-10/+2
* [mlir][ods] AttrOrTypeGen uses ClassMogball2021-12-011-2/+2
* Re-apply "[mlir] Allow out-of-tree python building from installed MLIR."Stella Laurenzo2021-11-142-30/+119
* Revert "[mlir] Allow out-of-tree python building from installed MLIR."Mehdi Amini2021-11-122-125/+30
* [mlir] Allow out-of-tree python building from installed MLIR.Stella Laurenzo2021-11-112-30/+125