summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2014-05-28[ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Wind...Timur Iskhodzhanov
2014-05-20XFAIL ptrace test on armGreg Fitzgerald
2014-05-14[ASan tests] Add the first Windows-only lit testTimur Iskhodzhanov
2014-05-14Enable CAN_EXECUTE_TESTS if an EMULATOR is providedGreg Fitzgerald
2014-05-13Enable sanitizer tests (check-sanitizer, check-asan) on WindowsTimur Iskhodzhanov
2014-05-12[CMake] Fix standalone build after r208526Alexey Samsonov
2014-05-12[ASan tests] Use clang-cl to build tests on WindowsTimur Iskhodzhanov
2014-04-01Allow the user to override the compiler used for testingGreg Fitzgerald
2014-04-01[ASan] Optional support for dynamic ASan runtime on Linux.Alexey Samsonov
2014-03-31InstrProf: Add simple compiler-rt testDuncan P. N. Exon Smith
2014-03-31[sanitizer] Test that we can compile C++ code on the target platform.Evgeniy Stepanov
2014-03-27Revert r204877 "Allow the user to override the compiler used for testing"Greg Fitzgerald
2014-03-26Allow the user to override the compiler used for testingGreg Fitzgerald
2014-03-18[CMake] Build compiler-rt libraries with -std=c++11Alexey Samsonov
2014-03-18Move Android ucontext.h out of third_party.Evgeniy Stepanov
2014-03-14[CMake] Add trailing newline to test source file to make sure -Wnewline-eof d...Alexey Samsonov
2014-03-13[CMake] More fixes for Windows buildAlexey Samsonov
2014-03-13[CMake] Attempt to fix standalone compiler-rt build on WindowsAlexey Samsonov
2014-03-13[CMake] Use /W3 instead of -Wall on Windows. Remove add_definitions abuse.Alexey Samsonov
2014-03-13[CMake] Make append_if semantics similar to those used in LLVMAlexey Samsonov
2014-03-06[CMake] Build compiler-rt libraries with -WallAlexey Samsonov
2014-03-05[CMake] Minor fix to llvm-config discoveryAlexey Samsonov
2014-02-28[CMake] Fix PR18987: discard /MD flag if we're adding /MTAlexey Samsonov
2014-02-27[asan] Install asan_device_setup to bin/ when targetting Android.Evgeniy Stepanov
2014-02-27Add accidentally removed -DAlexey Samsonov
2014-02-27Move COMPILER_RT_HAS_FUNC check from r202303 to config-ix.cmakeAlexey Samsonov
2014-02-26Append -D__func__=__FUNCTION__ to SANITIZER_COMMON_CFLAGSReid Kleckner
2014-02-26[CMake] Introduce cmake_policy(CMP0022) for target_link_libraries(INTERFACE|P...NAKAMURA Takumi
2014-02-24[CMake] Better support for COMPILER_RT_ENABLE_WERROR. Make sure compiler-rt l...Alexey Samsonov
2014-02-24[CMake] Introduce COMPILER_RT_ENABLE_WERROR optionAlexey Samsonov
2014-02-19Add rudimentary support for running compiler-rt lit tests with GCCAlexey Samsonov
2014-02-19[CMake] Use host compiler to run lit tests in standalone modeAlexey Samsonov
2014-02-19[CMake] Use host compiler to build unittests in standalone modeAlexey Samsonov
2014-02-19[CMake] Introduce COMPILER_RT_INCLUDE_TESTS optionAlexey Samsonov
2014-02-19[CMake] Add the way to run tests in standalone build.Alexey Samsonov
2014-02-19[CMake] Rudimentary support for standalone CompilerRT build system.Alexey Samsonov
2014-02-18[CMake] Rename several variablesAlexey Samsonov
2014-02-18[CMake] Don't build ASan for iossim if -mmacosx-version-min is specifiedAlexey 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-14Move TSan lit-tests under test/tsanAlexey Samsonov
2014-02-14Move ASan lit-tests under test/asanAlexey Samsonov
2014-02-14Move MSan lit-tests under test/msanAlexey Samsonov
2014-02-14Move LSan test suite under test/Alexey Samsonov
2014-02-14Move DFSan test suite under test/Alexey Samsonov
2014-02-14Move UBSan test suite under test/Alexey Samsonov
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-12[Sanitizer] Build sanitizer_common with -Wframe-larger-than=512 flagAlexey Samsonov
2014-02-11Require CMake 2.8.12.1 or later on WindowsHans Wennborg