summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
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
2014-02-10Add a copy of missing <ucontext.h> for Android and enable ASan SEGV handler.Evgeniy Stepanov
2014-02-04[CMake] Fixup for r200753Alexey Samsonov
2014-02-04CMake: Enable -Werror for the -fno-function-sections checkJustin Bogner
2014-02-04[CMake] Check that compiler supports -fno-function-sections flagAlexey Samsonov
2014-02-03[sanitizer] Resubmit r200683: disable -ffunction-sections.Evgeniy Stepanov
2014-02-03Revert r200683.Evgeniy Stepanov
2014-02-03[sanitizer] Disable -ffunction-sections.Evgeniy Stepanov
2014-01-31Remove /FS as it's auto-added by CMake 2.8.12.1; also, remove /wd4221 as 4221...Timur Iskhodzhanov
2014-01-31Enable compilation of RT on ARMRenato Golin
2014-01-30Move /FS to SANITIZER_COMMON_CFLAGSTimur Iskhodzhanov
2013-11-19[ASan] Use -isysroot instead of -Wl,-syslibroot to link the ASan iossim runtimeAlexander Potapenko
2013-11-17[DFSan] Don't include public headers in dfsan runtime codeAlexey Samsonov
2013-11-07[ASan] Add CMake configs for libclang_rt.asan_iossim_dynamic.dylib Alexander Potapenko