aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCTargetMachine.cpp
AgeCommit message (Expand)Author
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
2004-11-23Remove this method.Chris Lattner
2004-11-23Don't return value from void function. This is only temporary anyway whileNate Begeman
2004-11-23Be really paranoid about not breaking stuff yetChris Lattner
2004-11-23Move JITInfo from PPCTM to PPC32TMChris Lattner
2004-11-20Remove this method, it's not clear how it could be implemented indep of 32 or...Chris Lattner
2004-10-25Disable the JIT until it can sorta kinda work.Chris Lattner
2004-10-10bling bling!Chris Lattner
2004-09-04All PPC instructions are now auto-printedNate Begeman
2004-09-01Changes For Bug 352Reid Spencer
2004-08-20Do not register ppc64 yet, as it breaks the SparcV9 backendChris Lattner
2004-08-19LR needs to be saved at 16-byte offset on a 64-bit archMisha Brukman
2004-08-17No need for an `is64bit' flagMisha Brukman
2004-08-14Replace PowerPCPEI.cpp with target independant PrologEpilogInserterNate Begeman
2004-08-12Disable PPC64 backend by default because LLC cannot choose automatically betweenMisha Brukman
2004-08-11* Move AIX into the llvm namespace to be accessed from RegisterInfoMisha Brukman
2004-08-11Hyphenate ##-bit and remove first-person from comments.Misha Brukman
2004-08-11Clean up 32/64bit and Darwin/AIX split. Next steps: 64 bit ISel, AIX asm pri...Nate Begeman
2004-08-11Breaking up the PowerPC target into 32- and 64-bit subparts, Part III: the rest.Misha Brukman
2004-08-09CodePrinter -> AsmPrinterMisha Brukman
2004-08-06Changes commited for Nate Begeman:Chris Lattner
2004-07-27Run the branch selection pass right before the asm printer.Misha Brukman
2004-07-23Bool alignment on MacOSX/PowerPC is 4 bytes.Misha Brukman
2004-07-20Shorts are aligned to 2 bytes, bools to 1 byte (in structs).Misha Brukman
2004-07-20Double alignment in structs is 4 bytes, not 8. Patch by Nate Begeman.Misha Brukman