summaryrefslogtreecommitdiff
path: root/mlir/cmake
AgeCommit message (Expand)Author
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-08[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
2020-11-06[mlir][Python] Fix cmake typo keeping the extension from installing.Stella Laurenzo
2020-11-06Revert "[mlir][CAPI] Proposal: Always building a libMLIRPublicAPI.so."Alex Zinenko
2020-11-06[mlir][CAPI] Proposal: Always building a libMLIRPublicAPI.so.Stella Laurenzo
2020-11-05Fix MLIR Python bindings build (NFC)Mehdi Amini
2020-11-05Refactor MLIR python extension CMake boilerplate in a reusable function (NFC)Mehdi Amini
2020-10-14[MLIR] Add support for defining Types in tblgenJohn Demme
2020-10-04Revert "[RFC] Factor out repetitive cmake patterns for llvm-style projects"Stephen Neuendorffer
2020-10-03[RFC] Factor out repetitive cmake patterns for llvm-style projectsStephen Neuendorffer
2020-08-14[mlir] Make mlir_check_link_libraries() work with interface librariesMarius Brehler
2020-06-11Install the MLIRTableGen static library.Stella Laurenzo
2020-05-28[mlir] Make translation libraries available through MLIRConfig.cmakeJean-Michel Gorius
2020-05-19[MLIR][cmake][NFC] Check for incorrect usage of LLVM components in LINK_LIBSStephen Neuendorffer
2020-05-17[MLIR][cmake][NFC] Update linkage checker for mlir-optStephen Neuendorffer
2020-05-13[MLIR] refactor cmake specification of tablegen'd interfaces.Stephen Neuendorffer
2020-05-04[MLIR] Reapply: Adjust libMLIR building to more closely follow libClangStephen Neuendorffer
2020-05-04Revert "[MLIR] Adjust libMLIR building to more closely follow libClang"Stephen Neuendorffer
2020-05-04[MLIR] Adjust libMLIR building to more closely follow libClangValentin Churavy
2020-05-01[MLIR] Ensure that out-of-tree users have an mlir-generic-headers targetStephen Neuendorffer
2020-05-01[MLIR] add dependencies for all tablegen targets on 'mlir-headers'Stephen Neuendorffer
2020-04-12[MLIR] Fix MLIR_MAIN_[SRC|INCLUDE]_DIR variablesEhud Katz
2020-04-11[MLIR] add cmake abstraction for translation librariesStephen Neuendorffer
2020-04-08[mlir] Remove need for static global ctors from mlir-translateJonathan Roelofs
2020-04-03[CMAKE] Plumb include_directories() into tablegen()Stephen Neuendorffer
2020-04-03Revert "[CMAKE] Plumb include_directories() into tablegen()"Stephen Neuendorffer
2020-04-03[CMAKE] Plumb include_directories() into tablegen()Stephen Neuendorffer
2020-03-24[mlir] Revamp operation documentation generationRiver Riddle
2020-03-20[MLIR] Fix Xcode build due to incorrect library pathAaron Smith
2020-03-19[MLIR] Fix for out-of-tree builds from install area.Stephen Neuendorffer
2020-03-17[MLIR] Add support for out of tree external projects using MLIRStephen Neuendorffer
2020-03-14[mlir] Add support for generating dialect declarations via tablegen.River Riddle
2020-03-06[MLIR] Add support for libMLIR.soValentin Churavy
2020-02-29Revert "[MLIR] Add support for libMLIR.so"Stephen Neuendorffer
2020-02-29[MLIR] Add support for libMLIR.soValentin Churavy
2020-02-28Revert "[MLIR] Add support for libMLIR.so"Stephen Neuendorffer
2020-02-28[MLIR] Add support for libMLIR.soValentin Churavy
2020-02-28[MLIR] Refactor library handling for conversions.Stephen Neuendorffer
2020-02-28[MLIR] Refactor handling of dialect librariesStephen Neuendorffer
2020-02-04[MLIR] Fixes for shared library dependencies.Stephen Neuendorffer