index
:
delta/compiler-rt.git
google/stable
google/testing
master
release_30
release_32
release_33
release_34
release_35
release_35@215014
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
[scudo] Move thread local variables into their own files
Kostya Kortchinsky
2017-04-27
8
-143
/
+286
*
[lsan] When necessary, define LSan suppression for tls_get_addr.
Alex Shlyapnikov
2017-04-26
1
-1
/
+1
*
[builtins] Implement emulated TLS on Windows.
Frederich Munch
2017-04-25
2
-67
/
+236
*
[lsan] When necessary, define LSan suppression for pthread_exit.
Alex Shlyapnikov
2017-04-25
1
-3
/
+3
*
[Compiler-rt][MIPS] Fix assert introduce with commit rl301171.
Nitesh Jain
2017-04-25
1
-1
/
+1
*
Revert r301089 "[builtins] Implement emulated TLS on Windows."
Hans Wennborg
2017-04-24
2
-222
/
+67
*
[asan] Use posix strerror_r interceptor on android.
Evgeniy Stepanov
2017-04-24
1
-1
/
+1
*
[tsan] Remove the extra word "object" from description of external races
Kuba Mracek
2017-04-24
1
-2
/
+2
*
[sanitizer] Cache SizeClassForTransferBatch in the 32-bit local cache
Kostya Kortchinsky
2017-04-24
1
-16
/
+16
*
[builtins] Implement emulated TLS on Windows.
Frederich Munch
2017-04-22
2
-67
/
+222
*
[lsan] Enable LSan on PowerPC64.
Alex Shlyapnikov
2017-04-21
2
-2
/
+3
*
Suppress DTLS leak happening in some glibc versions.
Alex Shlyapnikov
2017-04-21
1
-3
/
+4
*
[asan] Optimize strchr for strict_string_checks=false
Vitaly Buka
2017-04-21
1
-13
/
+9
*
[scudo] Bypass Quarantine if its size is set to 0
Kostya Kortchinsky
2017-04-21
1
-26
/
+36
*
[tsan] Refactor __tsan_external_read/__tsan_external_write to avoid code dupl...
Kuba Mracek
2017-04-21
1
-20
/
+16
*
[tsan] Track external API accesses as 1-byte accesses (instead of 8-byte)
Kuba Mracek
2017-04-21
1
-2
/
+2
*
[tsan] Ignore memory accesses for libignored modules for "external" races
Kuba Mracek
2017-04-21
3
-7
/
+16
*
[tsan] Don't report bugs from interceptors called from libignored modules
Kuba Mracek
2017-04-21
3
-1
/
+4
*
Revert r300889, r300906, r300935, r300939
Diana Picus
2017-04-21
1
-9
/
+13
*
Disable LSan on ppc64, some tests are failing.
Alex Shlyapnikov
2017-04-21
2
-3
/
+2
*
sanitizer: fix crash with textdomain(NULL) interceptor
Kostya Serebryany
2017-04-20
1
-1
/
+1
*
Enable LSan on PowerPC64.
Alex Shlyapnikov
2017-04-20
2
-2
/
+3
*
[asan] Optimize strchr for strict_string_checks=false
Vitaly Buka
2017-04-20
1
-13
/
+9
*
Define standard suppressions for LSan, start with this one.
Alex Shlyapnikov
2017-04-20
1
-6
/
+9
*
Define a suppression for known leaks on pthread_exit call.
Alex Shlyapnikov
2017-04-20
3
-6
/
+20
*
[scudo] Remove GetActuallyAllocatedSize calls from the fast path
Kostya Kortchinsky
2017-04-20
2
-30
/
+49
*
[scudo] Minor changes and refactoring
Kostya Kortchinsky
2017-04-20
5
-162
/
+171
*
[XRay][compiler-rt] Cleanup CFI/CFA annotations on trampolines
Dean Michael Berris
2017-04-20
1
-19
/
+14
*
[sanitizer-coverage] remove more unused code
Kostya Serebryany
2017-04-19
3
-26
/
+0
*
[sanitizer-coverage] remove run-time support for -fsanitize-coverage=indirect...
Kostya Serebryany
2017-04-19
3
-111
/
+0
*
[sanitizer-coverage] remove run-time support for -fsanitize-coverage=trace-bb
Kostya Serebryany
2017-04-19
2
-113
/
+0
*
Fixup style from r300760
Francis Ricci
2017-04-19
1
-3
/
+3
*
Make sure to scan mmap'd memory regions for root pointers on OS X
Francis Ricci
2017-04-19
3
-29
/
+58
*
Implement StopTheWorld for Darwin
Francis Ricci
2017-04-19
2
-2
/
+47
*
Turn symbolization on for ASan unit test.
Alex Shlyapnikov
2017-04-19
1
-4
/
+15
*
[sanitizer-coverage] remove run-time support for the deprecated -fsanitize-co...
Kostya Serebryany
2017-04-19
3
-123
/
+0
*
Let ubsan search UBSAN_SYMBOLIZER_PATH for llvm-symbolizer
Nico Weber
2017-04-19
1
-0
/
+1
*
Implement function to get registers from suspended thread on darwin
Francis Ricci
2017-04-19
1
-2
/
+43
*
Move valid caller-pc checks out of platform-specific checks
Francis Ricci
2017-04-19
4
-64
/
+77
*
[XRay][compiler-rt] Fix up CFI annotations and stack alignment
Dean Michael Berris
2017-04-19
1
-43
/
+46
*
Implement suspended thread register count for darwin
Francis Ricci
2017-04-18
1
-2
/
+1
*
Remove mips64 defines from darwin-specific file
Francis Ricci
2017-04-18
1
-2
/
+2
*
[sanitizer] Don't include <linux/user.h> in sanitizer_stoptheworld_linux_libc...
Maxim Ostapenko
2017-04-18
1
-10
/
+6
*
[XRay][compiler-rt] Use emulated TSC when CPU supports rdtscp, but cannot det...
Douglas Yung
2017-04-18
3
-6
/
+23
*
[asan] Fixup for r300483 (which is a fixup for r300473).
Evgeniy Stepanov
2017-04-18
1
-4
/
+5
*
Update suspended threads info to be compatible with darwin
Francis Ricci
2017-04-17
4
-37
/
+119
*
Fixup for r300473: Use %lu on Linux for tid_t in format strings.
Kuba Mracek
2017-04-17
1
-3
/
+3
*
[sanitizer] Introduce tid_t as a typedef for OS-provided thread IDs
Kuba Mracek
2017-04-17
20
-41
/
+45
*
Don't read non-readable address ranges during lsan pointer scanning
Francis Ricci
2017-04-17
7
-11
/
+22
*
Scan Kernel Alloc Once page for global pointers
Francis Ricci
2017-04-17
1
-1
/
+27
[next]