Age | Commit message (Expand) | Author |
2006-07-15 | Remove what little AIX support we have. It has never been tested and isn't | Chris Lattner |
2006-07-12 | An overaggressive #ifdef allows a function to fall off the bottom of the | Chris Lattner |
2006-07-06 | Undisable ppc64 jit | Chris Lattner |
2006-06-17 | Implement the getPointerRegClass method, which is required for the ptr_rc | Chris Lattner |
2006-06-16 | Remove the -darwin and -aix llc options, inferring darwinism and aixism from | Chris Lattner |
2006-06-16 | Don't pass target name into TargetData anymore, it is never used or needed. | Chris Lattner |
2006-06-16 | First baby step towards ppc64 support. This adds a new -march=ppc64 backend | Chris Lattner |
2006-05-20 | Make TargetData strings less redundant. | Owen Anderson |
2006-05-20 | Make all of the TargetMachine subclasses use the new string TargetData methods. | Owen Anderson |
2006-05-03 | Refactor TargetMachine, pushing handling of TargetData into the target-specif... | Owen Anderson |
2006-04-21 | Fix the comment | Nate Begeman |
2006-04-21 | Change the PPC JIT to use a Static relocation model | Nate Begeman |
2006-04-08 | Disable switch lowering for targets based on the selection dag isel, | Nate Begeman |
2006-03-23 | Eliminate IntrinsicLowering from TargetMachine. | Chris Lattner |
2006-03-16 | Added a way for TargetLowering to specify what values can be used as the | Evan Cheng |
2006-03-13 | PPC LSR pass should use target lowering hooks. | Evan Cheng |
2006-03-13 | Added getTargetLowering() to TargetMachine. Refactored targets to support this. | Evan Cheng |
2006-02-23 | PPC JIT relocation model should be DynamicNoPIC. | Evan Cheng |
2006-02-22 | - Added option -relocation-model to set relocation model. Valid values includ... | Evan Cheng |
2006-01-12 | Goodbye PPC pattern isel. You have served us well, but it is now time for | Chris Lattner |
2006-01-04 | Tie dwarf generation to darwin assembler. | Jim Laskey |
2005-11-08 | Add a new option to indicate we want the code generator to emit code quickly, | Chris Lattner |
2005-11-01 | Allow itineraries to be passed through the Target Machine. | Jim Laskey |
2005-10-18 | First bits of 64 bit PowerPC stuff, currently disabled. A lot of this is | Nate Begeman |
2005-10-16 | More PPC32 -> PPC changes, as well as merging some classes that were | Nate Begeman |
2005-10-14 | Rename PPC32*.h to PPC*.h | Chris Lattner |
2005-10-14 | Merge PPCJITInfo.h and PPC32JITInfo.h. Note that the PowerPCJITInfo | Chris Lattner |
2005-10-14 | Rename PowerPC*.h to PPC*.h | Chris Lattner |
2005-10-14 | Nuke the PowerPCTargetMachine.h header. Note that the PowerPCTargetMachine | Chris Lattner |
2005-09-29 | Make the JIT default to the DAG isel instead of the pattern isel, like LLC. | Chris Lattner |
2005-09-27 | Move the post-lsr simplify cfg pass after lowereh, so it can clean up after | Chris Lattner |
2005-09-02 | turn on dag isel by default | Chris Lattner |
2005-09-01 | 1. Use SubtargetFeatures in llc/lli. | Jim Laskey |
2005-08-18 | Remove the X86 and PowerPC Simple instruction selectors; their time has | Nate Begeman |
2005-08-17 | add a beta option for turning on dag->dag isel | Chris Lattner |
2005-08-15 | Turn loop strength reduction on by default. | Chris Lattner |
2005-08-13 | Remove support for 64b PPC, it's been broken for a long time. It'll be | Nate Begeman |
2005-08-05 | Consolidate the GPOpt stuff to all use the Subtarget, instead of still | Chris Lattner |
2005-08-05 | don't crash when running the PPC backend on non-ppc hosts without specifying | Chris Lattner |
2005-08-04 | Use the new subtarget support to automatically choose the correct ABI | Nate Begeman |
2005-08-04 | Add Subtarget support to PowerPC. Next up, using it. | Nate Begeman |
2005-07-27 | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen |
2005-07-21 | Support building non-PIC | Nate Begeman |
2005-07-21 | revert to using 4-byte alignment for doubles, as specified by the ABI | Chris Lattner |
2005-07-20 | Generate mfocrf when targeting g5. Generate fsqrt/fsqrts when targetin g5. | Nate Begeman |
2005-07-19 | Integrate SelectFPExpr into SelectExpr. This gets PPC32 closer to being | Nate Begeman |
2005-06-25 | Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFile | Chris Lattner |
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 |