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
*
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
18
-120
/
+174
*
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
*
[build/clang_darwin] Fix the case reversal in r173465.
Daniel Dunbar
2013-01-30
1
-1
/
+1
*
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
11
-130
/
+127
*
Use LLVM_BUILD_TYPE instead of CMAKE_BUILD_TYPE in compiler-rt unit tests to ...
Alexey Samsonov
2013-01-30
4
-5
/
+18
*
[msan] Remove an extra #ifdef.
Evgeniy Stepanov
2013-01-30
1
-2
/
+1
*
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
8
-142
/
+261
*
tsan: dump stack on internal assert failure
Dmitry Vyukov
2013-01-29
2
-0
/
+17
*
tsan: support for inprocess symbolizer
Dmitry Vyukov
2013-01-29
3
-9
/
+58
*
tsan: remember when we are inside of symbolizer code (required for inprocess ...
Dmitry Vyukov
2013-01-29
2
-0
/
+18
*
ASan: fix lint
Alexey Samsonov
2013-01-29
1
-6
/
+6
*
[sanitizer] Copy sanitizer headers to the build tree.
Evgeniy Stepanov
2013-01-29
1
-0
/
+33
*
asan: fix the test
Dmitry Vyukov
2013-01-29
1
-1
/
+1
*
tsan: fix the message (tsan is not asan)
Dmitry Vyukov
2013-01-29
1
-1
/
+1
*
tsan: add IsSymbolizerAvailable() function for querying for presence of inter...
Dmitry Vyukov
2013-01-29
3
-24
/
+35
*
tsan: add interceptor stubs for stat family of functions
Dmitry Vyukov
2013-01-29
3
-0
/
+96
*
[ASan] fix deallocation hook in allocator2: according to specification, deall...
Alexey Samsonov
2013-01-29
1
-2
/
+1
*
[ASan] Do allocate memory even for zero-size allocation requests. Explain why...
Alexey Samsonov
2013-01-29
2
-10
/
+30
*
Use the correct order of NOINLINE vs ret type to fix Windows build
Timur Iskhodzhanov
2013-01-28
1
-7
/
+7
*
[msan] A runtime call to support custom allocators.
Evgeniy Stepanov
2013-01-28
2
-0
/
+18
*
[msan] Remove icmp tests that require exact shadow propagation.
Evgeniy Stepanov
2013-01-28
1
-7
/
+0
*
[ASan] fix a bug in allocator-v2 which could lead to SEGV on realloc(malloc(0...
Alexey Samsonov
2013-01-28
2
-1
/
+10
*
CMake: simplify build rules for compiler-rt unit tests. This fixes warnings i...
Alexey Samsonov
2013-01-28
1
-3
/
+1
*
[asan] fix a crash in asan stats printing (initialize the allocator in __asan...
Kostya Serebryany
2013-01-28
4
-6
/
+9
*
[asan] two more internal flags for asan-rt: print_stats (0) and print_legend ...
Kostya Serebryany
2013-01-28
3
-14
/
+28
*
[CMake] Fix compiler-rt tests after r173617
Alexey Samsonov
2013-01-28
4
-12
/
+5
*
AddCompilerRT.cmake: Try to unbreak since r173617.
NAKAMURA Takumi
2013-01-27
1
-1
/
+1
*
[build/clang_darwin] Don't try to run sw_vers if we don't have it.
Daniel Dunbar
2013-01-25
1
-1
/
+3
*
[msan] Tests for ICmp handling.
Evgeniy Stepanov
2013-01-25
1
-0
/
+77
*
[Sanitizer] More fixes to scanf interceptor: stub support for %s, support for...
Alexey Samsonov
2013-01-25
2
-0
/
+28
*
[sanitizer] improve the calloc overflow check (spotted by samsonov@)
Kostya Serebryany
2013-01-25
2
-2
/
+12
*
[sanitizer] fix calloc overflow in asan/tsan/msan
Kostya Serebryany
2013-01-25
9
-0
/
+41
*
[Sanitizer] fix errors in scanf interceptors: add support for %c and fix case...
Alexey Samsonov
2013-01-25
2
-8
/
+24
*
tsan: return the old fake numbers from malloc stats (some code already depend...
Dmitry Vyukov
2013-01-24
1
-2
/
+2
[next]