| Commit message (Expand) | Author | Age | Files | Lines |
* | Update to LLVM 3.5a. | Stephen Hines | 2014-04-24 | 1 | -1/+8 |
* | ARM: remove unnecessary state-tracking during frame lowering. | Tim Northover | 2013-11-04 | 1 | -61/+0 |
* | PR15868 fix. | Stepan Dyatkovskiy | 2013-05-20 | 1 | -1/+16 |
* | Refactoring patch. | Stepan Dyatkovskiy | 2013-04-30 | 1 | -5/+5 |
* | Sort includes for all of the .h files under the 'lib' tree. These were | Chandler Carruth | 2012-12-04 | 1 | -2/+2 |
* | [arm-fast-isel] Add support for ELF PIC. | Jush Lu | 2012-09-27 | 1 | -2/+10 |
* | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 2012-02-18 | 1 | -1/+1 |
* | Experimental support for aligned NEON spills. | Jakob Stoklund Olesen | 2011-12-23 | 1 | -0/+16 |
* | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie | 2011-12-20 | 1 | -0/+1 |
* | Remove unused bitvectors that record ARM callee-saved registers. | Bob Wilson | 2011-02-14 | 1 | -17/+0 |
* | Save a mapping between original and cloned constpool entries. | Anton Korobeynikov | 2011-01-30 | 1 | -0/+17 |
* | Materialize GA addresses with movw + movt pairs for Darwin in PIC mode. e.g. | Evan Cheng | 2011-01-17 | 1 | -11/+11 |
* | Fix a comment. | Bob Wilson | 2011-01-15 | 1 | -2/+2 |
* | Revert r114340 (improvements in Darwin function prologue/epilogue), as it broke | Jim Grosbach | 2010-11-02 | 1 | -26/+53 |
* | Update comments to remove obsolete references. | Jim Grosbach | 2010-10-19 | 1 | -6/+5 |
* | Simplify ARM callee-saved register handling by removing the distinction | Jim Grosbach | 2010-09-20 | 1 | -51/+25 |
* | Re-apply r110655 with fixes. Epilogue must restore sp from fp if the function... | Evan Cheng | 2010-08-10 | 1 | -2/+9 |
* | Revert r110655, "Fix ARM hasFP() semantics. It should return true whenever FP | Daniel Dunbar | 2010-08-10 | 1 | -9/+2 |
* | Fix ARM hasFP() semantics. It should return true whenever FP register is | Evan Cheng | 2010-08-10 | 1 | -2/+9 |
* | Allow ARM if-converter to be run after post allocation scheduling. | Evan Cheng | 2010-06-18 | 1 | -2/+10 |
* | Move per-function state out of TargetLowering subclasses and into | Dan Gohman | 2010-04-17 | 1 | -2/+8 |
* | eliminate the ARMFunctionInfo::Align member, using | Chris Lattner | 2010-01-27 | 1 | -10/+0 |
* | Cleanup up unused R3LiveIn tracking. | Jim Grosbach | 2009-10-08 | 1 | -10/+2 |
* | Whitespace cleanup. Remove trailing whitespace. | Jim Grosbach | 2009-08-11 | 1 | -3/+3 |
* | Use common code for both ARM and Thumb-2 instruction and register info. | David Goodwin | 2009-07-08 | 1 | -0/+1 |
* | Add conditional and unconditional thumb-2 branch. Add thumb-2 jump table. | David Goodwin | 2009-06-30 | 1 | -1/+9 |
* | Add explicit keywords. | Dan Gohman | 2009-06-05 | 1 | -1/+1 |
* | Use ARMFunctionInfo to track number of constpool entries and jumptables. | Evan Cheng | 2008-11-08 | 1 | -3/+21 |
* | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman | 2008-02-10 | 1 | -1/+1 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | add Align field, and use when generating function alignment | Dale Johannesen | 2007-04-23 | 1 | -2/+12 |
* | - Track which callee-saved registers are spilled. | Evan Cheng | 2007-03-01 | 1 | -9/+28 |
* | Switch from std::vector<bool> to BitVector. | Evan Cheng | 2007-03-01 | 1 | -12/+32 |
* | In thumb mode, R3 is reserved, but it can be live in to the function. If | Evan Cheng | 2007-02-07 | 1 | -2/+11 |
* | - In thumb mode, if size of MachineFunction is >= 2048, force LR to be | Evan Cheng | 2007-01-30 | 1 | -7/+7 |
* | Remember if LR register has been spilled in this function. | Evan Cheng | 2007-01-29 | 1 | -4/+12 |
* | Getting rid uses of evil std::set<> | Evan Cheng | 2007-01-25 | 1 | -15/+33 |
* | Clean up ARM PEI code. | Evan Cheng | 2007-01-20 | 1 | -7/+7 |
* | ARM backend contribution from Apple. | Evan Cheng | 2007-01-19 | 1 | -0/+136 |