| Commit message (Expand) | Author | Age | Files | Lines |
* | Extends the tblgen macro to allow mlir-tblgen to be installed | Eric Schweitz | 2019-11-19 | 1 | -1/+1 |
* | Reland r349624: Let TableGen write output only if it changed, instead of doin... | Nico Weber | 2019-10-03 | 1 | -16/+14 |
* | [llvm] [cmake] Add install targets for missing distribution components | Michal Gorny | 2019-10-02 | 1 | -0/+6 |
* | Revert rL349624 : Let TableGen write output only if it changed, instead of do... | Simon Pilgrim | 2019-10-01 | 1 | -4/+16 |
* | NFC. Documenting Native tablegen dependency | Chris Bieneman | 2019-08-05 | 1 | -0/+3 |
* | NATIVE tablegen needs to depend on target tablegen | Chris Bieneman | 2019-08-05 | 1 | -1/+1 |
* | [cmake] Don't set install rules for tblgen if building utils is disabled | Keno Fischer | 2019-07-15 | 1 | -1/+1 |
* | [cmake] With utils disabled, don't build tblgen in cross mode | Keno Fischer | 2019-07-01 | 1 | -1/+7 |
* | Removed CMake cache upgrade code from 2011 | Dmitri Gribenko | 2019-04-16 | 1 | -9/+0 |
* | [cmake] Fix dependency issue in TableGen | Pengxuan Zheng | 2019-04-11 | 1 | -1/+2 |
* | [cmake] Add function for building native tool | Shoaib Meenai | 2019-04-02 | 1 | -18/+4 |
* | [cmake] Reset variable before using it | Shoaib Meenai | 2019-03-26 | 1 | -0/+1 |
* | Re-land "Fix MSVC dependency issue between Clang-tablegen and LLVM-tablegen" | Alexandre Ganea | 2018-12-19 | 1 | -0/+6 |
* | Revert r349517 "[CMake] Default options for faster executables on MSVC" | Alexandre Ganea | 2018-12-19 | 1 | -6/+0 |
* | Let TableGen write output only if it changed, instead of doing so in cmake, a... | Nico Weber | 2018-12-19 | 1 | -16/+4 |
* | Re-land "Fix MSVC dependency issue between Clang-tablegen and LLVM-tablegen" | Alexandre Ganea | 2018-12-19 | 1 | -0/+6 |
* | Revert r349541 (Fix MSVC dependency issue between Clang-tablegen and LLVM-tab... | Alexandre Ganea | 2018-12-18 | 1 | -6/+0 |
* | Fix MSVC dependency issue between Clang-tablegen and LLVM-tablegen | Alexandre Ganea | 2018-12-18 | 1 | -0/+6 |
* | Revert r330742: Let TableGen write output only if it changed, instead of doin... | Chandler Carruth | 2018-05-07 | 1 | -4/+16 |
* | Let TableGen write output only if it changed, instead of doing so in cmake. | Nico Weber | 2018-04-24 | 1 | -16/+4 |
* | [globalisel][tablegen] Generate rule coverage and use it to identify untested... | Daniel Sanders | 2017-11-16 | 1 | -0/+7 |
* | [CMake] Remove target to build native tablegen | Jonas Hahnfeld | 2017-11-08 | 1 | -14/+1 |
* | [CMake] Fix broken builds from r309029 | Chris Bieneman | 2017-07-25 | 1 | -1/+1 |
* | [CMake] Allow TableGen.cmake to be included multiple times | Chris Bieneman | 2017-07-25 | 1 | -1/+1 |
* | TableGen.cmake: Use DEPFILE for Ninja Generator with CMake>=3.7. | NAKAMURA Takumi | 2017-06-21 | 1 | -3/+26 |
* | [CMake] Get rid of generating obj.*-tblgen if CMake >= 3.9 for Ninja generator. | NAKAMURA Takumi | 2017-06-17 | 1 | -1/+2 |
* | Addressed Takumi's comment about redundancy. | Galina Kistanova | 2017-06-12 | 1 | -32/+18 |
* | TableGen.cmake: Try to fix build breakage introduce in r305142. | NAKAMURA Takumi | 2017-06-11 | 1 | -1/+1 |
* | Added dependency on the TableGen executable file. | Galina Kistanova | 2017-06-10 | 1 | -13/+37 |
* | CMake: Don't install llvm-tblgen twice | Tom Stellard | 2017-03-09 | 1 | -1/+1 |
* | [Tablegen] Instrumenting table gen DAGGenISelDAG | Aditya Nandakumar | 2017-02-14 | 1 | -0/+7 |
* | [CMake] Fixing clang standalone build | Chris Bieneman | 2016-12-06 | 1 | -0/+4 |
* | [CMake] Cleanup TableGen include flags | Chris Bieneman | 2016-12-06 | 1 | -10/+4 |
* | cmake: When using LLVM_DISTRIBUTION_COMPONENTS, adjust LLVMExports accordingly | Justin Bogner | 2016-11-04 | 1 | -1/+6 |
* | [CMake] Cleanup LLVM_OPTIMIZED_TABLEGEN | Chris Bieneman | 2016-09-06 | 1 | -12/+15 |
* | [CMake] Increase stack size to 16MiB for all mingw executables. | NAKAMURA Takumi | 2016-08-31 | 1 | -5/+0 |
* | [CMake] Support overriding binary install directory | Chris Bieneman | 2016-06-08 | 1 | -1/+1 |
* | Revert "Use CMAKE_INSTALL_BINDIR instead of hardcoding bin for tools install ... | Chris Bieneman | 2016-06-07 | 1 | -1/+1 |
* | Use CMAKE_INSTALL_BINDIR instead of hardcoding bin for tools install paths | Chris Bieneman | 2016-06-07 | 1 | -1/+1 |
* | [CMake] Fixing dependency issue with parallel make when building with LLVM_OP... | Chris Bieneman | 2015-10-23 | 1 | -1/+8 |
* | [CMake] Parallel make breaks on native tablegen | Chris Bieneman | 2015-10-09 | 1 | -1/+10 |
* | [cmake] rework LLVM_LINK_LLVM_DYLIB option handling | Andrew Wilkins | 2015-09-05 | 1 | -7/+1 |
* | [CMake] Don't use OBJLIB on Xcode. | NAKAMURA Takumi | 2015-09-02 | 1 | -2/+4 |
* | Enable linking tools, shared libraries against libLLVM | Andrew Wilkins | 2015-09-01 | 1 | -1/+7 |
* | [CMake] OBJLIB-ize *-tblgen. | NAKAMURA Takumi | 2015-08-27 | 1 | -0/+4 |
* | [CMake] Bug 23468 - LLVM_OPTIMIZED_TABLEGEN does not work with Visual Studio | Chris Bieneman | 2015-05-29 | 1 | -1/+5 |
* | [CMake] Fix for PR 23328: LLVM_OPTIMIZED_TABLEGEN broken | Chris Bieneman | 2015-04-24 | 1 | -3/+4 |
* | Fixing dependencies for native tablegen. | Chris Bieneman | 2015-03-19 | 1 | -4/+2 |
* | Refactoring CMake CrossCompile module. | Chris Bieneman | 2015-03-12 | 1 | -1/+1 |
* | Add new LLVM_OPTIMIZED_TABLEGEN build setting which configures, builds and us... | Chris Bieneman | 2015-03-10 | 1 | -1/+1 |