1. 3cb3921 Initial checkin of the Mach-O emitter. There's plenty of fixmes, but it by Nate Begeman · 19 years ago
  2. e1758d4 Remove what little AIX support we have. It has never been tested and isn't by Chris Lattner · 19 years ago
  3. a7d9db2 Remove the -darwin and -aix llc options, inferring darwinism and aixism from by Chris Lattner · 19 years ago
  4. 2dd2c65 Added getTargetLowering() to TargetMachine. Refactored targets to support this. by Evan Cheng · 20 years ago
  5. 73136df - Added option -relocation-model to set relocation model. Valid values include static, pic, by Evan Cheng · 20 years ago
  6. 5f99760 Moved PICEnabled to include/llvm/Target/TargetOptions.h by Evan Cheng · 20 years ago
  7. 33792a4 Goodbye PPC pattern isel. You have served us well, but it is now time for by Chris Lattner · 20 years ago
  8. 3570cf4 add an option to generate completely non-pic code, corresponding to what by Chris Lattner · 20 years ago
  9. 0b71e00 First bits of 64 bit PowerPC stuff, currently disabled. A lot of this is by Nate Begeman · 20 years ago
  10. bfca1ab Rename PowerPC*.h to PPC*.h by Chris Lattner · 20 years ago[Renamed from llvm/lib/Target/PowerPC/PowerPC.h]
  11. 0921e3b Eliminate PowerPC.td and PPC32.td, consolidating them into PPC.td by Chris Lattner · 20 years ago
  12. be1f314 Remove the X86 and PowerPC Simple instruction selectors; their time has passed. by Nate Begeman · 20 years ago
  13. f61cce9 add prototype, remove dead proto by Chris Lattner · 20 years ago
  14. 983a415 Consolidate the GPOpt stuff to all use the Subtarget, instead of still by Chris Lattner · 20 years ago
  15. 295ea90 Use the new subtarget support to automatically choose the correct ABI by Nate Begeman · 20 years ago
  16. a9443f2 Support building non-PIC by Nate Begeman · 20 years ago
  17. 0851f1a Integrate SelectFPExpr into SelectExpr. This gets PPC32 closer to being by Nate Begeman · 20 years ago
  18. b440243 Remove trailing whitespace by Misha Brukman · 21 years ago
  19. 779c5cb Make pattern isel default for ppc by Nate Begeman · 21 years ago
  20. 9203e16 Remove 64 bit simple ISel, it never worked correctly by Nate Begeman · 21 years ago
  21. 20e7e28 Addition of the PPC32 Pattern ISel. While it is far from complete, it will by Nate Begeman · 21 years ago
  22. 8b8ba9f Fix build on Linux/PowerPC64 using SuSE GCC (#undef PPC) by Misha Brukman · 21 years ago
  23. 4bfceb1 All PPC instructions are now auto-printed by Nate Begeman · 21 years ago
  24. de4fc10 Consistently name passed with 32 or 64 in their name by Misha Brukman · 21 years ago
  25. 412602d Replace PowerPCPEI.cpp with target independant PrologEpilogInserter by Nate Begeman · 21 years ago
  26. c2a0434 64-bit instruction selector and AIX-specific 64-bit asm printer by Misha Brukman · 21 years ago
  27. f17ea0f Clean up 32/64bit and Darwin/AIX split. Next steps: 64 bit ISel, AIX asm printer. by Nate Begeman · 21 years ago
  28. e67a212 Breaking up the PowerPC target into 32- and 64-bit subparts, Part III: the rest. by Misha Brukman · 21 years ago
  29. eca36a5 CodePrinter -> AsmPrinter by Misha Brukman · 21 years ago
  30. a8dcf24 by Chris Lattner · 21 years ago
  31. ef8cf02 Add PowerPCBranchSelector to discover which are `long' branches. by Misha Brukman · 21 years ago
  32. 5ce1408 Do IMPLICIT_DEFs on incoming args' hard regs, to avoid confusing the regalloc. by Brian Gaeke · 21 years ago[Renamed from llvm/lib/Target/PowerPC/PPC.h]
  33. e05203f Initial revision by Misha Brukman · 21 years ago