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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
3
-1
/
+14
*
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
2
-0
/
+14
*
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
*
[sanitizer] Intercept getgroups.
Evgeniy Stepanov
2013-08-12
5
-1
/
+28
*
[tests] Add one more lit rename update I missed.
Daniel Dunbar
2013-08-09
1
-0
/
+2
*
[tests] Update to use lit_config and lit package, as appropriate.
Daniel Dunbar
2013-08-09
26
-100
/
+120
*
[sanitizer] Fix handling of %n in scanf interceptor.
Evgeniy Stepanov
2013-08-09
2
-2
/
+4
*
[sanitizer] Limit scandir interceptor to Linux.
Evgeniy Stepanov
2013-08-08
1
-1
/
+1
*
[sanitizer] Intercept scandir/scandir64.
Evgeniy Stepanov
2013-08-08
9
-1
/
+206
*
tsan: better diagnostics for invalid addresses passed to free()
Dmitry Vyukov
2013-08-08
1
-1
/
+4
*
[sanitizer] Intercept strerror and strerror_r.
Evgeniy Stepanov
2013-08-08
5
-1
/
+65
*
[sanitizer] ASan/MSan tests for r187967.
Evgeniy Stepanov
2013-08-08
2
-0
/
+39
*
Simplify (and fix) check-dfsan configs
Alexey Samsonov
2013-08-08
4
-24
/
+9
*
DataFlowSanitizer; compiler-rt changes.
Peter Collingbourne
2013-08-07
11
-0
/
+456
*
[TSan] Fix free_race.c by removing `not` from the test invocation that doesn'...
Alexander Potapenko
2013-08-07
1
-3
/
+2
*
[TSan] Let the users suppress use-after-free errors using the "race:" suppres...
Alexander Potapenko
2013-08-07
3
-10
/
+18
*
ASan: fix one more test case for pipefail
Alexey Samsonov
2013-08-07
1
-1
/
+1
*
Distinguish 32-bit ASan from 64-bit ASan in lit configs
Alexey Samsonov
2013-08-07
1
-1
/
+1
*
Enable pipefail for ASan tests
Alexey Samsonov
2013-08-07
47
-119
/
+117
*
[sanitizer] Intercept sched_getaffinity.
Evgeniy Stepanov
2013-08-07
5
-1
/
+26
*
Enable pipefail for TSan tests
Alexey Samsonov
2013-08-07
65
-66
/
+64
*
Enable pipefail for LSan tests
Alexey Samsonov
2013-08-07
19
-20
/
+19
*
Revert "[sanitizer] Intercept sched_getaffinity."
David Blaikie
2013-08-07
5
-26
/
+1
*
[libsanitizer] Drive-by fix for -Wempty-body in sanitizer_common_syscalls.inc
Alexander Potapenko
2013-08-06
1
-6
/
+18
*
[sanitizer] Fix NULL arg handling in setitimer/getitimer interceptors.
Evgeniy Stepanov
2013-08-06
2
-2
/
+10
*
[sanitizer] Intercept sched_getaffinity.
Evgeniy Stepanov
2013-08-06
5
-1
/
+26
[next]