summaryrefslogtreecommitdiff
path: root/lib/asan/tests/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [ASan] Always build shared ASan runtime on Linux.Alexey Samsonov2014-12-171-11/+18
* [CMake] Detect if -Wfoo is supported instead of -Wno-foo, as GCC occasionally...Alexey Samsonov2014-11-131-1/+1
* [ASan] Fix use of -asan-instrument-assembly in testsJay Foad2014-11-111-1/+3
* [compiler-rt] compiler-rt's CMake append_if function clashes with LLVM's, let...Kuba Brecka2014-10-151-8/+8
* [sanitizer] Android build cleanup.Evgeniy Stepanov2014-09-291-31/+37
* Fixup Android tests build rulesAlexey Samsonov2014-08-091-1/+1
* [asan] Use -pthread instead of -lpthread in tests.Evgeniy Stepanov2014-06-051-2/+2
* [Sanitizers Win] Move duplicate Windows-specific compiler flags to a common C...Timur Iskhodzhanov2014-05-301-15/+1
* [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Wind...Timur Iskhodzhanov2014-05-281-7/+12
* [asan] Fix x86 asm instrumentation to preserve flags.Evgeniy Stepanov2014-05-211-0/+1
* [Sanitizer tests] Don't need to use -lstdc++ thanks to --driver-mode=g++Timur Iskhodzhanov2014-05-191-3/+0
* [Sanitizer/ASan tests] Automatically detect the presence of libstdc++Timur Iskhodzhanov2014-05-131-1/+3
* [ASan tests] Add Windows-specific flags to lib/asan/tests/CMakeLists.txtTimur Iskhodzhanov2014-05-131-9/+34
* [ASan] Split static ASan runtime in two parts: asan and asan_cxx.Alexey Samsonov2014-05-121-1/+2
* [ASan tests] Auto-define ASAN_NEEDS_SEGV rather than hardcode it in cmakeTimur Iskhodzhanov2014-05-081-1/+0
* Fix building Asan and common sanitizers tests on FreeBSD 9.2Viktor Kutuzov2014-04-281-0/+5
* [asan] add one more mode to run asan tests with '-with-calls', i.e. using -m...Kostya Serebryany2014-04-211-20/+22
* [ASan] Optional support for dynamic ASan runtime on Linux.Alexey Samsonov2014-04-011-0/+16
* [CMake] Rename the variableAlexey Samsonov2014-03-241-1/+1
* [CMake] Respect CMAKE_CXX_FLAGS in custom clang_compile commandsAlexey Samsonov2014-03-241-5/+3
* [CMake] Fix build of ASan tests on MacAlexey Samsonov2014-03-191-4/+3
* [CMake] Build sanitizer unit tests with -std=c++11Alexey Samsonov2014-03-191-0/+1
* [CMake] Make append_if semantics similar to those used in LLVMAlexey Samsonov2014-03-131-3/+3
* [CMake] Test for libdl and libpthread presenceAlexey Samsonov2014-03-041-5/+3
* [asan] simplify the code that compute the shadow offset; get rid of two inter...Kostya Serebryany2014-02-241-2/+0
* [CMake] break dependency between unit tests and runtimes in standalone buildAlexey Samsonov2014-02-201-4/+9
* [asan] Disable asm instrumentation and tests on Mac.Evgeniy Stepanov2014-02-191-0/+1
* [CMake] Simplify code for detecting/setting compiler flagsAlexey Samsonov2014-02-181-3/+1
* [ASan] Rename asan_runtime_libraries to asan. Re-enable tests on Android.Alexey Samsonov2014-02-141-4/+4
* [asan] Enable SEGV handler on Android by default.Evgeniy Stepanov2014-02-131-7/+1
* [asan] Android logging.Evgeniy Stepanov2014-01-231-0/+1
* [asan] Restore lost -pie in Android tests.Evgeniy Stepanov2014-01-161-1/+1
* [asan] Remove leftover use of -fsanitize-address-zero-base-shadow.Evgeniy Stepanov2014-01-161-11/+0
* [asan] Nuke ASAN_FLEXIBLE_MAPPING_AND_OFFSET.Evgeniy Stepanov2014-01-161-2/+0
* [ASan] Introduce a top-level target to collect all ASan runtimes and depsAlexey Samsonov2013-11-141-2/+2
* [asan] Maybe fix test failures on lld bots.Evgeniy Stepanov2013-10-291-1/+1
* [asan] remove -fsanitize=use-after-return from the tests (this flag now comes...Kostya Serebryany2013-09-231-1/+0
* [ASan] Enable fake stack test on Mac and Android, as no-instrumentation tests...Alexey Samsonov2013-09-171-6/+1
* [ASan] Link tests with -pie if ASan runtime uses zero-base shadowAlexey Samsonov2013-09-171-0/+3
* [ASan] Don't link with pthread on AndroidAlexey Samsonov2013-09-161-1/+4
* [ASan] Split ASan unit tests into two different binaries:Alexey Samsonov2013-09-161-64/+102
* [ASan] Temporary disable UAR unit test on Android due to https://code.google....Alexey Samsonov2013-09-131-5/+5
* [ASan] Do not build asan_fake_stack_test.cc on OSX until https://code.google....Alexander Potapenko2013-09-121-0/+10
* [asan] fully re-implement the FakeStack (use-after-return) to make it faster ...Kostya Serebryany2013-09-121-0/+1
* [asan] remove one redundant malloc stress test, unify the usage of ASAN_LOW_M...Kostya Serebryany2013-03-141-2/+0
* [asan] use short path for sanitizer_common/tests/sanitizer_test_utils.h, add ...Kostya Serebryany2013-02-141-0/+1
* [CMake] Fix compiler-rt tests after r173617Alexey Samsonov2013-01-281-2/+1
* ASan: use Clang -fsanitize-blacklist flag in unit tests (instead of -mllvm)Alexey Samsonov2013-01-221-1/+1
* 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-221-1/+2