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