summaryrefslogtreecommitdiff
path: root/lib/asan
AgeCommit message (Expand)Author
2014-02-26Reapply r201910. MSVC gets __func__ defined explicitly, even though itJoerg Sonnenberger
2014-02-26[asan] remove UB (comparison of two unrelated pointers) from a testKostya Serebryany
2014-02-26[asan] asan_device_setup: fix a typo in usage textEvgeniy Stepanov
2014-02-26[asan] Remove .sh extension from asan_device_setup.Evgeniy Stepanov
2014-02-25[ASan] Don't set rpath when building ASan runtime libraries.Alexander Potapenko
2014-02-25[asan] Fix for size_t in Asan's new and delete operators on x64 FreeBSD in 32...Kostya Serebryany
2014-02-24[asan] simplify the code that compute the shadow offset; get rid of two inter...Kostya Serebryany
2014-02-22Revert "Replace __FUNCTION__ with __func__, the latter being standard C99/C++...Reid Kleckner
2014-02-21Replace __FUNCTION__ with __func__, the latter being standard C99/C++11.Joerg Sonnenberger
2014-02-20[CMake] break dependency between unit tests and runtimes in standalone buildAlexey Samsonov
2014-02-20[asan] Changes to asm instrumentation must be done through the generator script.Evgeniy Stepanov
2014-02-20[asan] Do all calls to __asan_report_* through PLT.Evgeniy Stepanov
2014-02-19[asan] A different way of detectinb stack overflow.Evgeniy Stepanov
2014-02-19[CMake] Introduce COMPILER_RT_INCLUDE_TESTS optionAlexey Samsonov
2014-02-19[asan] Improve stack overflow detection.Evgeniy Stepanov
2014-02-19[asan] Disable asm instrumentation and tests on Mac.Evgeniy Stepanov
2014-02-19[asan] Fix build on ARM.Evgeniy Stepanov
2014-02-19[asan] Added assembly functions for x86/amd64 asan.Evgeniy Stepanov
2014-02-18[ASan/Win] Add a couple more DLL thunksTimur Iskhodzhanov
2014-02-18[asan] Stack overflow detection.Evgeniy Stepanov
2014-02-18[CMake] Add top-level target for each compiler-rt library, and add 'compiler-...Alexey Samsonov
2014-02-18[CMake] Simplify setting compile flag disabling RTTIAlexey Samsonov
2014-02-18[CMake] Simplify code for detecting/setting compiler flagsAlexey Samsonov
2014-02-14[ASan] Rename asan_runtime_libraries to asan. Re-enable tests on Android.Alexey Samsonov
2014-02-14Move ASan lit-tests under test/asanAlexey Samsonov
2014-02-14[asan] Revert r201402, r201404.Evgeniy Stepanov
2014-02-14[asan] Disable assembly on windows.Evgeniy Stepanov
2014-02-14[asan] Added assembly functions for x86/amd64 asan.Evgeniy Stepanov
2014-02-14[sanitizer] Use mmap to zero-fill large shadow regions.Evgeniy Stepanov
2014-02-14Move shared configs for lit test suites to test/ and unittests/ directoriesAlexey Samsonov
2014-02-14[asan] Android test runner for ASan lit tests.Evgeniy Stepanov
2014-02-14[libsanitizer] Create SanitizerCommonDecorator which provides the Warning() a...Alexander Potapenko
2014-02-13[asan] Disable 1 test on Android.Evgeniy Stepanov
2014-02-13[asan] Remove extra clone() arguments in test.Evgeniy Stepanov
2014-02-13[asan] Enable signal and sigaction interceptors on Android.Evgeniy Stepanov
2014-02-13[asan] Enable SEGV handler on Android by default.Evgeniy Stepanov
2014-02-13[asan] Fix null_deref test with zero base shadow.Evgeniy Stepanov
2014-02-13Remove a check from strerror_r test.Evgeniy Stepanov
2014-02-13[asan] Avoid deadlock in CovDump.Evgeniy Stepanov
2014-02-13[sanitizer] AArch64 sanitizer support; patch by Christophe Lyon and Yvan RouxKostya Serebryany
2014-02-12[sanitizer] Fix wait4 interceptor on Android.Evgeniy Stepanov
2014-02-11[sanitizer] Use system unwinder in signal handlers on Android.Evgeniy Stepanov
2014-02-10Add a copy of missing <ucontext.h> for Android and enable ASan SEGV handler.Evgeniy Stepanov
2014-02-08Stick to C++98 for this.Nick Lewycky
2014-02-08Update these declarations of operator delete (and delete[]) to have noexcept,Nick Lewycky
2014-02-06[asan] fix testing on MacKostya Serebryany
2014-02-06[asan] introduce two functions that will allow implementations of C++ garbage...Kostya Serebryany
2014-02-05[sanitizer] hide two functions in the __sanitizer namespace to avoid exportin...Kostya Serebryany
2014-02-04[ASan/Win] Add DLL thunks for __asan_{,un}poison_memory_regionTimur Iskhodzhanov
2014-02-04[ASan] Get rid of asan_mac.h, which contents have been moved to sanitizer_mac.hAlexander Potapenko