| Commit message (Expand) | Author | Age | Files | Lines |
* | change the Init print methods to return strings, and implement | Chris Lattner | 2007-11-22 | 1 | -20/+19 |
* | eliminate a bunch of print methods that are duplicate with the getAsString() ... | Chris Lattner | 2007-11-22 | 1 | -9/+1 |
* | Add the ability to convert a tblgen type to a string. | Chris Lattner | 2007-11-20 | 1 | -3/+9 |
* | Add convenient helper to obtain list of ints | Anton Korobeynikov | 2007-11-11 | 1 | -1/+7 |
* | Added \!con(a,b) syntax to concatnate two dag fragments. | Evan Cheng | 2007-05-15 | 1 | -2/+2 |
* | reapply | Chris Lattner | 2007-02-27 | 1 | -0/+2 |
* | Backing out | Evan Cheng | 2007-02-27 | 1 | -2/+0 |
* | initial support for calling convention generation, still unfinished. | Chris Lattner | 2007-02-27 | 1 | -0/+2 |
* | What should be the last unnecessary <iostream>s in the library. | Bill Wendling | 2006-12-07 | 1 | -1/+1 |
* | Add virtual methods to all subclasses so they are not overloaded. | Reid Spencer | 2006-08-28 | 1 | -0/+7 |
* | Generalize the previous binary operator support and add a string concatenation | Chris Lattner | 2006-03-31 | 1 | -7/+33 |
* | Implement Regression/TableGen/DagDefSubst.ll | Chris Lattner | 2006-03-30 | 1 | -9/+9 |
* | implement test/Regression/TableGen/DagIntSubst.ll | Chris Lattner | 2006-01-31 | 1 | -1/+7 |
* | Rename Record::getValueAsListDef to getValueAsListOfDefs, to more accurately | Chris Lattner | 2005-10-28 | 1 | -4/+4 |
* | Added method to return a vector of records for a ListInit of Def field. This | Jim Laskey | 2005-10-28 | 1 | -0/+6 |
* | Add a new Record::getValueAsCode method to mirror the other getValueAs* | Chris Lattner | 2005-09-13 | 1 | -0/+6 |
* | add a setName method to record | Chris Lattner | 2005-08-19 | 1 | -1/+1 |
* | Add a setName method to Record. | Chris Lattner | 2005-08-19 | 1 | -0/+14 |
* | Eliminate tabs and trailing spaces | Jeff Cohen | 2005-04-22 | 1 | -3/+3 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-22 | 1 | -15/+15 |
* | Major change to tblgen: instead of resolving values every time a class is | Chris Lattner | 2005-04-19 | 1 | -22/+38 |
* | implementing shifting of literal integers | Chris Lattner | 2005-04-19 | 1 | -0/+2 |
* | Add initial lexer and parser support for shifting values. Every use of this | Chris Lattner | 2005-04-19 | 1 | -0/+5 |
* | For PR387: | Reid Spencer | 2004-12-06 | 1 | -43/+174 |
* | Convert 'struct' to 'class' in various places to adhere to the coding standards | Chris Lattner | 2004-10-27 | 1 | -7/+13 |
* | Make VC happier, patch contributed by Morten Ofstad | Chris Lattner | 2004-10-23 | 1 | -1/+1 |
* | Implement test/Regression/TableGen/ListSlices.td | Chris Lattner | 2004-07-27 | 1 | -5/+51 |
* | Add initial support for list slices. This currently allows you to do stuff | Chris Lattner | 2004-07-26 | 1 | -0/+11 |
* | The "best" of both worlds: readable C++ comments and valid HTML For doxygen. | Misha Brukman | 2004-04-15 | 1 | -4/+7 |
* | 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 |