| Commit message (Expand) | Author | Age | Files | Lines |
* | Generalize the previous binary operator support and add a string concatenation | Chris Lattner | 2006-03-31 | 1 | -0/+1 |
* | Silence a warning. | Chris Lattner | 2006-03-03 | 1 | -1/+1 |
* | add support for multiple include directories | Chris Lattner | 2006-03-03 | 1 | -7/+11 |
* | Adjust to new form of handling lexer dependencies, this way shouldn't have | Chris Lattner | 2006-02-14 | 1 | -0/+1 |
* | Tighten up the specification to allow TableGen/nested-comment.td to pass | Chris Lattner | 2005-09-06 | 1 | -3/+3 |
* | Add initial lexer and parser support for shifting values. Every use of this | Chris Lattner | 2005-04-19 | 1 | -0/+5 |
* | Patch to make VS happier, thanks to Morten Ofstad for pointing this out. | Chris Lattner | 2004-10-13 | 1 | -1/+1 |
* | Add support for dos style files. | Chris Lattner | 2004-05-27 | 1 | -1/+1 |
* | exit(1) instead of abort()'ing on error | Chris Lattner | 2004-02-13 | 1 | -2/+2 |
* | Fix buggy error message problem | Chris Lattner | 2004-02-13 | 1 | -2/+3 |
* | Ooops, top-level C++-comments aren't recognized by flex. | Misha Brukman | 2004-02-12 | 1 | -2/+2 |
* | * Convert C comments to C++ style (why are some one way, some another?!) | Misha Brukman | 2004-02-12 | 1 | -30/+14 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -2/+9 |
* | Added LLVM copyright notice. | John Criswell | 2003-10-21 | 1 | -0/+7 |
* | Modified the code so that we exit() with a non-zero value instead of calling | John Criswell | 2003-09-09 | 1 | -1/+1 |
* | Remove unneeded #include | Chris Lattner | 2003-09-07 | 1 | -1/+0 |
* | Added an option to TableGen that allows users to specify a directory in which | John Criswell | 2003-08-27 | 1 | -3/+36 |
* | Recognize $foo as a variable | Chris Lattner | 2003-08-10 | 1 | -0/+2 |
* | Update file header comment | Chris Lattner | 2003-08-04 | 1 | -1/+3 |
* | Transition complete, remove the obsolete 'set' keyword | Chris Lattner | 2003-08-04 | 1 | -1/+0 |
* | Start transitioning towards using 'let X = y in' statements, instead of 'set ... | Chris Lattner | 2003-08-04 | 1 | -1/+2 |
* | Add initial support for a new 'dag' type | Chris Lattner | 2003-08-04 | 1 | -0/+1 |
* | expand contraction | Chris Lattner | 2003-08-03 | 1 | -1/+1 |
* | Add support for code fragments | Chris Lattner | 2003-07-30 | 1 | -6/+8 |
* | Initial support for the 'code' type. | Chris Lattner | 2003-07-30 | 1 | -0/+1 |
* | Move err() to the lexer, implement file inclusion capabilities directly in tb... | Chris Lattner | 2003-07-30 | 1 | -6/+87 |
* | Minor reorganization, move ParseFile to the lexer | Chris Lattner | 2003-07-30 | 1 | -0/+22 |
* | Directly support C style comments in tblgen, but allow them to actually nest | Chris Lattner | 2003-07-30 | 1 | -0/+13 |
* | Initial checkin of TableGen utility | Chris Lattner | 2002-12-02 | 1 | -0/+66 |