| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename PowerPC*.h to PPC*.h | Chris Lattner | 2005-10-14 | 15 | -19/+19 |
* | Rename PowerPCInstrBuilder.h -> PPC* | Chris Lattner | 2005-10-14 | 3 | -3/+3 |
* | Nuke the PowerPCTargetMachine.h header. Note that the PowerPCTargetMachine | Chris Lattner | 2005-10-14 | 4 | -49/+24 |
* | Rename PowerPC*.td -> PPC*.td | Chris Lattner | 2005-10-14 | 2 | -4/+4 |
* | These are dead | Chris Lattner | 2005-10-14 | 2 | -74/+0 |
* | Eliminate PowerPC.td and PPC32.td, consolidating them into PPC.td | Chris Lattner | 2005-10-14 | 9 | -32/+70 |
* | Like the comment says... | Chris Lattner | 2005-10-14 | 1 | -6/+0 |
* | Nuke PowerPCInstrFormats.h, its contents are dead. Remove the definitions | Chris Lattner | 2005-10-14 | 6 | -87/+11 |
* | Remove an unnecsesary file. PPC32 and PPC64 share architected registers. | Nate Begeman | 2005-10-14 | 4 | -52/+38 |
* | These are now autogenerated | Chris Lattner | 2005-10-14 | 1 | -12/+0 |
* | Add patterns for FP round/extend | Chris Lattner | 2005-10-14 | 1 | -2/+2 |
* | These definitions have been moved to common code. | Chris Lattner | 2005-10-10 | 1 | -199/+0 |
* | Disable formation of rlwinm instructions from SRA bases. This fixes | Chris Lattner | 2005-10-09 | 1 | -2/+2 |
* | Remove another unused file. Preparing for the great "enable i64 on ppc32" | Nate Begeman | 2005-10-08 | 1 | -35/+0 |
* | Remove a file that is no longer used | Nate Begeman | 2005-10-08 | 1 | -46/+0 |
* | When preselecting, favor things that have low depth to select first. This | Chris Lattner | 2005-10-07 | 1 | -5/+8 |
* | Fix a CQ regression from my patch to split F32/F64 into seperate register | Chris Lattner | 2005-10-07 | 1 | -1/+2 |
* | Pull out Call, reducing stack frame size from 6032 bytes to 5184 bytes. | Chris Lattner | 2005-10-06 | 1 | -106/+111 |
* | Pull out setcc, this reduces stack frame size from 7520 to 6032 bytes | Chris Lattner | 2005-10-06 | 1 | -115/+117 |
* | Pull two more methods out, reducing stack frame size from 8224 -> 7520 bytes | Chris Lattner | 2005-10-06 | 1 | -58/+65 |
* | Add a recursive-iterative hybrid stage to attempt to reduce stack space, this | Chris Lattner | 2005-10-06 | 1 | -45/+94 |
* | Speed up the asm printer a lot by not printing formatted LLVM asm output | Chris Lattner | 2005-10-03 | 1 | -9/+3 |
* | add patterns for float binops and fma ops | Chris Lattner | 2005-10-02 | 1 | -8/+12 |
* | another solution to the fsel issue. Instead of having 4 variants, just force | Chris Lattner | 2005-10-02 | 3 | -32/+25 |
* | fsel can take a different FP type for the comparison and for the result. As ... | Chris Lattner | 2005-10-02 | 3 | -22/+37 |
* | fix an f32/f64 type mismatch | Chris Lattner | 2005-10-02 | 1 | -2/+6 |
* | Minor tweak to the branch selector. When emitting a two-way branch, and if | Chris Lattner | 2005-10-01 | 1 | -6/+17 |
* | like the comment says, enable this | Chris Lattner | 2005-10-01 | 1 | -3/+1 |
* | fix typo | Chris Lattner | 2005-10-01 | 1 | -1/+1 |
* | Modify the ppc backend to use two register classes for FP: F8RC and F4RC. | Chris Lattner | 2005-10-01 | 9 | -152/+253 |
* | Should be using flag and not chain. | Jim Laskey | 2005-09-30 | 1 | -1/+1 |
* | Remove some now-dead code. | Nate Begeman | 2005-09-30 | 1 | -15/+4 |
* | constant fold these calls | Chris Lattner | 2005-09-30 | 1 | -2/+2 |
* | pass extra args | Chris Lattner | 2005-09-30 | 1 | -2/+4 |
* | these methods get extra args | Chris Lattner | 2005-09-30 | 1 | -2/+4 |
* | Use the 32-bit version for now | Chris Lattner | 2005-09-30 | 1 | -1/+1 |
* | Add a bunch of patterns for F64 FP ops, add some more integer ops | Chris Lattner | 2005-09-29 | 2 | -38/+84 |
* | Remove code for patterns that are autogenerated | Chris Lattner | 2005-09-29 | 1 | -30/+9 |
* | tblgen autogens this pattern now | Chris Lattner | 2005-09-29 | 1 | -6/+0 |
* | copy and paste error | Andrew Lenharth | 2005-09-29 | 1 | -1/+1 |
* | now that tblgen is smarter, this pattern is not needed. Also, tblgen | Chris Lattner | 2005-09-29 | 1 | -3/+1 |
* | consistency with other cases, no functionality change | Chris Lattner | 2005-09-29 | 1 | -0/+2 |
* | Make the JIT default to the DAG isel instead of the pattern isel, like LLC. | Chris Lattner | 2005-09-29 | 1 | -1/+4 |
* | Never rely on ReplaceAllUsesWith when selecting, use CodeGenMap instead. | Chris Lattner | 2005-09-29 | 1 | -34/+29 |
* | Codegen ADD X, IMM -> addis/addi if needed. | Chris Lattner | 2005-09-28 | 1 | -2/+12 |
* | Autogen MUL, move FP cases together | Chris Lattner | 2005-09-28 | 1 | -24/+12 |
* | disentangle FP from INT versions of div/mul | Chris Lattner | 2005-09-28 | 1 | -18/+16 |
* | Use the autogenerated matcher for ADD/SUB | Chris Lattner | 2005-09-28 | 1 | -30/+0 |
* | add a patter for SUBFIC | Chris Lattner | 2005-09-28 | 1 | -1/+1 |
* | Mark int binops as int-only, add FP binops. Mark FADD/FMUL as commutative but | Chris Lattner | 2005-09-28 | 1 | -15/+23 |