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