| Commit message (Expand) | Author | Age | Files | Lines |
| * | ARM: mark additional instructions as MachineFrameSetup | Saleem Abdulrasool | 2014-05-07 | 1 | -5/+10 |
| * | ARM: fix WoA PEI instruction selection | Saleem Abdulrasool | 2014-05-07 | 1 | -1/+2 |
| * | If a function needs a frame pointer, but r11 (aka fp) has not been used, | Joerg Sonnenberger | 2014-05-06 | 1 | -0/+4 |
| * | ARM: fix memory leak, simplify WoA stack probing | Saleem Abdulrasool | 2014-05-01 | 1 | -9/+3 |
| * | ARM: support stack probe emission for Windows on ARM | Saleem Abdulrasool | 2014-04-30 | 1 | -4/+59 |
| * | Remove some empty statements | Alp Toker | 2014-04-19 | 1 | -1/+1 |
| * | Fix some doc and comment typos | Alp Toker | 2014-04-09 | 1 | -1/+1 |
| * | Make consistent use of MCPhysReg instead of uint16_t throughout the tree. | Craig Topper | 2014-04-04 | 1 | -3/+3 |
| * | ARM: Use range-based for loops in frame lowering. | Jim Grosbach | 2014-04-04 | 1 | -25/+19 |
| * | ARM: Use __STACK_LIMIT symbol for segmented stacks | Oliver Stannard | 2014-04-03 | 1 | -1/+1 |
| * | ARM: Add support for segmented stacks | Oliver Stannard | 2014-04-02 | 1 | -0/+364 |
| * | ARM: correct Dwarf output for non-contiguous VFP saves. | Tim Northover | 2014-03-12 | 1 | -0/+9 |
| * | Replace PROLOG_LABEL with a new CFI_INSTRUCTION. | Rafael Espindola | 2014-03-07 | 1 | -53/+50 |
| * | ARM: Correctly align arguments after a byval struct is passed on the stack | Oliver Stannard | 2014-03-05 | 1 | -11/+14 |
| * | [C++11] Replace llvm::next and llvm::prior with std::next and std::prev. | Benjamin Kramer | 2014-03-02 | 1 | -3/+3 |
| * | Generate the DWARF stack frame decode operations in the function prologue for... | Artyom Skrobov | 2014-02-14 | 1 | -23/+181 |
| * | ARM MachO: sort out isTargetDarwin/isTargetIOS/... checks. | Tim Northover | 2014-01-06 | 1 | -6/+6 |
| * | ARM: fix folding of stack-adjustment (yet again). | Tim Northover | 2013-12-08 | 1 | -3/+4 |
| * | ARM: fix yet another stack-folding bug | Tim Northover | 2013-12-05 | 1 | -6/+1 |
| * | ARM: decide whether to use movw/movt based on "minsize" attribute. | Tim Northover | 2013-12-02 | 1 | -2/+3 |
| * | ARM: fix bug in -Oz stack adjustment folding | Tim Northover | 2013-12-01 | 1 | -7/+0 |
| * | ARM: fold prologue/epilogue sp updates into push/pop for code size | Tim Northover | 2013-11-08 | 1 | -28/+40 |
| * | 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 |