llvm/test/Instrumentation/DataFlowSanitizer
Chandler Carruth 9daf569e9c [DFSan] Remove an overly aggressive assert reported in PR26068.
This code has been successfully used to bootstrap libc++ in a no-asserts
mode for a very long time, so the code that follows cannot be completely
incorrect. I've added a test that shows the current behavior for this
kind of code with DFSan. If it is desirable for DFSan to do something
special when processing an invoke of a variadic function, it can be
added, but we shouldn't keep an assert that we've been ignoring due to
release builds anyways.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@262829 91177308-0d34-0410-b5e6-96231b3b80d8
2016-03-07 14:05:09 +00:00
..
Inputs DebugInfo+DFSan: Ensure that debug info references to llvm::Functions remain pointing to the underlying function when wrappers are created 2014-10-07 22:59:46 +00:00
abilist.ll [opaque pointer type] Add textual IR support for explicit type parameter for global aliases 2015-09-11 03:22:04 +00:00
args-unreachable-bb.ll Add target triples to all dfsan tests. 2014-12-05 22:32:30 +00:00
arith.ll Add target triples to all dfsan tests. 2014-12-05 22:32:30 +00:00
call.ll [DFSan] Remove an overly aggressive assert reported in PR26068. 2016-03-07 14:05:09 +00:00
debug-nonzero-labels.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
debug.ll DI: Reverse direction of subprogram -> function edge. 2015-11-05 22:03:56 +00:00
external_mask.ll [sanitizer] [dfsan] Unify aarch64 mapping 2015-11-27 12:42:39 +00:00
load.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
memset.ll Revert "Change memcpy/memset/memmove to have dest and source alignments." 2015-11-19 05:56:52 +00:00
prefix-rename.ll [opaque pointer type] Add textual IR support for explicit type parameter for global aliases 2015-09-11 03:22:04 +00:00
store.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
union-large.ll Add target triples to all dfsan tests. 2014-12-05 22:32:30 +00:00
union.ll Add target triples to all dfsan tests. 2014-12-05 22:32:30 +00:00