summaryrefslogtreecommitdiff
path: root/cmake/modules/TableGen.cmake
Commit message (Expand)AuthorAge
* TableGen.cmake: Functionalize and reformat.NAKAMURA Takumi2014-02-23
* [CMake] Move intrinsics_gen to lib/Target out of add_public_tablegen_target.NAKAMURA Takumi2014-02-20
* Teach tablegen() macro to check needed variablesNAKAMURA Takumi2014-02-12
* [CMake] LLVMSupport should be responsible to provide system_libs.NAKAMURA Takumi2014-02-10
* Whitespace.NAKAMURA Takumi2014-02-09
* Export lib and exe build target names from build treeNAKAMURA Takumi2014-02-09
* Export lib and exe build target names from install treeNAKAMURA Takumi2014-02-09
* Revert r200150, "[CMake] tablegen(): Use -I <dir> according to the list by in...NAKAMURA Takumi2014-02-04
* [CMake] tablegen(): Use -I <dir> according to the list by include_directories().NAKAMURA Takumi2014-01-26
* [CMake] Functionalize tblgen().NAKAMURA Takumi2014-01-26
* [CMake] Add a comment to tablegen's copy_if_different. Ninja reports every ac...NAKAMURA Takumi2014-01-12
* Remove CMake-Xcode hack that symlinked llvm-config into a common place.Douglas Gregor2014-01-02
* [CMake] Don't put every project's tblgen executable in the LLVM bin directory.Jordan Rose2013-12-18
* [CMake] ${LLVM_MAIN_SRC_DIR}/include can be represented as ${LLVM_MAIN_INCLUD...NAKAMURA Takumi2013-12-16
* [CMake] Let add_public_tablegen_target() provide intrinsics_gen, too.NAKAMURA Takumi2013-11-28
* [CMake] Let add_public_tablegen_target responsible to provide dependency to C...NAKAMURA Takumi2013-11-28
* Revert "Revert "Windows: Add support for unicode command lines""David Majnemer2013-10-07
* Revert "Windows: Add support for unicode command lines"David Majnemer2013-10-06
* Windows: Add support for unicode command linesDavid Majnemer2013-10-06
* cmake: Install llvm-tblgen againHans Wennborg2013-09-10
* CMake Xcode builds: symlink tblgen targets out to bin/.Douglas Gregor2013-08-26
* CMake: don't install tablegenHans Wennborg2013-08-23
* Pass -G argument to cmake with the same generator's name as used for theSimon Atanasyan2013-08-01
* TableGen.cmake: Fix to work without LLVM_COMMON_DEPENDS.NAKAMURA Takumi2012-06-17
* CMake: Add the folder "Tablegenning" on llvm-tblgen targets.NAKAMURA Takumi2012-01-30
* Fix a typo noticed by Peter Collingbourne. No one depends on thisChandler Carruth2011-11-02
* The TableGen parts of the CMake build are seriously broken. This fixesChandler Carruth2011-11-02
* Build system infrastructure for multiple tblgens.Peter Collingbourne2011-10-06
* Clean up a pile of hacks in our CMake build relating to TableGen.Chandler Carruth2011-07-26
* CMake: generalize the system that creates custom targets forOscar Fuentes2011-07-25
* Add the tablegenned files to the `clean' target.Oscar Fuentes2011-02-04
* Changes for building Clang and others using LLVM as an externalOscar Fuentes2011-02-03
* TableGen.cmake: sometimes the .td file is not in the current directoryOscar Fuentes2011-01-03
* Avoid stalled file dependency when tablegenning.Oscar Fuentes2010-10-22
* Teach CMake to only touch tablegen-generated files if anythingOscar Fuentes2010-10-22
* Allow absolute paths in LLVM_TARGET_DEFINITIONS for CMake's TableGen ruleDouglas Gregor2010-06-17
* CMake: Don't use copy_if_different for TableGen output, because it does not w...Douglas Gregor2009-08-22
* CMake: tablegen: Add .td files under the inlude/llvm directoryOscar Fuentes2009-07-13
* Add missing dependencies to the CMake build system.Douglas Gregor2009-06-25
* CMake: Fixed parallel build problem related to native tblgen whenOscar Fuentes2009-06-11
* CMake: Make sure to build TableGen'd files in the binary directoryDouglas Gregor2009-03-16
* CMake: Do not rebuild the world when tblgen changes but the .inc filesOscar Fuentes2008-11-21
* CMake: Use LLVM_MAIN_SRC_DIR instead of CMAKE_SOURCE_DIR, forOscar Fuentes2008-11-14
* CMake: Fixed dependencies of .cpp source files on .td and tablegennedOscar Fuentes2008-11-14
* CMake: Support for cross-compiling. For now, requires a previouslyOscar Fuentes2008-11-09
* CMake: Removed some cruft.Oscar Fuentes2008-10-29
* CMake: Builds all targets.Oscar Fuentes2008-09-26