| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | DEBUG got moved to Debug.h | Chris Lattner | 2003-08-01 | 1 | -1/+1 |
* | Tablegen should only replace the output if it changes | Chris Lattner | 2003-08-01 | 1 | -4/+18 |
* | Make sure to delete the output file if there is an error | Chris Lattner | 2003-08-01 | 1 | -1/+4 |
* | 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 |
* | Add the ability to emit register file enums | Chris Lattner | 2003-08-01 | 3 | -4/+59 |
* | Fix the way field bit references are resolved, also allow resolution of field... | Chris Lattner | 2003-08-01 | 2 | -9/+19 |
* | Dead code elimination | Chris Lattner | 2003-08-01 | 1 | -10/+3 |
* | Add new getValueAsBitsInit 'high-level' method | Chris Lattner | 2003-08-01 | 3 | -9/+25 |
* | Add file comment | Chris Lattner | 2003-08-01 | 1 | -40/+52 |
* | Initial checkin of register info emitter | Chris Lattner | 2003-08-01 | 2 | -0/+68 |
* | Simplify code to match new interfaces | Chris Lattner | 2003-08-01 | 2 | -10/+6 |
* | Switch over to an exception handling model for "high-level" requests. | Chris Lattner | 2003-08-01 | 2 | -10/+39 |
* | Minor cleanups | Chris Lattner | 2003-08-01 | 1 | -6/+2 |
* | Factor code out into a new getAllDerivedDefinitions method, which is generall... | Chris Lattner | 2003-08-01 | 3 | -6/+31 |
* | Forget about KEEP_SYMBOLS, make sure to build into the temp directory, not in... | Chris Lattner | 2003-07-31 | 1 | -3/+1 |
* | More minor cleanups of the interface | Chris Lattner | 2003-07-31 | 2 | -3/+11 |
* | Rename createEmitter to run because eventually all tablegen backends will | Chris Lattner | 2003-07-31 | 3 | -5/+6 |
* | Add file comment | Chris Lattner | 2003-07-31 | 1 | -0/+2 |
* | Tighten up interface | Chris Lattner | 2003-07-31 | 1 | -3/+3 |
* | Add support for code fragments | Chris Lattner | 2003-07-30 | 3 | -7/+29 |
* | Initial support for the 'code' type. | Chris Lattner | 2003-07-30 | 3 | -1/+13 |
* | Move err() to the lexer, implement file inclusion capabilities directly in tb... | Chris Lattner | 2003-07-30 | 2 | -9/+88 |