aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCTargetMachine.cpp
AgeCommit message (Expand)Author
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
2004-07-17We don't really need to #include IPO.h into this file.Misha Brukman
2004-07-16Define double alignment as 8 bytes now that assert(DoubleAlignment == Pointer...Misha Brukman
2004-07-15Revert stuff that I didn't mean to checkinChris Lattner
2004-07-15Patches towards fixing PR341Chris Lattner
2004-07-12Implement getModuleMatchQuality and getJITMatchQuality() for PowerPCMisha Brukman
2004-07-11Delete the allocate*TargetMachine function, which is now dead.Chris Lattner
2004-07-11Make these format a bit nicerChris Lattner
2004-07-11Auto-registrate targetChris Lattner
2004-07-02Fix all of those problems that the PPC backend has running 176.gcc :)Chris Lattner
2004-07-01Wrap long lineMisha Brukman
2004-06-29Lower ConstantExpressions before the code generator.Misha Brukman
2004-06-29The code generator should work with unreachable blocks. If not, then thisChris Lattner
2004-06-28Can't print out machine code before it is constructed.Misha Brukman
2004-06-25Allow debugging machine instrs (by printout) before/after isel and regallocMisha Brukman
2004-06-24Add option to print out machine code before register allocation.Misha Brukman
2004-06-21llvm/IntrinsicLowering.h => llvm/CodeGen/IntrinsicLowering.hMisha Brukman
2004-06-21Initial revisionMisha Brukman