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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[sanitizer] Disable InternalMmapWithOffset test on Windows.
Evgeniy Stepanov
2014-12-24
1
-0
/
+3
*
[sanitizer] mmap2 syscall works with 4096-byte units instead of bytes.
Evgeniy Stepanov
2014-12-24
2
-21
/
+51
*
[asan] Disable one test on Android.
Evgeniy Stepanov
2014-12-24
1
-0
/
+2
*
[ASan] Fix asan_preload_test-2 on PowerPC64 Linux
Jay Foad
2014-12-24
1
-2
/
+2
*
[asan] change the coverage collection scheme so that we can easily emit cover...
Kostya Serebryany
2014-12-23
6
-28
/
+82
*
[asan] Fix line >80 chars.
Evgeniy Stepanov
2014-12-23
1
-1
/
+2
*
[asan] Better error message in coverage.
Evgeniy Stepanov
2014-12-23
1
-2
/
+2
*
tsan: fix style
Dmitry Vyukov
2014-12-23
1
-3
/
+2
*
Change the CMake build to generate full debugging info when COMPILER_RT_DEBUG=ON
Kuba Brecka
2014-12-23
1
-1
/
+1
*
[Sanitizer] Make CommonFlags immutable after initialization.
Alexey Samsonov
2014-12-22
7
-33
/
+57
*
[Msan] Fix msan_test.cc inclusions to build the unit tests on FreeBSD
Viktor Kutuzov
2014-12-22
1
-6
/
+10
*
AddressSanitizer: Abort after failed exec() and get rid of the allow_reexec A...
Kuba Brecka
2014-12-22
4
-17
/
+8
*
AddressSanitizer: Properly handle dispatch_source_set_cancel_handler with a
Kuba Brecka
2014-12-22
1
-0
/
+4
*
[ASan] Fix the logic that decides whether we need to spawn a new llvm-symboli...
Alexander Potapenko
2014-12-22
1
-3
/
+3
*
[Sanitizers] Intercept wcsnrtombs() on FreeBSD
Viktor Kutuzov
2014-12-22
1
-1
/
+2
*
[Msan] Fix uname() interception on FreeBSD
Viktor Kutuzov
2014-12-22
1
-4
/
+19
*
tsan: reset stack0 in the first partition of thread trace
Dmitry Vyukov
2014-12-22
2
-1
/
+53
*
tsan: fix debugging output
Dmitry Vyukov
2014-12-22
1
-2
/
+2
*
[Sanitizers] Intercept snprintf_l() on FreeBSD
Viktor Kutuzov
2014-12-22
4
-0
/
+56
*
[Sanitizers] Intercept wordexp on FreeBSD
Viktor Kutuzov
2014-12-22
1
-1
/
+2
*
tsan: add acquire/release functions to java interface
Dmitry Vyukov
2014-12-22
4
-0
/
+83
*
log-path_test testcase - make the invalid path more invalid
Kuba Brecka
2014-12-22
1
-2
/
+2
*
[sanitizer] fix a performance regression in sanitizer coverage: move a small ...
Kostya Serebryany
2014-12-20
3
-19
/
+21
*
[sanitizer] initialize two flas in SetCommonFlagsDefaults
Kostya Serebryany
2014-12-19
1
-0
/
+2
*
[Sanitizer] Refactor CommonFlags interface. NFC.
Alexey Samsonov
2014-12-19
10
-96
/
+125
*
[ASan] Change activation strategy.
Alexey Samsonov
2014-12-19
7
-36
/
+59
*
[Sanitizer] Make Quarantine::Init slightly safer.
Alexey Samsonov
2014-12-19
1
-6
/
+10
*
[ASan] Introduce AllocatorOptions to configure allocator behavior.
Alexey Samsonov
2014-12-19
4
-43
/
+81
*
[ASan] Restrict the set of flags overriden at activation.
Alexey Samsonov
2014-12-19
1
-26
/
+50
*
[ASan] Move flag validation from ParseFlagsFromString() to InitializeFlags().
Alexey Samsonov
2014-12-19
1
-5
/
+5
*
builtins: rely on the compiler for user label prefix
Saleem Abdulrasool
2014-12-19
1
-12
/
+6
*
[lsan] Add debug output to leak_check_before_thread_started.cc.
Sergey Matveev
2014-12-19
1
-2
/
+1
*
[sanitizer] Rename InitIfLinkerInitialized to InitLinkerInitialized.
Sergey Matveev
2014-12-19
2
-9
/
+9
*
tsan: intercept closedir
Dmitry Vyukov
2014-12-19
1
-0
/
+9
*
[asan] Test BB- and edge- level coverage on Android.
Evgeniy Stepanov
2014-12-19
1
-5
/
+81
*
[asan] Add tests for direct (mmap-ed) mode for BB- and edge-level coverage.
Evgeniy Stepanov
2014-12-19
1
-2
/
+41
*
[asan] Resurrect sanitize-coverage test on Android.
Evgeniy Stepanov
2014-12-19
2
-5
/
+5
*
tsan: add an additional test for signal handlers
Dmitry Vyukov
2014-12-18
1
-0
/
+52
*
tsan: disable __tls_get_addr interceptor
Dmitry Vyukov
2014-12-18
2
-0
/
+16
*
tsan: fix data races between signal handler and sigaction
Dmitry Vyukov
2014-12-18
2
-17
/
+106
*
Fix suppressions file usage
Filipe Cabecinhas
2014-12-18
15
-32
/
+32
*
[Sanitizer] Fix GetRSS on Linux with non-4k pages
Jay Foad
2014-12-18
1
-2
/
+2
*
tsan: fix deadlock reporting
Dmitry Vyukov
2014-12-18
1
-0
/
+1
*
tsan: fix failing CHECK In deadlock detector
Dmitry Vyukov
2014-12-18
2
-32
/
+6
*
tsan: disable the test even harder
Dmitry Vyukov
2014-12-18
1
-9
/
+36
*
tsan: add a stress test for deadlock detector
Dmitry Vyukov
2014-12-18
1
-0
/
+188
*
tsan: don't crash with NULL deref during reporting
Dmitry Vyukov
2014-12-18
1
-1
/
+3
*
tsan: disable flaky debug check
Dmitry Vyukov
2014-12-18
1
-2
/
+3
*
Do not define CRT_HAS_128BIT for MIPS64
Petar Jovanovic
2014-12-18
1
-1
/
+2
*
[ASan] Mark test for -fsized-delete as XFAIL for dynamic runtime.
Alexey Samsonov
2014-12-17
1
-1
/
+1
[prev]
[next]