aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC
AgeCommit message (Expand)Author
2007-02-25no really, this is the right patchChris Lattner
2007-02-25always promote float varargs to double.Chris Lattner
2007-02-25one important bugfix: PPC32 didn't have both elf and macho support forChris Lattner
2007-02-25implement support for the linux/ppc function call ABI. Patch byChris Lattner
2007-02-25Add XLForm_1_ext template, patch by Nicolas Geoffray.Chris Lattner
2007-02-25Improve JIT support for linux/ppc: Patch by Nicolas Geoffray!Chris Lattner
2007-02-23Don't spill LR as a callee saved register.Jim Laskey
2007-02-23By default, spills kills the register being stored.Evan Cheng
2007-02-22remove obsolete fileChris Lattner
2007-02-22Simplify lowering and selection of exception ops.Jim Laskey
2007-02-21Support to provide exception and selector registers.Jim Laskey
2007-02-21Add support for changes in DwarfWriter.Jim Laskey
2007-02-21Add TAI field for exception table section.Jim Laskey
2007-02-19Re-apply my liveintervalanalysis changes. Now with PR1207 fixes.Evan Cheng
2007-02-19For PR1207:Reid Spencer
2007-02-17Added getReservedRegs().Evan Cheng
2007-02-17Fix ixaddrs as well, allowing ppc64 to compile to:Chris Lattner
2007-02-17Compile test/CodeGen/PowerPC/LargeAbsoluteAddr.ll to:Chris Lattner
2007-02-16fix incorrect encoding of vminsw.Chris Lattner
2007-02-14Generalize TargetData strings, to support more interesting forms of data.Chris Lattner
2007-02-09add a noteChris Lattner
2007-02-09Remove fixed itemNate Begeman
2007-02-08Fixed comments.Bill Wendling
2007-02-08Moved the MachOWriter and ELFWriter out of the Target/* files. Placed theBill Wendling
2007-02-08Dead files. Functionality has been taken over by the Add*Writer functions.Bill Wendling
2007-02-03Moved the GetTargetRelocation method from PPCMachOWriter to here. It usesBill Wendling
2007-02-03Moved the GetTargetRelocation method to the PPCMachOWriterInfo object. TheBill Wendling
2007-02-01Support for non-landing pad exception handling.Jim Laskey
2007-02-01Fix CodeGen/PowerPC/2007-01-31-InlineAsmAddrMode.llChris Lattner
2007-01-31A relatively simple PPC optimization.Chris Lattner
2007-01-30For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer
2007-01-30Darwin -static should codegen static ctors / dtors to .constructor / .destruc...Evan Cheng
2007-01-29Only gather frame info if debug or eh.Jim Laskey
2007-01-29Finish off bug 680, allowing targets to custom lower frame and returnNate Begeman
2007-01-29We'd still like to register allocate r2 on darwin before the callee-saveNate Begeman
2007-01-29Update some of the llvm in the readmeNate Begeman
2007-01-29Landing pad-less eh for PPC.Jim Laskey
2007-01-28Propagate changes from my local tree. This patch includes:Anton Korobeynikov
2007-01-26Fix a spelling errorNate Begeman
2007-01-26Handle multiple functions, properly mangle symbols, and fix support forNate Begeman
2007-01-26Change the MachineDebugInfo to MachineModuleInfo to better reflect usageJim Laskey
2007-01-26Make LABEL a builtin opcode.Jim Laskey
2007-01-25Fix comment.Evan Cheng
2007-01-25- Tell PEI that PPC will handle stack frame rounding itself.Evan Cheng
2007-01-25Fix test/CFrontend/2007-01-24-InlineAsmCModifier.c on PPCChris Lattner
2007-01-24Repair debug frames as a prelude to eh_frames. Switched to using MachineMovesJim Laskey
2007-01-24Make ivars private and use getters. Have the MachOWriter return "Mach-OBill Wendling
2007-01-24Add a field for and construction of the PPCMachOWriterInfo object.Bill Wendling
2007-01-24Move the getJTRelocation method out of here.Bill Wendling
2007-01-24New "TargetMachOWriterInfo" class. It holds target-specific informationBill Wendling