| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Initial checkin of useful wrappers around the Target classes, for now, only V... | Chris Lattner | 2003-08-07 | 2 | -0/+118 |
* | Ick, add the RIGHT accessor | Chris Lattner | 2003-08-06 | 1 | -1/+1 |
* | Add accessor | Chris Lattner | 2003-08-06 | 1 | -0/+1 |
* | There is something wrong with code that looks like: | Chris Lattner | 2003-08-06 | 1 | -13/+13 |
* | Export the register classes so that the instruction selector can get at them ... | Chris Lattner | 2003-08-06 | 2 | -7/+30 |
* | Added asserts to prevent negative shift amounts from being generated. | Misha Brukman | 2003-08-06 | 1 | -0/+2 |
* | Add error checking code to the node type parser. Start the instruction pattern | Chris Lattner | 2003-08-06 | 2 | -7/+34 |
* | Initial support for an instruction selector emitter | Chris Lattner | 2003-08-06 | 2 | -0/+115 |
* | All good classes with virtual functions should have virtual dtors... | Chris Lattner | 2003-08-06 | 1 | -0/+1 |
* | Add an instruction selector emitter skeleton | Chris Lattner | 2003-08-06 | 1 | -2/+7 |
* | convert over to using TableGen backends | Chris Lattner | 2003-08-06 | 4 | -31/+9 |
* | Switch code over to being a TableGenBackend | Chris Lattner | 2003-08-06 | 2 | -29/+9 |
* | Add more helper methods | Chris Lattner | 2003-08-06 | 2 | -1/+30 |
* | New common interface for backends to use | Chris Lattner | 2003-08-06 | 2 | -0/+43 |
* | Stop special-casing annul and predict bits (which are Sparc-specific anyway) | Misha Brukman | 2003-08-05 | 1 | -8/+1 |
* | No functional changes, comment the fix I just put in | Chris Lattner | 2003-08-05 | 1 | -4/+5 |
* | The CodeEmitterGenerator used to consider ANY uninitialized field as being an | Chris Lattner | 2003-08-05 | 1 | -48/+48 |
* | Parse DAG patterns | Chris Lattner | 2003-08-04 | 1 | -0/+24 |
* | add support for DagInit initializers, which represent DAG patterns | Chris Lattner | 2003-08-04 | 2 | -1/+34 |
* | Update file header comment | Chris Lattner | 2003-08-04 | 1 | -1/+3 |
* | Transition complete, remove the obsolete 'set' keyword | Chris Lattner | 2003-08-04 | 1 | -1/+0 |
* | Start transitioning towards using 'let X = y in' statements, instead of 'set ... | Chris Lattner | 2003-08-04 | 2 | -20/+21 |
* | It appears that somehow we forgot to add support for code variables. | Chris Lattner | 2003-08-04 | 2 | -0/+7 |
* | Add initial support for a new 'dag' type | Chris Lattner | 2003-08-04 | 4 | -1/+28 |
* | Allow registers to specify a custom name | Chris Lattner | 2003-08-03 | 1 | -1/+6 |
* | add new --gen-instr-desc option | Chris Lattner | 2003-08-03 | 1 | -1/+6 |
* | Add new Record::getValueAsBit method | Chris Lattner | 2003-08-03 | 2 | -0/+22 |
* | Finish the instruction info emitter | Chris Lattner | 2003-08-03 | 2 | -9/+130 |
* | Fix bug: TableGen/IntBitInit.td | Chris Lattner | 2003-08-03 | 2 | -1/+6 |
* | 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 | -26/+31 |
* | Changes to allow lists of any type | Chris Lattner | 2003-08-03 | 3 | -55/+115 |
* | expand contraction | Chris Lattner | 2003-08-03 | 1 | -1/+1 |
* | Add support for instruction enum emission | Chris Lattner | 2003-08-03 | 1 | -0/+10 |
* | Initial checkin of Instruction emitter, which just produces enum values so far | Chris Lattner | 2003-08-03 | 2 | -0/+91 |
* | Remove dead private: | Chris Lattner | 2003-08-03 | 1 | -1/+0 |
* | Make the register numbers line up more frequently | Chris Lattner | 2003-08-03 | 1 | -1/+1 |
* | Allow an external 'set' command to set multiple values in the same command. | Chris Lattner | 2003-08-03 | 1 | -15/+35 |
* | Finish the register info emitter | Chris Lattner | 2003-08-03 | 1 | -9/+96 |
* | Add new method | Chris Lattner | 2003-08-02 | 2 | -0/+23 |
* | Move debug functionality to Debug.cpp/Debug.h | Chris Lattner | 2003-08-01 | 2 | -12/+54 |
* | Describe the value name | Chris Lattner | 2003-08-01 | 1 | -1/+1 |
* | DEBUG got moved to Debug.h | Chris Lattner | 2003-08-01 | 1 | -1/+1 |
* | Check in the implementation of the FileUtilities! | Chris Lattner | 2003-08-01 | 1 | -0/+56 |
* | Tablegen should only replace the output if it changes | Chris Lattner | 2003-08-01 | 1 | -4/+18 |
* | Use the C++, more portable, deleter | Chris Lattner | 2003-08-01 | 1 | -1/+1 |
* | Make sure to delete the output file if there is an error | Chris Lattner | 2003-08-01 | 1 | -1/+4 |
* | Move #include from a header to here | Chris Lattner | 2003-08-01 | 1 | -0/+1 |
* | add support for emitting register classes | Chris Lattner | 2003-08-01 | 3 | -1/+63 |
* | Add new getValueAsListInit and getValueAsInt methods | Chris Lattner | 2003-08-01 | 2 | -0/+41 |