1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. eb1ac33 Moved the MachOWriter and ELFWriter out of the Target/* files. Placed the by Bill Wendling · 18 years ago
  3. df4ed63 start using PPC predicates more consistently. by Chris Lattner · 18 years ago
  4. 6fc4007 encode BLR predicate info for the JIT by Chris Lattner · 18 years ago
  5. af53a87 Go through all kinds of trouble to mark 'blr' as having a predicate operand by Chris Lattner · 18 years ago
  6. 4da1c82 The DarwinAsmPrinter need not check for isDarwin. createPPCAsmPrinterPass by Chris Lattner · 18 years ago
  7. 563321a Separate target specific asm properties from the asm printers. by Jim Laskey · 18 years ago
  8. 1911fd4 Completely rearchitect the interface between targets and the pass manager. by Chris Lattner · 18 years ago
  9. eb883af Initial checkin of the Mach-O emitter. There's plenty of fixmes, but it by Nate Begeman · 18 years ago
  10. ba4733d Remove what little AIX support we have. It has never been tested and isn't by Chris Lattner · 18 years ago
  11. af89fa6 Remove the -darwin and -aix llc options, inferring darwinism and aixism from by Chris Lattner · 18 years ago
  12. c4c6257 Added getTargetLowering() to TargetMachine. Refactored targets to support this. by Evan Cheng · 18 years ago
  13. 4c1aa86 - Added option -relocation-model to set relocation model. Valid values include static, pic, by Evan Cheng · 18 years ago
  14. d2ee218 Moved PICEnabled to include/llvm/Target/TargetOptions.h by Evan Cheng · 18 years ago
  15. 05f1fe8 Goodbye PPC pattern isel. You have served us well, but it is now time for by Chris Lattner · 19 years ago
  16. 1d05cb4 add an option to generate completely non-pic code, corresponding to what by Chris Lattner · 19 years ago
  17. 1d9d742 First bits of 64 bit PowerPC stuff, currently disabled. A lot of this is by Nate Begeman · 19 years ago
  18. 4c7b43b Eliminate PowerPC.td and PPC32.td, consolidating them into PPC.td by Chris Lattner · 19 years ago
  19. 73bfa71 Remove the X86 and PowerPC Simple instruction selectors; their time has passed. by Nate Begeman · 19 years ago
  20. d1c4626 add prototype, remove dead proto by Chris Lattner · 19 years ago
  21. 3c304a3 Consolidate the GPOpt stuff to all use the Subtarget, instead of still by Chris Lattner · 19 years ago
  22. 3d72d14 Use the new subtarget support to automatically choose the correct ABI by Nate Begeman · 19 years ago
  23. 2497e63 Support building non-PIC by Nate Begeman · 19 years ago
  24. a3fd400 Integrate SelectFPExpr into SelectExpr. This gets PPC32 closer to being by Nate Begeman · 19 years ago
  25. b5f662f Remove trailing whitespace by Misha Brukman · 19 years ago
  26. f8b0294 Make pattern isel default for ppc by Nate Begeman · 19 years ago
  27. d3e6b94 Remove 64 bit simple ISel, it never worked correctly by Nate Begeman · 19 years ago
  28. a9795f8 Addition of the PPC32 Pattern ISel. While it is far from complete, it will by Nate Begeman · 19 years ago
  29. fc25659 Fix build on Linux/PowerPC64 using SuSE GCC (#undef PPC) by Misha Brukman · 20 years ago
  30. ed42853 All PPC instructions are now auto-printed by Nate Begeman · 20 years ago
  31. 08dde0b Consistently name passed with 32 or 64 in their name by Misha Brukman · 20 years ago
  32. ca068e8 Replace PowerPCPEI.cpp with target independant PrologEpilogInserter by Nate Begeman · 20 years ago
  33. ca9309f 64-bit instruction selector and AIX-specific 64-bit asm printer by Misha Brukman · 20 years ago
  34. 7a4fe9b Clean up 32/64bit and Darwin/AIX split. Next steps: 64 bit ISel, AIX asm printer. by Nate Begeman · 20 years ago
  35. 0145881 Breaking up the PowerPC target into 32- and 64-bit subparts, Part III: the rest. by Misha Brukman · 20 years ago
  36. 7103fba CodePrinter -> AsmPrinter by Misha Brukman · 20 years ago
  37. 3ea9346 by Chris Lattner · 20 years ago
  38. 999d9cf Add PowerPCBranchSelector to discover which are `long' branches. by Misha Brukman · 20 years ago
  39. 5dfe3a9 Initial revision by Misha Brukman · 20 years ago