aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/TGParser.h
Commit message (Expand)AuthorAgeFilesLines
* move include searching logic from TGLexer to SourceMgr.Chris Lattner2009-06-211-2/+0
* Rename TGSourceMgr -> SourceMgr.Chris Lattner2009-06-211-1/+1
* rename TGLoc -> SMLoc.Chris Lattner2009-06-211-6/+6
* move TGSourceMgr class out of TableGen into libsupport.Chris Lattner2009-06-211-1/+1
* Make IntInits and ListInits typed. This helps deduce types of !if andDavid Greene2009-06-081-3/+3
* Operation EnhancementsDavid Greene2009-05-141-0/+2
* Rename the CurMultiClass formal parameter of TGParser::AddSubMultiClassBob Wilson2009-04-301-2/+3
* Remove unnecessary "class" keywords.Bob Wilson2009-04-301-1/+1
* Implement multiclass inheritance.David Greene2009-04-221-1/+4
* Fix the Win32 VS2008 build:Sebastian Redl2009-03-191-1/+1
* make "locations" a class instead of a typedef.Chris Lattner2009-03-131-7/+7
* split buffer management and diagnostic printing out of the tblgenChris Lattner2009-03-131-1/+1
* Unbreak the build on win32.Cédric Venet2009-02-141-2/+2
* Make tblgen more portable, allowing it to build with ICC.Chris Lattner2009-01-221-2/+2
* remove attributions from utils.Chris Lattner2007-12-291-2/+2
* Rewrite the tblgen parser in a recursive descent style, eliminating the bison...Chris Lattner2007-11-221-0/+109