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-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
2021-07-30[MLIR][python] Disable SONAME on extensions.Stella Laurenzo
2021-07-30[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-21Remove 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
2021-05-03Move MLIR python sources to mlir/python.Stella Laurenzo
2021-04-15Change add_mlir_doc CMake macro to take the tablegen command as last argument...Mehdi Amini
2021-04-07[mlir] Export python-related .cmake filesNicolas Vasilache
2021-03-09[mlir][python] Reorganize MLIR python into namespace packages.Stella Laurenzo
2021-02-02[MLIR] [CMake] Support building MLIR standaloneMichał Górny
2021-01-11Enable python bindings for tensor, shape and linalg dialects.Stella Laurenzo
2021-01-08[MLIR][NFC] remove unnecessary includes form tablegen commandShivam Gupta
2020-12-31[mlir][python] Fix python extension building on windows.Stella Laurenzo
2020-11-25[mlir] use STATUS instead of CHECK_* in MLIRDetectPythonEnv.cmakeAlex Zinenko
2020-11-24[mlir][Python] Fix the last remaining instance of PYTHON_EXECUTABLE.Stella Laurenzo
2020-11-22[mlir][Python] Support finding pybind11 from the python environment.Stella Laurenzo
2020-11-17[mlir] Add basic support for attributes in ODS-generated Python bindingsAlex Zinenko
2020-11-11[mlir][Python] Add Windows DLL loader to get python extensions working there.Stella Laurenzo
2020-11-10[mlir] Refactor finding pythonMarius Brehler
2020-11-10[mlir] ODS-backed python binding generator for custom op classesAlex Zinenko
2020-11-09[mlir][CAPI] Proposal: Always building a libMLIRPublicAPI.so (re-apply).Stella Laurenzo
2020-11-07[mlir][Python] Adapt to include property change in pybind11 v2.6.Stella Laurenzo