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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[asan] Support ASAN_ACTIVATION_OPTIONS.
Evgeniy Stepanov
2014-12-24
2
-1
/
+15
*
[ASan/Win] Bandaid fix for PR22025 -- deadlocks when creating suspended threads
Timur Iskhodzhanov
2014-12-24
2
-15
/
+40
*
[sanitizer] Disable InternalMmapWithOffset test on OSX.
Evgeniy Stepanov
2014-12-24
1
-1
/
+1
*
[sanitizer] Fix off-by-8x in direct coverage.
Evgeniy Stepanov
2014-12-24
2
-4
/
+27
*
[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
[prev]
[next]