summaryrefslogtreecommitdiff
path: root/lib/asan
AgeCommit message (Expand)Author
2014-03-19[CMake] Fix build of ASan tests on MacAlexey Samsonov
2014-03-19[CMake] Build sanitizer unit tests with -std=c++11Alexey Samsonov
2014-03-14[ASan] Remove the unneeded ASAN_RUNTIME_LDFLAGS.Alexander Potapenko
2014-03-13Work around PR19125: -Wconstant-logical-operand false positiveTimur Iskhodzhanov
2014-03-13Disable fast shadow zero'ing on WindowsTimur Iskhodzhanov
2014-03-13FastPoisonShadow: check for MmapFixedNoReserve failuresTimur Iskhodzhanov
2014-03-13[CMake] Make append_if semantics similar to those used in LLVMAlexey Samsonov
2014-03-12Add FreeBSD 9.2 support to asan_linux.ccViktor Kutuzov
2014-03-11[ASan] Don't build the ASan runtime with -undefined dynamic_lookup, which isn...Alexander Potapenko
2014-03-07[ASan] Better way to disable tests for functions unavailable on certain platf...Alexey Samsonov
2014-03-06[sanitizer] Simplify interceptors with user callbacks.Evgeniy Stepanov
2014-03-06[FreeBSD] Provide FreeBSD-specific things for ASan.Alexey Samsonov
2014-03-05asan_symbolize.py: use llvm-symbolizer results even if it returned function n...Alexey Samsonov
2014-03-05Improve llvm-symbolizer discovery in asan_symbolize.pyAlexey Samsonov
2014-03-04Fix StackTrace::LocatePcInTrace, add more unit tests for generic StackTraceAlexey Samsonov
2014-03-04[CMake] Test for libdl and libpthread presenceAlexey Samsonov
2014-03-04[ASan] Speed up stack trace unwinding for stacks of size 2.Alexey Samsonov
2014-03-04A set of trivial changes to support sanitizers on FreeBSD.Alexey Samsonov
2014-02-27[asan] *experimental* implementation of invalid-pointer-pair detector (finds ...Kostya Serebryany
2014-02-27[asan] Install asan_device_setup to bin/ when targetting Android.Evgeniy Stepanov
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