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
*
[sanitizer] OFF_T on Mac is u64.
Evgeniy Stepanov
2013-02-07
1
-0
/
+5
*
[tsan] race_on_write test
Kostya Serebryany
2013-02-07
1
-0
/
+39
*
[sanitizer] Exclude off64_t test on mac.
Evgeniy Stepanov
2013-02-07
1
-0
/
+3
*
[Sanitizer] include stddef.h for ptrdiff_t in interception type test
Alexey Samsonov
2013-02-07
1
-0
/
+1
*
Implement aeabi_{f,d}cmp*.
Zonr Chang
2013-02-07
4
-0
/
+82
*
[msan] add strip_path_prefix flag; print error summary; don't crash while pri...
Kostya Serebryany
2013-02-07
5
-4
/
+21
*
[sanitizer] Add a missing header.
Evgeniy Stepanov
2013-02-07
1
-0
/
+1
*
[sanitizer] Fix wrong size of OFF_T on 32-bit platforms.
Evgeniy Stepanov
2013-02-07
3
-1
/
+39
*
[TSan] skip multiple internal frames, if necessary
Alexey Samsonov
2013-02-06
3
-15
/
+13
*
[ASan] fix the interceptor for siglongjmp. As we're using dylib interposition...
Alexander Potapenko
2013-02-06
1
-3
/
+1
*
Use 64-bit inodes in file operations. ASan is now built with -mmacosx-version...
Alexander Potapenko
2013-02-06
1
-0
/
+6
*
[tsan] improve FrameIsInternal
Kostya Serebryany
2013-02-06
2
-1
/
+6
*
[tsan] print error summary line
Kostya Serebryany
2013-02-06
10
-25
/
+55
*
[asan] print a short one-line report summary after the full report. Currently...
Kostya Serebryany
2013-02-06
7
-6
/
+60
*
[ASan] Delete the code related to static runtime on OS X.
Alexander Potapenko
2013-02-05
18
-1357
/
+29
*
[asan] Fix Win/Mac build.
Evgeniy Stepanov
2013-02-05
1
-1
/
+1
*
[asan] Fix nonsensical reports of partial right OOB.
Evgeniy Stepanov
2013-02-05
9
-37
/
+62
*
asan/tsan: fix failing CHECK on windows
Dmitry Vyukov
2013-02-04
1
-4
/
+2
*
[Sanitizer] use proper casting in *stat functions on Mac
Alexey Samsonov
2013-02-04
1
-3
/
+3
*
[Sanitizer] extend internal libc with stat/fstat/lstat functions
Alexey Samsonov
2013-02-04
6
-30
/
+99
*
asan/tsan: fix compilation errors/bugs on Windows where long is 32-bit even i...
Dmitry Vyukov
2013-02-04
3
-4
/
+4
*
tsan: intercept bind/listen
Dmitry Vyukov
2013-02-04
3
-0
/
+24
*
[Sanitizer] use u32 instead of mode_t, which is defined in Darwin headers
Alexey Samsonov
2013-02-01
5
-5
/
+4
*
[ASan] remove debug output from the test
Alexey Samsonov
2013-02-01
1
-2
/
+0
*
[Sanitizer] make internal_open have the same interface as libc version
Alexey Samsonov
2013-02-01
11
-15
/
+45
*
tsan: catch races on fd in more cases
Dmitry Vyukov
2013-02-01
1
-0
/
+12
*
[TSan] remove artifacts from gotsan build in 'make clean' command
Alexey Samsonov
2013-02-01
1
-0
/
+1
*
tsan: even if races between atomic and plain memory accesses are turned off (...
Dmitry Vyukov
2013-02-01
8
-12
/
+101
*
tsan: say that the memory access is atomic in reports
Dmitry Vyukov
2013-02-01
6
-4
/
+42
*
tsan: remember 2 stack frames for atomics (caller and atomic itself)
Dmitry Vyukov
2013-02-01
1
-14
/
+19
*
tsan: add flag to not report races between atomic and plain memory accesses
Dmitry Vyukov
2013-02-01
3
-4
/
+13
*
tsan: flip is_write bit in shadow to is_read
Dmitry Vyukov
2013-02-01
2
-14
/
+14
*
tsan: detect races between plain and atomic memory accesses
Dmitry Vyukov
2013-02-01
16
-89
/
+283
*
[sanitizer] make the error messages from sanitizer_common contain the actual ...
Kostya Serebryany
2013-01-31
6
-9
/
+18
*
[ASan] Split ASan interface header into private and public parts. Add a test ...
Alexey Samsonov
2013-01-31
17
-14
/
+143
*
tsan: switch to explicit thread contexts in Go (instead of monotonic goroutin...
Dmitry Vyukov
2013-01-31
2
-69
/
+51
*
tsan: do not check for intersecting memory accesses in Go (all accesses are 1...
Dmitry Vyukov
2013-01-31
1
-2
/
+2
*
asan/tsan: manually define FUTEX constants, because <linux/futes.h> header is...
Dmitry Vyukov
2013-01-30
1
-2
/
+5
*
tsan: fix CPP_WEAK definition (it must be the other way around)
Dmitry Vyukov
2013-01-30
1
-3
/
+3
*
[Sanitizer] include sanitizer_common headers when building interception library
Alexey Samsonov
2013-01-30
4
-1
/
+5
*
[Sanitizer] Add change missed in r173926
Alexey Samsonov
2013-01-30
1
-1
/
+7
*
[sanitizer] Further split private and public sanitizer headers.
Evgeniy Stepanov
2013-01-30
9
-25
/
+95
*
Use LLVM_BUILD_TYPE instead of CMAKE_BUILD_TYPE in compiler-rt unit tests to ...
Alexey Samsonov
2013-01-30
4
-5
/
+18
*
tsan: introduce a helped macro CPP_WEAK (Go linker does not support weak symb...
Dmitry Vyukov
2013-01-30
2
-5
/
+4
*
tsan: add OnFinalize() callback for frontends
Dmitry Vyukov
2013-01-30
1
-0
/
+11
*
[TSan] relax output tests a bit to make them pass in gcc build
Alexey Samsonov
2013-01-30
4
-6
/
+6
*
[Sanitizer] update style checker script and fix namespace style warnings
Alexey Samsonov
2013-01-30
16
-17
/
+17
*
[tsan] Fix checks for siginfo_t in tests
Will Dietz
2013-01-29
2
-2
/
+2
*
[msan] Cleanup public interface header.
Evgeniy Stepanov
2013-01-29
7
-45
/
+168
*
tsan: dump stack on internal assert failure
Dmitry Vyukov
2013-01-29
2
-0
/
+17
[next]