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