index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
/
Thumb1FrameLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
PR15868 fix.
Stepan Dyatkovskiy
2013-05-20
1
-2
/
+4
*
Refactoring patch.
Stepan Dyatkovskiy
2013-04-30
1
-7
/
+7
*
Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo
Eli Bendersky
2013-02-21
1
-0
/
+35
*
Fix thumbv5e frame lowering assertion failure.
Logan Chien
2013-02-20
1
-3
/
+6
*
Add an MF argument to MI::copyImplicitOps().
Jakob Stoklund Olesen
2012-12-20
1
-2
/
+2
*
Reorder includes to match coding standards. Fix an issue or two exposed by that.
Craig Topper
2012-03-17
1
-1
/
+0
*
Use uint16_t to store registers in callee saved register tables to reduce siz...
Craig Topper
2012-03-04
1
-3
/
+3
*
Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...
Jia Liu
2012-02-18
1
-1
/
+1
*
Don't forget to transfer implicit uses of return instruction.
Evan Cheng
2012-01-08
1
-2
/
+5
*
Copy implicit defs (e.g. r0) when changing tBX_RET to tPOP_RET. This bug is
Evan Cheng
2012-01-07
1
-0
/
+1
*
Fix more places which should be checking for iOS, not darwin.
Evan Cheng
2012-01-04
1
-1
/
+1
*
Revert 142337. Thumb1 still doesn't support dynamic stack realignment. :(
Chad Rosier
2011-10-20
1
-26
/
+4
*
Add support for dynamic stack realignment when in thumb1 mode.
Chad Rosier
2011-10-18
1
-4
/
+26
*
Thumb1 does not support dynamic stack realignment.
Chad Rosier
2011-10-15
1
-0
/
+5
*
Revert r140924 "Attempt to fix dynamic stack realignment for thumb1 functions."
Chad Rosier
2011-10-01
1
-21
/
+0
*
Attempt to fix dynamic stack realignment for thumb1 functions. It is in fact
Chad Rosier
2011-10-01
1
-0
/
+21
*
Tidy up a few 80 column violations.
Jim Grosbach
2011-09-13
1
-1
/
+1
*
Thumb1 ADD/SUB SP instructions are predicable in Thumb2 mode.
Jim Grosbach
2011-08-24
1
-2
/
+2
*
Make tBX_RET and tBX_RET_vararg predicable.
Jim Grosbach
2011-07-08
1
-2
/
+2
*
Refact ARM Thumb1 tMOVr instruction family.
Jim Grosbach
2011-06-30
1
-3
/
+3
*
Thumb1 register to register MOV instruction is predicable.
Jim Grosbach
2011-06-30
1
-5
/
+8
*
Refactor away tSpill and tRestore pseudos in ARM backend.
Jim Grosbach
2011-06-29
1
-1
/
+1
*
Fix coordination for using R4 in Thumb1 as a scratch for SP restore.
Jim Grosbach
2011-06-13
1
-2
/
+2
*
Implement frame unwinding information emission for Thumb1. Not finished yet b...
Anton Korobeynikov
2011-03-05
1
-11
/
+17
*
Preliminary support for ARM frame save directives emission via MI flags.
Anton Korobeynikov
2011-03-05
1
-4
/
+4
*
Teach frame lowering to ignore debug values after the terminators.
Jakob Stoklund Olesen
2011-01-13
1
-1
/
+1
*
Even if we don't have 7 bytes of stack space we may need to save and
Eric Christopher
2011-01-11
1
-1
/
+8
*
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2011-01-10
1
-0
/
+345