1. 7c4fe25 Implement support for branch reversal, fix a bug in branch analysis. by Chris Lattner · 19 years ago
  2. 879d09c Simplify code, no functionality change by Chris Lattner · 19 years ago
  3. 5410806 implement support for inserting a cond branch by Chris Lattner · 19 years ago
  4. 2dc7723 add support for inserting an uncond branch by Chris Lattner · 19 years ago
  5. c50e2bc implement branch inspection/modification methods. by Chris Lattner · 19 years ago
  6. 804e067 In 64-bit mode, 64-bit GPRs are callee saved, not 32-bit ones. by Chris Lattner · 19 years ago
  7. b410dc9 Rename OR4 -> OR. Move some PPC64-specific stuff to the 64-bit file by Chris Lattner · 19 years ago
  8. b1d26f6 Implement the getPointerRegClass method, which is required for the ptr_rc by Chris Lattner · 19 years ago
  9. e53f4a0 Move some methods out of MachineInstr into MachineOperand by Chris Lattner · 19 years ago
  10. 9c09c9e teach the ppc backend how to spill/reload vector regs by Chris Lattner · 19 years ago
  11. 335fd3c Add support for copying registers. still needed: spilling and reloading them by Chris Lattner · 19 years ago
  12. bbf1c72 implement TII::insertNoop by Chris Lattner · 19 years ago
  13. 3b478b3 add 64b gpr store to the possible list of isStoreToStackSlot opcodes. by Nate Begeman · 20 years ago
  14. 6524287 implement isStoreToStackSlot for PPC by Chris Lattner · 20 years ago
  15. 4083960 Move isLoadFrom/StoreToStackSlot from MRegisterInfo to TargetInstrInfo,a far more logical place. Other methods should also be moved if anyoneis interested. :) by Chris Lattner · 20 years ago
  16. 14c09b8 teach ppc backend these are copies by Chris Lattner · 20 years ago
  17. 1d9d742 First bits of 64 bit PowerPC stuff, currently disabled. A lot of this is by Nate Begeman · 20 years ago
  18. 21e463b More PPC32 -> PPC changes, as well as merging some classes that were by Nate Begeman · 20 years ago
  19. 16e71f2 Rename PPC32*.h to PPC*.h by Chris Lattner · 20 years ago
  20. 2668959 Rename PowerPC*.h to PPC*.h by Chris Lattner · 20 years ago
  21. 4c7b43b Eliminate PowerPC.td and PPC32.td, consolidating them into PPC.td by Chris Lattner · 20 years ago
  22. eb5d47d Fix a CQ regression from my patch to split F32/F64 into seperate register by Chris Lattner · 20 years ago
  23. 919c032 Modify the ppc backend to use two register classes for FP: F8RC and F4RC. by Chris Lattner · 20 years ago
  24. 043870d Teach the code generator that rlwimi is commutable if the rotate amount by Chris Lattner · 20 years ago
  25. b5f662f Remove trailing whitespace by Misha Brukman · 20 years ago
  26. 7af0248 Initial support for allocation condition registers by Nate Begeman · 20 years ago
  27. cb90de3 Add ori reg, reg, 0 as a move instruction. This can be generated from by Nate Begeman · 21 years ago
  28. f2ccb77 PowerPC 32-/64-bit split: Part I, PPC32* bit files, adapted from former PowerPC* by Misha Brukman · 21 years ago