llvm-6502/lib/Transforms
Reid Kleckner 0e33b4574b [asan] Fix the coverage.cc test broken by r196939
It was failing because ASan was adding all of the following to one
function:
- dynamic alloca
- stack realignment
- inline asm

This patch avoids making the static alloca dynamic when coverage is
used.

ASan should probably not be inserting empty inline asm blobs to inhibit
duplicate tail elimination.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196973 91177308-0d34-0410-b5e6-96231b3b80d8
2013-12-10 21:49:28 +00:00
..
Hello First check in. Modified a comment. 2013-09-27 07:36:10 +00:00
InstCombine Fix assert with copy from global through addrspacecast 2013-12-07 02:58:45 +00:00
Instrumentation [asan] Fix the coverage.cc test broken by r196939 2013-12-10 21:49:28 +00:00
IPO Add #pragma vectorize enable/disable to LLVM 2013-12-05 21:20:02 +00:00
ObjCARC Correct word hyphenations 2013-12-05 05:44:44 +00:00
Scalar Add proper dependencies to LLVMBuild.txt in llvm/lib. 2013-12-10 05:39:34 +00:00
Utils Transforms: Don't create bad branch weights when folding a switch 2013-12-10 00:13:41 +00:00
Vectorize Whitespaces. 2013-12-10 05:39:12 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile