aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMFrameLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-1/+2
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-3/+2
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-90/+165
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-119/+178
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-7/+11
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-36/+93
* Update to LLVM 3.5a.Stephen Hines2014-04-241-40/+572
* Merge r196725 (conflicts on same API as before):Tim Northover2013-12-091-3/+4
* Merging r196493. Simple conflict due to change API of updatedTim Northover2013-12-081-6/+1
* Merging r196046:Bill Wendling2013-12-021-7/+0
* ARM: fold prologue/epilogue sp updates into push/pop for code sizeTim Northover2013-11-081-28/+40
* ARM: remove unnecessary state-tracking during frame lowering.Tim Northover2013-11-041-41/+38
* ARM: support interrupt attributeTim Northover2013-10-011-5/+21
* PR15868 fix.Stepan Dyatkovskiy2013-05-201-2/+4
* Refactoring patch.Stepan Dyatkovskiy2013-04-301-8/+8
* Allow the register scavenger to spill multiple registersHal Finkel2013-03-221-1/+1
* Move estimateStackSize from ARM into MachineFrameInfoHal Finkel2013-03-141-54/+3
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-211-3/+52
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-2/+2
* Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling2012-12-301-1/+2
* Remove duplicate includes.Roman Divacky2012-12-211-1/+0
* Add an MF argument to MI::copyImplicitOps().Jakob Stoklund Olesen2012-12-201-1/+1
* 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-4/+4
* Avoid an unused-variable warning when asserts are disabled.Kaelyn Uhrain2012-10-261-2/+1
* 80 col.Jakob Stoklund Olesen2012-10-261-2/+4
* Remove ARMBaseRegisterInfo::isReservedReg().Jakob Stoklund Olesen2012-10-261-16/+18
* Merge MRI::isPhysRegOrOverlapUsed() into isPhysRegUsed().Jakob Stoklund Olesen2012-10-171-2/+2
* Create enums for the different attributes.Bill Wendling2012-10-091-1/+1
* Remove the `hasFnAttr' method from Function.Bill Wendling2012-09-261-1/+1
* Add support for the ARM GHC calling convention, this patch was in 3.0,Eric Christopher2012-08-031-0/+10
* Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper2012-04-201-8/+8
* Eliminate iOS-specific tail call instructions.Jakob Stoklund Olesen2012-04-061-13/+6
* Remove some redundant checks.Bob Wilson2012-03-201-1/+1
* ARM refactor away a bunch of VLD/VST pseudo instructions.Jim Grosbach2012-03-051-5/+3
* Use uint16_t to store registers in callee saved register tables to reduce siz...Craig Topper2012-03-041-4/+4
* Enable ARM base pointer when calling functions with large arguments.Jakob Stoklund Olesen2012-02-281-4/+7
* Remove unused cl::opt, make another opt static.Benjamin Kramer2012-02-241-1/+1
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* Enable aligned NEON spilling by default.Jakob Stoklund Olesen2012-01-061-1/+1
* Fix more places which should be checking for iOS, not darwin.Evan Cheng2012-01-041-10/+10
* Fix Comments.Jakob Stoklund Olesen2011-12-241-3/+3
* Experimental support for aligned NEON spills.Jakob Stoklund Olesen2011-12-231-11/+358
* Move common code into an MRI function.Jakob Stoklund Olesen2011-12-211-10/+1
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-071-2/+1
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-021-1/+2
* Revert 142337. Thumb1 still doesn't support dynamic stack realignment. :(Chad Rosier2011-10-201-4/+2
* Add support for dynamic stack realignment when in thumb1 mode.Chad Rosier2011-10-181-2/+4
* Revert r140924 "Attempt to fix dynamic stack realignment for thumb1 functions."Chad Rosier2011-10-011-4/+2
* Attempt to fix dynamic stack realignment for thumb1 functions. It is in fact Chad Rosier2011-10-011-2/+4