Fix a sign-extension bug in PPCCTRLoops
[oota-llvm.git] / lib / Target / PowerPC / PPCFrameLowering.cpp
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-03-14 Hal FinkelProvide the register scavenger to processFunctionBefore...
2013-03-14 Hal FinkelNot all PPC functions with a frame pointer need a RS...
2013-02-26 Bill SchmidtFix PR15332 (patch by Florian Zeitz).
2013-02-24 Bill SchmidtFix PR14364.
2013-02-21 Eli BenderskyMove the eliminateCallFramePseudoInstr method from...
2013-02-05 Jakob Stoklund OlesenAvoid using MRI::liveout_iterator for computing VRSAVEs.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-30 Bill WendlingRemove the Function::getFnAttributes method in favor...
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-10 Bill SchmidtThe PowerPC VRSAVE register has been somewhat of an...
2012-10-09 Bill WendlingCreate enums for the different attributes.
2012-09-26 Bill WendlingRemove the `hasFnAttr' method from Function.
2012-09-12 Roman DivackyThis patch corrects logic in PPCFrameLowering for save...
2012-06-19 Hal FinkelAdd support for generating reg+reg preinc stores on...
2012-05-19 Hal FinkelAdd a FIXME about access to negative stack-pointer...
2012-04-20 Craig TopperConvert some uses of XXXRegisterClass to &XXXRegClass...
2012-03-11 Craig TopperUse uint16_t to store registers and opcode in static...
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2011-12-30 Hal FinkelCleanup stack/frame register define/kill states. This...
2011-12-07 Evan ChengAdd bundle aware API for querying instruction propertie...
2011-12-05 Hal Finkelenable PPC register scavenging by default (update tests...
2011-12-02 Nick LewyckyMove global variables in TargetMachine into new TargetO...
2011-10-29 Benjamin KramerPPC: Disable moves for all CR subregisters.
2011-07-25 Evan ChengRefactor PPC target to separate MC routines from Target...
2011-07-18 Evan ChengMove getInitialFrameState from TargetFrameInfo to MCAsm...
2011-05-30 Rafael EspindolaUse the dwarf->llvm mapping to print register names...
2011-05-25 Rafael EspindolaReplace the -unwind-tables option with a per function...
2011-01-13 Jakob Stoklund OlesenTeach frame lowering to ignore debug values after the...
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...