summaryrefslogtreecommitdiffstats
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
* [msan] Allow waitpid while in __msan_init().Evgeniy Stepanov2013-01-231-0/+2
* [sanitizer] increase the minimal mmap size in allocator to 2^16; fix the asan...Kostya Serebryany2013-01-232-1/+2
* [asan] initialize kHighMemEnd at startup (instead of at compile time) to simp...Kostya Serebryany2013-01-234-12/+28
* tsan: add stubs for malloc introspection (similar to what we have in asan)Dmitry Vyukov2013-01-231-0/+32
* tsan: add missing interceptorsDmitry Vyukov2013-01-231-0/+2
* [asan] simplify the code that poisons global redzones, add some more testsKostya Serebryany2013-01-237-22/+87
* [msan] gethostbyname interceptor.Evgeniy Stepanov2013-01-232-0/+20
* [msan] Remove the trap handler code.Evgeniy Stepanov2013-01-222-18/+0
* [msan] Follow -msan-keep-going in reports from interceptors.Evgeniy Stepanov2013-01-221-0/+6
* [msan] Fix linkage type of __msan_track_origins.Evgeniy Stepanov2013-01-221-1/+1
* [msan] Simplify test code.Evgeniy Stepanov2013-01-221-4/+2
* [msan] Test handling of volatile bitfields.Evgeniy Stepanov2013-01-221-0/+16
* [msan] Stop using volatile assignments as undef checks in MSan tests.Evgeniy Stepanov2013-01-221-429/+430
* [ASan] Disable the new/delete implementations for OSXAlexander Potapenko2013-01-221-2/+3
* ASan: add output test for -fsanitize-address-zero-based-shadow option on LinuxAlexey Samsonov2013-01-221-0/+27
* [ASan] Remove the declarations of pthread_workqueue_t and pthread_workitem_ha...Alexander Potapenko2013-01-221-3/+0
* ASan: use Clang -fsanitize-blacklist flag in unit tests (instead of -mllvm)Alexey Samsonov2013-01-221-1/+1
* [ASan] Fix the path to ASan interface in interface_symbols_linux.cAlexander Potapenko2013-01-221-2/+2
* [ASan] Moved interface_symbols.c to lit_tests/Linux.Alexander Potapenko2013-01-221-0/+0
* [ASan] Use dylib interposition to hook memory allocation in the dynamic runtime.Alexander Potapenko2013-01-2212-267/+216
* ASan: simplify build rules for unit testsAlexey Samsonov2013-01-221-17/+19
* ASan: disable flexible mapping and offset on Android. It doesn't work for dyn...Alexey Samsonov2013-01-222-3/+5
* [asan] split asan_test.cc even moreKostya Serebryany2013-01-223-588/+575
* [asan] split asan_test.cc moreKostya Serebryany2013-01-224-225/+257
* [asan] split asan_test.cc to speedup parallel build (most important if buildi...Kostya Serebryany2013-01-224-165/+181
* [asan] fix linux buildKostya Serebryany2013-01-211-9/+9
* [ASan] Move Mac-specific tests to asan_mac_test.ccAlexander Potapenko2013-01-214-232/+249
* CMake: generalize checking for target availability and add initial support fo...Alexey Samsonov2013-01-213-28/+32
* [sanitizer] Disable scanf interceptor on windows.Evgeniy Stepanov2013-01-211-1/+1
* Fixup for r173021: build tests with zero-based shadow on Android only, fix co...Alexey Samsonov2013-01-213-5/+5
* [sanitizer] Define va_copy on win32.Evgeniy Stepanov2013-01-211-0/+4
* [tsan] fix thread_name.cc test to work with older versions of libcKostya Serebryany2013-01-211-0/+4
* ASan: build unit tests with -fsanitize-address-zero-base-shadow on Linux and ...Alexey Samsonov2013-01-214-19/+34
* [asan] Move *scanf declarations out of mac-only section.Evgeniy Stepanov2013-01-211-23/+23
* ASan: build runtime flexible mapping and offset in configure+make build as wellAlexey Samsonov2013-01-212-5/+9
* ASan: use dynamic lookup when building dynamic ASan runtime on Mac, because s...Alexey Samsonov2013-01-211-1/+4
* ASan: build runtime library with ASAN_FLEXIBLE_MAPPING_AND_OFFSET=1 as shadow...Alexey Samsonov2013-01-211-12/+9
* CMake: add functions creating universal runtime libraries for several archite...Alexey Samsonov2013-01-214-67/+74
* CMake: Add add_compiler_rt_osx_object_library to create universal libraries o...Alexey Samsonov2013-01-203-8/+22
* CMake: use add_compiler_rt_static_runtime to build TSan and MSan runtimes. No...Alexey Samsonov2013-01-202-29/+18
* CMake: Add add_compiler_rt_static_runtime function and use it to build generi...Alexey Samsonov2013-01-203-51/+76
* Temporary disable test added in r172828 as it seems to be flaky on the buildbotsAlexey Samsonov2013-01-201-0/+0
* Fixup for r172828: use InternalScopedBuffer in favor of large stack buffersAlexey Samsonov2013-01-201-4/+4
* Fix a typo from r172289Alexey Samsonov2013-01-181-1/+1
* CMake: Generalize build rules for different arches for sanitizer_common, asan...Alexey Samsonov2013-01-186-66/+43
* [ASan] Fix the log_path option to use different log files for parent and chil...Alexander Potapenko2013-01-182-9/+47
* [sanitizer] Workaround broken mktemp on certain platforms.Evgeniy Stepanov2013-01-181-3/+5
* CMake: create AddCompilerRT module and implement convenience add_compiler_rt_...Alexey Samsonov2013-01-188-44/+54
* [sanitizer] Enable cpplint for .inc files.Evgeniy Stepanov2013-01-183-7/+19
* [sanitizer] lintEvgeniy Stepanov2013-01-185-14/+26
OpenPOWER on IntegriCloud