Don't spill LR as a callee saved register.
[oota-llvm.git] / lib / Target / PowerPC /
2007-02-23 Jim LaskeyDon't spill LR as a callee saved register.
2007-02-23 Evan ChengBy default, spills kills the register being stored.
2007-02-22 Chris Lattnerremove obsolete file
2007-02-22 Jim LaskeySimplify lowering and selection of exception ops.
2007-02-21 Jim LaskeySupport to provide exception and selector registers.
2007-02-21 Jim LaskeyAdd support for changes in DwarfWriter.
2007-02-21 Jim LaskeyAdd TAI field for exception table section.
2007-02-19 Evan ChengRe-apply my liveintervalanalysis changes. Now with...
2007-02-19 Reid SpencerFor PR1207:
2007-02-17 Evan ChengAdded getReservedRegs().
2007-02-17 Chris LattnerFix ixaddrs as well, allowing ppc64 to compile to:
2007-02-17 Chris LattnerCompile test/CodeGen/PowerPC/LargeAbsoluteAddr.ll to:
2007-02-16 Chris Lattnerfix incorrect encoding of vminsw.
2007-02-14 Chris LattnerGeneralize TargetData strings, to support more interest...
2007-02-09 Chris Lattneradd a note
2007-02-09 Nate BegemanRemove fixed item
2007-02-08 Bill WendlingFixed comments.
2007-02-08 Bill WendlingMoved the MachOWriter and ELFWriter out of the Target...
2007-02-08 Bill WendlingDead files. Functionality has been taken over by the...
2007-02-03 Bill WendlingMoved the GetTargetRelocation method from PPCMachOWrite...
2007-02-03 Bill WendlingMoved the GetTargetRelocation method to the PPCMachOWri...
2007-02-01 Jim LaskeySupport for non-landing pad exception handling.
2007-02-01 Chris LattnerFix CodeGen/PowerPC/2007-01-31-InlineAsmAddrMode.ll
2007-01-31 Chris LattnerA relatively simple PPC optimization.
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-30 Evan ChengDarwin -static should codegen static ctors / dtors...
2007-01-29 Jim LaskeyOnly gather frame info if debug or eh.
2007-01-29 Nate BegemanFinish off bug 680, allowing targets to custom lower...
2007-01-29 Nate BegemanWe'd still like to register allocate r2 on darwin befor...
2007-01-29 Nate BegemanUpdate some of the llvm in the readme
2007-01-29 Jim LaskeyLanding pad-less eh for PPC.
2007-01-28 Anton KorobeynikovPropagate changes from my local tree. This patch includes:
2007-01-26 Nate BegemanFix a spelling error
2007-01-26 Nate BegemanHandle multiple functions, properly mangle symbols...
2007-01-26 Jim LaskeyChange the MachineDebugInfo to MachineModuleInfo to...
2007-01-26 Jim LaskeyMake LABEL a builtin opcode.
2007-01-25 Evan ChengFix comment.
2007-01-25 Evan Cheng- Tell PEI that PPC will handle stack frame rounding...
2007-01-25 Chris LattnerFix test/CFrontend/2007-01-24-InlineAsmCModifier.c...
2007-01-24 Jim LaskeyRepair debug frames as a prelude to eh_frames. Switche...
2007-01-24 Bill WendlingMake ivars private and use getters. Have the MachOWrite...
2007-01-24 Bill WendlingAdd a field for and construction of the PPCMachOWriterI...
2007-01-24 Bill WendlingMove the getJTRelocation method out of here.
2007-01-24 Bill WendlingNew "TargetMachOWriterInfo" class. It holds target...
2007-01-23 Evan ChenghasFP() is now a virtual method of MRegisterInfo.
2007-01-22 Evan ChengDouble and long preferred alignment set to 8 bytes.
2007-01-19 Nick LewyckyNeeded to build on PPC Linux.
2007-01-18 Chris Lattnermove contents of PR587 to here.
2007-01-18 Bill WendlingHave the OutputBuffer take the is64Bit and isLittleEndi...
2007-01-18 Chris LattnerModify emission of jump tables on darwin to emit an...
2007-01-17 Bill WendlingChanged to use the OutputBuffer instead of the methods...
2007-01-17 Bill WendlingRevert patch.
2007-01-17 Bill WendlingCreate the specified TargetObjInfo and use it.
2007-01-17 Bill WendlingNew "TargetObjInfo" class. This holds information that...
2007-01-16 Bill WendlingInstead of yet another enum indicating the "assembly...
2007-01-16 Bill WendlingFix for PR1095:
2007-01-14 Chris Lattneradd support for hidden visibility to darwin/ppc and...
2007-01-06 Chris LattnerDisable the macho writer until it is 100% functional...
2007-01-05 Evan ChengsetSetCCIsExpensive is gone.
2007-01-02 Evan ChengFix naming inconsistency.
2006-12-21 Jim LaskeyChanges from Nick Lewycky with a simplified PPCTargetAs...
2006-12-20 Jim LaskeyOops.
2006-12-20 Jim LaskeyOriginal patch was overly complicated.
2006-12-20 Jim LaskeyChanges to target powerpc for non-Darwin assemblers.
2006-12-19 Chris Lattnereliminate static ctors for Statistic objects.
2006-12-18 Rafael Espindolamove ExtWeakSymbols to AsmPrinter
2006-12-16 Chris LattnerApply B. Scott Michel's patch for PR1054, thanks!
2006-12-15 Jim LaskeyPatterns no longer needed due to fix in the DAG combiner.
2006-12-15 Jim LaskeyNot all test cases are created equal. This fix is...
2006-12-15 Jim LaskeyNot needed. Misinterpreted error message from other...
2006-12-15 Jim LaskeyMissing load/store relocations.
2006-12-15 Jim LaskeyProvide 64-bit support for i64 sextload<i8>.
2006-12-15 Jim LaskeyProvide support for FP_TO_UINT.
2006-12-12 Jim LaskeyHonor cpu directive, take two.
2006-12-12 Jim LaskeyRollback changes to take a different tack.
2006-12-12 Jim LaskeyHonor the command line specification for machine type.
2006-12-12 Jim LaskeyReduce number of instructions to load 64-bit constants.
2006-12-11 Chris LattnerAnother step forward in PPC64 JIT support: we now no...
2006-12-11 Chris LattnergetInstrItineraryData shouldn't copy the itineraries
2006-12-11 Jim LaskeyMissing opcode.
2006-12-11 Jim LaskeyLayout proper frame for ppc64.
2006-12-11 Nate BegemanProperly mangles symbol table names
2006-12-10 Anton KorobeynikovCleaned setjmp/longjmp lowering interfaces. Now we...
2006-12-10 Jim LaskeyReverting until finding the cause of secondary bugs.
2006-12-10 Jim Laskey__PPC64CompilationCallback code was allowing registers...
2006-12-08 Chris Lattnerthis is an initial patch to switch the ppc64 jit over...
2006-12-07 Chris Lattnerfix incorrect encoding of rldicr, used by ppc64 functio...
2006-12-07 Bill WendlingWhat should be the last unnecessary <iostream>s in...
2006-12-07 Chris Lattnerfix CodeGen/PowerPC/2006-12-07-LargeAlloca.ll on ppc64
2006-12-07 Chris LattnerFix i64 uint_to_fp on ppc64
2006-12-06 Chris Lattnerimplement sextinreg i8->i64 and i16->i64
2006-12-06 Chris Lattnerfix another sradi encoding bug. This fixes Olden/healt...
2006-12-06 Chris Lattnerfix the jit encoding of sradi, simplify the MDForm1...
2006-12-06 Chris Lattneradd relocation support for ppc64 branches.
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-12-06 Jim LaskeyMake it easier for gdb to find the return address.
2006-12-04 Jim LaskeyRestoration of the stack pointer after a deallocation...
2006-12-01 Evan ChengAdd weak reference directive.
2006-12-01 Evan ChengCopy and paste error. An initialized global cannot...
2006-12-01 Jim Laskey1. In ppc64 mode we need only use one GPR.
next