summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/sanitizer_stackdepot.cc
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: Rename .cc file in lib/sanitizer_common to .cppNico Weber2019-07-311-149/+0
* Runtime flags for malloc bisection.Evgeniy Stepanov2019-02-151-17/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [sanitizer] Reduce stack depot size on Android.Evgeniy Stepanov2019-01-041-1/+1
* [sanitizer] Cleanup sorting functionsVitaly Buka2018-05-091-1/+1
* [sanitizer] Remove reserving constructor from InternalMmapVectorVitaly Buka2018-05-071-2/+2
* rename InternalBinarySearch to InternalLowerBoundMike Aizatsky2016-11-181-2/+2
* fixing binary search for cases when element is not in arrayMike Aizatsky2016-11-161-1/+1
* [sanitizer_common] Apply modernize-use-nullptr, other minor fixesVedant Kumar2015-09-301-2/+2
* [msan] Better use-after-free reports.Evgeniy Stepanov2015-01-221-3/+6
* [Sanitizer] Return code that calculates hash for stacktrace back to StackDepo...Alexey Samsonov2014-10-271-0/+22
* Change StackDepot interface to use StackTrace more extensivelyAlexey Samsonov2014-10-261-50/+15
* [Sanitizer] Make StackTrace a lightweight reference to array of PCs, andAlexey Samsonov2014-10-261-3/+3
* [msan] Make origin tracking fork-safe.Evgeniy Stepanov2014-09-041-0/+8
* [msan] Increase hash table size for chained origins.Evgeniy Stepanov2014-07-071-2/+6
* [tsan] Fix gotsan build.Evgeniy Stepanov2014-05-211-1/+1
* [msan] Chained origins re-design.Evgeniy Stepanov2014-05-211-168/+91
* [sanitizer] Add a fast version of StackDepotGet() for use in LSan.Sergey Matveev2013-08-261-0/+34
* [asan] asan_allocator2: by default use the StackDepot to store the stack trac...Kostya Serebryany2012-12-261-1/+9
* tsan: reserve msb in stack depot id's (required for msan)Dmitry Vyukov2012-09-171-2/+6
* tsan: improve stack depotDmitry Vyukov2012-08-311-31/+136
* tsan: use stack depot to describe heap blocksDmitry Vyukov2012-08-301-3/+3
* asan/tsan: first version of "stack depot"Dmitry Vyukov2012-08-301-0/+87
OpenPOWER on IntegriCloud