summaryrefslogtreecommitdiff
path: root/utils/TableGen/FileLexer.l
Commit message (Expand)AuthorAge
* Deemed too cute to live.Jim Laskey2007-02-06
* Support var arg intrinsics.Jim Laskey2007-02-06
* What should be the last unnecessary <iostream>s in the library.Bill Wendling2006-12-07
* Unbreak VC++ build.Jeff Cohen2006-11-05
* Fix Regression/TableGen/2006-09-18-LargeInt.tdChris Lattner2006-09-18
* Add often-requested support for defining "multiclasses" which can be instanti...Chris Lattner2006-09-01
* Generalize the previous binary operator support and add a string concatenationChris Lattner2006-03-31
* Silence a warning.Chris Lattner2006-03-03
* add support for multiple include directoriesChris Lattner2006-03-03
* Adjust to new form of handling lexer dependencies, this way shouldn't haveChris Lattner2006-02-14
* Tighten up the specification to allow TableGen/nested-comment.td to passChris Lattner2005-09-06
* Add initial lexer and parser support for shifting values. Every use of thisChris Lattner2005-04-19
* Patch to make VS happier, thanks to Morten Ofstad for pointing this out.Chris Lattner2004-10-13
* Add support for dos style files.Chris Lattner2004-05-27
* exit(1) instead of abort()'ing on errorChris Lattner2004-02-13
* Fix buggy error message problemChris Lattner2004-02-13
* Ooops, top-level C++-comments aren't recognized by flex.Misha Brukman2004-02-12
* * Convert C comments to C++ style (why are some one way, some another?!)Misha Brukman2004-02-12
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM copyright notice.John Criswell2003-10-21
* Modified the code so that we exit() with a non-zero value instead of callingJohn Criswell2003-09-09
* Remove unneeded #includeChris Lattner2003-09-07
* Added an option to TableGen that allows users to specify a directory in whichJohn Criswell2003-08-27
* Recognize $foo as a variableChris Lattner2003-08-10
* Update file header commentChris Lattner2003-08-04
* Transition complete, remove the obsolete 'set' keywordChris 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
* expand contractionChris 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
* Directly support C style comments in tblgen, but allow them to actually nestChris Lattner2003-07-30
* Initial checkin of TableGen utilityChris Lattner2002-12-02