aboutsummaryrefslogtreecommitdiff
path: root/mlir/cmake
AgeCommit message (Expand)Author
2022-07-26[CMake] Fix add_subdirectory llvm buildsSebastian Neubauer
2022-07-25[cmake] Support custom package install pathsJohn Ericson
2022-07-25[mlir] Update Python CMake version requirement.Mike Urbach
2022-07-25[CMake] Copy folder without permissionsSebastian Neubauer
2022-07-21[cmake] Don't export `LLVM_TOOLS_INSTALL_DIR` anymoreJohn Ericson
2022-07-09Restore Python install behavior from before D128230.Stella Laurenzo
2022-07-04Fix MLIR Python CMake bug causing duplicate sources target.Stella Laurenzo
2022-06-28[mlir] Leverage CMake interface libraries for mlir pythonStella Stamenova
2022-06-23[mlir][pdll] Add new tablegen helper NFCJacques Pienaar
2022-06-10Revert "[cmake] Don't export `LLVM_TOOLS_INSTALL_DIR` anymore"John Ericson
2022-06-10[cmake] Don't export `LLVM_TOOLS_INSTALL_DIR` anymoreJohn Ericson
2022-05-30[mlir] provide Python bindings for the Transform dialectAlex Zinenko
2022-05-27[mlir][Tablegen-LSP] Add support for a compilation databaseRiver Riddle
2022-05-09[mlir] Fix python bindings build on Windows in DebugStella Stamenova
2022-05-09[mlir] Fix build & test of mlir python bindings on WindowsStella Stamenova
2022-04-26[mlir][PDLL] Add initial support for a PDLL compilation databaseRiver Riddle
2022-04-26[mlir][PDLL] Add support for generating PDL patterns from PDLL at build timeRiver Riddle
2022-03-14Remove include_directories() from cmake `mlir_tablegen()` function (NFC)Mehdi Amini
2022-03-10[MLIR] [CMake/Python] Fix ignored Python3_EXECUTABLEJohn Demme
2022-03-01[mlir] Add option to control python search primingrkayaith
2022-02-05[mlir] Do not use an empty source file when building aggregate libraries.Stella Laurenzo
2022-01-27[MLIR] Workaround for python detection problems.Stephen Neuendorffer
2022-01-19[mlir] Configure mlir so that it can be directly included in a parent cmakeli...Stella Stamenova
2022-01-19[mlir][cmake] Use `GNUInstallDirs` to support custom installation dirsJohn Ericson
2022-01-19[mlir] Rework subclass construction in PybindAdaptors.hAlex Zinenko
2022-01-16Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson
2022-01-16[cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson
2022-01-15Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson
2022-01-15[cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson
2022-01-09Fix exported MLIR_TABLEGEN_EXEStephen Neuendorffer
2022-01-07[CMake] Factor out config prefix finding logicJohn Ericson
2021-12-01[mlir][ods] AttrOrTypeGen uses ClassMogball
2021-11-14Re-apply "[mlir] Allow out-of-tree python building from installed MLIR."Stella Laurenzo
2021-11-12Revert "[mlir] Allow out-of-tree python building from installed MLIR."Mehdi Amini
2021-11-11[mlir] Allow out-of-tree python building from installed MLIR.Stella Laurenzo
2021-10-19Add MLIR_INSTALL_AGGREGATE_OBJECTS and default it to ON.Stella Laurenzo
2021-10-14Disable add_mlir_aggregate() debug file generation.Stella Laurenzo
2021-10-13[mlir] Ability to build CAPI dylibs from out of tree projects against install...Stella Laurenzo
2021-10-12[mlir][python] Add a warning for cmake version < 3.15.Stella Laurenzo
2021-10-12[mlir] Limit Python dependency to Development.Module when possible.Mike Urbach
2021-09-03[mlir][python] Simplify python extension loading.Stella Laurenzo
2021-08-16[MLIR] [Python] Fix out-of-tree Windows python bindingsJohn Demme
2021-07-30[MLIR][python] Disable SONAME on extensions.Stella Laurenzo
2021-07-29[MLIR][Python] Use DEST_PREFIX when installing.Stella Laurenzo
2021-07-29[MLIR][python] Export CAPI headers.Stella Laurenzo
2021-07-27Re-engineer MLIR python build support.Stella Laurenzo
2021-07-20Remove libMLIRPublicAPI DSO.Stella Laurenzo
2021-06-29[mlir] Generare .cpp.inc files for dialects.Stella Laurenzo
2021-05-24[MLIR] Make MLIR cmake variable names consistentUday Bondhugula
2021-05-12[cmake] Add support for multiple distributionsShoaib Meenai