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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[compiler-rt] Rename FuzzedDataProvider.h to .hpp and other minor changes.
Max Moroz
2019-08-06
1
-1
/
+1
*
[compiler-rt] Implement getrandom interception
Vitaly Buka
2019-08-06
3
-0
/
+30
*
[Sanitizer] Linux refactor shadow huge page mode handling
David Carlier
2019-08-05
3
-4
/
+6
*
[compiler-rt] Move FDP to include/fuzzer/FuzzedDataProvider.h for easier use.
Max Moroz
2019-08-05
1
-1
/
+3
*
compiler-rt: Rename cc files below test/asan to cpp
Nico Weber
2019-08-05
1
-2
/
+2
*
compiler-rt: Rename .cc file in test/lsan to .cpp
Fangrui Song
2019-08-05
1
-1
/
+1
*
[sanitizer_common][tests] Fix SanitizerCommon-Unit :: ./Sanitizer-*-Test/Sani...
Rainer Orth
2019-08-02
1
-0
/
+5
*
compiler-rt: Rename .cc file in test/tsan to .cpp
Fangrui Song
2019-08-02
1
-1
/
+1
*
Remove a few straggler ".cc"s in compiler-rt/lib
Nico Weber
2019-08-01
3
-3
/
+3
*
compiler-rt: Rename .cc file in lib/tsan/tests/{rtl,unit} to .cpp
Nico Weber
2019-08-01
1
-2
/
+2
*
compiler-rt: Rename .cc file in lib/tsan/rtl to .cpp
Nico Weber
2019-08-01
1
-1
/
+1
*
compiler-rt: Rename .cc file in lib/msan to .cpp
Nico Weber
2019-08-01
1
-1
/
+1
*
compiler-rt: Rename .cc file in lib/lsan to .cpp
Nico Weber
2019-08-01
1
-1
/
+1
*
compiler-rt: Rename .cc file in lib/asan/tests to .cpp
Nico Weber
2019-08-01
1
-1
/
+1
*
compiler-rt: Rename .cc file in lib/asan to .cpp
Nico Weber
2019-08-01
1
-1
/
+1
*
Try to heal bots after r367551
Nico Weber
2019-08-01
1
-1
/
+1
*
compiler-rt: Try to appease lint script.
Nico Weber
2019-07-31
2
-9
/
+7
*
Attempt to heal bots after r367467
Nico Weber
2019-07-31
1
-1
/
+1
*
compiler-rt: Rename .cc file in lib/sanitizer_common/symbolizer to .cpp
Nico Weber
2019-07-31
3
-3
/
+3
*
compiler-rt: Rename .cc file in lib/sanitizer_common/tests to .cpp
Nico Weber
2019-07-31
35
-68
/
+71
*
compiler-rt: Rename .cc file in lib/sanitizer_common to .cpp
Nico Weber
2019-07-31
80
-160
/
+163
*
Attempt to heal bots after r367456
Nico Weber
2019-07-31
1
-1
/
+1
*
[Sanitizer][ASAN][MSAN] Fix infinite recursion on FreeBSD
Alexander Richardson
2019-07-31
1
-1
/
+5
*
Don't initialize interceptor_metadata_map unless SI_POSIX is set
Eugene Leviant
2019-07-28
1
-1
/
+3
*
[sanitizer_common] Allow customization of StartSymbolizerSubprocess
Julian Lettner
2019-07-25
2
-7
/
+13
*
[ASan] Support `{f}puts(NULL)` on Darwin, part 2
Julian Lettner
2019-07-18
1
-2
/
+4
*
[ASan] Support `{f}puts(NULL)` on Darwin
Julian Lettner
2019-07-17
1
-2
/
+4
*
[Sanitizers] Fix SanitizerCommon-Unit :: ./Sanitizer-*-Test/MemoryMappingLayo...
Rainer Orth
2019-07-12
1
-2
/
+4
*
Add NetBSD LSan support
Kamil Rytarowski
2019-07-11
5
-9
/
+377
*
[Sanitizers] Remove clang_rt.sancov_{begin,end} on Solaris
Rainer Orth
2019-07-08
3
-42
/
+0
*
[Sanitizers] Remove obsolete OpenFile from sanitizer_solaris.cc
Rainer Orth
2019-07-02
1
-5
/
+0
*
hwasan: Teach the runtime to identify the local variable being accessed in UA...
Peter Collingbourne
2019-06-27
5
-12
/
+119
*
[sanitizer_common] Switch from zx_clock_get_new to zx_clock_get
Petr Hosek
2019-06-27
1
-1
/
+1
*
[ASan] Use dynamic shadow on 32-bit iOS and simulators
Julian Lettner
2019-06-21
1
-17
/
+21
*
[asan] Avoid two compiler-synthesized calls to memset & memcpy
Reid Kleckner
2019-06-21
1
-0
/
+3
*
[Sanitizers] Fix sanitizer_posix_libcdep.cc compilation on Solaris 11.5
Rainer Orth
2019-06-19
1
-3
/
+3
*
Don't crash if PR_SET_VMA_ANON_NAME fails.
Evgeniy Stepanov
2019-06-18
1
-2
/
+1
*
[compiler-rt] Respect CMAKE_NM
Shoaib Meenai
2019-06-15
1
-3
/
+4
*
Improve error message when '=' is missing in {ASAN,...}_OPTIONS.
Vitaly Buka
2019-06-15
3
-12
/
+26
*
[Sanitizers] Add case MACOS_VERSION_CATALINA
Julian Lettner
2019-06-11
2
-2
/
+3
*
Add unused symbol to thunk files to force wholearchive inclusion
Reid Kleckner
2019-06-10
2
-0
/
+12
*
[Sanitizer] Add interceptor for wcsdup
Pavel Labath
2019-05-22
2
-0
/
+19
*
[sanitizer] Update symbolizer/scripts/global_symbols.txt
Vitaly Buka
2019-05-17
1
-0
/
+1
*
[compiler-rt] Migrate to _zx_clock_get_new/_zx_clock_get_monotonic
Petr Hosek
2019-05-09
1
-2
/
+7
*
Fix build on NetBSD 8.99.38
Kamil Rytarowski
2019-05-08
1
-0
/
+2
*
[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
-0
/
+2
*
[sanitizer][NFC] Remove unneeded SizeClassAllocatorLocalCache
Vitaly Buka
2019-05-01
3
-29
/
+17
*
[sanitizer][NFC] Add const/static into a couple of methods
Vitaly Buka
2019-05-01
2
-4
/
+4
*
[sanitizer][NFC] Set LargeMmapAllocator type from PrimaryAllocator
Vitaly Buka
2019-05-01
4
-23
/
+16
[prev]
[next]