1. 1877ec9 For functions that use vector registers, save VRSAVE, mark used by Chris Lattner · 19 years ago
  2. 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 · 19 years ago
  3. ba62572 Fix an off-by-one error that Nate's eagle eyes caught by Chris Lattner · 19 years ago
  4. c6d48d3 Use the auto-insert BuildMI constructor to avoid an explicit insert. No by Chris Lattner · 19 years ago
  5. 64da172 If a function has a non-zero sized frame, use an add to adjust the stack by Chris Lattner · 19 years ago
  6. 6da8d99 New DAG node properties SNDPInFlag, SNDPOutFlag, and SNDPOptInFlag to replace by Evan Cheng · 19 years ago
  7. 171049d * Removed the use of FLAG. Now use hasFlagIn and hasFlagOut instead. by Evan Cheng · 19 years ago
  8. ae232e7 Add the necessary support to the ISel to allow targets to codegen the new by Nate Begeman · 19 years ago
  9. 841d12d Fix the JIT encoding of LWA, LD, STD, and STDU. by Chris Lattner · 19 years ago
  10. 1d9d742 First bits of 64 bit PowerPC stuff, currently disabled. A lot of this is by Nate Begeman · 19 years ago
  11. 21e463b More PPC32 -> PPC changes, as well as merging some classes that were by Nate Begeman · 19 years ago
  12. 16e71f2 Rename PPC32*.h to PPC*.h by Chris Lattner · 19 years ago
  13. 2668959 Rename PowerPC*.h to PPC*.h by Chris Lattner · 19 years ago
  14. 26bd0d4 Rename PowerPCInstrBuilder.h -> PPC* by Chris Lattner · 19 years ago
  15. 4c7b43b Eliminate PowerPC.td and PPC32.td, consolidating them into PPC.td by Chris Lattner · 19 years ago
  16. b91956e like the comment says, enable this by Chris Lattner · 19 years ago
  17. 919c032 Modify the ppc backend to use two register classes for FP: F8RC and F4RC. by Chris Lattner · 19 years ago
  18. 2b5e66f Remove some now-dead code. by Nate Begeman · 19 years ago
  19. 5802be1 constant fold these calls by Chris Lattner · 19 years ago
  20. b48d2cf pass extra args by Chris Lattner · 19 years ago
  21. 6a78c21 Implement hook for ppc by Chris Lattner · 19 years ago
  22. c9fe750 I forgot that we always spill fp values as 64-bits. Implement spill folding by Chris Lattner · 19 years ago
  23. f38df04 Fix a problem that Nate noticed, where spill code was not getting coallesced by Chris Lattner · 19 years ago
  24. 1463019 code cleanup by Chris Lattner · 19 years ago
  25. 8297270 teach getClass what a condition reg is by Chris Lattner · 19 years ago
  26. 5087daa Minor cleanups: by Chris Lattner · 19 years ago
  27. 0b1e641 Now that the simple isels are dead, so is this. by Chris Lattner · 19 years ago
  28. 3f852b4 MFLR doesn't take an operand, the LR register is implicit by Chris Lattner · 19 years ago
  29. 3d72d14 Use the new subtarget support to automatically choose the correct ABI by Nate Begeman · 19 years ago
  30. d29b6aa Keep tabs and trailing spaces out. by Jeff Cohen · 19 years ago
  31. 3dee175 Fix some comments by Nate Begeman · 19 years ago
  32. 54eed36 Implement the optimization for the Red Zone on Darwin. This removes the by Nate Begeman · 19 years ago
  33. 7847fca Convert tabs to spaces by Misha Brukman · 19 years ago
  34. b5f662f Remove trailing whitespace by Misha Brukman · 19 years ago
  35. 7af0248 Initial support for allocation condition registers by Nate Begeman · 19 years ago
  36. 340f290 Remove unnecessary Implicit Defs. Since r0 is not in allocation, we do not by Nate Begeman · 19 years ago
  37. 04ec801 Remove unnecessary register copy now that regalloc is fixed by Nate Begeman · 19 years ago
  38. dfd0e7b Eliminate usage of MRegisterInfo::getRegClass(physreg) by Nate Begeman · 20 years ago
  39. da721e7 Correct some BuildMI arguments for the upcoming simple scheduler by Nate Begeman · 20 years ago
  40. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  41. 5709998 Register sizes are in bits, not bytes by Nate Begeman · 20 years ago
  42. 1f4a132 Don't hard code the offset of the saved R31 in functions with frame pointers by Nate Begeman · 20 years ago
  43. 8edcd84 Reduce uses of getRegClass by Chris Lattner · 20 years ago
  44. f2ccb77 PowerPC 32-/64-bit split: Part I, PPC32* bit files, adapted from former PowerPC* by Misha Brukman · 20 years ago