| Commit message (Expand) | Author | Age | Files | Lines |
* | convert M and MD form instructions to generated asm writer | Nate Begeman | 2004-08-31 | 2 | -20/+41 |
* | Move yet more instructions over to being printed by the generated asm writer | Nate Begeman | 2004-08-30 | 4 | -134/+188 |
* | Reduce the number of arguments in the instruction builder and make some | Reid Spencer | 2004-08-30 | 2 | -160/+137 |
* | Convert A-Form instructions to auto-generated asm writer | Nate Begeman | 2004-08-29 | 2 | -45/+62 |
* | Register sizes should be specified in bits | Nate Begeman | 2004-08-29 | 1 | -2/+2 |
* | Improvements to int->float cast code for PPC-64 | Nate Begeman | 2004-08-29 | 3 | -61/+60 |
* | Implement the following missing functionality in the PPC backend: | Nate Begeman | 2004-08-29 | 3 | -66/+137 |
* | Register sizes are in bits, not bytes | Nate Begeman | 2004-08-27 | 2 | -3/+3 |
* | Add getAllocatableSet() function. | Alkis Evlogimenos | 2004-08-26 | 1 | -4/+18 |
* | Previous checkin broke printf(%a) support for fp constants-- re-fix it. | Brian Gaeke | 2004-08-25 | 2 | -2/+18 |
* | New version of Bill Wendling's PR33 patch. | Brian Gaeke | 2004-08-25 | 2 | -48/+76 |
* | Add -sse[,2,3] arguments to LLC | Chris Lattner | 2004-08-24 | 2 | -0/+20 |
* | Nuke commented out stuff | Chris Lattner | 2004-08-24 | 1 | -5/+0 |
* | This code is dodgy, but the guaranteed assertion failure doesn't help anything. | Brian Gaeke | 2004-08-24 | 1 | -1/+1 |
* | Fix bug in PhyRegAlloc::setCallInterferences() handling call through a | Brian Gaeke | 2004-08-24 | 1 | -2/+3 |
* | Revise head-of-file comment. | Brian Gaeke | 2004-08-24 | 1 | -31/+28 |
* | Kill a majority of unnecessary sign extensions for byte loads | Nate Begeman | 2004-08-22 | 1 | -12/+30 |
* | Don't hard code the offset of the saved R31 in functions with frame pointers | Nate Begeman | 2004-08-22 | 1 | -1/+2 |
* | Back out branchless SetCC code. While it helped a lot in some cases, it | Nate Begeman | 2004-08-21 | 1 | -188/+25 |
* | Switch from bytes to bits for alignment. | Chris Lattner | 2004-08-21 | 2 | -6/+6 |
* | Switch from bytes to bits for alignment for consistency | Chris Lattner | 2004-08-21 | 1 | -10/+5 |
* | Reduce uses of getRegClass | Chris Lattner | 2004-08-21 | 1 | -14/+11 |
* | Convert regclass alignment from bytes to bites | Chris Lattner | 2004-08-21 | 1 | -1/+1 |
* | Convert bytes to bits in alignment | Chris Lattner | 2004-08-21 | 2 | -6/+6 |
* | Reduce uses of getRegClass | Chris Lattner | 2004-08-21 | 2 | -8/+6 |
* | Fix warning | Chris Lattner | 2004-08-21 | 2 | -2/+2 |
* | Move XForm instructions over to the auto-generated asm writer | Nate Begeman | 2004-08-21 | 4 | -71/+139 |
* | Add two values | Chris Lattner | 2004-08-21 | 1 | -0/+11 |
* | remove some things from the todo list. | Nate Begeman | 2004-08-20 | 1 | -6/+0 |
* | Do not register ppc64 yet, as it breaks the SparcV9 backend | Chris Lattner | 2004-08-20 | 1 | -0/+3 |
* | Implement code to convert SetCC into straight line code where appropriate. A... | Nate Begeman | 2004-08-20 | 2 | -22/+173 |
* | Fix opcodes being printed in caps (the more general fix may be `AsmWriter') | Misha Brukman | 2004-08-19 | 1 | -1/+1 |
* | Stack space for argument passing is 32 regardless of 32- vs. 64-bit arch. | Misha Brukman | 2004-08-19 | 1 | -6/+6 |
* | LR needs to be saved at 16-byte offset on a 64-bit arch | Misha Brukman | 2004-08-19 | 2 | -6/+6 |
* | On 64-bit PowerPC, pointers are 8 bytes, so parameter area offset is 48, not 24 | Misha Brukman | 2004-08-19 | 1 | -7/+10 |
* | This PHI has 4 additional operands, not 2. | Misha Brukman | 2004-08-19 | 1 | -1/+1 |
* | Use the appropriate 64-bit register description file. | Misha Brukman | 2004-08-19 | 1 | -1/+1 |
* | Fix more remaining 32-bit vestiges of PowerPC | Misha Brukman | 2004-08-19 | 1 | -6/+2 |
* | Fix another vestige of the 32-bit PowerPC backend. | Misha Brukman | 2004-08-19 | 1 | -3/+1 |
* | Correct character prepended to global symbols ('.'), use Mangler consistently | Misha Brukman | 2004-08-19 | 1 | -2/+2 |
* | * Eliminate global base register, r2 is used for that on AIX/PowerPC | Misha Brukman | 2004-08-19 | 1 | -45/+6 |
* | Wrap long lines. | Misha Brukman | 2004-08-19 | 1 | -4/+5 |
* | Convert casts that will have no effect into move instructions. | Nate Begeman | 2004-08-19 | 1 | -4/+22 |
* | Clean up floating point instruction selection. | Nate Begeman | 2004-08-19 | 5 | -121/+44 |
* | M_DUMMY_PHI_FLAG is no longer used to distinguish V9::PHI. Get rid of it and | Brian Gaeke | 2004-08-18 | 1 | -2/+1 |
* | Instead of using isDummyPhiInstr, we just compare the opcode with V9::PHI. | Brian Gaeke | 2004-08-18 | 4 | -9/+8 |
* | Instead of using isDummyPhiInstr, we just compare the opcode with V9::PHI. | Brian Gaeke | 2004-08-18 | 1 | -3/+3 |
* | Convert to the new MachineFunctionInfo interface | Chris Lattner | 2004-08-18 | 10 | -43/+34 |
* | The SparcV9 target no longer uses any pseudoinstructions (SETSW, SETUW, | Brian Gaeke | 2004-08-18 | 3 | -18/+1 |
* | The Create*Const methods don't need to pass around a TargetMachine reference. | Brian Gaeke | 2004-08-18 | 1 | -20/+18 |