aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/FileLexer.l
Commit message (Expand)AuthorAgeFilesLines
* Tighten up the specification to allow TableGen/nested-comment.td to passChris Lattner2005-09-061-3/+3
* Add initial lexer and parser support for shifting values. Every use of thisChris Lattner2005-04-191-0/+5
* Patch to make VS happier, thanks to Morten Ofstad for pointing this out.Chris Lattner2004-10-131-1/+1
* Add support for dos style files.Chris Lattner2004-05-271-1/+1
* exit(1) instead of abort()'ing on errorChris Lattner2004-02-131-2/+2
* Fix buggy error message problemChris Lattner2004-02-131-2/+3
* Ooops, top-level C++-comments aren't recognized by flex.Misha Brukman2004-02-121-2/+2
* * Convert C comments to C++ style (why are some one way, some another?!)Misha Brukman2004-02-121-30/+14
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-2/+9
* Added LLVM copyright notice.John Criswell2003-10-211-0/+7
* Modified the code so that we exit() with a non-zero value instead of callingJohn Criswell2003-09-091-1/+1
* Remove unneeded #includeChris Lattner2003-09-071-1/+0
* Added an option to TableGen that allows users to specify a directory in whichJohn Criswell2003-08-271-3/+36
* Recognize $foo as a variableChris Lattner2003-08-101-0/+2
* Update file header commentChris Lattner2003-08-041-1/+3
* Transition complete, remove the obsolete 'set' keywordChris Lattner2003-08-041-1/+0
* Start transitioning towards using 'let X = y in' statements, instead of 'set ...Chris Lattner2003-08-041-1/+2
* Add initial support for a new 'dag' typeChris Lattner2003-08-041-0/+1
* expand contractionChris Lattner2003-08-031-1/+1
* Add support for code fragmentsChris Lattner2003-07-301-6/+8
* Initial support for the 'code' type.Chris Lattner2003-07-301-0/+1
* Move err() to the lexer, implement file inclusion capabilities directly in tb...Chris Lattner2003-07-301-6/+87
* Minor reorganization, move ParseFile to the lexerChris Lattner2003-07-301-0/+22
* Directly support C style comments in tblgen, but allow them to actually nestChris Lattner2003-07-301-0/+13
* Initial checkin of TableGen utilityChris Lattner2002-12-021-0/+66