[sanitizer] added class BVGraph, to be used in a deadlock detector; added more method...
authorKostya Serebryany <kcc@google.com>
Wed, 12 Feb 2014 11:28:09 +0000 (11:28 +0000)
committerKostya Serebryany <kcc@google.com>
Wed, 12 Feb 2014 11:28:09 +0000 (11:28 +0000)
commitbe1d22b631ed03f213e87acd0b9479be3d46ca79
tree6fd1259678046630e16ea8ba0ee6cdc7f0f1601b
parentfdd4f30f0e25f5df164f724d9d324f84bd749a6c
[sanitizer] added class BVGraph, to be used in a deadlock detector; added more methods to the bit vectors

llvm-svn: 201226
compiler-rt/lib/sanitizer_common/CMakeLists.txt
compiler-rt/lib/sanitizer_common/sanitizer_bitvector.h
compiler-rt/lib/sanitizer_common/sanitizer_bvgraph.h [new file with mode: 0644]
compiler-rt/lib/sanitizer_common/tests/CMakeLists.txt
compiler-rt/lib/sanitizer_common/tests/sanitizer_bitvector_test.cc
compiler-rt/lib/sanitizer_common/tests/sanitizer_bvgraph_test.cc [new file with mode: 0644]