Fix memory leaks by avoiding extra manual dynamic allocation
[oota-llvm.git] / utils / TableGen / Makefile
2012-10-25 Joerg SonnenbergerRemove exception handling usage from tblgen.
2012-10-10 Sean Silvatblgen: Compile TableGen without RTTI.
2011-10-06 Peter CollingbourneBuild system infrastructure for multiple tblgens.
2011-10-01 Peter CollingbourneMove TableGen's parser and entry point into a library
2010-11-29 Michael J. SpencerMerge System into Support.
2010-05-05 Sean HuntAdd an emitter to handle the list of clang statement...
2009-05-08 Chris LattnerChange 'make install' to install tblgen, for better...
2009-02-26 Chris Lattnerthese utils don't need exports.
2007-12-29 Chris Lattnerremove attributions from tools/utils makefiles.
2007-11-22 Chris LattnerRewrite the tblgen parser in a recursive descent style...
2007-11-18 Chris Lattnerreimplement the tblgen lexer with a simple hand-written...
2007-10-18 Chris Lattnertblgen uses dynamic_cast heavily, so it needs rtti...
2007-02-06 Reid SpencerSet the new NO_INSTALL flag for build-only tools.
2006-07-07 Chris Lattnertblgen uses EH
2006-06-01 Reid SpencerDon't build tblgen with -pedantic or -Wno-long-long
2006-04-13 Reid SpencerAdd missing things to the distribution.
2005-08-27 Reid SpencerImplement PR614:
2004-10-30 Reid SpencerInternalize variable names to prevent recursive assignm...
2004-10-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2004-09-03 Reid SpencerClean up some "clean:" targets so they use $(VERB)...
2004-08-29 Reid SpencerLink with LLVMsystem.a for operating system independence.
2004-06-17 Misha BrukmanMake header comment fit within 80 cols.
2003-10-20 John CriswellAdded LLVM copyright to Makefiles.
2003-10-16 John CriswellRemoved the .PRECIOUS of Lex and Yacc output files.
2003-10-05 Chris LattnerMove support/tools/* back into utils
2003-09-29 John CriswellUpdated Makefiles to reflect new location in llvm/suppo...
2003-08-19 Misha BrukmanX86.td has been moved out of this directory; these...
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2002-12-03 Chris LattnerDon't delete temporary files
2002-12-02 Chris LattnerAdd correct dependency
2002-12-02 Chris LattnerSplit up targets
2002-12-02 Chris LattnerInitial checkin of TableGen utility