summaryrefslogtreecommitdiffstats
path: root/llvm/cmake/modules/TableGen.cmake
Commit message (Expand)AuthorAgeFilesLines
* [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
* CMake: don't install tablegenHans Wennborg2013-08-231-2/+0
* Pass -G argument to cmake with the same generator's name as used for theSimon Atanasyan2013-08-011-1/+2
* TableGen.cmake: Fix to work without LLVM_COMMON_DEPENDS.NAKAMURA Takumi2012-06-171-1/+3
* CMake: Add the folder "Tablegenning" on llvm-tblgen targets.NAKAMURA Takumi2012-01-301-0/+1
* Fix a typo noticed by Peter Collingbourne. No one depends on thisChandler Carruth2011-11-021-1/+1
* The TableGen parts of the CMake build are seriously broken. This fixesChandler Carruth2011-11-021-1/+3
* Build system infrastructure for multiple tblgens.Peter Collingbourne2011-10-061-3/+73
* Clean up a pile of hacks in our CMake build relating to TableGen.Chandler Carruth2011-07-261-16/+4
* CMake: generalize the system that creates custom targets forOscar Fuentes2011-07-251-0/+21
* Add the tablegenned files to the `clean' target.Oscar Fuentes2011-02-041-0/+5
* Changes for building Clang and others using LLVM as an externalOscar Fuentes2011-02-031-1/+2
* TableGen.cmake: sometimes the .td file is not in the current directoryOscar Fuentes2011-01-031-1/+4
* Avoid stalled file dependency when tablegenning.Oscar Fuentes2010-10-221-5/+7
* Teach CMake to only touch tablegen-generated files if anythingOscar Fuentes2010-10-221-1/+10
* Allow absolute paths in LLVM_TARGET_DEFINITIONS for CMake's TableGen ruleDouglas Gregor2010-06-171-1/+7
OpenPOWER on IntegriCloud