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
*
-fsanitize=undefined: Switch to using sanitizer_common for output. This gets ...
Richard Smith
2012-11-13
1
-14
/
+30
*
[asan] use #if defined __x86_64__ instead of #if __WORDSIZE == 64 in sanitize...
Kostya Serebryany
2012-11-13
1
-3
/
+3
*
[Sanitizer] add sanity checks for communication with external symbolizer
Alexey Samsonov
2012-11-09
5
-0
/
+46
*
[Sanitizer] try to fix Windows bot - include stdlib.h for abort/_exit functions
Alexey Samsonov
2012-11-08
1
-0
/
+1
*
tsan: slightly relax requirements for lazy shadow memory (can overlap and may...
Dmitry Vyukov
2012-11-06
1
-5
/
+6
*
tsan: fix debug output
Dmitry Vyukov
2012-11-06
1
-1
/
+1
*
tsan: better diagnostics for failed mmap()
Dmitry Vyukov
2012-11-06
1
-1
/
+5
*
tsan: windows: less includes, better diagnostics for failed VirtualAlloc(), i...
Dmitry Vyukov
2012-11-06
1
-4
/
+12
*
tsan: define missing compier macros for windows
Dmitry Vyukov
2012-11-06
1
-6
/
+5
*
tsan: fix non-msvc windows build
Dmitry Vyukov
2012-11-06
1
-1
/
+1
*
tasn: improve sanitizer_internal_defs.h
Dmitry Vyukov
2012-11-06
1
-4
/
+1
*
tsan: fix windows build
Dmitry Vyukov
2012-11-06
1
-3
/
+3
*
[Sanitizer] Add internal_isatty to sanitizer_libc and PrintsToTty to determin...
Alexey Samsonov
2012-11-02
5
-9
/
+28
*
[Sanitizer] fix printf unittest on 32-bit arch
Alexey Samsonov
2012-11-02
1
-4
/
+22
*
[Sanitizer] move unit test for Printf from tsan to sanitizer_common
Alexey Samsonov
2012-11-02
3
-2
/
+108
*
[TSan] finally remove TsanPrintf in favor of Printf from sanitizer_common
Alexey Samsonov
2012-11-02
1
-2
/
+2
*
[Sanitizer] Use kStderrFd constant instead of hardcoded 2
Alexey Samsonov
2012-11-02
3
-10
/
+14
*
[Sanitizer]: add __sanitizer_set_report_fd function to alter file descriptor ...
Alexey Samsonov
2012-11-02
1
-1
/
+15
*
Fix a compiler warning in internal_memmove.
Alexander Potapenko
2012-10-26
1
-5
/
+5
*
Fix the internal_memmove() implementation that used to skip src[0] if dst < src.
Alexander Potapenko
2012-10-26
3
-2
/
+26
*
[Sanitizer] fall back to online symbolizer if user-provided callback failed
Alexey Samsonov
2012-10-18
1
-1
/
+2
*
[Sanitizer] symbolizer: increase the maximal number of shared libraries to 16K
Alexey Samsonov
2012-10-17
2
-2
/
+3
*
[asan] fix lint
Kostya Serebryany
2012-10-16
2
-2
/
+2
*
Implement internal_memmove.
Alexander Potapenko
2012-10-15
2
-0
/
+17
*
[Sanitizer] Remove unneeded returns after UNIMPLEMENTED macro
Alexey Samsonov
2012-10-09
5
-18
/
+0
*
[Sanitizer] Add UNREACHABLE(msg) macro
Alexey Samsonov
2012-10-09
1
-1
/
+6
*
[asan] properly report mmap failure
Kostya Serebryany
2012-10-04
1
-0
/
+8
*
Do not patch the instruction address when symbolizing the reports.
Alexander Potapenko
2012-10-02
2
-1
/
+10
*
[Sanitizer] fix line width
Alexey Samsonov
2012-10-02
1
-1
/
+2
*
[*San]: handle EINTR.
Evgeniy Stepanov
2012-10-02
2
-2
/
+13
*
tsan: fix mac build
Dmitry Vyukov
2012-10-02
4
-6
/
+9
*
[Sanitizer/ASan] Simplify the code that prints and symbolizes stack traces. F...
Alexey Samsonov
2012-10-02
1
-22
/
+46
*
tsan: output tid's in reports
Dmitry Vyukov
2012-10-02
2
-0
/
+6
*
Add a missing const qualifier.
Evgeniy Stepanov
2012-09-27
2
-2
/
+2
*
[ASan] Apply some ASan-relevant pieces of patch by Ruben Van Boxem. In the sa...
Alexey Samsonov
2012-09-24
1
-1
/
+3
*
[Sanitizer] update lint checker script
Alexey Samsonov
2012-09-18
1
-3
/
+3
*
[tsan] fix the tsan allocator to handle any alignment
Kostya Serebryany
2012-09-18
2
-13
/
+33
*
[Sanitizer] Hoist functions to get/set stack size and re-exec from memory-san...
Alexey Samsonov
2012-09-17
5
-2
/
+57
*
tsan: reserve msb in stack depot id's (required for msan)
Dmitry Vyukov
2012-09-17
2
-3
/
+7
*
[asan] fix the va_arg usage
Kostya Serebryany
2012-09-14
1
-1
/
+1
*
[asan] add asan option log_path=PATH to let users redirect asan reports to a ...
Kostya Serebryany
2012-09-14
2
-3
/
+34
*
[Sanitizer] Please Android build. Re-check the availability of -Wno-variadic-...
Alexey Samsonov
2012-09-12
1
-0
/
+1
*
[Sanitizer] first effort to start building ASan runtime with -Werror in CMake...
Alexey Samsonov
2012-09-12
1
-1
/
+1
*
[Sanitizer] test 64-bit allocator only on suitable targets
Alexey Samsonov
2012-09-11
2
-2
/
+8
*
CMake build rules for ASan Android runtime and tests.
Evgeniy Stepanov
2012-09-11
1
-2
/
+2
*
[Sanitizer] Add new lit testsuite: check-sanitizer that runs unit tests for s...
Alexey Samsonov
2012-09-11
5
-5
/
+104
*
[Sanitizer] fix warnings reported by gcc. Update the list of targets to check...
Alexey Samsonov
2012-09-11
3
-5
/
+4
*
[Sanitizer] remove custom Die/CheckFailed from allocator testlib
Alexey Samsonov
2012-09-11
1
-12
/
+0
*
[Sanitizer] Get rid of dependency between sanitizer_common and asan/tsan runt...
Alexey Samsonov
2012-09-11
2
-2
/
+41
*
[asan] There is no __libc_malloc on Android.
Evgeniy Stepanov
2012-09-10
1
-3
/
+3
[next]