summaryrefslogtreecommitdiffstats
path: root/llvm/cmake/modules/TableGen.cmake
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enabling LLVM & Clang to be cross-compiled using CMake from a single configur...Chris Bieneman2014-09-031-34/+5
* CMake: avoid a reconfigure loop from r213091Alp Toker2014-07-151-2/+1
* CMake: fix cross-compilation with external source directoriesAlp Toker2014-07-151-1/+11
* TableGen.cmake: Functionalize and reformat.NAKAMURA Takumi2014-02-231-16/+17
* [CMake] Move intrinsics_gen to lib/Target out of add_public_tablegen_target.NAKAMURA Takumi2014-02-201-1/+1
* Teach tablegen() macro to check needed variablesNAKAMURA Takumi2014-02-121-0/+11
* [CMake] LLVMSupport should be responsible to provide system_libs.NAKAMURA Takumi2014-02-101-5/+0
* Whitespace.NAKAMURA Takumi2014-02-091-4/+4
OpenPOWER on IntegriCloud