Unbreak VC++ build.
[oota-llvm.git] / utils / TableGen / FileLexer.l
2006-11-05 Jeff CohenUnbreak VC++ build.
2006-09-18 Chris LattnerFix Regression/TableGen/2006-09-18-LargeInt.td
2006-09-01 Chris LattnerAdd often-requested support for defining "multiclasses...
2006-03-31 Chris LattnerGeneralize the previous binary operator support and...
2006-03-03 Chris LattnerSilence a warning.
2006-03-03 Chris Lattneradd support for multiple include directories
2006-02-14 Chris LattnerAdjust to new form of handling lexer dependencies,...
2005-09-06 Chris LattnerTighten up the specification to allow TableGen/nested...
2005-04-19 Chris LattnerAdd initial lexer and parser support for shifting value...
2004-10-13 Chris LattnerPatch to make VS happier, thanks to Morten Ofstad for...
2004-05-27 Chris LattnerAdd support for dos style files.
2004-02-13 Chris Lattnerexit(1) instead of abort()'ing on error
2004-02-13 Chris LattnerFix buggy error message problem
2004-02-12 Misha BrukmanOoops, top-level C++-comments aren't recognized by...
2004-02-12 Misha Brukman* Convert C comments to C++ style (why are some one...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-21 John CriswellAdded LLVM copyright notice.
2003-09-09 John CriswellModified the code so that we exit() with a non-zero...
2003-09-07 Chris LattnerRemove unneeded #include
2003-08-27 John CriswellAdded an option to TableGen that allows users to specif...
2003-08-10 Chris LattnerRecognize $foo as a variable
2003-08-04 Chris LattnerUpdate file header comment
2003-08-04 Chris LattnerTransition complete, remove the obsolete 'set' keyword
2003-08-04 Chris LattnerStart transitioning towards using 'let X = y in' statem...
2003-08-04 Chris LattnerAdd initial support for a new 'dag' type
2003-08-03 Chris Lattnerexpand contraction
2003-07-30 Chris LattnerAdd support for code fragments
2003-07-30 Chris LattnerInitial support for the 'code' type.
2003-07-30 Chris LattnerMove err() to the lexer, implement file inclusion capab...
2003-07-30 Chris LattnerMinor reorganization, move ParseFile to the lexer
2003-07-30 Chris LattnerDirectly support C style comments in tblgen, but allow...
2002-12-02 Chris LattnerInitial checkin of TableGen utility