summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* Cleanup PPC RLWINM8 vs RLWINMHal Finkel2012-01-161-1/+1
* Cleanup stack/frame register define/kill states. This fixes two bugs:Hal Finkel2011-12-301-9/+9
* Make CR spill and restore use a reserved register. These operations cannot us...Hal Finkel2011-12-101-10/+18
* make CR spill and restore 64-bit clean (no functional change), and fix some o...Hal Finkel2011-12-071-3/+3
* make base register selection used in eliminateFrameIndex 64-bit cleanHal Finkel2011-12-071-8/+13
* add RESTORE_CR and support CR unspillsHal Finkel2011-12-061-4/+45
* remove old FIXMEHal Finkel2011-12-061-1/+0
* enable PPC register scavenging by default (update tests and remove some FIXMEs)Hal Finkel2011-12-051-11/+7
* don't include CR bit subregs in callee-saved listHal Finkel2011-12-051-16/+0
* add register pressure for CR regsHal Finkel2011-12-051-0/+2
OpenPOWER on IntegriCloud