1. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 19 years ago
  2. b816f02 Several fixes and enhancements to the PPC32 backend. by Nate Begeman · 20 years ago
  3. 540c82a s/ISel/PPC64ISel/ to have unique class names for debugging via gdb because the by Misha Brukman · 20 years ago
  4. 20136a2 Add 64 bit divide instructions, and use them by Nate Begeman · 20 years ago
  5. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  6. d332fd5 Improvements to int->float cast code for PPC-64 by Nate Begeman · 20 years ago
  7. 1601d9c Stack space for argument passing is 32 regardless of 32- vs. 64-bit arch. by Misha Brukman · 20 years ago
  8. 4debafb On 64-bit PowerPC, pointers are 8 bytes, so parameter area offset is 48, not 24 by Misha Brukman · 20 years ago
  9. 5e9867e Fix more remaining 32-bit vestiges of PowerPC by Misha Brukman · 20 years ago
  10. cc55ad5 Fix another vestige of the 32-bit PowerPC backend. by Misha Brukman · 20 years ago
  11. 1c514ec * Eliminate global base register, r2 is used for that on AIX/PowerPC by Misha Brukman · 20 years ago
  12. 81d265d Clean up floating point instruction selection. by Nate Begeman · 20 years ago
  13. adde699 PowerPC 32-/64-bit split: Part II, 64-bit customizations on PowerPC by Misha Brukman · 20 years ago
  14. 5a104b0 Longs are in one register on PowerPC 64; use appropriate instructions to operate on them. by Nate Begeman · 20 years ago
  15. a1b6ae9 * Correct 64-bit version: blr 1 (not 0) by Misha Brukman · 20 years ago
  16. cc6b01b * Pointers are 8 bytes, hence cLong type on 64-bit PPC by Misha Brukman · 20 years ago
  17. ca9309f 64-bit instruction selector and AIX-specific 64-bit asm printer by Misha Brukman · 20 years ago