aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCTargetMachine.cpp
AgeCommit message (Expand)Author
2006-05-20Make TargetData strings less redundant.Owen Anderson
2006-05-20Make all of the TargetMachine subclasses use the new string TargetData methods.Owen Anderson
2006-05-03Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson
2006-04-21Fix the commentNate Begeman
2006-04-21Change the PPC JIT to use a Static relocation modelNate Begeman
2006-04-08Disable switch lowering for targets based on the selection dag isel,Nate Begeman
2006-03-23Eliminate IntrinsicLowering from TargetMachine.Chris Lattner
2006-03-16Added a way for TargetLowering to specify what values can be used as theEvan Cheng
2006-03-13PPC LSR pass should use target lowering hooks.Evan Cheng
2006-03-13Added getTargetLowering() to TargetMachine. Refactored targets to support this.Evan Cheng
2006-02-23PPC 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-12Goodbye PPC pattern isel. You have served us well, but it is now time forChris Lattner
2006-01-04Tie dwarf generation to darwin assembler.Jim Laskey
2005-11-08Add a new option to indicate we want the code generator to emit code quickly,Chris Lattner
2005-11-01Allow itineraries to be passed through the Target Machine.Jim Laskey
2005-10-18First bits of 64 bit PowerPC stuff, currently disabled. A lot of this isNate Begeman
2005-10-16More PPC32 -> PPC changes, as well as merging some classes that wereNate Begeman
2005-10-14Rename PPC32*.h to PPC*.hChris Lattner
2005-10-14Merge PPCJITInfo.h and PPC32JITInfo.h. Note that the PowerPCJITInfoChris Lattner
2005-10-14Rename PowerPC*.h to PPC*.hChris Lattner
2005-10-14Nuke the PowerPCTargetMachine.h header. Note that the PowerPCTargetMachineChris Lattner
2005-09-29Make the JIT default to the DAG isel instead of the pattern isel, like LLC.Chris Lattner
2005-09-27Move the post-lsr simplify cfg pass after lowereh, so it can clean up afterChris Lattner
2005-09-02turn on dag isel by defaultChris Lattner
2005-09-011. Use SubtargetFeatures in llc/lli.Jim Laskey
2005-08-18Remove the X86 and PowerPC Simple instruction selectors; their time hasNate Begeman
2005-08-17add a beta option for turning on dag->dag iselChris Lattner
2005-08-15Turn loop strength reduction on by default.Chris Lattner
2005-08-13Remove support for 64b PPC, it's been broken for a long time. It'll beNate Begeman
2005-08-05Consolidate the GPOpt stuff to all use the Subtarget, instead of stillChris Lattner
2005-08-05don't crash when running the PPC backend on non-ppc hosts without specifyingChris Lattner
2005-08-04Use the new subtarget support to automatically choose the correct ABINate Begeman
2005-08-04Add Subtarget support to PowerPC. Next up, using it.Nate Begeman
2005-07-27Eliminate all remaining tabs and trailing spaces.Jeff Cohen
2005-07-21Support building non-PICNate Begeman
2005-07-21revert to using 4-byte alignment for doubles, as specified by the ABIChris Lattner
2005-07-20Generate mfocrf when targeting g5. Generate fsqrt/fsqrts when targetin g5.Nate Begeman
2005-07-19Integrate SelectFPExpr into SelectExpr. This gets PPC32 closer to beingNate Begeman
2005-06-25Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFileChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-04-15Make pattern isel default for ppcNate Begeman
2005-04-05Remove 64 bit simple ISel, it never worked correctlyNate Begeman
2005-03-24Implement more of the PPC32 Pattern ISel:Nate Begeman
2005-03-24Addition of the PPC32 Pattern ISel. While it is far from complete, it willNate Begeman
2005-03-02cleanup the cfg after lsrChris Lattner
2005-03-02Add a temporary option for llc-beta: -enable-lsr-for-ppc, which turns onChris Lattner
2004-12-12Use the target triple to pick this target.Chris Lattner
2004-11-28The LLVM bool type shall have 1 byte alignment on PPC.Chris Lattner
2004-11-25The JIT works enoughChris Lattner