llvm-6502/lib
Nick Lewycky 051a318e67 Don't drop the alignment on a memcpy intrinsic when producing a store. This is
only a missed optimization opportunity if the store is over-aligned, but a
miscompile if the store's new type has a higher natural alignment than the
memcpy did. Fixes PR13920!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164641 91177308-0d34-0410-b5e6-96231b3b80d8
2012-09-25 22:46:21 +00:00
..
Analysis Change the way the lint sanity checking pass detects misaligned memory accesses. 2012-09-25 10:00:49 +00:00
Archive
AsmParser
Bitcode Move remaining methods inside the Attributes class. Merge the 'Attribute' namespaces. 2012-09-25 20:57:48 +00:00
CodeGen TargetLowering interface to set/get minimum block entries for jump tables. 2012-09-25 20:35:36 +00:00
DebugInfo
ExecutionEngine
Linker
MC Emit dtors into proper section while compiling in vcpp-compatible mode. 2012-09-23 15:53:47 +00:00
Object
Support Fix a -Wparentheses warning in the mingw build 2012-09-25 05:24:16 +00:00
TableGen
Target blank line for test commit 2012-09-25 22:34:20 +00:00
Transforms Don't drop the alignment on a memcpy intrinsic when producing a store. This is 2012-09-25 22:46:21 +00:00
VMCore Move Attribute::typeIncompatible inside of the Attributes class. 2012-09-25 20:38:59 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile