summaryrefslogtreecommitdiff
path: root/lib/asan/CMakeLists.txt
AgeCommit message (Expand)Author
2014-03-31[CMake] Rename add_compiler_rt_static_runtime to add_compiler_rt_runtime.Alexey Samsonov
2014-03-14[ASan] Remove the unneeded ASAN_RUNTIME_LDFLAGS.Alexander Potapenko
2014-03-11[ASan] Don't build the ASan runtime with -undefined dynamic_lookup, which isn...Alexander Potapenko
2014-02-27[asan] Install asan_device_setup to bin/ when targetting Android.Evgeniy Stepanov
2014-02-25[ASan] Don't set rpath when building ASan runtime libraries.Alexander Potapenko
2014-02-19[CMake] Introduce COMPILER_RT_INCLUDE_TESTS optionAlexey Samsonov
2014-02-19[asan] Added assembly functions for x86/amd64 asan.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-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-10Add a copy of missing <ucontext.h> for Android and enable ASan SEGV handler.Evgeniy Stepanov
2014-01-30Move /FS to SANITIZER_COMMON_CFLAGSTimur Iskhodzhanov
2014-01-30Add an /FS flag to the ASan RTL CMake to make it buildable with VS2013Timur Iskhodzhanov
2014-01-28[ASan] Reinstate ASAN_LOW_MEMORY, which has nothing to do with signal handlin...Alexander Potapenko
2014-01-28[ASan] Move the signal handling-related flags to sanitizer_common.Alexander Potapenko
2014-01-23[asan] Android logging.Evgeniy Stepanov
2014-01-16[asan] Implement delayed activation of AddressSanitizerEvgeniy Stepanov
2014-01-16[asan] Nuke ASAN_FLEXIBLE_MAPPING_AND_OFFSET.Evgeniy Stepanov
2013-11-17CMake: don't build sanitizer runtimes on 64-bit Windows (it's unsupported for...Alexey Samsonov
2013-11-14[ASan] Introduce a top-level target to collect all ASan runtimes and depsAlexey Samsonov
2013-11-13[ASan] Remove the stale dependency on the Foundation framework from the dynam...Alexander Potapenko
2013-11-07[ASan] Add CMake configs for libclang_rt.asan_iossim_dynamic.dylib Alexander Potapenko
2013-10-25Overhaul the symbolizer interface.Peter Collingbourne
2013-10-20Runtime support for the indirect function call checker.Peter Collingbourne
2013-09-16[ASan] Split ASan unit tests into two different binaries:Alexey Samsonov
2013-08-28Generate list of symbols exported from sanitizer runtimes only on 64-bit UnixAlexey Samsonov
2013-08-27Properly generate lists of exported symbols for sanitizer runtimesAlexey Samsonov
2013-08-27cmake: fix the compiler-rt build with MSVCHans Wennborg
2013-06-22Add cmake rules for building LSan common on Mac OSAlexey Samsonov
2013-06-07Drop support for 32-bit PowerPC in sanitizer tools.Alexey Samsonov
2013-05-22Revert r182465 and add lsan-common library to makefile-based buildAlexey Samsonov
2013-05-22[ASan] Temporary remove leak checking from ASan, while we don't have makefile...Alexey Samsonov
2013-05-21[lsan] Change CMakeLists to build the common LSan module for ASan.Sergey Matveev
2013-05-21[ASan] create default (empty) ASan blacklist file in resource directoryAlexey Samsonov
2013-05-17[nolibc] Begin moving sanitizer_common's libc-dependent code to a separate li...Peter Collingbourne
2013-04-04[asan] nuke the old unused allocator codeKostya Serebryany
2013-03-23Build and install .syms files alongside sanitizer runtimes. These are used toRichard Smith
2013-03-21[ASan] Switch ASan to generic ThreadRegistry from sanitizer_common. Delete AS...Alexey Samsonov
2013-03-13[Sanitizer] Build ASan, TSan and MSan runtimes with -fno-rtti.Alexey Samsonov
2013-02-22[asan] move the .preinit_array hack into a separate file (added used attribute)Kostya Serebryany
2013-02-20[ASan] Delete asan/dynamic dir and temporarily move the interposers declarati...Alexander Potapenko
2013-02-05[ASan] Delete the code related to static runtime on OS X.Alexander Potapenko
2013-01-22[ASan] Use dylib interposition to hook memory allocation in the dynamic runtime.Alexander Potapenko
2013-01-22ASan: disable flexible mapping and offset on Android. It doesn't work for dyn...Alexey Samsonov
2013-01-21CMake: generalize checking for target availability and add initial support fo...Alexey Samsonov
2013-01-21ASan: use dynamic lookup when building dynamic ASan runtime on Mac, because s...Alexey Samsonov