aboutsummaryrefslogtreecommitdiff
path: root/mlir/cmake
AgeCommit message (Expand)AuthorFilesLines
2023-11-16[llvm][CMake][TableGen] Add all TableGen files to tablegen_compile_commands.y...David Spickett1-26/+0
2023-11-08[mlir][cmake] export list of CAPI libs (#71722)Maksim Levental2-0/+2
2023-10-26[MLIR] Add SyclRuntimeWrapper (#69648)Nishant Patel2-0/+289
2023-10-11[mlir][docgen] Add option to enable Hugo Docs specific features (#68725)Benjamin Maxwell1-1/+2
2023-09-26Don't use LLVM_TABLEGEN_FLAGS with mlir-pdll: it's not a TableGen tool (#67486)Mehdi Amini1-1/+0
2023-08-23[mlir][python bindings] generate all the enumsmax1-6/+38
2023-07-18[mlir][python] Add install target for MLIR Python sources.Jack Wolfard1-3/+4
2023-07-18[mlir][python] Remove PythonAttr mapping functionalityRahul Kayaith1-0/+5
2023-06-20[mlir] mark libraries in mlir/examples as suchAlex Zinenko1-32/+76
2023-06-09[mlir] Add support for "promised" interfacesRiver Riddle3-0/+8
2023-06-07[MLIR] Removes CMake work-arounds.Mark de Wever1-7/+0
2023-05-23[mlir][python] Bump min pybind11 version to 2.9.0Rahul Kayaith1-1/+1
2023-03-13[mlir] Don't use -z,defs on sanitizer buildsRahul Kayaith1-1/+3
2023-01-13[cmake] Fix path to LLVMConfig.cmake for multi-config buildsNhat Nguyen1-1/+2
2023-01-06[mlir][py] Fix python modules build with clang-cl due to requiring exceptionsMarkus Böck1-9/+7
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