index
:
delta/compiler-rt.git
google/stable
google/testing
master
release_30
release_32
release_33
release_34
release_35
release_35@215014
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
scudo
Commit message (
Expand
)
Author
Age
Files
Lines
*
scudo: Update TLS_SLOT_SANITIZER value.
Peter Collingbourne
2019-10-18
1
-1
/
+1
*
[scudo][standalone] Get statistics in a char buffer
Kostya Kortchinsky
2019-10-09
14
-69
/
+145
*
[scudo][standalone] Correct releaseToOS behavior
Kostya Kortchinsky
2019-10-07
3
-27
/
+67
*
[scudo][standalone] Make malloc_info return a minimal XML
Kostya Kortchinsky
2019-10-04
3
-4
/
+16
*
Remove NOLINTs from compiler-rt
Vitaly Buka
2019-09-11
1
-2
/
+3
*
Update compiler-rt cpplint.py
Vitaly Buka
2019-09-11
1
-14
/
+14
*
[scudo][standalone] Android related improvements
Kostya Kortchinsky
2019-09-11
5
-15
/
+44
*
[scudo][standalone] Fix malloc_iterate
Kostya Kortchinsky
2019-08-20
3
-3
/
+46
*
[scudo][standalone] Add more stats to mallinfo
Kostya Kortchinsky
2019-08-14
7
-6
/
+36
*
[scudo][standalone] Minor corrections
Kostya Kortchinsky
2019-08-12
6
-16
/
+14
*
compiler-rt: Rename .cc file in lib/scudo/standalone/tests to .cpp
Nico Weber
2019-08-01
23
-46
/
+49
*
compiler-rt: Rename .cc file in lib/scudo/standalone to .cpp
Nico Weber
2019-08-01
15
-33
/
+37
*
[scudo][standalone] Optimization pass
Kostya Kortchinsky
2019-07-24
14
-94
/
+91
*
Removed -mno-omit-leaf-frame-pointer from flags.
Mitch Phillips
2019-07-16
1
-4
/
+0
*
[scudo][standalone] NFC corrections
Kostya Kortchinsky
2019-07-11
7
-19
/
+25
*
[scudo][standalone] Merge Spin & Blocking mutex into a Hybrid one
Kostya Kortchinsky
2019-07-11
17
-158
/
+144
*
[scudo][standalone] Link tests against libatomic
Kostya Kortchinsky
2019-07-03
1
-0
/
+2
*
[scudo][standalone] Potential fix for missing sized delete
Kostya Kortchinsky
2019-07-03
2
-1
/
+4
*
Attempt #2 to fix gcc builds. This time check
Mitch Phillips
2019-07-02
1
-1
/
+1
*
Only use -mno-omit-leaf-frame-pointer with clang builds.
Mitch Phillips
2019-07-02
1
-2
/
+4
*
[GWP-ASan] [Scudo] Add GWP-ASan backtrace for alloc/free to Scudo.
Mitch Phillips
2019-07-02
2
-2
/
+11
*
Revert Remove scudo standalone tests from check-all
Reid Kleckner
2019-07-01
1
-2
/
+0
*
Remove scudo standalone tests from check-all
Reid Kleckner
2019-07-01
1
-0
/
+2
*
[scudo][standalone] Introduce the C & C++ wrappers [fixed]
Kostya Kortchinsky
2019-06-27
13
-37
/
+921
*
Revert r364332 "[scudo][standalone] Introduce the C & C++ wrappers"
Hans Wennborg
2019-06-26
11
-909
/
+36
*
[scudo] Correct a behavior on the shared TSD registry
Kostya Kortchinsky
2019-06-25
2
-6
/
+2
*
[scudo][standalone] Introduce the C & C++ wrappers
Kostya Kortchinsky
2019-06-25
11
-36
/
+909
*
[scudo][standalone] Fuchsia related changes
Kostya Kortchinsky
2019-06-18
3
-38
/
+37
*
[GWP-ASan] Integration with Scudo [5].
Mitch Phillips
2019-06-17
2
-0
/
+56
*
[scudo][standalone] Introduce the combined allocator
Kostya Kortchinsky
2019-06-17
5
-0
/
+870
*
Improve error message when '=' is missing in {ASAN,...}_OPTIONS.
Vitaly Buka
2019-06-15
1
-1
/
+1
*
[scudo][standalone] Unmap memory in tests
Kostya Kortchinsky
2019-06-11
8
-16
/
+74
*
[scudo][standalone] Introduce the thread specific data structures
Kostya Kortchinsky
2019-06-10
10
-11
/
+512
*
[scudo][standalone] Introduce the Primary(s) and LocalCache
Kostya Kortchinsky
2019-05-20
7
-9
/
+1128
*
[scudo][standalone] Introduce the chunk header
Kostya Kortchinsky
2019-05-08
6
-3
/
+249
*
[scudo][standalone] Introduce the Quarantine
Kostya Kortchinsky
2019-05-07
5
-0
/
+534
*
[compiler-rt] Set the ZX_VMO_RESIZABLE option for zx_vmo_create
Petr Hosek
2019-05-02
1
-1
/
+1
*
[compiler-rt][tests] Propagate COMPILER_RT_UNITTEST_LINK_FLAGS
Hubert Tong
2019-05-01
1
-1
/
+1
*
[scudo][NFC] Remove unneeded template from scudo::CombinedAllocator
Vitaly Buka
2019-05-01
2
-4
/
+7
*
[sanitizer][NFC] Get type of AllocatorCache from CombinedAllocator
Vitaly Buka
2019-05-01
2
-4
/
+4
*
[scudo][standalone] Add the memory reclaiming mechanism
Kostya Kortchinsky
2019-04-30
6
-3
/
+527
*
[sanitizer] Calculate SizeClassAllocator32::ByteMap type from Params::kSpaceS...
Vitaly Buka
2019-04-27
1
-7
/
+0
*
[scudo][standalone] Introduce the SizeClassMap
Kostya Kortchinsky
2019-04-25
5
-1
/
+190
*
[scudo][standalone] Introduce the Secondary allocator
Kostya Kortchinsky
2019-04-24
14
-88
/
+476
*
[scudo][standalone] Add flags & related parsers
Kostya Kortchinsky
2019-04-09
9
-0
/
+510
*
[scudo][standalone] Add error reports
Kostya Kortchinsky
2019-03-20
6
-37
/
+339
*
[scudo][standalone] Add string utility functions
Kostya Kortchinsky
2019-03-19
7
-13
/
+385
*
[scudo][standalone] Implement checksumming functions
Kostya Kortchinsky
2019-03-12
6
-0
/
+216
*
[scudo][standalone] Adding a stats class
Kostya Kortchinsky
2019-03-07
4
-0
/
+152
*
[scudo][standalone] Add bytemap classes
Kostya Kortchinsky
2019-03-05
4
-0
/
+178
[next]