aboutsummaryrefslogtreecommitdiff
path: root/cmake/modules/TableGen.cmake
AgeCommit message (Expand)Author
2012-06-17TableGen.cmake: Fix to work without LLVM_COMMON_DEPENDS.NAKAMURA Takumi
2012-01-30CMake: Add the folder "Tablegenning" on llvm-tblgen targets.NAKAMURA Takumi
2011-11-02Fix a typo noticed by Peter Collingbourne. No one depends on thisChandler Carruth
2011-11-02The TableGen parts of the CMake build are seriously broken. This fixesChandler Carruth
2011-10-06Build system infrastructure for multiple tblgens.Peter Collingbourne
2011-07-26Clean up a pile of hacks in our CMake build relating to TableGen.Chandler Carruth
2011-07-25CMake: generalize the system that creates custom targets forOscar Fuentes
2011-02-04Add the tablegenned files to the `clean' target.Oscar Fuentes
2011-02-03Changes for building Clang and others using LLVM as an externalOscar Fuentes
2011-01-03TableGen.cmake: sometimes the .td file is not in the current directoryOscar Fuentes
2010-10-22Avoid stalled file dependency when tablegenning.Oscar Fuentes
2010-10-22Teach CMake to only touch tablegen-generated files if anythingOscar Fuentes
2010-06-17Allow absolute paths in LLVM_TARGET_DEFINITIONS for CMake's TableGen ruleDouglas Gregor
2009-08-22CMake: Don't use copy_if_different for TableGen output, because it does not w...Douglas Gregor
2009-07-13CMake: tablegen: Add .td files under the inlude/llvm directoryOscar Fuentes
2009-06-25Add missing dependencies to the CMake build system.Douglas Gregor
2009-06-11CMake: Fixed parallel build problem related to native tblgen whenOscar Fuentes
2009-03-16CMake: Make sure to build TableGen'd files in the binary directoryDouglas Gregor
2008-11-21CMake: Do not rebuild the world when tblgen changes but the .inc filesOscar Fuentes
2008-11-14CMake: Use LLVM_MAIN_SRC_DIR instead of CMAKE_SOURCE_DIR, forOscar Fuentes
2008-11-14CMake: Fixed dependencies of .cpp source files on .td and tablegennedOscar Fuentes
2008-11-09CMake: Support for cross-compiling. For now, requires a previouslyOscar Fuentes
2008-10-29CMake: Removed some cruft.Oscar Fuentes
2008-09-26CMake: Builds all targets.Oscar Fuentes