| Commit message (Expand) | Author | Age | Files | Lines |
* | New testcase | Chris Lattner | 2003-08-04 | 1 | -0/+18 |
* | Update file header comment | Chris Lattner | 2003-08-04 | 2 | -2/+6 |
* | Urg, do not print "foo has changed" messages | Chris Lattner | 2003-08-04 | 2 | -6/+6 |
* | While I'm looking at it, line up the SED lines | Chris Lattner | 2003-08-04 | 2 | -4/+6 |
* | * Don't print out HOW we are running Flex unless in verbose mode. We already | Chris Lattner | 2003-08-04 | 2 | -8/+22 |
* | Do not attempt to reduce a test case if it is an empty set. | Misha Brukman | 2003-08-04 | 1 | -1/+1 |
* | Added code that ensures that we don't try to reduce an empty vector of basic | John Criswell | 2003-08-04 | 1 | -1/+1 |
* | There is nothing special about noops anymore | Chris Lattner | 2003-08-04 | 1 | -1/+0 |
* | There is nothing special about noops now | Chris Lattner | 2003-08-04 | 1 | -1/+0 |
* | Transition complete, remove the obsolete 'set' keyword | Chris Lattner | 2003-08-04 | 2 | -2/+0 |
* | Transition to using 'let X = y' instead of 'set X = y'. | Chris Lattner | 2003-08-04 | 5 | -220/+220 |
* | transition to using let instead of set | Chris Lattner | 2003-08-04 | 3 | -99/+84 |
* | Transition to using let instead of set | Chris Lattner | 2003-08-04 | 1 | -1/+1 |
* | Start transitioning towards using 'let X = y in' statements, instead of 'set ... | Chris Lattner | 2003-08-04 | 4 | -40/+42 |
* | It appears that somehow we forgot to add support for code variables. | Chris Lattner | 2003-08-04 | 4 | -0/+14 |
* | New testcase | Chris Lattner | 2003-08-04 | 1 | -0/+7 |
* | Add initial support for a new 'dag' type | Chris Lattner | 2003-08-04 | 8 | -2/+56 |
* | Fix Bug: test/Regression/Jello/2003-08-03-CallArgLiveRanges.llx | Chris Lattner | 2003-08-04 | 2 | -42/+54 |
* | New testcase | Chris Lattner | 2003-08-04 | 1 | -0/+15 |
* | Simplify some constant expressions | Chris Lattner | 2003-08-04 | 2 | -26/+18 |
* | Make sure to flush the output stream so that we get incremental updates | Chris Lattner | 2003-08-04 | 1 | -11/+10 |
* | Print accurate run instructions for when testing LLC | Chris Lattner | 2003-08-04 | 1 | -6/+20 |
* | Remove illegal, unsupported escapes. This fixes program: Ptrdist-bc | Chris Lattner | 2003-08-03 | 2 | -4/+0 |
* | * Sort #includes, remove dupliates | Chris Lattner | 2003-08-03 | 2 | -72/+50 |
* | Fix problem I introduced in bugpoint with the cleanup functions | Chris Lattner | 2003-08-03 | 1 | -8/+9 |
* | Allow registers to specify a custom name | Chris Lattner | 2003-08-03 | 2 | -2/+12 |
* | Specify custom name for registers to get the ()'s in the name. | Chris Lattner | 2003-08-03 | 1 | -4/+4 |
* | Allow specifying custom names for registers | Chris Lattner | 2003-08-03 | 1 | -0/+8 |
* | add new --gen-instr-desc option | Chris Lattner | 2003-08-03 | 2 | -2/+12 |
* | Add new Record::getValueAsBit method | Chris Lattner | 2003-08-03 | 4 | -0/+44 |
* | Finish the instruction info emitter | Chris Lattner | 2003-08-03 | 4 | -18/+260 |
* | Start using tablegen'd instruction enum list | Chris Lattner | 2003-08-03 | 1 | -10/+3 |
* | Resort tables | Chris Lattner | 2003-08-03 | 2 | -32/+40 |
* | Lump the base opcode in with the X86 TargetSpecific flags | Chris Lattner | 2003-08-03 | 1 | -4/+7 |
* | * Start using tablegen'd instruction descriptions | Chris Lattner | 2003-08-03 | 1 | -43/+6 |
* | Start using tablegenerated instruction descriptions | Chris Lattner | 2003-08-03 | 1 | -6/+12 |
* | Add new TableGen instruction definitions | Chris Lattner | 2003-08-03 | 2 | -0/+453 |
* | Remove the old .def file, it is now obsolete | Chris Lattner | 2003-08-03 | 1 | -376/+0 |
* | Rearrange fields yet again: Don't instantiate these lists ONCE PER INSTRUCTION. | Chris Lattner | 2003-08-03 | 1 | -6/+7 |
* | Simplify code, eliminating the need for the X86 isVoid target instr flag | Chris Lattner | 2003-08-03 | 1 | -3/+4 |
* | Set debug types | Chris Lattner | 2003-08-03 | 2 | -0/+2 |
* | Set debug types | Chris Lattner | 2003-08-03 | 3 | -0/+3 |
* | Remove using decl | Chris Lattner | 2003-08-03 | 1 | -3/+1 |
* | The NOOP instruction is no longer needed. Instead, use the | Chris Lattner | 2003-08-03 | 1 | -5/+2 |
* | Ok, try #2, this time I'll not be stupid | Chris Lattner | 2003-08-03 | 1 | -7227/+5 |
* | We know we have a mklib file, ignore it please CVS! | Chris Lattner | 2003-08-03 | 1 | -0/+7227 |
* | CVS, please don't tell us that we have a new config.h file, everyone knows that. | Chris Lattner | 2003-08-03 | 1 | -0/+1 |
* | Fix bug: TableGen/IntBitInit.td | Chris Lattner | 2003-08-03 | 4 | -2/+12 |
* | New testcase | Chris Lattner | 2003-08-03 | 3 | -0/+20 |
* | Fix bug: TableGen/BitsInitOverflow.td | Chris Lattner | 2003-08-03 | 2 | -0/+18 |