summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMBaseRegisterInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* ARM: rework Thumb1 frame index rewritingTim Northover2014-10-201-4/+4
* Revert 202433 - Provide a target override for the latest regalloc heuristicRenato Golin2014-10-031-5/+0
* ARM: allow copying of CPSR when all else fails.Tim Northover2014-10-011-1/+1
* Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher2014-08-051-19/+10
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-13/+28
* [RegisterCoalescer] Moving the RegisterCoalescer subtarget hook onto the Targ...Chris Bieneman2014-07-161-0/+59
* ARM: use AAPCS-style prologues for embedded MachO.Tim Northover2014-05-301-3/+6
* ARM: improve WoA ABI conformance for frame registerSaleem Abdulrasool2014-05-181-3/+7
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-2/+2
* Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper2014-04-041-2/+2
* Simplify resolveFrameIndex() signature.Jim Grosbach2014-04-021-4/+2
* Provide a target override for the latest regalloc heuristic.Andrew Trick2014-02-271-0/+5
* Revert r200095 and r200152. It turns out when compiling with -arch armv7 -mcp...Evan Cheng2014-02-061-3/+4
* Follow up of r200095. Code clean up.Evan Cheng2014-01-261-1/+1
* Clean up hack which is no longer needed after r198617. No functionality change.Evan Cheng2014-01-251-3/+2
* ARM MachO: sort out isTargetDarwin/isTargetIOS/... checks.Tim Northover2014-01-061-1/+1
* Remove getEHExceptionRegister and getEHHandlerRegister.Rafael Espindola2013-10-071-8/+0
* ARM: support interrupt attributeTim Northover2013-10-011-11/+25
* Use function attributes to indicate that we don't want to realign the stack.Bill Wendling2013-08-011-1/+1
* Have ARMBaseRegisterInfo::getCallPreservedMask return the 'correct' mask for ...Stephen Lin2013-07-031-4/+13
* Clarify and doxygen-ify commentsStephen Lin2013-06-261-8/+12
* ARM: Proactively ensure that the LowerCallResult hack for 'this'-returns is n...Stephen Lin2013-06-261-0/+3
* Minor formatting fix to ARMBaseRegisterInfo::getCalleeSavedRegsStephen Lin2013-06-261-7/+5
* Debug Info: Simplify Frame Index handling in DBG_VALUE Machine InstructionsDavid Blaikie2013-06-161-6/+1
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-071-5/+10
* The purpose of the patch is to fix the syntax of ARM mrc and mrc2 instruction...Mihai Popa2013-05-131-0/+1
* Add CodeGen support for functions that always return arguments via a new para...Stephen Lin2013-04-201-0/+6
* Allow the register scavenger to spill multiple registersHal Finkel2013-03-221-1/+1
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-211-58/+0
* ARM: Allocation hints must make sure to be in the alloc order.Jim Grosbach2013-02-191-1/+2
* [PEI] Pass the frame index operand number to the eliminateFrameIndex function.Chad Rosier2013-01-311-15/+9
* 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
* MC: Add MCInstrDesc::mayAffectControlFlow() method.Jim Grosbach2012-12-191-1/+1
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-1/+1
* Trim unneeded header #include.Jim Grosbach2012-12-111-1/+0
* ARM: Remove old testing option.Jim Grosbach2012-12-111-5/+1
* ARM: Remove old testing options.Jim Grosbach2012-12-111-13/+0
* Remove the old TRI::ResolveRegAllocHint() and getRawAllocationOrder() hooks.Jakob Stoklund Olesen2012-12-041-258/+0
* Implement ARMBaseRegisterInfo::getRegAllocationHints().Jakob Stoklund Olesen2012-12-031-0/+59
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-7/+7
* Mark the Int_eh_sjlj_dispatchsetup pseudo instruction as clobbering allChad Rosier2012-11-061-0/+5
* Remove ARMBaseRegisterInfo::isReservedReg().Jakob Stoklund Olesen2012-10-261-37/+8
* Add GPRPair Register class to ARM.Jakob Stoklund Olesen2012-10-261-0/+12
* Remove the canCombineSubRegIndices() target hook.Jakob Stoklund Olesen2012-10-261-116/+0
* Create enums for the different attributes.Bill Wendling2012-10-091-2/+3
* Remove the `hasFnAttr' method from Function.Bill Wendling2012-09-261-1/+1
* This patch introduces A15 as a target in LLVM.Silviu Baranga2012-09-131-1/+1
* Revert r162713: "Add ATOMIC_LDR* pseudo-instructions to model atomic_load on ...Jakob Stoklund Olesen2012-08-281-7/+3
* Add ATOMIC_LDR* pseudo-instructions to model atomic_load on ARM.Jakob Stoklund Olesen2012-08-271-3/+7
OpenPOWER on IntegriCloud