llvm/lib/Transforms
Alexey Samsonov f17835b5ce [ASan] Disable instrumentation for inalloca variables.
inalloca variables were not treated as static allocas, therefore didn't
participate in regular stack instrumentation. We don't want them to
participate in dynamic alloca instrumentation as well.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252213 91177308-0d34-0410-b5e6-96231b3b80d8
2015-11-05 21:18:41 +00:00
..
Hello
InstCombine Fix some Clang-tidy modernize warnings, other minor fixes. 2015-11-04 22:32:32 +00:00
Instrumentation [ASan] Disable instrumentation for inalloca variables. 2015-11-05 21:18:41 +00:00
IPO [FunctionAttrs] Remove a loop, NFC refactor 2015-11-05 03:04:40 +00:00
ObjCARC ObjCARC: Remove implicit ilist iterator conversions, NFC 2015-10-19 23:20:14 +00:00
Scalar Fix some Clang-tidy modernize warnings, other minor fixes. 2015-11-04 22:32:32 +00:00
Utils [SimplifyLibCalls] Use hasFloatVersion(). NFCI. 2015-11-05 19:18:23 +00:00
Vectorize LoopVectorizer - skip 'bitcast' between GEP and load. 2015-11-03 10:29:34 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile