[PPC] Disassemble little endian ppc instructions in the right byte order
[oota-llvm.git] / lib / Target / PowerPC / PPCMachineFunctionInfo.h
2015-02-01 Hal Finkel[PowerPC] Make r2 allocatable on PPC64/ELF for some...
2015-01-10 Justin HibbitsFully fix Bug #22115.
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-07-18 Hal Finkel[PowerPC] 32-bit ELF PIC support
2013-07-17 Hal FinkelPPC: Implement base pointer and stack realignment
2013-07-14 Craig TopperUse SmallVectorImpl& instead of SmallVector to avoid...
2013-04-15 Hal FinkelFix PPC64 CR spill location for callee-saved registers
2013-03-23 Hal FinkelNote in PPCFunctionInfo VRSAVE spills
2013-03-17 Hal FinkelImprove PPC VR (Altivec) register spilling
2013-03-15 Hal FinkelAllocate the RS spill slot for any PPC function with...
2013-02-24 Bill SchmidtFix PR14364.
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2010-04-17 Dan GohmanMove per-function state out of TargetLowering subclasse...
2009-06-05 Dan GohmanAdd explicit keywords.
2008-10-24 Dale JohannesenRewrite logic to figure out whether LR needs to
2008-04-30 Arnold SchwaighoferTail call optimization improvements:
2008-03-03 Bill WendlingThis is the initial check-in for adding register scaven...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-08 Chris Lattnerimplement __builtin_return_addr(0) on ppc.
2007-12-08 Chris Lattnerrefactor some code to avoid overloading the name 'usesL...
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-23 Jim LaskeyDon't spill LR as a callee saved register.
2006-11-25 Reid SpencerAdd newline at end of file.
2006-11-16 Jim LaskeyThis is a general clean up of the PowerPC ABI. Address...