Age | Commit message (Expand) | Author |
2007-11-18 | reimplement the tblgen lexer with a simple hand-written lexer. This eliminates | Chris Lattner |
2007-10-17 | Updated VC++ build system. | Hartmut Kaiser |
2007-05-15 | Added \!con(a,b) syntax to concatnate two dag fragments. | Evan Cheng |
2007-02-06 | Deemed too cute to live. | Jim Laskey |
2007-02-06 | Support var arg intrinsics. | Jim Laskey |
2006-12-07 | What should be the last unnecessary <iostream>s in the library. | Bill Wendling |
2006-11-05 | Unbreak VC++ build. | Jeff Cohen |
2006-09-18 | Fix Regression/TableGen/2006-09-18-LargeInt.td | Chris Lattner |
2006-09-01 | Add often-requested support for defining "multiclasses" which can be instanti... | Chris Lattner |
2006-03-31 | Generalize the previous binary operator support and add a string concatenation | Chris Lattner |
2006-03-03 | Silence a warning. | Chris Lattner |
2006-03-03 | add support for multiple include directories | Chris Lattner |
2006-02-14 | Adjust to new form of handling lexer dependencies, this way shouldn't have | Chris Lattner |
2005-09-06 | Tighten up the specification to allow TableGen/nested-comment.td to pass | Chris Lattner |
2005-04-19 | Add initial lexer and parser support for shifting values. Every use of this | Chris Lattner |
2004-10-13 | Patch to make VS happier, thanks to Morten Ofstad for pointing this out. | Chris Lattner |
2004-05-27 | Add support for dos style files. | Chris Lattner |
2004-02-13 | exit(1) instead of abort()'ing on error | Chris Lattner |
2004-02-13 | Fix buggy error message problem | Chris Lattner |
2004-02-12 | Ooops, 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-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-10-21 | Added LLVM copyright notice. | John Criswell |
2003-09-09 | Modified the code so that we exit() with a non-zero value instead of calling | John Criswell |
2003-09-07 | Remove unneeded #include | Chris Lattner |
2003-08-27 | Added an option to TableGen that allows users to specify a directory in which | John Criswell |
2003-08-10 | Recognize $foo as a variable | Chris Lattner |
2003-08-04 | Update file header comment | Chris Lattner |
2003-08-04 | Transition complete, remove the obsolete 'set' keyword | Chris Lattner |
2003-08-04 | Start transitioning towards using 'let X = y in' statements, instead of 'set ... | Chris Lattner |
2003-08-04 | Add initial support for a new 'dag' type | Chris Lattner |
2003-08-03 | expand contraction | Chris Lattner |
2003-07-30 | Add support for code fragments | Chris Lattner |
2003-07-30 | Initial support for the 'code' type. | Chris Lattner |
2003-07-30 | Move err() to the lexer, implement file inclusion capabilities directly in tb... | Chris Lattner |
2003-07-30 | Minor reorganization, move ParseFile to the lexer | Chris Lattner |
2003-07-30 | Directly support C style comments in tblgen, but allow them to actually nest | Chris Lattner |
2002-12-02 | Initial checkin of TableGen utility | Chris Lattner |