summaryrefslogtreecommitdiffstats
path: root/llvm/cmake/modules/TableGen.cmake
Commit message (Expand)AuthorAgeFilesLines
* Extends the tblgen macro to allow mlir-tblgen to be installedEric Schweitz2019-11-191-1/+1
* Reland r349624: Let TableGen write output only if it changed, instead of doin...Nico Weber2019-10-031-16/+14
* [llvm] [cmake] Add install targets for missing distribution componentsMichal Gorny2019-10-021-0/+6
* Revert rL349624 : Let TableGen write output only if it changed, instead of do...Simon Pilgrim2019-10-011-4/+16
* NFC. Documenting Native tablegen dependencyChris Bieneman2019-08-051-0/+3
* NATIVE tablegen needs to depend on target tablegenChris Bieneman2019-08-051-1/+1
* [cmake] Don't set install rules for tblgen if building utils is disabledKeno Fischer2019-07-151-1/+1
* [cmake] With utils disabled, don't build tblgen in cross modeKeno Fischer2019-07-011-1/+7
* Removed CMake cache upgrade code from 2011Dmitri Gribenko2019-04-161-9/+0
* [cmake] Fix dependency issue in TableGenPengxuan Zheng2019-04-111-1/+2
* [cmake] Add function for building native toolShoaib Meenai2019-04-021-18/+4
* [cmake] Reset variable before using itShoaib Meenai2019-03-261-0/+1
* Re-land "Fix MSVC dependency issue between Clang-tablegen and LLVM-tablegen"Alexandre Ganea2018-12-191-0/+6
* Revert r349517 "[CMake] Default options for faster executables on MSVC"Alexandre Ganea2018-12-191-6/+0
* Let TableGen write output only if it changed, instead of doing so in cmake, a...Nico Weber2018-12-191-16/+4
* Re-land "Fix MSVC dependency issue between Clang-tablegen and LLVM-tablegen"Alexandre Ganea2018-12-191-0/+6
* Revert r349541 (Fix MSVC dependency issue between Clang-tablegen and LLVM-tab...Alexandre Ganea2018-12-181-6/+0
* Fix MSVC dependency issue between Clang-tablegen and LLVM-tablegenAlexandre Ganea2018-12-181-0/+6
* Revert r330742: Let TableGen write output only if it changed, instead of doin...Chandler Carruth2018-05-071-4/+16
* Let TableGen write output only if it changed, instead of doing so in cmake.Nico Weber2018-04-241-16/+4
* [globalisel][tablegen] Generate rule coverage and use it to identify untested...Daniel Sanders2017-11-161-0/+7
* [CMake] Remove target to build native tablegenJonas Hahnfeld2017-11-081-14/+1
* [CMake] Fix broken builds from r309029Chris Bieneman2017-07-251-1/+1
* [CMake] Allow TableGen.cmake to be included multiple timesChris Bieneman2017-07-251-1/+1
* TableGen.cmake: Use DEPFILE for Ninja Generator with CMake>=3.7.NAKAMURA Takumi2017-06-211-3/+26
* [CMake] Get rid of generating obj.*-tblgen if CMake >= 3.9 for Ninja generator.NAKAMURA Takumi2017-06-171-1/+2
* Addressed Takumi's comment about redundancy.Galina Kistanova2017-06-121-32/+18
* TableGen.cmake: Try to fix build breakage introduce in r305142.NAKAMURA Takumi2017-06-111-1/+1
* Added dependency on the TableGen executable file.Galina Kistanova2017-06-101-13/+37
* CMake: Don't install llvm-tblgen twiceTom Stellard2017-03-091-1/+1
* [Tablegen] Instrumenting table gen DAGGenISelDAGAditya Nandakumar2017-02-141-0/+7
* [CMake] Fixing clang standalone buildChris Bieneman2016-12-061-0/+4
* [CMake] Cleanup TableGen include flagsChris Bieneman2016-12-061-10/+4
* cmake: When using LLVM_DISTRIBUTION_COMPONENTS, adjust LLVMExports accordinglyJustin Bogner2016-11-041-1/+6
* [CMake] Cleanup LLVM_OPTIMIZED_TABLEGENChris Bieneman2016-09-061-12/+15
* [CMake] Increase stack size to 16MiB for all mingw executables.NAKAMURA Takumi2016-08-311-5/+0
* [CMake] Support overriding binary install directoryChris Bieneman2016-06-081-1/+1
* Revert "Use CMAKE_INSTALL_BINDIR instead of hardcoding bin for tools install ...Chris Bieneman2016-06-071-1/+1
* Use CMAKE_INSTALL_BINDIR instead of hardcoding bin for tools install pathsChris Bieneman2016-06-071-1/+1
* [CMake] Fixing dependency issue with parallel make when building with LLVM_OP...Chris Bieneman2015-10-231-1/+8
* [CMake] Parallel make breaks on native tablegenChris Bieneman2015-10-091-1/+10
* [cmake] rework LLVM_LINK_LLVM_DYLIB option handlingAndrew Wilkins2015-09-051-7/+1
* [CMake] Don't use OBJLIB on Xcode.NAKAMURA Takumi2015-09-021-2/+4
* Enable linking tools, shared libraries against libLLVMAndrew Wilkins2015-09-011-1/+7
* [CMake] OBJLIB-ize *-tblgen.NAKAMURA Takumi2015-08-271-0/+4
* [CMake] Bug 23468 - LLVM_OPTIMIZED_TABLEGEN does not work with Visual StudioChris Bieneman2015-05-291-1/+5
* [CMake] Fix for PR 23328: LLVM_OPTIMIZED_TABLEGEN brokenChris Bieneman2015-04-241-3/+4
* Fixing dependencies for native tablegen.Chris Bieneman2015-03-191-4/+2
* Refactoring CMake CrossCompile module.Chris Bieneman2015-03-121-1/+1
* Add new LLVM_OPTIMIZED_TABLEGEN build setting which configures, builds and us...Chris Bieneman2015-03-101-1/+1
OpenPOWER on IntegriCloud