Preserve analysis info.
[oota-llvm.git] / lib / Target / PowerPC /
2007-07-11 Lauro Ramos VenancioAssert when TLS is not implemented.
2007-07-09 Dan GohmanChange getCopyToParts and getCopyFromParts to always...
2007-07-09 Chris LattnerThe various "getModuleMatchQuality" implementations...
2007-07-06 Evan ChengDo away with ImmutablePredicateOperand.
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-07-05 Evan ChengPPC conditional branch predicate does not change after...
2007-06-29 John CriswellConvert .cvsignore files
2007-06-29 Evan ChengPrevent PPC::BCC first operand, the PRED number, from...
2007-06-22 Dan GohmanMove ComputeMaskedBits, MaskedValueIsZero, and ComputeN...
2007-06-19 Chris Lattnerdescribe an argument, hide it.
2007-06-19 Chris LattnerIf a function is vararg, never pass inreg arguments...
2007-06-14 Dan GohmanRename MVT::getVectorBaseType to MVT::getVectorElementType.
2007-06-13 Dale JohannesenHandle blocks with 2 unconditional branches in AnalyzeB...
2007-06-08 Evan ChengAdd a utility routine to check for unpredicated termina...
2007-05-29 Nicolas GeoffrayImplementation of compilation callback in PPC ELF32
2007-05-22 Dale Johannesenname change requested by review of previous patch
2007-05-22 Dale JohannesenMake tail merging the default, except on powerPC. ...
2007-05-21 Evan ChengBlockHasNoFallThrough() now returns true if block ends...
2007-05-18 Dan GohmanApply this patch:
2007-05-18 Evan ChengRemoveBranch() and InsertBranch() now returns number...
2007-05-17 Chris Lattneradd support for 128-bit add/sub on ppc64
2007-05-15 Chris Lattnerfix some subtle inline asm selection issues
2007-05-08 Evan ChengPredicateOperand can be used as a normal operand for...
2007-05-08 Evan ChengR0 is a sub-register of X0, etc.
2007-05-03 Chris Lattnerrevert accidental commit
2007-05-03 Chris Lattneradd support for printing offset of global
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-05-01 Evan ChengeliminateFrameIndex() change.
2007-05-01 Nate Begemanllvm bug #1350, parts 1, 2, and 3.
2007-04-25 Evan ChengMatch MachineFunction::UsedPhysRegs changes.
2007-04-25 Evan ChengRelex assertions to account for additional implicit...
2007-04-24 Chris LattnerFix PR1351 and CodeGen/PowerPC/2007-04-24-InlineAsm...
2007-04-09 Chris LattnerFix a bug in PPCTargetLowering::isLegalAddressingMode...
2007-04-04 Reid SpencerSquelch a warning about mismatch between sign of consta...
2007-04-03 Nicolas GeoffrayStarting implementation of the ELF32 ABI specification...
2007-04-03 Nicolas GeoffrayThe PPC64 ELF ABI is "intended to use the same structur...
2007-04-03 Nicolas GeoffrayAddition to the previous commit for getCalleeSavedRegCl...
2007-04-03 Nicolas GeoffrayThe ELF ABI specifies F1-F8 registers as argument regis...
2007-04-02 Chris LattnerFix a bug which caused us to never be able to use signe...
2007-03-31 Chris Lattneradd a note
2007-03-30 Chris Lattnerimplement the new addressing mode description hook.
2007-03-27 Lauro Ramos Venancio"The C standards do say that "char" may either be a...
2007-03-25 Chris Lattneradd a note
2007-03-25 Chris Lattneradd a note
2007-03-25 Chris LattnerFix CodeGen/PowerPC/2007-03-24-cntlzd.ll
2007-03-25 Chris Lattnerswitch TargetLowering::getConstraintType to take the...
2007-03-21 Nicolas GeoffrayProtect R31's frame offset from being used by callee...
2007-03-20 Evan ChengAdded MRegisterInfo hook to re-materialize an instruction.
2007-03-13 Nicolas GeoffrayStack and register alignment of call arguments in the...
2007-03-12 Evan ChengMore flexible TargetLowering LSR hooks for testing...
2007-03-08 Evan ChengPutting more constants which do not contain relocations...
2007-03-08 Evan ChengFor Darwin, put constant data into .const, .const_data...
2007-03-06 Evan ChengMinor interface change.
2007-03-06 Chris LattnerSwitch PPC return lower to use an autogenerated CC...
2007-03-03 Nick LewyckyEmit low/high immediate loads properly for Linux/PPC.
2007-03-01 Nicolas GeoffrayImplemented the frameaddress intrinsic for PPC.
2007-02-28 Nate BegemanMore Mach-O writer improvements.
2007-02-28 Evan ChengPEI now passes a RegScavenger ptr to eliminateFrameIndex.
2007-02-27 Nicolas GeoffrayFix parenthesis for BCTRL_{ELF|Macho} test.
2007-02-27 Nicolas GeoffrayDifferentiate between the MachO and the ELF ABI the...
2007-02-27 Jim LaskeyDuplicate use of LR, take 2.
2007-02-27 Evan ChengBacking out Jim's LR spill changes. This was causing...
2007-02-26 Chris Lattneralways lower to RETFLAG, never leave it as just ret.
2007-02-25 Chris Lattnerno really, this is the right patch
2007-02-25 Chris Lattneralways promote float varargs to double.
2007-02-25 Chris Lattnerone important bugfix: PPC32 didn't have both elf and...
2007-02-25 Chris Lattnerimplement support for the linux/ppc function call ABI...
2007-02-25 Chris LattnerAdd XLForm_1_ext template, patch by Nicolas Geoffray.
2007-02-25 Chris LattnerImprove JIT support for linux/ppc: Patch by Nicolas...
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...
next