llvm-6502/test/Instrumentation
Peter Collingbourne 110748bbb4 [dfsan] Introduce further optimization to reduce the number of union queries.
Specifically, do not compute a union if it is statically known that one
shadow set subsumes the other.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213100 91177308-0d34-0410-b5e6-96231b3b80d8
2014-07-15 22:13:19 +00:00
..
AddressSanitizer [ASan] Collect unmangled names of global variables in Clang to print them in error reports. 2014-07-12 00:42:52 +00:00
BoundsChecking
DataFlowSanitizer [dfsan] Introduce further optimization to reduce the number of union queries. 2014-07-15 22:13:19 +00:00
MemorySanitizer [msan] Fix handling of phi in blacklisted functions. 2014-07-07 13:28:31 +00:00
ThreadSanitizer