aboutsummaryrefslogtreecommitdiff
path: root/lib/TableGen/CMakeLists.txt
AgeCommit message (Expand)Author
2012-10-25Remove exception handling usage from tblgen.Joerg Sonnenberger
2012-10-10tblgen: Compile TableGen without RTTI.Sean Silva
2012-10-03tblgen: Remove last traces of old TableGenMain API.Sean Silva
2012-05-02Move llvm-tblgen's StringMatcher into the TableGen library so it canDouglas Gregor
2011-12-20Fix up the CMake build for the new files added in r146960, they'reChandler Carruth
2011-11-29build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar
2011-10-08Revert r141079: tblgen: add preprocessor as a separate modeChe-Liang Chiou
2011-10-04tblgen: add preprocessor as a separate modeChe-Liang Chiou
2011-10-01Move TableGen's parser and entry point into a libraryPeter Collingbourne