Age | Commit message (Expand) | Author |
2006-09-04 | Completely rearchitect the interface between targets and the pass manager. | Chris Lattner |
2006-08-23 | Initial checkin of the Mach-O emitter. There's plenty of fixmes, but it | Nate Begeman |
2006-07-15 | Remove what little AIX support we have. It has never been tested and isn't | Chris Lattner |
2006-06-16 | Remove the -darwin and -aix llc options, inferring darwinism and aixism from | Chris Lattner |
2006-03-13 | Added getTargetLowering() to TargetMachine. Refactored targets to support this. | Evan Cheng |
2006-02-22 | - Added option -relocation-model to set relocation model. Valid values includ... | Evan Cheng |
2006-02-18 | Moved PICEnabled to include/llvm/Target/TargetOptions.h | Evan Cheng |
2006-01-12 | Goodbye PPC pattern isel. You have served us well, but it is now time for | Chris Lattner |
2005-11-17 | add an option to generate completely non-pic code, corresponding to what | Chris Lattner |
2005-10-18 | First bits of 64 bit PowerPC stuff, currently disabled. A lot of this is | Nate Begeman |
2005-10-14 | Eliminate PowerPC.td and PPC32.td, consolidating them into PPC.td | Chris Lattner |
2005-08-18 | Remove the X86 and PowerPC Simple instruction selectors; their time has | Nate Begeman |
2005-08-17 | add prototype, remove dead proto | Chris Lattner |
2005-08-05 | Consolidate the GPOpt stuff to all use the Subtarget, instead of still | Chris Lattner |
2005-08-04 | Use the new subtarget support to automatically choose the correct ABI | Nate Begeman |
2005-07-21 | Support building non-PIC | Nate Begeman |
2005-07-19 | Integrate SelectFPExpr into SelectExpr. This gets PPC32 closer to being | Nate Begeman |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2005-04-15 | Make pattern isel default for ppc | Nate Begeman |
2005-04-05 | Remove 64 bit simple ISel, it never worked correctly | Nate Begeman |
2005-03-24 | Addition of the PPC32 Pattern ISel. While it is far from complete, it will | Nate Begeman |
2004-11-14 | Fix build on Linux/PowerPC64 using SuSE GCC (#undef PPC) | Misha Brukman |
2004-09-04 | All PPC instructions are now auto-printed | Nate Begeman |
2004-08-17 | Consistently name passed with 32 or 64 in their name | Misha Brukman |
2004-08-14 | Replace PowerPCPEI.cpp with target independant PrologEpilogInserter | Nate Begeman |
2004-08-11 | 64-bit instruction selector and AIX-specific 64-bit asm printer | Misha Brukman |
2004-08-11 | Clean up 32/64bit and Darwin/AIX split. Next steps: 64 bit ISel, AIX asm pri... | Nate Begeman |
2004-08-11 | Breaking up the PowerPC target into 32- and 64-bit subparts, Part III: the rest. | Misha Brukman |
2004-08-09 | CodePrinter -> AsmPrinter | Misha Brukman |
2004-08-06 | Changes commited for Nate Begeman: | Chris Lattner |
2004-07-27 | Add PowerPCBranchSelector to discover which are `long' branches. | Misha Brukman |
2004-06-21 | Initial revision | Misha Brukman |