llvm-6502/lib/Transforms/Instrumentation
Kuba Brecka 81dce4c02c Fix alloca_instruments_all_paddings.cc test to work under higher -O levels (llvm part)
When AddressSanitizer only a single dynamic alloca and no static allocas, due to an early exit from FunctionStackPoisoner::poisonStack we forget to unpoison the dynamic alloca.  This patch fixes that.

Reviewed at http://reviews.llvm.org/D7810



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230316 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-24 09:47:05 +00:00
..
AddressSanitizer.cpp Fix alloca_instruments_all_paddings.cc test to work under higher -O levels (llvm part) 2015-02-24 09:47:05 +00:00
BoundsChecking.cpp
CMakeLists.txt Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects. 2015-02-11 03:28:02 +00:00
DataFlowSanitizer.cpp Prefer SmallVector::append/insert over push_back loops. 2015-02-17 15:29:18 +00:00
GCOVProfiling.cpp
InstrProfiling.cpp InstrProf: Lower coverage mappings by setting their sections appropriately 2015-02-11 02:52:44 +00:00
Instrumentation.cpp
LLVMBuild.txt
Makefile
MaximumSpanningTree.h
MemorySanitizer.cpp [MSan][MIPS] VarArgHelper for MIPS64 2015-02-18 11:41:24 +00:00
SanitizerCoverage.cpp [sanitizer] when dumping the basic block trace, also dump the module names. Patch by Laszlo Szekeres 2015-02-20 00:30:44 +00:00
ThreadSanitizer.cpp tsan: do not instrument not captured values 2015-02-12 09:55:28 +00:00