summaryrefslogtreecommitdiff
path: root/utils/TableGen/TGParser.h
Commit message (Expand)AuthorAge
* Teach tablegen to allow "let" expressions inside multiclasses,Bruno Cardoso Lopes2010-06-10
* Teach tablegen to support 'defm' inside multiclasses.Bruno Cardoso Lopes2010-06-05
* move include searching logic from TGLexer to SourceMgr.Chris Lattner2009-06-21
* Rename TGSourceMgr -> SourceMgr.Chris Lattner2009-06-21
* rename TGLoc -> SMLoc.Chris Lattner2009-06-21
* move TGSourceMgr class out of TableGen into libsupport.Chris Lattner2009-06-21
* Make IntInits and ListInits typed. This helps deduce types of !if andDavid Greene2009-06-08
* Operation EnhancementsDavid Greene2009-05-14
* Rename the CurMultiClass formal parameter of TGParser::AddSubMultiClassBob Wilson2009-04-30
* Remove unnecessary "class" keywords.Bob Wilson2009-04-30
* Implement multiclass inheritance.David Greene2009-04-22
* Fix the Win32 VS2008 build:Sebastian Redl2009-03-19
* make "locations" a class instead of a typedef.Chris Lattner2009-03-13
* split buffer management and diagnostic printing out of the tblgenChris Lattner2009-03-13
* Unbreak the build on win32.Cedric Venet2009-02-14
* Make tblgen more portable, allowing it to build with ICC.Chris Lattner2009-01-22
* remove attributions from utils.Chris Lattner2007-12-29
* Rewrite the tblgen parser in a recursive descent style, eliminating the bison...Chris Lattner2007-11-22