summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCRegisterInfo.cpp
Commit message (Expand)AuthorAge
* Remove getEHExceptionRegister and getEHHandlerRegister.Rafael Espindola2013-10-07
* [PowerPC] Add handling for conversions to fast-isel.Bill Schmidt2013-08-30
* Use function attributes to indicate that we don't want to realign the stack.Bill Wendling2013-08-01
* PPC: Support dynamic allocas with large alignmentHal Finkel2013-07-18
* PPC: Add base-pointer support to builtin setjmp/longjmpHal Finkel2013-07-17
* PPC: Implement base pointer and stack realignmentHal Finkel2013-07-17
* [PowerPC] Use mtocrf when availableUlrich Weigand2013-07-03
* [PowerPC] Always use mfocrf if availableUlrich Weigand2013-07-03
* Cleanup PPC Altivec registers in CSR lists and improve VRSAVE handlingHal Finkel2013-07-02
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-16
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-07
* [PowerPC] Use true offset value in "memrix" machine operandsUlrich Weigand2013-05-16
* Implement PPC counter loops as a late IR-level passHal Finkel2013-05-15
* Use virtual base registers on PPCHal Finkel2013-04-09
* Implement PPCInstrInfo::FoldImmediateHal Finkel2013-04-06
* Use ImmToIdxMap.count in PPCRegisterInfoHal Finkel2013-04-01
* Cleanup ImmToIdxMap and noImmForm in PPCRegisterInfoHal Finkel2013-03-31
* Add the PPC lfiwax instructionHal Finkel2013-03-31
* Cleanup PPC(64) i32 -> float/double conversionHal Finkel2013-03-31
* Cleanup PPC CR-spill kill flags and 32- vs. 64-bit instructionsHal Finkel2013-03-28
* Allocate r0 on PPCHal Finkel2013-03-27
* Don't spill PPC VRSAVE on non-Darwin (even in SjLj)Hal Finkel2013-03-27
* PPC: Use HWEncoding and TRI->getEncodingValueHal Finkel2013-03-26
* Use multiple virtual registers in PPC CR spillingHal Finkel2013-03-26
* Update PPCRegisterInfo's use of virtual registers to be SSAHal Finkel2013-03-26
* Cleanup some unused reg. scavenger parameters in PPCRegisterInfoHal Finkel2013-03-23
* Remove the G8RC_NOX0_and_GPRC_NOR0 PPC register classHal Finkel2013-03-21
* Implement builtin_{setjmp/longjmp} on PPCHal Finkel2013-03-21
* Add support for spilling VRSAVE on PPCHal Finkel2013-03-21
* Correct PPC FRAMEADDR lowering using a pseudo-registerHal Finkel2013-03-21
* Prepare to make r0 an allocatable register on PPCHal Finkel2013-03-19
* Don't reserve R31 on PPC64 unless the frame pointer is neededHal Finkel2013-03-19
* Improve PPC VR (Altivec) register spillingHal Finkel2013-03-17
* Remove PPC avoidWriteAfterWrite callbackHal Finkel2013-03-16
* Use frame-index scavenging for PPC register spillingHal Finkel2013-03-14
* Don't reserve R2 on Darwin/PPCHal Finkel2013-03-12
* PPC should always use the register scavenger for CR spillingHal Finkel2013-03-12
* Fix PR14364.Bill Schmidt2013-02-24
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-21
* [PEI] Pass the frame index operand number to the eliminateFrameIndex function.Chad Rosier2013-01-31
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling2012-12-30
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-19
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Using const cast to alleviate a warning.Joe Abbey2012-11-16
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-01
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-15
* Revert 165732 for further review.Micah Villmow2012-10-11
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-11
* Create enums for the different attributes.Bill Wendling2012-10-09