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