1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. 8c1e6a1 long double patch 2 of N. Handle it in TargetData. by Dale Johannesen · 17 years ago
  3. ec58d9f The PPC64 ELF ABI is "intended to use the same structure layout and calling convention rules by Nicolas Geoffray · 17 years ago
  4. 456bc87 Improve JIT support for linux/ppc: Patch by Nicolas Geoffray! by Chris Lattner · 17 years ago
  5. d2b7cec Generalize TargetData strings, to support more interesting forms of data. by Chris Lattner · 17 years ago
  6. 74fc22d Double and long preferred alignment set to 8 bytes. by Evan Cheng · 18 years ago
  7. bd92d81 Needed to build on PPC Linux. by Nick Lewycky · 18 years ago
  8. cb90099 Instead of yet another enum indicating the "assembly language flavor", by Bill Wendling · 18 years ago
  9. c35010d Honor cpu directive, take two. by Jim Laskey · 18 years ago
  10. 57fc62c Another step forward in PPC64 JIT support: we now no-longer need stubs by Chris Lattner · 18 years ago
  11. 442b9a6 getInstrItineraryData shouldn't copy the itineraries by Chris Lattner · 18 years ago
  12. ba4733d Remove what little AIX support we have. It has never been tested and isn't by Chris Lattner · 18 years ago
  13. 7c1fb5f Document the subtarget features better, make sure that 64-bit mode, 64-bit by Chris Lattner · 18 years ago
  14. a7a5854 Rename some subtarget features. A CPU now can *have* 64-bit instructions, by Chris Lattner · 18 years ago
  15. 94de9a8 First baby step towards ppc64 support. This adds a new -march=ppc64 backend by Chris Lattner · 18 years ago
  16. bf751e2 Add a subtarget feature for the stfiwx instruction. I know the G5 has it, by Chris Lattner · 18 years ago
  17. 6cee630 Allow itineraries to be passed through the Target Machine. by Jim Laskey · 19 years ago
  18. 2cbc207 Typo made worse x 2 - take 2. by Jim Laskey · 19 years ago
  19. ff2fcee Typo x 2 by Jim Laskey · 19 years ago
  20. 581a8f7 Give full control of subtarget features over to table generated code. by Jim Laskey · 19 years ago
  21. 9d2b817 Do the right thing and enable 64 bit regs under the control of a subtarget by Nate Begeman · 19 years ago
  22. 21e463b More PPC32 -> PPC changes, as well as merging some classes that were by Nate Begeman · 19 years ago
  23. 68fd486 copy and paste error by Andrew Lenharth · 19 years ago
  24. d401dff Add accessor for 64bit flag, so that we can tell when it is safe to by Nate Begeman · 19 years ago
  25. 1e9de3e Decouple fsqrt from gpul optimizations, implementing fsqrt.ll. by Chris Lattner · 19 years ago
  26. b1e1180 by Jim Laskey · 19 years ago
  27. 3c304a3 Consolidate the GPOpt stuff to all use the Subtarget, instead of still by Chris Lattner · 19 years ago
  28. 8c00f8c Add Subtarget support to PowerPC. Next up, using it. by Nate Begeman · 19 years ago