llvm/test/CodeGen
Tim Northover d96893fd3d ARM: correctly calculate the offset of FP in its push.
When we folded the DPR alignment gap into a push, we weren't noting the extra
distance from the beginning of the push to the FP, and so FP ended up pointing
at an incorrect offset.

The .cfi_def_cfa_offset directives are still wrong in this case, but I think
that can be improved by refactoring.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222056 91177308-0d34-0410-b5e6-96231b3b80d8
2014-11-14 22:45:31 +00:00
..
AArch64 [FastISel][AArch64] Don't bail during simple GEP instruction selection. 2014-11-13 20:50:44 +00:00
ARM ARM: correctly calculate the offset of FP in its push. 2014-11-14 22:45:31 +00:00
CPP
Generic
Hexagon
Inputs
Mips First stage of call lowering for Mips fast-isel 2014-11-13 23:37:45 +00:00
MSP430
NVPTX
PowerPC [PowerPC] Add VSX builtins for vec_div 2014-11-14 12:10:40 +00:00
R600 R600/SI: Fix spilling of m0 register 2014-11-14 20:43:26 +00:00
SPARC
SystemZ
Thumb
Thumb2 ARM: allow constpool entry to be moved to the user's block in all cases. 2014-11-13 17:58:53 +00:00
X86 [AVX512] Add 512b masked integer shift by immediate patterns. 2014-11-14 15:43:00 +00:00
XCore