llvm-6502/include/llvm
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
..
ADT
Analysis [SCEV] Make isImpliedCond smarter. 2015-03-18 00:41:29 +00:00
AsmParser
Bitcode
CodeGen Split comma-separated \param(s). [-Wdocumentation] 2015-03-18 02:09:25 +00:00
Config
DebugInfo
ExecutionEngine
IR [ConstantRange] Split makeICmpRegion in two. 2015-03-18 00:41:24 +00:00
IRReader
LineEditor
Linker
LTO
MC Centralize the handling of unique ids for temporary labels. 2015-03-17 20:07:06 +00:00
Object [Object][ELF] ELFEntityIterator : Add operators for random access 2015-03-17 15:44:20 +00:00
Option
Passes
ProfileData
Support Remove many superfluous SmallString::str() calls. 2015-03-18 10:17:07 +00:00
TableGen Remove StringRef->std::string->StringRef conversions. 2015-03-17 21:33:38 +00:00
Target [ARM] Align stack objects passed to memory intrinsics 2015-03-18 12:01:59 +00:00
Transforms
CMakeLists.txt
InitializePasses.h
LinkAllIR.h
LinkAllPasses.h
module.modulemap
module.modulemap.build
Pass.h
PassAnalysisSupport.h
PassInfo.h
PassRegistry.h
PassSupport.h