aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCRegisterInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-42/+81
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-30/+52
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-0/+8
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-4/+5
* Update to LLVM 3.5a.Stephen Hines2014-04-241-6/+150
* Remove getEHExceptionRegister and getEHHandlerRegister.Rafael Espindola2013-10-071-8/+0
* [PowerPC] Add handling for conversions to fast-isel.Bill Schmidt2013-08-301-0/+2
* Use function attributes to indicate that we don't want to realign the stack.Bill Wendling2013-08-011-1/+1
* PPC: Support dynamic allocas with large alignmentHal Finkel2013-07-181-26/+48
* PPC: Add base-pointer support to builtin setjmp/longjmpHal Finkel2013-07-171-16/+12
* PPC: Implement base pointer and stack realignmentHal Finkel2013-07-171-11/+70
* [PowerPC] Use mtocrf when availableUlrich Weigand2013-07-031-1/+1
* [PowerPC] Always use mfocrf if availableUlrich Weigand2013-07-031-2/+2
* Cleanup PPC Altivec registers in CSR lists and improve VRSAVE handlingHal Finkel2013-07-021-17/+35
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-161-3/+3
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-071-4/+12
* [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