llvm-6502/lib
Nick Lewycky 48c0f65be3 Revert the business end of r164634, and replace it with a different fix. The
reason we were getting two of the same alloca is because of a memmove/memcpy
which had the same alloca in both the src and dest. Now we detect that case
directly. This has the same testcase as before, but fixes a clang test
CodeGenObjC/exceptions.m which runs clang -O2.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164636 91177308-0d34-0410-b5e6-96231b3b80d8
2012-09-25 21:50:37 +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 Encapsulate the "construct*AlignmentFromInt" functions. 2012-09-21 16:07:28 +00:00
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 TargetLowering interface to set/get minimum block entries for jump tables. 2012-09-25 20:35:36 +00:00
Transforms Revert the business end of r164634, and replace it with a different fix. The 2012-09-25 21:50:37 +00:00
VMCore Move Attribute::typeIncompatible inside of the Attributes class. 2012-09-25 20:38:59 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile