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
*
[sancov] __sanitizer_dump_coverage api
Mike Aizatsky
2016-12-12
5
-5
/
+184
*
symbolizer: Add lseek64 to global symbol list.
Peter Collingbourne
2016-12-12
1
-0
/
+1
*
[sanitizer] Make sure libmalloc doesn't remove the sanitizer zone from malloc...
Kuba Mracek
2016-12-11
1
-0
/
+23
*
[sanitizer] Handle malloc_destroy_zone() on Darwin
Kuba Mracek
2016-12-11
1
-0
/
+13
*
Reverting rL289088 while investigating some test issue on the build servers
Kostya Kortchinsky
2016-12-09
1
-14
/
+1
*
[sanitizer] Add workaround for empty strings
Vitaly Buka
2016-12-08
1
-18
/
+14
*
[sanitizer] Do not use the alignment-rounded-up size when using the secondary
Kostya Kortchinsky
2016-12-08
1
-1
/
+14
*
[sanitizers] __sanitizer_get_module_and_offset_for_pc interface function
Mike Aizatsky
2016-12-05
2
-1
/
+23
*
Remove a couple of memset usages from TSan, introduced in r288624.
Daniel Jasper
2016-12-05
1
-2
/
+4
*
[sanitizer] Make atos stdin a non-tty pipe to make sure it's not stuck waitin...
Kuba Mracek
2016-12-04
1
-37
/
+68
*
[sanitizer] Track architecture and UUID of modules in LoadedModule
Kuba Mracek
2016-12-02
7
-18
/
+136
*
[sanitizer] Add a bunch of ifdefs for sparc targets to avoid build failures.
Maxim Ostapenko
2016-12-02
2
-3
/
+71
*
Release memory to OS only when the requested range covers the entire page
Evgeniy Stepanov
2016-11-30
4
-13
/
+12
*
Return memory to OS right after free (not in the async thread).
Evgeniy Stepanov
2016-11-29
9
-74
/
+103
*
[sanitizers] Get the proper printf/scanf version when long double transition ...
Marcin Koscielnicki
2016-11-28
1
-16
/
+16
*
[asan] Support handle_sigill on Darwin
Kuba Mracek
2016-11-26
1
-0
/
+2
*
[asan] Add a "dump_registers" flag to print out CPU registers after a SIGSEGV
Kuba Mracek
2016-11-26
4
-0
/
+60
*
tsan: fix build after 287632
Dmitry Vyukov
2016-11-22
1
-0
/
+4
*
tsan: switch libignore from /proc/self/maps to dl_iterate_phdr
Dmitry Vyukov
2016-11-22
1
-15
/
+16
*
rename InternalBinarySearch to InternalLowerBound
Mike Aizatsky
2016-11-18
3
-22
/
+22
*
[sanitizers] specifying style for global constant
Mike Aizatsky
2016-11-17
1
-0
/
+4
*
adding operator* to help working with primitive values
Mike Aizatsky
2016-11-16
1
-0
/
+12
*
fixing binary search for cases when element is not in array
Mike Aizatsky
2016-11-16
3
-12
/
+52
*
[asan/win] Delay load dbghelp.dll to delay ucrtbase.dll initialization
Reid Kleckner
2016-11-14
3
-7
/
+81
*
[asan] Fix strncmp and strncasecmp interceptors
Vitaly Buka
2016-11-12
1
-9
/
+21
*
[asan/win] Fix wrong TerminateProcess exit code
Reid Kleckner
2016-11-11
1
-1
/
+1
*
[asan/win] Move breakpoint from Abort to internal__exit
Reid Kleckner
2016-11-10
1
-2
/
+4
*
[lsan] fix a rare lsan false positive: ensure that we don't re-sort the chunk...
Kostya Serebryany
2016-11-10
1
-12
/
+19
*
[asan/win] Use TerminateProcess when we want to exit abnormally
Reid Kleckner
2016-11-09
1
-1
/
+2
*
tsan: set disable_coredump=0 by default for Go
Dmitry Vyukov
2016-10-28
1
-1
/
+1
*
tsan: always define SANITIZER_GO
Dmitry Vyukov
2016-10-28
10
-25
/
+29
*
sanitizer_common: fix description of disable_coredump flag
Dmitry Vyukov
2016-10-28
1
-3
/
+3
*
tsan: fix windows build
Dmitry Vyukov
2016-10-28
3
-1
/
+5
*
[sanitizers] Set Darwin specific linker and compiler flags for all tests
Anna Zaks
2016-10-26
1
-0
/
+5
*
scripts: Document existing problems with the symbolizer build script.
Peter Collingbourne
2016-10-24
1
-0
/
+6
*
[sanitizers] support strict_string_checks for strncmp
Kostya Serebryany
2016-10-21
1
-2
/
+2
*
adding new symbols to llvm-symbolizer symbol test
Mike Aizatsky
2016-10-20
1
-0
/
+3
*
[sanitizers] -Wno-macro-redefined for libc++ build
Vitaly Buka
2016-10-14
1
-1
/
+1
*
Make lsan complain loudly when running under ptrace
Kostya Serebryany
2016-10-13
1
-1
/
+3
*
[ESan] [MIPS] Fix workingset-signal-posix.cpp on MIPS
Sagar Thakur
2016-10-06
1
-1
/
+1
*
[ESan][MIPS] Adds support for MIPS64
Sagar Thakur
2016-10-06
5
-3
/
+42
*
[asan] Fixup: Switch to using dynamic shadow offset on iOS
Anna Zaks
2016-10-05
1
-1
/
+1
*
[asan] Reapply: Switch to using dynamic shadow offset on iOS
Anna Zaks
2016-10-05
3
-6
/
+54
*
Revert "[asan] Switch to using dynamic shadow offset on iOS"
Anna Zaks
2016-10-05
3
-43
/
+5
*
[asan] Switch to using dynamic shadow offset on iOS
Anna Zaks
2016-10-04
3
-5
/
+43
*
[sanitizer-coverage] remove stale code, second attempt after failed r282994
Kostya Serebryany
2016-10-04
1
-24
/
+0
*
Revert "[sanitizer-coverage] remove stale code" at it breaks Windows bot.
Vitaly Buka
2016-10-04
1
-0
/
+24
*
Support configurable path to LLVM src
Vitaly Buka
2016-10-04
1
-4
/
+3
*
[sanitizer-coverage] remove stale code
Kostya Serebryany
2016-10-01
1
-24
/
+0
*
[compiler-rt] Add support for the dynamic shadow allocation
Etienne Bergeron
2016-09-30
3
-0
/
+28
[next]