| Age | Commit message (Expand) | Author |
| 2007-07-19 | Change instruction description to split OperandList into OutOperandList and | Evan Cheng |
| 2007-05-15 | Added \!con(a,b) syntax to concatnate two dag fragments. | Evan Cheng |
| 2007-02-27 | reapply | Chris Lattner |
| 2007-02-27 | Backing out | Evan Cheng |
| 2007-02-27 | initial support for calling convention generation, still unfinished. | Chris Lattner |
| 2006-12-07 | What should be the last unnecessary <iostream>s in the library. | Bill Wendling |
| 2006-11-02 | For PR786: | Reid Spencer |
| 2006-03-31 | Generalize the previous binary operator support and add a string concatenation | Chris Lattner |
| 2006-03-30 | Implement Regression/TableGen/DagDefSubst.ll | Chris Lattner |
| 2006-02-18 | Fix bugs identified by VC++. | Jeff Cohen |
| 2006-01-31 | implement test/Regression/TableGen/DagIntSubst.ll | Chris Lattner |
| 2005-12-26 | more standards-compliance stuff | Duraid Madina |
| 2005-11-30 | Fix some copy and paste typos. | Nate Begeman |
| 2005-10-28 | Rename Record::getValueAsListDef to getValueAsListOfDefs, to more accurately | Chris Lattner |
| 2005-10-28 | Added method to return a vector of records for a ListInit of Def field. This | Jim Laskey |
| 2005-09-13 | Add a new Record::getValueAsCode method to mirror the other getValueAs* | Chris Lattner |
| 2005-08-19 | Add a setName method to Record. | Chris Lattner |
| 2005-04-22 | Eliminate tabs and trailing spaces | Jeff Cohen |
| 2005-04-22 | Remove trailing whitespace | Misha Brukman |
| 2005-04-19 | fix bogus warning | Chris Lattner |
| 2005-04-19 | Major change to tblgen: instead of resolving values every time a class is | Chris Lattner |
| 2005-04-19 | implementing shifting of literal integers | Chris Lattner |
| 2004-11-05 | Quiet VC++ warnings | Chris Lattner |
| 2004-10-08 | Properly `quote' names, and don't forget to add the ending quote! | Misha Brukman |
| 2004-09-30 | #include DataTypes.h to compile on MinGW, patch by Henrik Bach. | Misha Brukman |
| 2004-08-01 | Finegrainify namespacification | Chris Lattner |
| 2004-07-27 | Implement test/Regression/TableGen/ListSlices.td | Chris Lattner |
| 2004-07-26 | Add initial support for list slices. This currently allows you to do stuff | Chris Lattner |
| 2004-06-21 | Handle shifts >= 32 bits. | Misha Brukman |
| 2004-02-28 | Assert instead of going into an infinite loop! | Chris Lattner |
| 2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
| 2003-10-20 | Added LLVM copyright header. | John Criswell |
| 2003-08-10 | Implement correct parsing, representation, and printing of DAG argument names | Chris Lattner |
| 2003-08-07 | Add new method getVAlueAsDag | Chris Lattner |
| 2003-08-06 | There is something wrong with code that looks like: | Chris Lattner |
| 2003-08-04 | add support for DagInit initializers, which represent DAG patterns | Chris Lattner |
| 2003-08-04 | It appears that somehow we forgot to add support for code variables. | Chris Lattner |
| 2003-08-04 | Add initial support for a new 'dag' type | Chris Lattner |
| 2003-08-03 | Add new Record::getValueAsBit method | Chris Lattner |
| 2003-08-03 | Fix bug: TableGen/IntBitInit.td | Chris Lattner |
| 2003-08-03 | Fix bug: TableGen/BitsInitOverflow.td | Chris Lattner |
| 2003-08-03 | Changes to allow lists of any type | Chris Lattner |
| 2003-08-02 | Add new method | Chris Lattner |
| 2003-08-01 | add support for emitting register classes | Chris Lattner |
| 2003-08-01 | Add new getValueAsListInit and getValueAsInt methods | Chris Lattner |
| 2003-08-01 | Fix the way field bit references are resolved, also allow resolution of field... | Chris Lattner |
| 2003-08-01 | Add new getValueAsBitsInit 'high-level' method | Chris Lattner |
| 2003-08-01 | Switch over to an exception handling model for "high-level" requests. | Chris Lattner |
| 2003-08-01 | Factor code out into a new getAllDerivedDefinitions method, which is generall... | Chris Lattner |
| 2003-07-30 | Allow passing lists through variables | Chris Lattner |