aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCRegisterInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* [PowerPC] Use true offset value in "memrix" machine operandsUlrich Weigand2013-05-161-25/+5
* Implement PPC counter loops as a late IR-level passHal Finkel2013-05-151-0/+5
* Use virtual base registers on PPCHal Finkel2013-04-091-15/+151
* Implement PPCInstrInfo::FoldImmediateHal Finkel2013-04-061-0/+2
* Use ImmToIdxMap.count in PPCRegisterInfoHal Finkel2013-04-011-2/+1
* Cleanup ImmToIdxMap and noImmForm in PPCRegisterInfoHal Finkel2013-03-311-18/+4
* Add the PPC lfiwax instructionHal Finkel2013-03-311-0/+1
* Cleanup PPC(64) i32 -> float/double conversionHal Finkel2013-03-311-2/+1
* Cleanup PPC CR-spill kill flags and 32- vs. 64-bit instructionsHal Finkel2013-03-281-2/+2
* Allocate r0 on PPCHal Finkel2013-03-271-2/+0
* Don't spill PPC VRSAVE on non-Darwin (even in SjLj)Hal Finkel2013-03-271-0/+2
* PPC: Use HWEncoding and TRI->getEncodingValueHal Finkel2013-03-261-2/+2
* Use multiple virtual registers in PPC CR spillingHal Finkel2013-03-261-25/+28
* Update PPCRegisterInfo's use of virtual registers to be SSAHal Finkel2013-03-261-3/+5
* Cleanup some unused reg. scavenger parameters in PPCRegisterInfoHal Finkel2013-03-231-23/+10
* Remove the G8RC_NOX0_and_GPRC_NOR0 PPC register classHal Finkel2013-03-211-0/+1
* Implement builtin_{setjmp/longjmp} on PPCHal Finkel2013-03-211-0/+12
* Add support for spilling VRSAVE on PPCHal Finkel2013-03-211-1/+66
* Correct PPC FRAMEADDR lowering using a pseudo-registerHal Finkel2013-03-211-0/+5
* Prepare to make r0 an allocatable register on PPCHal Finkel2013-03-191-0/+12
* Don't reserve R31 on PPC64 unless the frame pointer is neededHal Finkel2013-03-191-4/+3
* Improve PPC VR (Altivec) register spillingHal Finkel2013-03-171-3/+24
* Remove PPC avoidWriteAfterWrite callbackHal Finkel2013-03-161-14/+0
* Use frame-index scavenging for PPC register spillingHal Finkel2013-03-141-24/+2
* Don't reserve R2 on Darwin/PPCHal Finkel2013-03-121-16/+2
* PPC should always use the register scavenger for CR spillingHal Finkel2013-03-121-58/+17
* Fix PR14364.Bill Schmidt2013-02-241-17/+7
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-211-39/+0
* [PEI] Pass the frame index operand number to the eliminateFrameIndex function.Chad Rosier2013-01-311-13/+7
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-4/+4
* Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling2012-12-301-1/+2
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-13/+13
* Using const cast to alleviate a warning.Joe Abbey2012-11-161-1/+2
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-011-1/+1
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-151-1/+1
* Revert 165732 for further review.Micah Villmow2012-10-111-1/+1
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-111-1/+1
* Create enums for the different attributes.Bill Wendling2012-10-091-1/+1
* Remove the `hasFnAttr' method from Function.Bill Wendling2012-09-261-1/+1
* Change unsigned to uint32_t to match base class declaration and other targets.Craig Topper2012-09-161-1/+1
* This patch corrects logic in PPCFrameLowering for save and restore of ...Roman Divacky2012-09-121-1/+31
* Mark most PPC register classes to avoid write-after-write.Hal Finkel2012-06-191-0/+14
* Add support for generating reg+reg preinc stores on PPC.Hal Finkel2012-06-191-6/+6
* Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().Jakob Stoklund Olesen2012-05-071-1/+2
* This patch fixes a problem which arose when using the Post-RA schedulerPreston Gurd2012-04-231-0/+6
* PPC::DBG_VALUE must use Reg+Imm frame-index elimination even for large offset...Hal Finkel2012-03-221-1/+2
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-171-1/+1
* Convert PowerPC to register mask operands.Roman Divacky2012-03-061-94/+10
* Use uint16_t to store registers in callee saved register tables to reduce siz...Craig Topper2012-03-041-5/+5