summaryrefslogtreecommitdiffstats
path: root/llvm/cmake/modules/TableGen.cmake
Commit message (Expand)AuthorAgeFilesLines
* 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
* Export lib and exe build target names from build treeNAKAMURA Takumi2014-02-091-0/+1
* Export lib and exe build target names from install treeNAKAMURA Takumi2014-02-091-1/+3
* Revert r200150, "[CMake] tablegen(): Use -I <dir> according to the list by in...NAKAMURA Takumi2014-02-041-17/+5
* [CMake] tablegen(): Use -I <dir> according to the list by include_directories().NAKAMURA Takumi2014-01-261-5/+17
* [CMake] Functionalize tblgen().NAKAMURA Takumi2014-01-261-3/+3
* [CMake] Add a comment to tablegen's copy_if_different. Ninja reports every ac...NAKAMURA Takumi2014-01-121-1/+1
* Remove CMake-Xcode hack that symlinked llvm-config into a common place.Douglas Gregor2014-01-021-10/+0
* [CMake] Don't put every project's tblgen executable in the LLVM bin directory.Jordan Rose2013-12-181-2/+0
* [CMake] ${LLVM_MAIN_SRC_DIR}/include can be represented as ${LLVM_MAIN_INCLUD...NAKAMURA Takumi2013-12-161-1/+1
* [CMake] Let add_public_tablegen_target() provide intrinsics_gen, too.NAKAMURA Takumi2013-11-281-1/+1
* [CMake] Let add_public_tablegen_target responsible to provide dependency to C...NAKAMURA Takumi2013-11-281-2/+3
* Revert "Revert "Windows: Add support for unicode command lines""David Majnemer2013-10-071-1/+1
* Revert "Windows: Add support for unicode command lines"David Majnemer2013-10-061-1/+1
* Windows: Add support for unicode command linesDavid Majnemer2013-10-061-1/+1
* cmake: Install llvm-tblgen againHans Wennborg2013-09-101-0/+4
* CMake Xcode builds: symlink tblgen targets out to bin/.Douglas Gregor2013-08-261-0/+10
OpenPOWER on IntegriCloud