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
...
*
[sanitizer][NFC] Get type of AllocatorCache from CombinedAllocator
Vitaly Buka
2019-05-01
4
-31
/
+15
*
[sanitizer] Implement reallocarray.
Evgeniy Stepanov
2019-05-01
5
-1
/
+30
*
Added test.
Mitch Phillips
2019-04-30
1
-0
/
+16
*
[sanitizer_common] Added 64-bit signed flag parser.
Mitch Phillips
2019-04-30
1
-0
/
+9
*
[sanitizer] Calculate SizeClassAllocator32::ByteMap type from Params::kSpaceS...
Vitaly Buka
2019-04-27
3
-51
/
+10
*
[sanitizer] NFC: add static_assert to confirm that we use reasonable ByteMap ...
Vitaly Buka
2019-04-27
1
-3
/
+21
*
Revert "[sanitizer] NFC: add static_assert to confirm that we use optimal Byt...
JF Bastien
2019-04-26
1
-7
/
+3
*
Implement __sanitizer::conditional<B, T, F>
Vitaly Buka
2019-04-26
2
-0
/
+24
*
[sanitizer] NFC: add static_assert to confirm that we use optimal ByteMap type
Vitaly Buka
2019-04-26
1
-3
/
+7
*
[NFC] Remove ::kForTest from AP64, it does not use it.
Vitaly Buka
2019-04-26
1
-7
/
+7
*
[lsan] Use SANITIZER_WORDSIZE when selecting ByteMap
Vitaly Buka
2019-04-26
3
-11
/
+26
*
Revert "[lsan] Use SANITIZER_WORDSIZE when selecting ByteMap"
Vitaly Buka
2019-04-26
3
-26
/
+11
*
[lsan] Use SANITIZER_WORDSIZE when selecting ByteMap
Vitaly Buka
2019-04-26
3
-11
/
+26
*
[sanitizer_common] Remove some old commented-out printf statements, and fixed...
Mitch Phillips
2019-04-24
1
-6
/
+1
*
[compiler-rt] NFC fixed [whitespace/braces] LINT warning
Vitaly Buka
2019-04-24
1
-1
/
+1
*
[compiler-rt] Fix warning about virtual destructor in sanitizer_flag_parser.h
Vitaly Buka
2019-04-24
1
-0
/
+3
*
[llvm-symbolizer] Quick fix for broken sanitizer bot
Mitch Phillips
2019-04-24
1
-0
/
+1
*
[gn] Support dots in CMake paths in the sync script
Petr Hosek
2019-04-19
1
-1
/
+0
*
[NFC] Use clearer naming for local variables
JF Bastien
2019-04-10
1
-9
/
+9
*
[Sanitizer] Fix a possible write to freed memory in the wcrtomb interceptor
Pavel Labath
2019-04-08
1
-7
/
+10
*
[Sanitizers] Provide __internal_dup on Solaris
Rainer Orth
2019-04-05
1
-0
/
+4
*
[Sanitizers] Fix sanitizer_linux_libcdep.cc compilation on Solaris
Rainer Orth
2019-04-05
1
-0
/
+1
*
Fix problem with ar_to_bc.sh script introduced by r357450.
Peter Collingbourne
2019-04-02
1
-2
/
+2
*
ar_to_bc.sh: replace readlink -f with custom relative path resolution
Fangrui Song
2019-04-02
1
-2
/
+2
*
[Sanitizer] Add interceptor for wctomb
Pavel Labath
2019-03-29
2
-0
/
+26
*
SanitizerCommon: 64-bit SPARC/Linux port
Vitaly Buka
2019-03-12
3
-0
/
+20
*
SanitizerCommon: fixes for unwinding & backtrace on SPARC
Vitaly Buka
2019-03-12
5
-35
/
+75
*
Remove esan.
Nico Weber
2019-03-11
8
-104
/
+0
*
[sanitizer] Update global_symbols.txt
Clement Courbet
2019-03-08
1
-0
/
+1
*
Always compare C++ typeinfo (based on libstdc++ implementation).
Martin Liska
2019-03-06
1
-3
/
+3
*
[sanitizers] Don't use Windows Trace Logging with Clang in MSVC mode either
Martin Storsjo
2019-03-05
1
-1
/
+1
*
Revert "[NFC][Sanitizer] Cleanup ASan's GetStackTrace implementation"
Vitaly Buka
2019-03-05
1
-5
/
+0
*
[NFC][Sanitizer] Cleanup ASan's GetStackTrace implementation
Julian Lettner
2019-03-05
1
-0
/
+5
*
[sanitizer] Intercept bzero.
Evgeniy Stepanov
2019-03-04
2
-2
/
+13
*
Revert "[sanitizer] Fix return type of __bzero and __aeabi_mem* interceptors."
Evgeniy Stepanov
2019-03-02
1
-35
/
+27
*
Revert "Revert "[sanitizers] Don't use Windows Trace Logging on MinGW""
Vlad Tsyrklevich
2019-03-02
2
-3
/
+15
*
Revert "[sanitizers] Don't use Windows Trace Logging on MinGW"
Vlad Tsyrklevich
2019-03-02
2
-15
/
+3
*
[sanitizers] Fix build on macOS with LogFullErrorReport redefinition error.
Volodymyr Sapsai
2019-03-02
1
-1
/
+1
*
[NFC][Sanitizer] Replace last uses of old Unwind API
Julian Lettner
2019-03-01
2
-25
/
+24
*
[sanitizers] Don't use Windows Trace Logging on MinGW
Martin Storsjo
2019-03-01
2
-3
/
+15
*
[NFC][Sanitizer] Make GetStackTrace a private method of BufferedStackTrace
Julian Lettner
2019-03-01
1
-6
/
+10
*
[sanitizer] Fix return type of __bzero and __aeabi_mem* interceptors.
Evgeniy Stepanov
2019-03-01
1
-27
/
+35
*
Revert "[sanitizer] Fix return type of __bzero and __aeabi_mem* interceptors."
Evgeniy Stepanov
2019-03-01
1
-16
/
+13
*
[sanitizer] Fix return type of __bzero and __aeabi_mem* interceptors.
Evgeniy Stepanov
2019-03-01
1
-13
/
+16
*
[msan] Add an interceptor for ttyname().
Evgeniy Stepanov
2019-03-01
2
-0
/
+16
*
Reland "[compiler-rt] Intercept the bcmp() function."
Clement Courbet
2019-03-01
2
-7
/
+31
*
[sanitizers] Explicitly use GetModuleFileNameW with wchar_t
Martin Storsjo
2019-03-01
1
-1
/
+1
*
[NFC][Sanitizer] Add new BufferedStackTrace::Unwind API
Julian Lettner
2019-03-01
1
-14
/
+31
*
Revert "[NFC][Sanitizer] Add new BufferedStackTrace::Unwind API"
Julian Lettner
2019-03-01
2
-34
/
+24
*
[NFC][Sanitizer] Add new BufferedStackTrace::Unwind API
Julian Lettner
2019-03-01
2
-24
/
+34
[prev]
[next]