summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_bitvector.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Update other SizeEnums to be of type uptr as wellVlad Tsyrklevich2017-12-061-1/+1
* Fix broken windows sanitizer buildbotVlad Tsyrklevich2017-12-061-1/+1
* Revert "Apply modernize-use-default to compiler-rt."Alexey Samsonov2015-10-301-2/+2
* Apply modernize-use-default to compiler-rt.Angel Garcia Gomez2015-10-201-2/+2
* Fix MSVS warnings in the sanitizers RTLTimur Iskhodzhanov2014-03-121-2/+4
* Reapply r201910. MSVC gets __func__ defined explicitly, even though itJoerg Sonnenberger2014-02-261-2/+2
* Revert "Replace __FUNCTION__ with __func__, the latter being standard C99/C++...Reid Kleckner2014-02-221-2/+2
* Replace __FUNCTION__ with __func__, the latter being standard C99/C++11.Joerg Sonnenberger2014-02-211-2/+2
* [sanitizer] implement node removal in Deadlock graphKostya Serebryany2014-02-171-0/+24
* [sanitizer] add iterators to bit vectors; make bit vector operations use litt...Kostya Serebryany2014-02-141-1/+70
* [sanitizer] replace MostSignificantSetBitIndex with LeastSignificantSetBitInd...Kostya Serebryany2014-02-131-2/+1
* [sanitizer] optimize TwoLevelBitVector::intersectsWith, extend tests, fix a c...Kostya Serebryany2014-02-131-1/+28
* [sanitizer] address some of the dvyukov's comments on previous commitsKostya Serebryany2014-02-131-4/+21
* [sanitizer] findPath for deadlock detectorKostya Serebryany2014-02-131-0/+7
* [sanitizer] more code for deadlock detector, nothing really works yet (except...Kostya Serebryany2014-02-131-0/+8
* [sanitizer] added class BVGraph, to be used in a deadlock detector; added mor...Kostya Serebryany2014-02-121-12/+67
* [sanitizer] added a bit vector class to be used in a deadlock detectorKostya Serebryany2014-02-121-0/+143