summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)Author
2015-02-10[CMake] PowerPC: detect host endianness to build corresponding version of run...Alexey Samsonov
2015-02-03Revert "Enabling testing ASAN on AArch64"Renato Golin
2015-02-03[ASan] Run tests with both static and dynamic runtime on Windows by default.Alexey Samsonov
2015-02-03Enabling testing ASAN on AArch64Renato Golin
2015-02-02[TSan] Build runtime with -msse3 flag.Alexey Samsonov
2015-01-29[CMake] Get rid of TARGET_64_BIT_CFLAGS: explicitly list required flags for e...Alexey Samsonov
2015-01-22[ASan/Win] Fix PR20944 -- run ASan gtests as part of check-asan on WindowsTimur Iskhodzhanov
2015-01-21Much spelling. Wow.Nico Weber
2015-01-06[Sanitizer] Improve unit tests in COMPILER_RT_DEBUG=ON mode.Alexey Samsonov
2014-12-31Avoid building compiler-rt with LTO.Rafael Espindola
2014-12-17Fix obvious cut&paste error on AArch64 Compiler-RT settingsRenato Golin
2014-12-17[ASan] Always build shared ASan runtime on Linux.Alexey Samsonov
2014-12-16Fixes wrong -march=aarch64 option in compiler-rtRenato Golin
2014-12-15[UBSan][MIPS] Adding support for MIPS64Kumar Sukhani
2014-12-05[DFSAN][MIPS] adding support of DFSAN for MIPS64Peter Collingbourne
2014-12-04CMake: build DLLs in the right directory and include them in the 'install' ta...Hans Wennborg
2014-11-19[MSan] [MIPS] Adding support for MIPS64 (patch by Mohit Bhakkad).Alexey Samsonov
2014-11-13[CMake] Detect if -Wfoo is supported instead of -Wno-foo, as GCC occasionally...Alexey Samsonov
2014-11-13InstrProf: support PowerPC64Jay Foad
2014-11-12[asan] [mips] added support of asan for mips64/mips64el, patch by Kumar SukhaniKostya Serebryany
2014-11-05When run on a ppc64le based platform, the check-sanitizer build looks forWill Schmidt
2014-10-29Reverting r220517; it seems this broke check-asan.Aaron Ballman
2014-10-27[Tsan] Enable thread sanitizer tests on FreeBSDViktor Kutuzov
2014-10-23Cmake variables are global, which is why we would get crud like /machine:X86 ...Aaron Ballman
2014-10-23Do not set linker flags for MSVC; they are not the same thing as compiler fla...Aaron Ballman
2014-10-23Disabling some MSVC warnings that are of questionable value. Note, these are ...Aaron Ballman
2014-10-15[compiler-rt] compiler-rt's CMake append_if function clashes with LLVM's, let...Kuba Brecka
2014-10-15[CMake] Cleanup CMake rules after r219302. NFC.Alexey Samsonov
2014-10-15[UBSan] [MIPS] Adding support of UBSan for mipsel arch Alexey Samsonov
2014-10-10[asan][mips] Adding support of asan for mipsel archPetar Jovanovic
2014-10-08Separating ARM/AArch64 Compiler-RT testsRenato Golin
2014-10-02[Compiler-rt][MIPS][Profile] Adding support for MIPS32/64Daniel Sanders
2014-10-01[sanitizer] Add i686 arch to compiler-rt.Evgeniy Stepanov
2014-09-29[sanitizer] Android build cleanup.Evgeniy Stepanov
2014-09-26[UBSan] Adding support of MIPS32Petar Jovanovic
2014-09-25Fix a mistake in r217762Ehsan Akhgari
2014-09-25Follow-up for r217523: fix the dependencies for standalone compiler-rt build.Alexander Potapenko
2014-09-15Port the variadic std::tr1::tuple hack for building gtest for MSVC2012 to ASA...Ehsan Akhgari
2014-09-10Make compiler-rt tests work with relocatable SDKs on OS XKuba Brecka
2014-08-26[ASan/Win] Disable warning C4391: incorrect return type for intrinsic functionTimur Iskhodzhanov
2014-08-22[ASan] Use check_library_exists to determine if libc/libstdc++ are availableTimur Iskhodzhanov
2014-08-20Fix latent bug in try_compile macro and use CMAKE_EXE_LINKER_FLAGSAlexey Samsonov
2014-08-11Fix build on some architectures caused by r215247.Alexey Samsonov
2014-08-08[CMake] Determine which compiler-rt libraries are supported onAlexey Samsonov
2014-05-30[Sanitizers Win] Move duplicate Windows-specific compiler flags to a common C...Timur Iskhodzhanov
2014-05-28[ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Wind...Timur Iskhodzhanov
2014-05-19[Sanitizer tests] Don't need to use -lstdc++ thanks to --driver-mode=g++Timur Iskhodzhanov
2014-05-15Exclude MSVC to try to unbreak their builds. We have a bad skew betweenChandler Carruth
2014-05-15Teach the compiler-rt custom compilation and linking CMake rules usedChandler Carruth
2014-05-13[Sanitizer/ASan tests] Automatically detect the presence of libstdc++Timur Iskhodzhanov