index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler-rt
/
lib
/
sanitizer_common
/
sanitizer_stackdepot.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
compiler-rt: Rename .cc file in lib/sanitizer_common to .cpp
Nico Weber
2019-07-31
1
-149
/
+0
*
Runtime flags for malloc bisection.
Evgeniy Stepanov
2019-02-15
1
-17
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[sanitizer] Reduce stack depot size on Android.
Evgeniy Stepanov
2019-01-04
1
-1
/
+1
*
[sanitizer] Cleanup sorting functions
Vitaly Buka
2018-05-09
1
-1
/
+1
*
[sanitizer] Remove reserving constructor from InternalMmapVector
Vitaly Buka
2018-05-07
1
-2
/
+2
*
rename InternalBinarySearch to InternalLowerBound
Mike Aizatsky
2016-11-18
1
-2
/
+2
*
fixing binary search for cases when element is not in array
Mike Aizatsky
2016-11-16
1
-1
/
+1
*
[sanitizer_common] Apply modernize-use-nullptr, other minor fixes
Vedant Kumar
2015-09-30
1
-2
/
+2
*
[msan] Better use-after-free reports.
Evgeniy Stepanov
2015-01-22
1
-3
/
+6
*
[Sanitizer] Return code that calculates hash for stacktrace back to StackDepo...
Alexey Samsonov
2014-10-27
1
-0
/
+22
*
Change StackDepot interface to use StackTrace more extensively
Alexey Samsonov
2014-10-26
1
-50
/
+15
*
[Sanitizer] Make StackTrace a lightweight reference to array of PCs, and
Alexey Samsonov
2014-10-26
1
-3
/
+3
*
[msan] Make origin tracking fork-safe.
Evgeniy Stepanov
2014-09-04
1
-0
/
+8
*
[msan] Increase hash table size for chained origins.
Evgeniy Stepanov
2014-07-07
1
-2
/
+6
*
[tsan] Fix gotsan build.
Evgeniy Stepanov
2014-05-21
1
-1
/
+1
*
[msan] Chained origins re-design.
Evgeniy Stepanov
2014-05-21
1
-168
/
+91
*
[sanitizer] Add a fast version of StackDepotGet() for use in LSan.
Sergey Matveev
2013-08-26
1
-0
/
+34
*
[asan] asan_allocator2: by default use the StackDepot to store the stack trac...
Kostya Serebryany
2012-12-26
1
-1
/
+9
*
tsan: reserve msb in stack depot id's (required for msan)
Dmitry Vyukov
2012-09-17
1
-2
/
+6
*
tsan: improve stack depot
Dmitry Vyukov
2012-08-31
1
-31
/
+136
*
tsan: use stack depot to describe heap blocks
Dmitry Vyukov
2012-08-30
1
-3
/
+3
*
asan/tsan: first version of "stack depot"
Dmitry Vyukov
2012-08-30
1
-0
/
+87