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 AsmParser: Stop requiring 'name:' when it's not printed 2015-03-16 19:01:54 +00:00
Bitcode Internalize BitcodeReader. Not used outside of BitcodeReader.cpp. 2015-03-17 20:40:24 +00:00
CodeGen [ARM] Align stack objects passed to memory intrinsics 2015-03-18 12:01:59 +00:00
DebugInfo
ExecutionEngine Fix uses of reserved identifiers starting with an underscore followed by an uppercase letter 2015-03-16 18:06:57 +00:00
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 Teach Twine to support SmallString. 2015-03-17 09:51:17 +00:00
Passes
ProfileData InstrProf: Fix CoverageMappingReader on big endian 2015-03-16 21:40:18 +00:00
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