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
/
tsan
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Sanitizer] Refactor symbolization interface: use class instead of several fu...
Alexey Samsonov
2013-09-10
2
-8
/
+8
*
Delete unused variables.
Eli Friedman
2013-09-10
1
-1
/
+0
*
[tsan] make calloc crash instead of returning 0 on overflow (controlled by th...
Kostya Serebryany
2013-09-06
5
-4
/
+74
*
[tsan] add colors to tsan output
Kostya Serebryany
2013-09-05
1
-2
/
+43
*
tsan: catch races on condition variables
Dmitry Vyukov
2013-09-03
3
-0
/
+95
*
[TSan] fixup for r189791: don't put ; on the newline
Alexey Samsonov
2013-09-03
1
-3
/
+1
*
tsan: add suppressions for true/false positives in standard libraries
Dmitry Vyukov
2013-09-03
1
-0
/
+14
*
[TSan] Move the /proc/self/maps parsing logic to sanitizer_common
Alexander Potapenko
2013-09-03
1
-57
/
+20
*
tsan: properly intercept pthread_cond functions
Dmitry Vyukov
2013-09-02
5
-41
/
+91
*
[TSan] Add a couple of compiler warnings to TSan runtime compile flags
Alexey Samsonov
2013-08-29
1
-5
/
+9
*
[TSan] Move build rules a bit to ensure correct dependencies of check-tsan co...
Alexey Samsonov
2013-08-29
2
-53
/
+51
*
Properly generate lists of exported symbols for sanitizer runtimes
Alexey Samsonov
2013-08-27
5
-66
/
+17
*
tsan: better report formatting for Go
Dmitry Vyukov
2013-08-16
3
-14
/
+32
*
tsan: intercept getaddrinfo
Dmitry Vyukov
2013-08-13
1
-0
/
+15
*
tsan/msan: add halt_on_error flag
Dmitry Vyukov
2013-08-13
5
-1
/
+33
*
[*San/RTL] Fix minor breakage
Timur Iskhodzhanov
2013-08-13
1
-8
/
+10
*
Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...
Timur Iskhodzhanov
2013-08-13
4
-58
/
+64
*
Add "CHECK-" prefix to un-break buildbot failure.
Rui Ueyama
2013-08-12
1
-2
/
+2
*
[sanitizer] Intercept poll/ppoll.
Evgeniy Stepanov
2013-08-12
3
-7
/
+3
*
[sanitizer] Intercept getgroups.
Evgeniy Stepanov
2013-08-12
2
-0
/
+2
*
[tests] Update to use lit_config and lit package, as appropriate.
Daniel Dunbar
2013-08-09
4
-16
/
+20
*
[sanitizer] Intercept scandir/scandir64.
Evgeniy Stepanov
2013-08-08
2
-0
/
+4
*
[sanitizer] Intercept strerror and strerror_r.
Evgeniy Stepanov
2013-08-08
2
-0
/
+4
*
[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
*
[sanitizer] Intercept sched_getaffinity.
Evgeniy Stepanov
2013-08-07
2
-0
/
+2
*
Enable pipefail for TSan tests
Alexey Samsonov
2013-08-07
65
-66
/
+64
*
Revert "[sanitizer] Intercept sched_getaffinity."
David Blaikie
2013-08-07
2
-2
/
+0
*
[sanitizer] Intercept sched_getaffinity.
Evgeniy Stepanov
2013-08-06
2
-0
/
+2
*
[msan] Intercept confstr.
Evgeniy Stepanov
2013-07-30
2
-0
/
+2
*
Disable pipefail for ThreadSanitizer.
Rafael Espindola
2013-07-26
1
-0
/
+2
*
Use --driver-mode=g++ instead of -ccc-cxx; required after Clang r186605
Hans Wennborg
2013-07-18
1
-1
/
+1
*
tsan: treat SIGSYS as synchronous signal
Dmitry Vyukov
2013-07-18
1
-1
/
+2
*
tsan: disable one more interceptor that causes recursion
Dmitry Vyukov
2013-07-17
1
-0
/
+1
*
[Sanitizer] move strcpy and strncpy to common interceptors
Alexey Samsonov
2013-07-16
1
-26
/
+0
*
tsan: support sigsuspend() call
Dmitry Vyukov
2013-07-16
4
-0
/
+46
*
[sanitizer] Support GLOB_ALTDIRFUNC in glob interceptor.
Evgeniy Stepanov
2013-07-09
1
-3
/
+6
*
[sanitizer] Intercept realpath and canonicalize_file_name.
Evgeniy Stepanov
2013-07-09
2
-0
/
+4
*
[sanitizer] Intercept tcgetattr.
Evgeniy Stepanov
2013-07-04
2
-0
/
+2
*
[sanitizer] More interceptors.
Evgeniy Stepanov
2013-07-04
2
-0
/
+16
*
[sanitizer] Intercept mbtowc, mbrtowc, get_current_dir_name.
Evgeniy Stepanov
2013-07-02
2
-0
/
+4
*
[sanitizer] Intercept setlocale.
Evgeniy Stepanov
2013-07-02
2
-0
/
+2
*
[sanitizer] Intercept getnameinfo.
Evgeniy Stepanov
2013-07-01
2
-0
/
+2
*
Hide mlock/munlock info message under verbosity flag.
Alexey Samsonov
2013-07-01
1
-1
/
+2
*
Define the path to llvm-symbolizer tool in a common config to reduce copy-paste
Alexey Samsonov
2013-06-30
1
-5
/
+2
*
Fix typo found by Clang fix for extern "C" function handling.
Richard Smith
2013-06-28
1
-1
/
+1
*
[sanitizer] Intercept ptrace.
Evgeniy Stepanov
2013-06-28
2
-0
/
+2
*
tsan: revert dynamic symbols file to the old incorrect one
Dmitry Vyukov
2013-06-27
2
-382
/
+5
*
tsan: remove non-existent functions from syms file
Dmitry Vyukov
2013-06-27
2
-13
/
+10
*
[TSan] try to fix Go build
Alexey Samsonov
2013-06-27
1
-0
/
+1
[next]