summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMBaseRegisterInfo.cpp
Commit message (Expand)AuthorAge
* ARM: use AAPCS-style prologues for embedded MachO.Tim Northover2014-05-30
* ARM: improve WoA ABI conformance for frame registerSaleem Abdulrasool2014-05-18
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper2014-04-04
* Simplify resolveFrameIndex() signature.Jim Grosbach2014-04-02
* Provide a target override for the latest regalloc heuristic.Andrew Trick2014-02-27
* Revert r200095 and r200152. It turns out when compiling with -arch armv7 -mcp...Evan Cheng2014-02-06
* Follow up of r200095. Code clean up.Evan Cheng2014-01-26
* Clean up hack which is no longer needed after r198617. No functionality change.Evan Cheng2014-01-25
* ARM MachO: sort out isTargetDarwin/isTargetIOS/... checks.Tim Northover2014-01-06
* Remove getEHExceptionRegister and getEHHandlerRegister.Rafael Espindola2013-10-07
* ARM: support interrupt attributeTim Northover2013-10-01
* Use function attributes to indicate that we don't want to realign the stack.Bill Wendling2013-08-01
* Have ARMBaseRegisterInfo::getCallPreservedMask return the 'correct' mask for ...Stephen Lin2013-07-03
* Clarify and doxygen-ify commentsStephen Lin2013-06-26
* ARM: Proactively ensure that the LowerCallResult hack for 'this'-returns is n...Stephen Lin2013-06-26
* Minor formatting fix to ARMBaseRegisterInfo::getCalleeSavedRegsStephen Lin2013-06-26
* Debug Info: Simplify Frame Index handling in DBG_VALUE Machine InstructionsDavid Blaikie2013-06-16
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-07
* The purpose of the patch is to fix the syntax of ARM mrc and mrc2 instruction...Mihai Popa2013-05-13
* Add CodeGen support for functions that always return arguments via a new para...Stephen Lin2013-04-20
* Allow the register scavenger to spill multiple registersHal Finkel2013-03-22
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-21
* ARM: Allocation hints must make sure to be in the alloc order.Jim Grosbach2013-02-19
* [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
* MC: Add MCInstrDesc::mayAffectControlFlow() method.Jim Grosbach2012-12-19
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-19
* Trim unneeded header #include.Jim Grosbach2012-12-11
* ARM: Remove old testing option.Jim Grosbach2012-12-11
* ARM: Remove old testing options.Jim Grosbach2012-12-11
* Remove the old TRI::ResolveRegAllocHint() and getRawAllocationOrder() hooks.Jakob Stoklund Olesen2012-12-04
* Implement ARMBaseRegisterInfo::getRegAllocationHints().Jakob Stoklund Olesen2012-12-03
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Mark the Int_eh_sjlj_dispatchsetup pseudo instruction as clobbering allChad Rosier2012-11-06
* Remove ARMBaseRegisterInfo::isReservedReg().Jakob Stoklund Olesen2012-10-26
* Add GPRPair Register class to ARM.Jakob Stoklund Olesen2012-10-26
* Remove the canCombineSubRegIndices() target hook.Jakob Stoklund Olesen2012-10-26
* Create enums for the different attributes.Bill Wendling2012-10-09
* Remove the `hasFnAttr' method from Function.Bill Wendling2012-09-26
* This patch introduces A15 as a target in LLVM.Silviu Baranga2012-09-13
* Revert r162713: "Add ATOMIC_LDR* pseudo-instructions to model atomic_load on ...Jakob Stoklund Olesen2012-08-28
* Add ATOMIC_LDR* pseudo-instructions to model atomic_load on ARM.Jakob Stoklund Olesen2012-08-27
* Add support for the ARM GHC calling convention, this patch was in 3.0,Eric Christopher2012-08-03
* Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().Jakob Stoklund Olesen2012-05-07
* Implement a bastardized ABI.Evan Cheng2012-04-27
* This patch fixes a problem which arose when using the Post-RA schedulerPreston Gurd2012-04-23
* Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper2012-04-20
* Replace uses of ARMBaseInstrInfo and ARMTargetMachine with the Base versions.Craig Topper2012-03-25