summaryrefslogtreecommitdiff
path: root/lib/msan/tests/CMakeLists.txt
Commit message (Expand)AuthorAge
* [sanitizer] Intercept pthread_attr_get*.Evgeniy Stepanov2013-10-25
* [MSan] don't add msan unit tests to check-msan command if libcxx is not check...Alexey Samsonov2013-06-10
* [MSan] don't build tests with -fPIE/-pie, as these flags are implied by -fsan...Alexey Samsonov2013-04-12
* [msan] Move test main and gtest include to separate files.Evgeniy Stepanov2013-03-22
* [msan] intercept dlopen and clear shadow for itReid Kleckner2013-03-11
* [msan] Lit tests for MemorySanitizer.Evgeniy Stepanov2013-02-11
* [msan] Cleanup public interface header.Evgeniy Stepanov2013-01-29
* [CMake] Fix compiler-rt tests after r173617Alexey Samsonov2013-01-28
* CMake: create AddCompilerRT module and implement convenience add_compiler_rt_...Alexey Samsonov2013-01-18
* CMake variables renaming: X86_64->x86_64 I386->i386Alexey Samsonov2013-01-18
* [msan] More interceptors.Evgeniy Stepanov2013-01-17
* Define COMPILER_RT_CAN_EXECUTE_TESTS variable on platforms where we can produ...Alexey Samsonov2012-12-27
* [msan] Explicitly link unit tests with libstdc++.Evgeniy Stepanov2012-12-27
* Add MSan unit tests to check-msan and check-all.Evgeniy Stepanov2012-12-25
* MemorySanitizer unit tests.Evgeniy Stepanov2012-12-25