summaryrefslogtreecommitdiff
path: root/cmake/config-ix.cmake
AgeCommit message (Expand)Author
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-27[Tsan] Enable thread sanitizer tests on FreeBSDViktor Kutuzov
2014-10-23Disabling some MSVC warnings that are of questionable value. Note, these are ...Aaron Ballman
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-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-19[Sanitizer tests] Don't need to use -lstdc++ thanks to --driver-mode=g++Timur Iskhodzhanov
2014-05-13[Sanitizer/ASan tests] Automatically detect the presence of libstdc++Timur Iskhodzhanov
2014-05-13[ASan tests] Add Windows-specific flags to lib/asan/tests/CMakeLists.txtTimur Iskhodzhanov
2014-04-01[ASan] Optional support for dynamic ASan runtime on Linux.Alexey Samsonov
2014-03-18[CMake] Build compiler-rt libraries with -std=c++11Alexey Samsonov
2014-03-13[CMake] Use /W3 instead of -Wall on Windows. Remove add_definitions abuse.Alexey Samsonov
2014-03-06[CMake] Build compiler-rt libraries with -WallAlexey Samsonov
2014-03-04[CMake] Test for libdl and libpthread presenceAlexey Samsonov
2014-02-27Move COMPILER_RT_HAS_FUNC check from r202303 to config-ix.cmakeAlexey Samsonov
2014-02-24[CMake] Better support for COMPILER_RT_ENABLE_WERROR. Make sure compiler-rt l...Alexey Samsonov
2014-02-18[CMake] Check for -fPIE and -ffreestanding flags for consistencyAlexey Samsonov
2014-02-18[CMake] Simplify setting compile flag disabling RTTIAlexey Samsonov
2014-02-18[CMake] Simplify code for detecting/setting compiler flagsAlexey Samsonov