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
/
scudo
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[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
*
[scudo][standalone] Fix tests makefile
Kostya Kortchinsky
2019-03-01
1
-2
/
+2
*
[scudo][standalone] Add a standalone vector class
Kostya Kortchinsky
2019-02-27
5
-4
/
+167
*
[scudo][standalone] Introduce platform specific code & mutexes
Kostya Kortchinsky
2019-02-26
15
-52
/
+986
*
[compiler-rt] Cleanup usage of C++ ABI library
Jonas Hahnfeld
2019-02-16
2
-2
/
+6
*
Revert "[compiler-rt] Cleanup usage of C++ ABI library"
Jonas Hahnfeld
2019-02-15
2
-5
/
+2
*
[compiler-rt] Cleanup usage of C++ ABI library
Jonas Hahnfeld
2019-02-15
2
-2
/
+5
*
[scudo][standalone] Do not error out on spurious C(XX) flags
Kostya Kortchinsky
2019-02-07
1
-1
/
+3
*
[scudo] Initial standalone skeleton check-in
Kostya Kortchinsky
2019-02-04
10
-0
/
+917
*
[scudo] Tuning changes based on feedback from current use
Kostya Kortchinsky
2019-01-24
3
-4
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
23
-92
/
+69
*
Introduce `AddressSpaceView` template parameter to `SizeClassAllocator64`.
Dan Liew
2018-12-21
1
-0
/
+1
*
Introduce `AddressSpaceView` template parameter to `SizeClassAllocator32`, `F...
Dan Liew
2018-12-14
1
-1
/
+2
*
[sanitizer] Fix mallopt interceptor.
Evgeniy Stepanov
2018-10-25
1
-1
/
+1
*
[sanitizer] Use -Wl,-z,global on Android for sanitizers except UBsan
Stephen Hines
2018-10-02
1
-0
/
+8
*
[sanitizer] Revert D50940
Kostya Kortchinsky
2018-08-29
1
-1
/
+1
*
[scudo] Replace eraseHeader with compareExchangeHeader for Quarantined chunks
Kostya Kortchinsky
2018-08-24
1
-10
/
+5
*
[sanitizer] Change Mmap*NoAccess to return nullptr on error
Kostya Kortchinsky
2018-08-23
1
-1
/
+1
*
[scudo] Fix race condition in deallocation path when Quarantine is bypassed
Kostya Kortchinsky
2018-08-14
1
-5
/
+7
*
[scudo] Simplify internal names (NFC)
Kostya Kortchinsky
2018-07-20
5
-56
/
+51
*
[CMake] Add compiler-rt header files to the list of sources for targets
Dan Liew
2018-07-10
1
-0
/
+21
*
[scudo] Add some logs for Android
Kostya Kortchinsky
2018-07-06
1
-0
/
+3
*
[scudo] Get rid of builtin-declaration-mismatch warnings
Kostya Kortchinsky
2018-07-03
1
-10
/
+12
*
[scudo] Enable Scudo memory hooks for Fuchsia.
Kostya Kortchinsky
2018-07-02
1
-2
/
+6
[prev]
[next]