summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/tests/sanitizer_stackdepot_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Change StackDepot interface to use StackTrace more extensivelyAlexey Samsonov2014-10-261-27/+33
* [Sanitizer] Make StackTrace a lightweight reference to array of PCs, andAlexey Samsonov2014-10-261-24/+19
* [sanitizer] Add a fast version of StackDepotGet() for use in LSan.Sergey Matveev2013-08-261-0/+23
* tsan: reserve msb in stack depot id's (required for msan)Dmitry Vyukov2012-09-171-1/+1
* [Sanitizer] fix warnings reported by gcc. Update the list of targets to check...Alexey Samsonov2012-09-111-2/+2
* tsan: use stack depot to describe heap blocksDmitry Vyukov2012-08-301-5/+11
* asan/tsan: first version of "stack depot"Dmitry Vyukov2012-08-301-0/+63