aboutsummaryrefslogtreecommitdiff
path: root/mlir/cmake
AgeCommit message (Expand)AuthorFilesLines
2022-12-03[MLIR] Fix typo in `add_mlir_library` docs. NFC.Joe Loser1-1/+1
2022-11-25Add version to all LLVM cmake packageThomas Preud'homme3-1/+24
2022-11-25Revert: Add version to all LLVM cmake packageThomas Preud'homme3-24/+1
2022-11-20Add version to all LLVM cmake packageThomas Preud'homme3-1/+24
2022-09-14[CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-...John Ericson1-1/+1
2022-09-03Revert "[mlir][cmake] Don't add dependencies on mlir-(generic-)headers"Mehdi Amini1-3/+3
2022-09-02[mlir][cmake] Don't add dependencies on mlir-(generic-)headersJeff Niu1-3/+3
2022-08-25Revert "[CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are...John Ericson1-1/+1
2022-08-24[CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-...John Ericson1-1/+1
2022-08-18Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too"John Ericson3-11/+7
2022-08-18[cmake] Use `CMAKE_INSTALL_LIBDIR` tooJohn Ericson3-7/+11
2022-08-15[mlir] Make sure that aggregate shared libraries define all of their symbols.Stella Laurenzo1-1/+12
2022-07-26[CMake] Fix add_subdirectory llvm buildsSebastian Neubauer1-1/+1
2022-07-25[cmake] Support custom package install pathsJohn Ericson1-6/+11
2022-07-25[mlir] Update Python CMake version requirement.Mike Urbach1-21/+13
2022-07-25[CMake] Copy folder without permissionsSebastian Neubauer1-0/+3
2022-07-21[cmake] Don't export `LLVM_TOOLS_INSTALL_DIR` anymoreJohn Ericson1-0/+4
2022-07-09Restore Python install behavior from before D128230.Stella Laurenzo1-8/+14
2022-07-04Fix MLIR Python CMake bug causing duplicate sources target.Stella Laurenzo1-1/+1
2022-06-28[mlir] Leverage CMake interface libraries for mlir pythonStella Stamenova1-110/+149
2022-06-23[mlir][pdll] Add new tablegen helper NFCJacques Pienaar1-2/+95
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-05-30[mlir] provide Python bindings for the Transform dialectAlex Zinenko1-0/+55
2022-05-27[mlir][Tablegen-LSP] Add support for a compilation databaseRiver Riddle1-0/+26
2022-05-09[mlir] Fix python bindings build on Windows in DebugStella Stamenova1-0/+13
2022-05-09[mlir] Fix build & test of mlir python bindings on WindowsStella Stamenova1-8/+13
2022-04-26[mlir][PDLL] Add initial support for a PDLL compilation databaseRiver Riddle1-0/+26
2022-04-26[mlir][PDLL] Add support for generating PDL patterns from PDLL at build timeRiver Riddle3-0/+14
2022-03-14Remove include_directories() from cmake `mlir_tablegen()` function (NFC)Mehdi Amini1-1/+0
2022-03-10[MLIR] [CMake/Python] Fix ignored Python3_EXECUTABLEJohn Demme1-1/+1
2022-03-01[mlir] Add option to control python search primingrkayaith1-5/+8
2022-02-05[mlir] Do not use an empty source file when building aggregate libraries.Stella Laurenzo1-7/+0
2022-01-27[MLIR] Workaround for python detection problems.Stephen Neuendorffer1-0/+5
2022-01-19[mlir] Configure mlir so that it can be directly included in a parent cmakeli...Stella Stamenova1-1/+6
2022-01-19[mlir][cmake] Use `GNUInstallDirs` to support custom installation dirsJohn Ericson2-2/+5
2022-01-19[mlir] Rework subclass construction in PybindAdaptors.hAlex Zinenko1-1/+1
2022-01-16Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson1-2/+1
2022-01-16[cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson1-1/+2
2022-01-15Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson1-2/+1
2022-01-15[cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson1-1/+2
2022-01-09Fix exported MLIR_TABLEGEN_EXEStephen Neuendorffer2-1/+8
2022-01-07[CMake] Factor out config prefix finding logicJohn Ericson1-10/+2
2021-12-01[mlir][ods] AttrOrTypeGen uses ClassMogball1-2/+2
2021-11-14Re-apply "[mlir] Allow out-of-tree python building from installed MLIR."Stella Laurenzo2-30/+119
2021-11-12Revert "[mlir] Allow out-of-tree python building from installed MLIR."Mehdi Amini2-125/+30
2021-11-11[mlir] Allow out-of-tree python building from installed MLIR.Stella Laurenzo2-30/+125
2021-10-19Add MLIR_INSTALL_AGGREGATE_OBJECTS and default it to ON.Stella Laurenzo2-1/+6
2021-10-14Disable add_mlir_aggregate() debug file generation.Stella Laurenzo1-12/+15
2021-10-13[mlir] Ability to build CAPI dylibs from out of tree projects against install...Stella Laurenzo2-29/+228