Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-14[CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-...John Ericson
2022-09-03Revert "[mlir][cmake] Don't add dependencies on mlir-(generic-)headers"Mehdi Amini
2022-09-02[mlir][cmake] Don't add dependencies on mlir-(generic-)headersJeff Niu
2022-08-25Revert "[CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are...John Ericson
2022-08-24[CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-...John Ericson
2022-08-19Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too"John Ericson
2022-08-18[cmake] Use `CMAKE_INSTALL_LIBDIR` tooJohn Ericson
2022-08-15[mlir] Make sure that aggregate shared libraries define all of their symbols.Stella Laurenzo
2022-07-26[CMake] Fix add_subdirectory llvm buildsSebastian Neubauer
2022-07-26[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-10Restore 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-10[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-27[mlir][PDLL] Add initial support for a PDLL compilation databaseRiver Riddle
2022-04-27[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-02[mlir] Add option to control python search primingrkayaith
2022-02-06[mlir] Do not use an empty source file when building aggregate libraries.Stella Laurenzo
2022-01-28[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-10Fix 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-15Re-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-12[mlir] Allow out-of-tree python building from installed MLIR.Stella Laurenzo
2021-10-20Add MLIR_INSTALL_AGGREGATE_OBJECTS and default it to ON.Stella Laurenzo
2021-10-15Disable add_mlir_aggregate() debug file generation.Stella Laurenzo
2021-10-14[mlir] Ability to build CAPI dylibs from out of tree projects against install...Stella Laurenzo
2021-10-13[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-17[MLIR] [Python] Fix out-of-tree Windows python bindingsJohn Demme