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
*
[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
*
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
*
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
1
-0
/
+13
*
[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
*
[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
3
-9
/
+4
*
[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
*
[Sanitizer] use stub InternalSymbolizer on platforms where we don't have weak...
Alexey Samsonov
2013-01-24
1
-5
/
+11
*
tsan: suppress reports using both stacks
Dmitry Vyukov
2013-01-24
2
-13
/
+17
*
tsan: allow a front-end to provide default suppressions
Dmitry Vyukov
2013-01-24
3
-10
/
+21
*
[Sanitizer] Add skeleton for InternalSymbolizer that can be used by providing...
Alexey Samsonov
2013-01-24
1
-0
/
+51
*
[asan] run-time tests for adaptive redzones
Kostya Serebryany
2013-01-24
3
-0
/
+15
*
[ASan] fix compilation on Mac by adding a missing pwrite parameter.
Alexander Potapenko
2013-01-24
1
-1
/
+2
*
tsan: implement malloc stats querying
Dmitry Vyukov
2013-01-24
7
-52
/
+254
*
asan/tsan: fix pwrite interceptors
Dmitry Vyukov
2013-01-24
1
-6
/
+7
*
tsan: also test asan during presubmit checks, because sanitizer_common change...
Dmitry Vyukov
2013-01-24
1
-1
/
+1
*
[msan] Allow waitpid while in __msan_init().
Evgeniy Stepanov
2013-01-23
1
-0
/
+2
*
[sanitizer] increase the minimal mmap size in allocator to 2^16; fix the asan...
Kostya Serebryany
2013-01-23
2
-1
/
+2
*
[asan] initialize kHighMemEnd at startup (instead of at compile time) to simp...
Kostya Serebryany
2013-01-23
4
-12
/
+28
[next]