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
*
[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
*
tsan: add stubs for malloc introspection (similar to what we have in asan)
Dmitry Vyukov
2013-01-23
1
-0
/
+32
*
tsan: add missing interceptors
Dmitry Vyukov
2013-01-23
1
-0
/
+2
*
[asan] simplify the code that poisons global redzones, add some more tests
Kostya Serebryany
2013-01-23
7
-22
/
+87
*
[msan] gethostbyname interceptor.
Evgeniy Stepanov
2013-01-23
2
-0
/
+20
*
[msan] Remove the trap handler code.
Evgeniy Stepanov
2013-01-22
2
-18
/
+0
*
[msan] Follow -msan-keep-going in reports from interceptors.
Evgeniy Stepanov
2013-01-22
1
-0
/
+6
*
[msan] Fix linkage type of __msan_track_origins.
Evgeniy Stepanov
2013-01-22
1
-1
/
+1
*
[msan] Simplify test code.
Evgeniy Stepanov
2013-01-22
1
-4
/
+2
*
[msan] Test handling of volatile bitfields.
Evgeniy Stepanov
2013-01-22
1
-0
/
+16
*
[msan] Stop using volatile assignments as undef checks in MSan tests.
Evgeniy Stepanov
2013-01-22
1
-429
/
+430
*
[ASan] Disable the new/delete implementations for OSX
Alexander Potapenko
2013-01-22
1
-2
/
+3
*
ASan: add output test for -fsanitize-address-zero-based-shadow option on Linux
Alexey Samsonov
2013-01-22
1
-0
/
+27
*
[ASan] Remove the declarations of pthread_workqueue_t and pthread_workitem_ha...
Alexander Potapenko
2013-01-22
1
-3
/
+0
*
ASan: use Clang -fsanitize-blacklist flag in unit tests (instead of -mllvm)
Alexey Samsonov
2013-01-22
1
-1
/
+1
*
[ASan] Fix the path to ASan interface in interface_symbols_linux.c
Alexander Potapenko
2013-01-22
1
-2
/
+2
*
[ASan] Moved interface_symbols.c to lit_tests/Linux.
Alexander Potapenko
2013-01-22
1
-0
/
+0
*
[ASan] Use dylib interposition to hook memory allocation in the dynamic runtime.
Alexander Potapenko
2013-01-22
12
-267
/
+216
*
ASan: simplify build rules for unit tests
Alexey Samsonov
2013-01-22
1
-17
/
+19
*
ASan: disable flexible mapping and offset on Android. It doesn't work for dyn...
Alexey Samsonov
2013-01-22
2
-3
/
+5
*
[asan] split asan_test.cc even more
Kostya Serebryany
2013-01-22
3
-588
/
+575
*
[asan] split asan_test.cc more
Kostya Serebryany
2013-01-22
4
-225
/
+257
*
[asan] split asan_test.cc to speedup parallel build (most important if buildi...
Kostya Serebryany
2013-01-22
4
-165
/
+181
*
[asan] fix linux build
Kostya Serebryany
2013-01-21
1
-9
/
+9
*
[ASan] Move Mac-specific tests to asan_mac_test.cc
Alexander Potapenko
2013-01-21
4
-232
/
+249
*
CMake: generalize checking for target availability and add initial support fo...
Alexey Samsonov
2013-01-21
3
-28
/
+32
*
[sanitizer] Disable scanf interceptor on windows.
Evgeniy Stepanov
2013-01-21
1
-1
/
+1
*
Fixup for r173021: build tests with zero-based shadow on Android only, fix co...
Alexey Samsonov
2013-01-21
3
-5
/
+5
*
[sanitizer] Define va_copy on win32.
Evgeniy Stepanov
2013-01-21
1
-0
/
+4
*
[tsan] fix thread_name.cc test to work with older versions of libc
Kostya Serebryany
2013-01-21
1
-0
/
+4
*
ASan: build unit tests with -fsanitize-address-zero-base-shadow on Linux and ...
Alexey Samsonov
2013-01-21
4
-19
/
+34
*
[asan] Move *scanf declarations out of mac-only section.
Evgeniy Stepanov
2013-01-21
1
-23
/
+23
*
ASan: build runtime flexible mapping and offset in configure+make build as well
Alexey Samsonov
2013-01-21
2
-5
/
+9
*
ASan: use dynamic lookup when building dynamic ASan runtime on Mac, because s...
Alexey Samsonov
2013-01-21
1
-1
/
+4
*
ASan: build runtime library with ASAN_FLEXIBLE_MAPPING_AND_OFFSET=1 as shadow...
Alexey Samsonov
2013-01-21
1
-12
/
+9
*
CMake: add functions creating universal runtime libraries for several archite...
Alexey Samsonov
2013-01-21
4
-67
/
+74
*
CMake: Add add_compiler_rt_osx_object_library to create universal libraries o...
Alexey Samsonov
2013-01-20
3
-8
/
+22
*
CMake: use add_compiler_rt_static_runtime to build TSan and MSan runtimes. No...
Alexey Samsonov
2013-01-20
2
-29
/
+18
*
CMake: Add add_compiler_rt_static_runtime function and use it to build generi...
Alexey Samsonov
2013-01-20
3
-51
/
+76
*
Temporary disable test added in r172828 as it seems to be flaky on the buildbots
Alexey Samsonov
2013-01-20
1
-0
/
+0
*
Fixup for r172828: use InternalScopedBuffer in favor of large stack buffers
Alexey Samsonov
2013-01-20
1
-4
/
+4
*
Fix a typo from r172289
Alexey Samsonov
2013-01-18
1
-1
/
+1
*
CMake: Generalize build rules for different arches for sanitizer_common, asan...
Alexey Samsonov
2013-01-18
6
-66
/
+43
*
[ASan] Fix the log_path option to use different log files for parent and chil...
Alexander Potapenko
2013-01-18
2
-9
/
+47
*
[sanitizer] Workaround broken mktemp on certain platforms.
Evgeniy Stepanov
2013-01-18
1
-3
/
+5
*
CMake: create AddCompilerRT module and implement convenience add_compiler_rt_...
Alexey Samsonov
2013-01-18
8
-44
/
+54
*
[sanitizer] Enable cpplint for .inc files.
Evgeniy Stepanov
2013-01-18
3
-7
/
+19
*
[sanitizer] lint
Evgeniy Stepanov
2013-01-18
5
-14
/
+26
[next]