aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/modules/TableGen.cmake
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-6/+4
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-25/+5
* Update to LLVM 3.5a.Stephen Hines2014-04-241-37/+36
* 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
* CMake: Don't use copy_if_different for TableGen output, because it does not w...Douglas Gregor2009-08-221-8/+2
* CMake: tablegen: Add .td files under the inlude/llvm directoryOscar Fuentes2009-07-131-2/+3
* Add missing dependencies to the CMake build system.Douglas Gregor2009-06-251-0/+2
* CMake: Fixed parallel build problem related to native tblgen whenOscar Fuentes2009-06-111-2/+2
* CMake: Make sure to build TableGen'd files in the binary directoryDouglas Gregor2009-03-161-2/+5
* CMake: Do not rebuild the world when tblgen changes but the .inc filesOscar Fuentes2008-11-211-2/+9
* CMake: Use LLVM_MAIN_SRC_DIR instead of CMAKE_SOURCE_DIR, forOscar Fuentes2008-11-141-1/+1
* CMake: Fixed dependencies of .cpp source files on .td and tablegennedOscar Fuentes2008-11-141-1/+2
* CMake: Support for cross-compiling. For now, requires a previouslyOscar Fuentes2008-11-091-1/+1
* CMake: Removed some cruft.Oscar Fuentes2008-10-291-1/+1
* CMake: Builds all targets.Oscar Fuentes2008-09-261-0/+12