| Commit message (Expand) | Author | Age | Files | Lines |
* | Generalize the previous binary operator support and add a string concatenation | Chris Lattner | 2006-03-31 | 1 | -16/+6 |
* | Implement Regression/TableGen/DagDefSubst.ll | Chris Lattner | 2006-03-30 | 1 | -25/+24 |
* | implement test/Regression/TableGen/DagIntSubst.ll | Chris Lattner | 2006-01-31 | 1 | -1/+1 |
* | Refactor this a bit to move ParsingTemplateArgs to only apply to classes, | Chris Lattner | 2005-09-30 | 1 | -11/+25 |
* | Generate a parse error instead of a checked exception if template args are | Chris Lattner | 2005-09-30 | 1 | -14/+10 |
* | Refactor the grammar a bit to implement TableGen/ForwardRef.td | Chris Lattner | 2005-09-30 | 1 | -28/+38 |
* | Rearrange two rules, which apparently makes some versions of bison happier. | Chris Lattner | 2005-09-12 | 1 | -15/+15 |
* | Add support for automatically created anonymous definitions. | Chris Lattner | 2005-09-08 | 1 | -1/+30 |
* | Tabs to spaces. | Chris Lattner | 2005-09-08 | 1 | -12/+12 |
* | Major change to tblgen: instead of resolving values every time a class is | Chris Lattner | 2005-04-19 | 1 | -20/+31 |
* | Add initial lexer and parser support for shifting values. Every use of this | Chris Lattner | 2005-04-19 | 1 | -0/+19 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -1/+1 |
* | Add initial support for list slices. This currently allows you to do stuff | Chris Lattner | 2004-07-26 | 1 | -16/+44 |
* | Do not remove an active template argument even if the superclass had one of the | Chris Lattner | 2004-02-28 | 1 | -1/+2 |
* | Ignore X = X assignments that was causing Alkis's rewrite of X86.td to crash | Chris Lattner | 2004-02-28 | 1 | -3/+9 |
* | exit(1) instead of abort()'ing on error | Chris Lattner | 2004-02-13 | 1 | -23/+23 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -10/+17 |
* | Added LLVM copyright notice. | John Criswell | 2003-10-21 | 1 | -0/+7 |
* | Regularize header file comments | Chris Lattner | 2003-10-13 | 1 | -1/+1 |
* | Spell `necessary' correctly. | Misha Brukman | 2003-08-18 | 1 | -1/+1 |
* | Implement correct parsing, representation, and printing of DAG argument names | Chris Lattner | 2003-08-10 | 1 | -8/+18 |
* | Recognize $foo as a variable | Chris Lattner | 2003-08-10 | 1 | -1/+1 |
* | Parse DAG patterns | Chris Lattner | 2003-08-04 | 1 | -0/+24 |
* | Start transitioning towards using 'let X = y in' statements, instead of 'set ... | Chris Lattner | 2003-08-04 | 1 | -19/+19 |
* | Add initial support for a new 'dag' type | Chris Lattner | 2003-08-04 | 1 | -1/+3 |
* | Changes to allow lists of any type | Chris Lattner | 2003-08-03 | 1 | -32/+4 |
* | Allow an external 'set' command to set multiple values in the same command. | Chris Lattner | 2003-08-03 | 1 | -15/+35 |
* | Add support for code fragments | Chris Lattner | 2003-07-30 | 1 | -1/+4 |
* | Initial support for the 'code' type. | Chris Lattner | 2003-07-30 | 1 | -1/+3 |
* | Move err() to the lexer, implement file inclusion capabilities directly in tb... | Chris Lattner | 2003-07-30 | 1 | -3/+1 |
* | Minor reorganization, move ParseFile to the lexer | Chris Lattner | 2003-07-30 | 1 | -24/+0 |
* | Make tablegen take an input filename to parse if one is specified, otherwise | Chris Lattner | 2003-07-30 | 1 | -1/+13 |
* | Fix coredump for when an ID is used illegally outside a record | Chris Lattner | 2003-07-30 | 1 | -0/+4 |
* | Don't pollute the namespace with template arguments after they have been reso... | Chris Lattner | 2003-07-30 | 1 | -3/+14 |
* | Implement TODO: disallow 'def's with template arguments. | Chris Lattner | 2003-07-30 | 1 | -1/+6 |
* | Allow specification of anonymous definitions | Chris Lattner | 2003-07-30 | 1 | -4/+9 |
* | Add support for Set statements without {}'s. Now we can just say | Chris Lattner | 2003-07-28 | 1 | -7/+14 |
* | I fixed that ``thang'', yo. | Misha Brukman | 2003-05-20 | 1 | -1/+1 |
* | Fix bug | Chris Lattner | 2002-12-06 | 1 | -2/+2 |
* | Tighten up assertion checking | Chris Lattner | 2002-12-06 | 1 | -4/+11 |
* | Add support for field exprs | Chris Lattner | 2002-12-02 | 1 | -0/+7 |
* | Initial checkin of TableGen utility | Chris Lattner | 2002-12-02 | 1 | -0/+445 |