aboutsummaryrefslogtreecommitdiff
path: root/lib/TableGen/TGParser.h
AgeCommit message (Expand)Author
2013-02-07tblgen: Diagnose duplicate includes.Sean Silva
2013-01-10TableGen: Keep track of superclass reference ranges.Jordan Rose
2013-01-09tblgen: Factor out common code.Sean Silva
2013-01-09Inline this into its only caller.Sean Silva
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth
2012-10-04tblgen: Whitespace and 80-col cleanup.Sean Silva
2012-05-24Simplify TGParser::ProcessForEachDefs.Jakob Stoklund Olesen
2012-02-28Remove stray semi-colon.Daniel Dunbar
2012-02-22Add Foreach LoopDavid Greene
2011-10-19Process Defm Prefix as InitDavid Greene
2011-10-19Parse Def ID as ValueDavid Greene
2011-10-19Make ID Parsing More FlexibleDavid Greene
2011-10-19Make Template Arg Names InitsDavid Greene
2011-10-19Let SetValue Take and Init NameDavid Greene
2011-10-07Remove MultidefsDavid Greene
2011-10-05Parser Multidef SupportDavid Greene
2011-10-05Refactor Multiclass Def ProcessingDavid Greene
2011-10-01Move TableGen's parser and entry point into a libraryPeter Collingbourne