llvm-6502/lib
John Brawn 0328ca6cd7 [ARM] Align stack objects passed to memory intrinsics
Memcpy, and other memory intrinsics, typically tries to use LDM/STM if
the source and target addresses are 4-byte aligned. In CodeGenPrepare
look for calls to memory intrinsics and, if the object is on the
stack, 4-byte align it if it's large enough that we expect that memcpy
would want to use LDM/STM to copy it.

Differential Revision: http://reviews.llvm.org/D7908


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232627 91177308-0d34-0410-b5e6-96231b3b80d8
2015-03-18 12:01:59 +00:00
..
Analysis [SCEV] Make isImpliedCond smarter. 2015-03-18 00:41:29 +00:00
AsmParser
Bitcode
CodeGen [ARM] Align stack objects passed to memory intrinsics 2015-03-18 12:01:59 +00:00
DebugInfo
ExecutionEngine
Fuzzer
IR [ConstantRange] Split makeICmpRegion in two. 2015-03-18 00:41:24 +00:00
IRReader
LineEditor
Linker
LTO
MC Remove many superfluous SmallString::str() calls. 2015-03-18 10:17:07 +00:00
Object
Option
Passes
ProfileData
Support Remove many superfluous SmallString::str() calls. 2015-03-18 10:17:07 +00:00
TableGen
Target [ARM] Align stack objects passed to memory intrinsics 2015-03-18 12:01:59 +00:00
Transforms [ConstantRange] Split makeICmpRegion in two. 2015-03-18 00:41:24 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile