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