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