aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+29