1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00
llvm-mirror/lib/Transforms
Mike Aizatsky b65bb6da73 [sancov] Pruning full dominator blocks from instrumentation.
Summary:
This is the first simple attempt to reduce number of coverage-
instrumented blocks.

If a basic block dominates all its successors, then its coverage
information is useless to us. Ingore such blocks if
santizer-coverage-prune-tree option is set.

Differential Revision: http://reviews.llvm.org/D17626

llvm-svn: 261949
2016-02-26 01:17:22 +00:00
..
Hello Remove autoconf support 2016-01-26 21:29:08 +00:00
InstCombine [InstCombine] enable optimization of casted vector xor instructions 2016-02-24 17:00:34 +00:00
Instrumentation [sancov] Pruning full dominator blocks from instrumentation. 2016-02-26 01:17:22 +00:00
IPO NFC. Move isDereferenceable to Loads.h/cpp 2016-02-24 12:49:04 +00:00
ObjCARC ADT: Remove == and != comparisons between ilist iterators and pointers 2016-02-21 20:39:50 +00:00
Scalar [LoopDataPrefetch] Make it testable with opt 2016-02-22 21:41:22 +00:00
Utils [SimplifyCFG] Use a more elegant solution than r261731 2016-02-24 17:30:48 +00:00
Vectorize ADT: Remove == and != comparisons between ilist iterators and pointers 2016-02-21 20:39:50 +00:00
CMakeLists.txt
LLVMBuild.txt