summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_list.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Whenever reasonable, merge ASAN quarantine batches to save memory.Alex Shlyapnikov2017-01-191-0/+11
* Unbreak Windows build.Peter Collingbourne2016-01-151-0/+2
* sanitizer_common: C++ify the IntrusiveList iterator interface.Peter Collingbourne2016-01-151-11/+19
* [sanitizer] Fix Clang-tidy modernize-use-nullptr warnings in lib/sanitizer_co...Kostya Serebryany2015-09-291-9/+10
* [Sanitizer] Remove the hardcoded limit of address ranges in LoadedModule.Alexey Samsonov2015-01-081-6/+10
* [libsanitizer] Implement IntrusiveList<T>::Iterator, use IntrusiveList in san...Alexander Potapenko2014-03-201-0/+17
* asan/tsan: fix bug in list implementationDmitry Vyukov2013-01-111-0/+4
* [tsan] start using AllocatorCache in CombinedAllocatorKostya Serebryany2012-07-061-2/+2
* [tsan] add intrusive list to be used in tsan allocator, etcKostya Serebryany2012-07-061-0/+120