aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/Makefile
AgeCommit message (Expand)Author
2012-10-25Remove exception handling usage from tblgen.Joerg Sonnenberger
2012-10-10tblgen: Compile TableGen without RTTI.Sean Silva
2011-10-06Build system infrastructure for multiple tblgens.Peter Collingbourne
2011-10-01Move TableGen's parser and entry point into a libraryPeter Collingbourne
2010-11-29Merge System into Support.Michael J. Spencer
2010-05-05Add an emitter to handle the list of clang statement nodes.Sean Hunt
2009-05-08Change 'make install' to install tblgen, for better support of out-of-tree ta...Chris Lattner
2009-02-26these utils don't need exports.Chris Lattner
2007-12-29remove attributions from tools/utils makefiles.Chris Lattner
2007-11-22Rewrite the tblgen parser in a recursive descent style, eliminating the bison...Chris Lattner
2007-11-18reimplement the tblgen lexer with a simple hand-written lexer. This eliminatesChris Lattner
2007-10-18tblgen uses dynamic_cast heavily, so it needs rtti infoChris Lattner
2007-02-06Set the new NO_INSTALL flag for build-only tools.Reid Spencer
2006-07-07tblgen uses EHChris Lattner
2006-06-01Don't build tblgen with -pedantic or -Wno-long-longReid Spencer
2006-04-13Add missing things to the distribution.Reid Spencer
2005-08-27Implement PR614:Reid Spencer
2004-10-30Internalize variable names to prevent recursive assignment. Cleanup docs.Reid Spencer
2004-10-27Change Library Names Not To Conflict With Others When InstalledReid Spencer
2004-09-03Clean up some "clean:" targets so they use $(VERB) and don't print anythingReid Spencer
2004-08-29Link with LLVMsystem.a for operating system independence.Reid Spencer
2004-06-17Make header comment fit within 80 cols.Misha Brukman
2003-10-20Added LLVM copyright to Makefiles.John Criswell
2003-10-16Removed the .PRECIOUS of Lex and Yacc output files.John Criswell
2003-10-05Move support/tools/* back into utilsChris Lattner
2003-09-29Updated Makefiles to reflect new location in llvm/support/tools.John Criswell
2003-08-19X86.td has been moved out of this directory; these are outdated targets.Misha Brukman
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell
2002-12-03Don't delete temporary filesChris Lattner
2002-12-02Add correct dependencyChris Lattner
2002-12-02Split up targetsChris Lattner
2002-12-02Initial checkin of TableGen utilityChris Lattner