summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
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
2013-10-25Add a CMake option COMPILER_RT_DEBUG for building runtimes with full debug info.Peter Collingbourne
2013-10-01Add top-level CMake 'compiler-rt' target to build all compiler-rt librariesAlexey Samsonov
2013-08-29[TSan] Add a couple of compiler warnings to TSan runtime compile flagsAlexey Samsonov
2013-08-29[sanitizer] Refine CMake rules for generating exported symbols and lint checkingAlexey Samsonov
2013-08-28cmake: Add /Oy- (don't omit frame pointer) to compile flagsHans Wennborg
2013-08-27Properly generate lists of exported symbols for sanitizer runtimesAlexey Samsonov
2013-08-27cmake: fix the compiler-rt build with MSVCHans Wennborg
2013-07-16[ASan] Bump min supported Mac OS X version to 10.6Alexey Samsonov
2013-06-30Always set -m32/-m64 flags for targeting i386/x86_64 respectively. Apparently...Alexey Samsonov
2013-06-07Drop support for 32-bit PowerPC in sanitizer tools.Alexey Samsonov
2013-06-06[ASan] lit tests: create common autogenerated config for running compiler-rt ...Alexey Samsonov
2013-05-23[sanitizer] Interceptors for gethostbyname and friends.Evgeniy Stepanov
2013-05-08[nolibc] Disable the GCC stack protector when building sanitizer runtimes.Peter Collingbourne
2013-04-11Explicitly list all sanitizer headers in CMake build rules. Make sure sanitiz...Alexey Samsonov
2013-04-01Change the cmake variable COMPILER_RT_CAN_EXECUTE_TESTS to be an option so th...Michael Gottesman