Make alignment be in bits, just like size is
[oota-llvm.git] / utils / TableGen / FileLexer.l
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