summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_bitvector.h
AgeCommit message (Expand)Author
2017-12-06Update other SizeEnums to be of type uptr as wellVlad Tsyrklevich
2017-12-06Fix broken windows sanitizer buildbotVlad Tsyrklevich
2015-10-30Revert "Apply modernize-use-default to compiler-rt."Alexey Samsonov
2015-10-20Apply modernize-use-default to compiler-rt.Angel Garcia Gomez
2014-03-12Fix MSVS warnings in the sanitizers RTLTimur Iskhodzhanov
2014-02-26Reapply r201910. MSVC gets __func__ defined explicitly, even though itJoerg Sonnenberger
2014-02-22Revert "Replace __FUNCTION__ with __func__, the latter being standard C99/C++...Reid Kleckner
2014-02-21Replace __FUNCTION__ with __func__, the latter being standard C99/C++11.Joerg Sonnenberger
2014-02-17[sanitizer] implement node removal in Deadlock graphKostya Serebryany
2014-02-14[sanitizer] add iterators to bit vectors; make bit vector operations use litt...Kostya Serebryany
2014-02-13[sanitizer] replace MostSignificantSetBitIndex with LeastSignificantSetBitInd...Kostya Serebryany
2014-02-13[sanitizer] optimize TwoLevelBitVector::intersectsWith, extend tests, fix a c...Kostya Serebryany
2014-02-13[sanitizer] address some of the dvyukov's comments on previous commitsKostya Serebryany
2014-02-13[sanitizer] findPath for deadlock detectorKostya Serebryany
2014-02-13[sanitizer] more code for deadlock detector, nothing really works yet (except...Kostya Serebryany
2014-02-12[sanitizer] added class BVGraph, to be used in a deadlock detector; added mor...Kostya Serebryany
2014-02-12[sanitizer] added a bit vector class to be used in a deadlock detectorKostya Serebryany