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