summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)Author
2015-04-20[mips] Support building compiler-rt with gcc.Daniel Sanders
2015-04-17test commitSagar Thakur
2015-04-10[sanitizer][MIPS] Fix warnings on MIPSDmitry Vyukov
2015-04-09[ASan] Only include rpc headers if they are available.Yury Gribov
2015-04-01[UBSan] Embed UBSan into ASan runtime (compiler-rt part).Alexey Samsonov
2015-04-01[PPC64]This activates UBSan for the power architecture.Bill Seurer
2015-03-25[LSan] Don't explicitly exclude LSan from Windows build - it should just prod...Alexey Samsonov
2015-03-13Translate some MSVC CMAKE_*_FLAGS to clang flags in clang_compileReid Kleckner
2015-02-27[CMake] Effectively revert r230683.Alexey Samsonov
2015-02-26[CMake] Make sure we built one variant of i386/i686 runtime libraries.Alexey Samsonov
2015-02-25[CMake] Properly detect whether we're building runtime for i386 or i686.Alexey Samsonov
2015-02-20[TSan][MIPS] Adding support for MIPS64Mohit K. Bhakkad
2015-02-19[LSan] [MIPS] adding support of LSan for mips64/mips64el archMohit K. Bhakkad
2015-02-18Revert "Enable ASAN build and test on AArch64"Renato Golin
2015-02-18Enable ASAN build and test on AArch64Renato Golin
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