| Commit message (Expand) | Author | Age | Files | Lines |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
* | Added LLVM copyright header. | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | Implement autopromotion of leaf trees from arguments to nodes of their own, | Chris Lattner | 2003-08-10 | 1 | -0/+5 |
* | Implement correct parsing, representation, and printing of DAG argument names | Chris Lattner | 2003-08-10 | 1 | -3/+19 |
* | Add and use a new method | Chris Lattner | 2003-08-07 | 1 | -0/+7 |
* | Add new method getVAlueAsDag | Chris Lattner | 2003-08-07 | 1 | -0/+6 |
* | Ick, add the RIGHT accessor | Chris Lattner | 2003-08-06 | 1 | -1/+1 |
* | Add accessor | Chris Lattner | 2003-08-06 | 1 | -0/+1 |
* | add support for DagInit initializers, which represent DAG patterns | Chris Lattner | 2003-08-04 | 1 | -1/+23 |
* | It appears that somehow we forgot to add support for code variables. | Chris Lattner | 2003-08-04 | 1 | -0/+1 |
* | Add initial support for a new 'dag' type | Chris Lattner | 2003-08-04 | 1 | -0/+17 |
* | Add new Record::getValueAsBit method | Chris Lattner | 2003-08-03 | 1 | -0/+6 |
* | Fix bug: TableGen/IntBitInit.td | Chris Lattner | 2003-08-03 | 1 | -0/+1 |
* | Changes to allow lists of any type | Chris Lattner | 2003-08-03 | 1 | -16/+90 |
* | Add new method | Chris Lattner | 2003-08-02 | 1 | -0/+6 |
* | add support for emitting register classes | Chris Lattner | 2003-08-01 | 1 | -0/+7 |
* | Add new getValueAsListInit and getValueAsInt methods | Chris Lattner | 2003-08-01 | 1 | -0/+11 |
* | Fix the way field bit references are resolved, also allow resolution of field... | Chris Lattner | 2003-08-01 | 1 | -0/+2 |
* | Add new getValueAsBitsInit 'high-level' method | Chris Lattner | 2003-08-01 | 1 | -0/+6 |
* | Switch over to an exception handling model for "high-level" requests. | Chris Lattner | 2003-08-01 | 1 | -3/+16 |
* | Factor code out into a new getAllDerivedDefinitions method, which is generall... | Chris Lattner | 2003-08-01 | 1 | -0/+10 |
* | Add file comment | Chris Lattner | 2003-07-31 | 1 | -0/+2 |
* | Add support for code fragments | Chris Lattner | 2003-07-30 | 1 | -0/+17 |
* | Initial support for the 'code' type. | Chris Lattner | 2003-07-30 | 1 | -0/+9 |
* | Don't pollute the namespace with template arguments after they have been reso... | Chris Lattner | 2003-07-30 | 1 | -0/+10 |
* | Allow passing lists through variables | Chris Lattner | 2003-07-30 | 1 | -1/+7 |
* | Implement resolution of variables to the value of the variable once it gets a... | Chris Lattner | 2003-07-30 | 1 | -0/+7 |
* | Allow initializing variable initializers with variables | Chris Lattner | 2003-07-28 | 1 | -1/+2 |
* | Use C++ headers, not C headers | Chris Lattner | 2003-07-25 | 1 | -1/+1 |
* | Added assert.h so that it compiles under newer versions of GCC. | John Criswell | 2003-06-11 | 1 | -0/+2 |
* | Tighten up assertion checking | Chris Lattner | 2002-12-06 | 1 | -0/+1 |
* | Continue implementing field initializers | Chris Lattner | 2002-12-03 | 1 | -0/+12 |
* | Continued support for field intitializers | Chris Lattner | 2002-12-02 | 1 | -9/+14 |
* | Continued support for Field Initializer | Chris Lattner | 2002-12-02 | 1 | -14/+42 |
* | Add comments, factor out common code | Chris Lattner | 2002-12-02 | 1 | -10/+22 |
* | Initial support for Field Expressions | Chris Lattner | 2002-12-02 | 1 | -0/+34 |
* | Add comments | Chris Lattner | 2002-12-02 | 1 | -0/+44 |
* | Initial checkin of TableGen utility | Chris Lattner | 2002-12-02 | 1 | -0/+448 |