| Commit message (Expand) | Author | Age | Files | Lines |
* | ARM: remove unnecessary state-tracking during frame lowering. | Tim Northover | 2013-11-04 | 1 | -41/+38 |
* | ARM: support interrupt attribute | Tim Northover | 2013-10-01 | 1 | -5/+21 |
* | PR15868 fix. | Stepan Dyatkovskiy | 2013-05-20 | 1 | -2/+4 |
* | Refactoring patch. | Stepan Dyatkovskiy | 2013-04-30 | 1 | -8/+8 |
* | Allow the register scavenger to spill multiple registers | Hal Finkel | 2013-03-22 | 1 | -1/+1 |
* | Move estimateStackSize from ARM into MachineFrameInfo | Hal Finkel | 2013-03-14 | 1 | -54/+3 |
* | Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo | Eli Bendersky | 2013-02-21 | 1 | -3/+52 |
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -2/+2 |
* | Remove the Function::getFnAttributes method in favor of using the AttributeSet | Bill Wendling | 2012-12-30 | 1 | -1/+2 |
* | Remove duplicate includes. | Roman Divacky | 2012-12-21 | 1 | -1/+0 |
* | Add an MF argument to MI::copyImplicitOps(). | Jakob Stoklund Olesen | 2012-12-20 | 1 | -1/+1 |
* | Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl... | Bill Wendling | 2012-12-19 | 1 | -1/+1 |
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -4/+4 |
* | Avoid an unused-variable warning when asserts are disabled. | Kaelyn Uhrain | 2012-10-26 | 1 | -2/+1 |
* | 80 col. | Jakob Stoklund Olesen | 2012-10-26 | 1 | -2/+4 |
* | Remove ARMBaseRegisterInfo::isReservedReg(). | Jakob Stoklund Olesen | 2012-10-26 | 1 | -16/+18 |
* | Merge MRI::isPhysRegOrOverlapUsed() into isPhysRegUsed(). | Jakob Stoklund Olesen | 2012-10-17 | 1 | -2/+2 |
* | Create enums for the different attributes. | Bill Wendling | 2012-10-09 | 1 | -1/+1 |
* | Remove the `hasFnAttr' method from Function. | Bill Wendling | 2012-09-26 | 1 | -1/+1 |
* | Add support for the ARM GHC calling convention, this patch was in 3.0, | Eric Christopher | 2012-08-03 | 1 | -0/+10 |
* | Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s... | Craig Topper | 2012-04-20 | 1 | -8/+8 |
* | Eliminate iOS-specific tail call instructions. | Jakob Stoklund Olesen | 2012-04-06 | 1 | -13/+6 |
* | Remove some redundant checks. | Bob Wilson | 2012-03-20 | 1 | -1/+1 |
* | ARM refactor away a bunch of VLD/VST pseudo instructions. | Jim Grosbach | 2012-03-05 | 1 | -5/+3 |
* | Use uint16_t to store registers in callee saved register tables to reduce siz... | Craig Topper | 2012-03-04 | 1 | -4/+4 |
* | Enable ARM base pointer when calling functions with large arguments. | Jakob Stoklund Olesen | 2012-02-28 | 1 | -4/+7 |
* | Remove unused cl::opt, make another opt static. | Benjamin Kramer | 2012-02-24 | 1 | -1/+1 |
* | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 2012-02-18 | 1 | -1/+1 |
* | Enable aligned NEON spilling by default. | Jakob Stoklund Olesen | 2012-01-06 | 1 | -1/+1 |
* | Fix more places which should be checking for iOS, not darwin. | Evan Cheng | 2012-01-04 | 1 | -10/+10 |
* | Fix Comments. | Jakob Stoklund Olesen | 2011-12-24 | 1 | -3/+3 |
* | Experimental support for aligned NEON spills. | Jakob Stoklund Olesen | 2011-12-23 | 1 | -11/+358 |
* | Move common code into an MRI function. | Jakob Stoklund Olesen | 2011-12-21 | 1 | -10/+1 |
* | Add bundle aware API for querying instruction properties and switch the code | Evan Cheng | 2011-12-07 | 1 | -2/+1 |
* | Move global variables in TargetMachine into new TargetOptions class. As an API | Nick Lewycky | 2011-12-02 | 1 | -1/+2 |
* | Revert 142337. Thumb1 still doesn't support dynamic stack realignment. :( | Chad Rosier | 2011-10-20 | 1 | -4/+2 |
* | Add support for dynamic stack realignment when in thumb1 mode. | Chad Rosier | 2011-10-18 | 1 | -2/+4 |
* | Revert r140924 "Attempt to fix dynamic stack realignment for thumb1 functions." | Chad Rosier | 2011-10-01 | 1 | -4/+2 |
* | Attempt to fix dynamic stack realignment for thumb1 functions. It is in fact | Chad Rosier | 2011-10-01 | 1 | -2/+4 |
* | Thumb unconditional branches are allowed in IT blocks, and therefore should h... | Owen Anderson | 2011-09-09 | 1 | -0/+3 |
* | Tidy up. Formatting. | Jim Grosbach | 2011-09-02 | 1 | -2/+3 |
* | ARM fix for missing implicit operands on ldmia_ret. | Andrew Trick | 2011-08-25 | 1 | -1/+3 |
* | whitespace | Andrew Trick | 2011-08-25 | 1 | -1/+1 |
* | ARM refactor indexed store instructions. | Jim Grosbach | 2011-08-05 | 1 | -8/+2 |
* | Split am2offset into register addend and immediate addend forms, necessary fo... | Owen Anderson | 2011-07-26 | 1 | -5/+6 |
* | Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A... | Evan Cheng | 2011-07-20 | 1 | -1/+1 |
* | ARM estimateStackSize() needs to account for simplified call frames. | Jim Grosbach | 2011-07-05 | 1 | -7/+39 |
* | Refact ARM Thumb1 tMOVr instruction family. | Jim Grosbach | 2011-06-30 | 1 | -5/+5 |
* | Thumb1 register to register MOV instruction is predicable. | Jim Grosbach | 2011-06-30 | 1 | -11/+13 |
* | Update an insertion point iterator after replacing a return instruction with a | Cameron Zwarich | 2011-06-17 | 1 | -0/+1 |