aboutsummaryrefslogtreecommitdiffstats
path: root/support/tools/TableGen/FileParser.y
Commit message (Expand)AuthorAgeFilesLines
* Start transitioning towards using 'let X = y in' statements, instead of 'set ...Chris Lattner2003-08-041-19/+19
* Add initial support for a new 'dag' typeChris Lattner2003-08-041-1/+3
* Changes to allow lists of any typeChris Lattner2003-08-031-32/+4
* Allow an external 'set' command to set multiple values in the same command.Chris Lattner2003-08-031-15/+35
* Add support for code fragmentsChris Lattner2003-07-301-1/+4
* Initial support for the 'code' type.Chris Lattner2003-07-301-1/+3
* Move err() to the lexer, implement file inclusion capabilities directly in tb...Chris Lattner2003-07-301-3/+1
* Minor reorganization, move ParseFile to the lexerChris Lattner2003-07-301-24/+0
* Make tablegen take an input filename to parse if one is specified, otherwiseChris Lattner2003-07-301-1/+13
* Fix coredump for when an ID is used illegally outside a recordChris Lattner2003-07-301-0/+4
* Don't pollute the namespace with template arguments after they have been reso...Chris Lattner2003-07-301-3/+14
* Implement TODO: disallow 'def's with template arguments.Chris Lattner2003-07-301-1/+6
* Allow specification of anonymous definitionsChris Lattner2003-07-301-4/+9
* Add support for Set statements without {}'s. Now we can just sayChris Lattner2003-07-281-7/+14
* I fixed that ``thang'', yo.Misha Brukman2003-05-201-1/+1
* Fix bugChris Lattner2002-12-061-2/+2
* Tighten up assertion checkingChris Lattner2002-12-061-4/+11
* Add support for field exprsChris Lattner2002-12-021-0/+7
* Initial checkin of TableGen utilityChris Lattner2002-12-021-0/+445