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
*
Properly generate lists of exported symbols for sanitizer runtimes
Alexey Samsonov
2013-08-27
18
-100
/
+137
*
[msan] Save/restore va_arg_overflow_tls in signal handlers.
Evgeniy Stepanov
2013-08-27
4
-29
/
+58
*
Revert r189347: it breaks on machines w/o installed debug versions of system ...
Alexey Samsonov
2013-08-27
1
-1
/
+0
*
LSan: Check that dynamic linker library is properly symbolized
Alexey Samsonov
2013-08-27
1
-0
/
+1
*
[msan] Unpoison all TLS shadow when leaving a signal handler.
Evgeniy Stepanov
2013-08-27
4
-0
/
+85
*
[msan] Fix a data race in signal/sigaction interceptors.
Evgeniy Stepanov
2013-08-27
1
-6
/
+17
*
[msan] A test for ppoll() interceptor.
Evgeniy Stepanov
2013-08-27
1
-0
/
+25
*
[sanitizer] Simplify sigaction and sigset_t handling.
Evgeniy Stepanov
2013-08-27
4
-37
/
+54
*
cmake: fix the compiler-rt build with MSVC
Hans Wennborg
2013-08-27
4
-42
/
+91
*
[sanitizer] Add a fast version of StackDepotGet() for use in LSan.
Sergey Matveev
2013-08-26
6
-5
/
+129
*
[sanitizer] Handle Die() in StopTheWorld.
Sergey Matveev
2013-08-26
3
-42
/
+82
*
[dfsan] Integration test for the equal-labels case
Peter Collingbourne
2013-08-23
1
-0
/
+5
*
[msan] Extend VAArgTLSOverwrite test.
Evgeniy Stepanov
2013-08-23
1
-4
/
+15
*
Slightly improve lint checker script and fix a few style issues
Alexey Samsonov
2013-08-23
3
-33
/
+40
*
[lsan] Add a regression test for building C code.
Sergey Matveev
2013-08-22
4
-0
/
+29
*
[sanitizer] Fix build when scanf interceptors are enabled, and __isoc99_*scan...
Evgeniy Stepanov
2013-08-22
1
-13
/
+21
*
[lsan] Add a stress test.
Sergey Matveev
2013-08-22
1
-0
/
+46
*
[lsan] Follow-up to r189010 - do the same in Makefile build.
Sergey Matveev
2013-08-22
1
-1
/
+1
*
[lsan] Build standalone LSan with -fno-rtti.
Sergey Matveev
2013-08-22
2
-2
/
+3
*
Add missing ']'.
Bill Wendling
2013-08-21
1
-1
/
+1
*
For Darwin builds, locate tools using xcrun when available.
Bob Wilson
2013-08-21
1
-1
/
+12
*
[LSan] Add support for building standalone LSan runtime to Make build (compil...
Alexey Samsonov
2013-08-20
2
-5
/
+14
*
It appears that glibc 2.13 has the same thread descriptor size as 2.11,
Chandler Carruth
2013-08-18
1
-3
/
+3
*
Revert r188369 (and r188455) which breaks the build on at least some
Chandler Carruth
2013-08-18
5
-534
/
+505
*
Fix endian conditions on Solaris. From Alexander Esilevich.
Joerg Sonnenberger
2013-08-17
1
-3
/
+5
*
[ASan/RTL] Disable colored reporting on Windows
Timur Iskhodzhanov
2013-08-16
2
-0
/
+7
*
tsan: better report formatting for Go
Dmitry Vyukov
2013-08-16
3
-14
/
+32
*
[ASan/RTL] Disable alloc_dealloc_mismatch by default on Windows
Timur Iskhodzhanov
2013-08-16
1
-3
/
+3
*
[dfsan] Initial set of custom functions and interceptors for libc.
Peter Collingbourne
2013-08-15
9
-3
/
+4310
*
[dfsan] Runtime support for -dfsan-debug-nonzero-labels feature.
Peter Collingbourne
2013-08-15
1
-0
/
+5
*
[sanitizer] Add missing include.
Evgeniy Stepanov
2013-08-15
1
-0
/
+3
*
[dfsan] New __dfsan_set_label runtime function.
Peter Collingbourne
2013-08-14
1
-2
/
+7
*
[dfsan] Runtime support for ABI list functionality; can now run integration t...
Peter Collingbourne
2013-08-14
7
-10
/
+60
*
[sanitizer] Split platform_limits_posix into system- and kernel-dependent parts.
Evgeniy Stepanov
2013-08-14
5
-505
/
+531
*
[dfsan] Introduce dfsan_read_label runtime function.
Peter Collingbourne
2013-08-13
4
-1
/
+17
*
dfsan: fix lint warning
Dmitry Vyukov
2013-08-13
1
-1
/
+1
*
tsan: intercept getaddrinfo
Dmitry Vyukov
2013-08-13
1
-0
/
+15
*
[ASan/Win] Oops, forgot to add the attributes to the memory allocations funct...
Timur Iskhodzhanov
2013-08-13
1
-0
/
+11
*
tsan/msan: add halt_on_error flag
Dmitry Vyukov
2013-08-13
9
-8
/
+49
*
[ASan/Win] Hook some memory allocation functions; passes simple sanity test now
Timur Iskhodzhanov
2013-08-13
1
-23
/
+89
*
[ASan/Win] Add the first version of the RTL thunk that should be linked with ...
Timur Iskhodzhanov
2013-08-13
1
-0
/
+79
*
Add a FIXME to check_lint
Timur Iskhodzhanov
2013-08-13
1
-0
/
+3
*
[*San/RTL] One more minor fix
Timur Iskhodzhanov
2013-08-13
1
-2
/
+2
*
[*San/RTL] Fix minor breakage
Timur Iskhodzhanov
2013-08-13
2
-8
/
+13
*
Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...
Timur Iskhodzhanov
2013-08-13
22
-159
/
+167
*
[dfsan] Remove the unused __dfsan_memcpy function.
Peter Collingbourne
2013-08-13
1
-7
/
+0
*
[dfsan] Begin a private header and move shadow_for there.
Peter Collingbourne
2013-08-12
2
-4
/
+36
*
[dfsan] Introduce dfsan_union runtime function.
Peter Collingbourne
2013-08-12
3
-0
/
+18
*
Add "CHECK-" prefix to un-break buildbot failure.
Rui Ueyama
2013-08-12
7
-28
/
+28
*
[sanitizer] Intercept poll/ppoll.
Evgeniy Stepanov
2013-08-12
10
-8
/
+119
[next]