| Commit message (Expand) | Author | Age | Files | Lines |
* | Fun x86 encoding tricks: when adding an immediate value of 128, | Dan Gohman | 2008-10-17 | 1 | -12/+12 |
* | Remove some debug output from tblgen. This fixes a test. | Matthijs Kooijman | 2008-06-10 | 1 | -2/+0 |
* | remove attributions from utils. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | change the Init print methods to return strings, and implement | Chris Lattner | 2007-11-22 | 1 | -31/+39 |
* | eliminate a bunch of print methods that are duplicate with the getAsString() ... | Chris Lattner | 2007-11-22 | 1 | -8/+0 |
* | Add the ability to convert a tblgen type to a string. | Chris Lattner | 2007-11-20 | 1 | -0/+12 |
* | Add convenient helper to obtain list of ints | Anton Korobeynikov | 2007-11-11 | 1 | -0/+19 |
* | Change instruction description to split OperandList into OutOperandList and | Evan Cheng | 2007-07-19 | 1 | -2/+12 |
* | Added \!con(a,b) syntax to concatnate two dag fragments. | Evan Cheng | 2007-05-15 | 1 | -0/+35 |
* | reapply | Chris Lattner | 2007-02-27 | 1 | -0/+7 |
* | Backing out | Evan Cheng | 2007-02-27 | 1 | -7/+0 |
* | initial support for calling convention generation, still unfinished. | Chris Lattner | 2007-02-27 | 1 | -0/+7 |
* | What should be the last unnecessary <iostream>s in the library. | Bill Wendling | 2006-12-07 | 1 | -6/+7 |
* | For PR786: | Reid Spencer | 2006-11-02 | 1 | -1/+1 |
* | Generalize the previous binary operator support and add a string concatenation | Chris Lattner | 2006-03-31 | 1 | -15/+69 |
* | Implement Regression/TableGen/DagDefSubst.ll | Chris Lattner | 2006-03-30 | 1 | -3/+5 |
* | Fix bugs identified by VC++. | Jeff Cohen | 2006-02-18 | 1 | -2/+2 |
* | implement test/Regression/TableGen/DagIntSubst.ll | Chris Lattner | 2006-01-31 | 1 | -0/+11 |
* | more standards-compliance stuff | Duraid Madina | 2005-12-26 | 1 | -0/+2 |
* | Fix some copy and paste typos. | Nate Begeman | 2005-11-30 | 1 | -2/+2 |
* | Rename Record::getValueAsListDef to getValueAsListOfDefs, to more accurately | Chris Lattner | 2005-10-28 | 1 | -3/+3 |
* | Added method to return a vector of records for a ListInit of Def field. This | Jim Laskey | 2005-10-28 | 1 | -0/+19 |
* | Add a new Record::getValueAsCode method to mirror the other getValueAs* | Chris Lattner | 2005-09-13 | 1 | -0/+12 |
* | Add a setName method to Record. | Chris Lattner | 2005-08-19 | 1 | -0/+12 |
* | Eliminate tabs and trailing spaces | Jeff Cohen | 2005-04-22 | 1 | -3/+3 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-22 | 1 | -12/+12 |
* | fix bogus warning | Chris Lattner | 2005-04-19 | 1 | -0/+1 |
* | Major change to tblgen: instead of resolving values every time a class is | Chris Lattner | 2005-04-19 | 1 | -31/+50 |
* | implementing shifting of literal integers | Chris Lattner | 2005-04-19 | 1 | -0/+14 |
* | Quiet VC++ warnings | Chris Lattner | 2004-11-05 | 1 | -1/+1 |
* | Properly `quote' names, and don't forget to add the ending quote! | Misha Brukman | 2004-10-08 | 1 | -24/+24 |
* | #include DataTypes.h to compile on MinGW, patch by Henrik Bach. | Misha Brukman | 2004-09-30 | 1 | -0/+1 |
* | Finegrainify namespacification | Chris Lattner | 2004-08-01 | 1 | -5/+3 |
* | Implement test/Regression/TableGen/ListSlices.td | Chris Lattner | 2004-07-27 | 1 | -24/+91 |
* | Add initial support for list slices. This currently allows you to do stuff | Chris Lattner | 2004-07-26 | 1 | -0/+10 |
* | Handle shifts >= 32 bits. | Misha Brukman | 2004-06-21 | 1 | -2/+2 |
* | Assert instead of going into an infinite loop! | Chris Lattner | 2004-02-28 | 1 | -2/+5 |
* | 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 correct parsing, representation, and printing of DAG argument names | Chris Lattner | 2003-08-10 | 1 | -1/+4 |
* | Add new method getVAlueAsDag | Chris Lattner | 2003-08-07 | 1 | -3/+19 |
* | There is something wrong with code that looks like: | Chris Lattner | 2003-08-06 | 1 | -13/+13 |
* | add support for DagInit initializers, which represent DAG patterns | Chris Lattner | 2003-08-04 | 1 | -0/+11 |
* | It appears that somehow we forgot to add support for code variables. | Chris Lattner | 2003-08-04 | 1 | -0/+6 |
* | Add initial support for a new 'dag' type | Chris Lattner | 2003-08-04 | 1 | -0/+7 |
* | Add new Record::getValueAsBit method | Chris Lattner | 2003-08-03 | 1 | -0/+16 |
* | Fix bug: TableGen/IntBitInit.td | Chris Lattner | 2003-08-03 | 1 | -1/+5 |
* | Fix bug: TableGen/BitsInitOverflow.td | Chris Lattner | 2003-08-03 | 1 | -0/+9 |
* | Changes to allow lists of any type | Chris Lattner | 2003-08-03 | 1 | -7/+21 |
* | Add new method | Chris Lattner | 2003-08-02 | 1 | -0/+17 |