Go to file
Bob Wilson 967bf27de2 Handle AddrMode4 for Thumb2 in rewriteT2FrameIndex. This occurs for
VLDM/VSTM instructions, and without this check, the code assumes that an
offset is allowed, as it would be with VLDR/VSTR.  The asm printer,
however, silently drops the offset, producing incorrect code.  Since the
address register in this case is either the stack or frame pointer, the
spill location ends up conflicting with some other stack slot or with
outgoing arguments on the stack.

llvm-svn: 81879
2009-09-15 17:56:18 +00:00
clang Fix static analyzer regression when emitting undefined value warnings 2009-09-15 17:43:54 +00:00
compiler-rt add conversion functions and test cases for ARM 2009-09-14 23:26:56 +00:00
llvm Handle AddrMode4 for Thumb2 in rewriteT2FrameIndex. This occurs for 2009-09-15 17:56:18 +00:00