Teach tablegen() macro to check needed variables
[oota-llvm.git] / cmake / modules / TableGen.cmake
2014-02-12 NAKAMURA TakumiTeach tablegen() macro to check needed variables
2014-02-10 NAKAMURA Takumi[CMake] LLVMSupport should be responsible to provide...
2014-02-09 NAKAMURA TakumiWhitespace.
2014-02-09 NAKAMURA TakumiExport lib and exe build target names from build tree
2014-02-09 NAKAMURA TakumiExport lib and exe build target names from install...
2014-02-04 NAKAMURA TakumiRevert r200150, "[CMake] tablegen(): Use -I <dir> accor...
2014-01-26 NAKAMURA Takumi[CMake] tablegen(): Use -I <dir> according to the list...
2014-01-26 NAKAMURA Takumi[CMake] Functionalize tblgen().
2014-01-12 NAKAMURA Takumi[CMake] Add a comment to tablegen's copy_if_different...
2014-01-02 Douglas GregorRemove CMake-Xcode hack that symlinked llvm-config...
2013-12-18 Jordan Rose[CMake] Don't put every project's tblgen executable...
2013-12-16 NAKAMURA Takumi[CMake] ${LLVM_MAIN_SRC_DIR}/include can be represented...
2013-11-28 NAKAMURA Takumi[CMake] Let add_public_tablegen_target() provide intrin...
2013-11-28 NAKAMURA Takumi[CMake] Let add_public_tablegen_target responsible...
2013-10-07 David MajnemerRevert "Revert "Windows: Add support for unicode comman...
2013-10-06 David MajnemerRevert "Windows: Add support for unicode command lines"
2013-10-06 David MajnemerWindows: Add support for unicode command lines
2013-09-10 Hans Wennborgcmake: Install llvm-tblgen again
2013-08-26 Douglas GregorCMake Xcode builds: symlink tblgen targets out to bin/.
2013-08-23 Hans WennborgCMake: don't install tablegen
2013-08-01 Simon AtanasyanPass -G argument to cmake with the same generator's...
2012-06-17 NAKAMURA TakumiTableGen.cmake: Fix to work without LLVM_COMMON_DEPENDS.
2012-01-30 NAKAMURA TakumiCMake: Add the folder "Tablegenning" on llvm-tblgen...
2011-11-02 Chandler CarruthFix a typo noticed by Peter Collingbourne. No one depen...
2011-11-02 Chandler CarruthThe TableGen parts of the CMake build are seriously...
2011-10-06 Peter CollingbourneBuild system infrastructure for multiple tblgens.
2011-07-26 Chandler CarruthClean up a pile of hacks in our CMake build relating...
2011-07-25 Oscar FuentesCMake: generalize the system that creates custom target...
2011-02-04 Oscar FuentesAdd the tablegenned files to the `clean' target.
2011-02-03 Oscar FuentesChanges for building Clang and others using LLVM as...
2011-01-03 Oscar FuentesTableGen.cmake: sometimes the .td file is not in the...
2010-10-22 Oscar FuentesAvoid stalled file dependency when tablegenning.
2010-10-22 Oscar FuentesTeach CMake to only touch tablegen-generated files...
2010-06-17 Douglas GregorAllow absolute paths in LLVM_TARGET_DEFINITIONS for...
2009-08-22 Douglas GregorCMake: Don't use copy_if_different for TableGen output...
2009-07-13 Oscar FuentesCMake: tablegen: Add .td files under the inlude/llvm...
2009-06-25 Douglas GregorAdd missing dependencies to the CMake build system.
2009-06-11 Oscar FuentesCMake: Fixed parallel build problem related to native...
2009-03-16 Douglas GregorCMake: Make sure to build TableGen'd files in the binar...
2008-11-21 Oscar FuentesCMake: Do not rebuild the world when tblgen changes...
2008-11-14 Oscar FuentesCMake: Use LLVM_MAIN_SRC_DIR instead of CMAKE_SOURCE_DI...
2008-11-14 Oscar FuentesCMake: Fixed dependencies of .cpp source files on ...
2008-11-09 Oscar FuentesCMake: Support for cross-compiling. For now, requires...
2008-10-29 Oscar FuentesCMake: Removed some cruft.
2008-09-26 Oscar FuentesCMake: Builds all targets.