aboutsummaryrefslogtreecommitdiff
path: root/support/tools/TableGen/FileParser.y
AgeCommit message (Expand)Author
2003-10-05Move support/lib into lib/SupportChris Lattner
2003-08-18Spell `necessary' correctly.Misha Brukman
2003-08-10Implement correct parsing, representation, and printing of DAG argument namesChris Lattner
2003-08-10Recognize $foo as a variableChris Lattner
2003-08-04Parse DAG patternsChris Lattner
2003-08-04Start transitioning towards using 'let X = y in' statements, instead of 'set ...Chris Lattner
2003-08-04Add initial support for a new 'dag' typeChris Lattner
2003-08-03Changes to allow lists of any typeChris Lattner
2003-08-03Allow an external 'set' command to set multiple values in the same command.Chris Lattner
2003-07-30Add support for code fragmentsChris Lattner
2003-07-30Initial support for the 'code' type.Chris Lattner
2003-07-30Move err() to the lexer, implement file inclusion capabilities directly in tb...Chris Lattner
2003-07-30Minor reorganization, move ParseFile to the lexerChris Lattner
2003-07-30Make tablegen take an input filename to parse if one is specified, otherwiseChris Lattner
2003-07-30Fix coredump for when an ID is used illegally outside a recordChris Lattner
2003-07-30Don't pollute the namespace with template arguments after they have been reso...Chris Lattner
2003-07-30Implement TODO: disallow 'def's with template arguments.Chris Lattner
2003-07-30Allow specification of anonymous definitionsChris Lattner
2003-07-28Add support for Set statements without {}'s. Now we can just sayChris Lattner
2003-05-20I fixed that ``thang'', yo.Misha Brukman
2002-12-06Fix bugChris Lattner
2002-12-06Tighten up assertion checkingChris Lattner
2002-12-02Add support for field exprsChris Lattner
2002-12-02Initial checkin of TableGen utilityChris Lattner