summaryrefslogtreecommitdiff
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Effectively revert r230683.Alexey Samsonov2015-02-271-3/+4
* [CMake] Make sure we built one variant of i386/i686 runtime libraries.Alexey Samsonov2015-02-261-1/+3
* [CMake] Properly detect whether we're building runtime for i386 or i686.Alexey Samsonov2015-02-251-21/+43
* [TSan][MIPS] Adding support for MIPS64Mohit K. Bhakkad2015-02-201-1/+1
* [LSan] [MIPS] adding support of LSan for mips64/mips64el archMohit K. Bhakkad2015-02-191-1/+1
* Revert "Enable ASAN build and test on AArch64"Renato Golin2015-02-181-1/+1
* Enable ASAN build and test on AArch64Renato Golin2015-02-181-1/+1
* [CMake] PowerPC: detect host endianness to build corresponding version of run...Alexey Samsonov2015-02-101-2/+7
* Revert "Enabling testing ASAN on AArch64"Renato Golin2015-02-031-1/+1
* [ASan] Run tests with both static and dynamic runtime on Windows by default.Alexey Samsonov2015-02-031-1/+1
* Enabling testing ASAN on AArch64Renato Golin2015-02-031-1/+1
* [TSan] Build runtime with -msse3 flag.Alexey Samsonov2015-02-021-1/+2
* [CMake] Get rid of TARGET_64_BIT_CFLAGS: explicitly list required flags for e...Alexey Samsonov2015-01-291-9/+27
* [ASan/Win] Fix PR20944 -- run ASan gtests as part of check-asan on WindowsTimur Iskhodzhanov2015-01-221-0/+3
* Much spelling. Wow.Nico Weber2015-01-211-1/+1
* [Sanitizer] Improve unit tests in COMPILER_RT_DEBUG=ON mode.Alexey Samsonov2015-01-062-3/+4
* Avoid building compiler-rt with LTO.Rafael Espindola2014-12-311-0/+1
* Fix obvious cut&paste error on AArch64 Compiler-RT settingsRenato Golin2014-12-171-1/+1
* [ASan] Always build shared ASan runtime on Linux.Alexey Samsonov2014-12-172-2/+13
* Fixes wrong -march=aarch64 option in compiler-rtRenato Golin2014-12-161-1/+1
* [UBSan][MIPS] Adding support for MIPS64Kumar Sukhani2014-12-151-1/+1
* [DFSAN][MIPS] adding support of DFSAN for MIPS64Peter Collingbourne2014-12-051-1/+1
* CMake: build DLLs in the right directory and include them in the 'install' ta...Hans Wennborg2014-12-041-2/+4
* [MSan] [MIPS] Adding support for MIPS64 (patch by Mohit Bhakkad).Alexey Samsonov2014-11-191-1/+1
* [CMake] Detect if -Wfoo is supported instead of -Wno-foo, as GCC occasionally...Alexey Samsonov2014-11-131-5/+5
* InstrProf: support PowerPC64Jay Foad2014-11-131-1/+2
* [asan] [mips] added support of asan for mips64/mips64el, patch by Kumar SukhaniKostya Serebryany2014-11-121-2/+2
* When run on a ppc64le based platform, the check-sanitizer build looks forWill Schmidt2014-11-051-2/+3
* Reverting r220517; it seems this broke check-asan.Aaron Ballman2014-10-291-6/+2
* [Tsan] Enable thread sanitizer tests on FreeBSDViktor Kutuzov2014-10-271-1/+1
* Cmake variables are global, which is why we would get crud like /machine:X86 ...Aaron Ballman2014-10-231-0/+2
* Do not set linker flags for MSVC; they are not the same thing as compiler fla...Aaron Ballman2014-10-231-2/+6
* Disabling some MSVC warnings that are of questionable value. Note, these are ...Aaron Ballman2014-10-231-0/+3
* [compiler-rt] compiler-rt's CMake append_if function clashes with LLVM's, let...Kuba Brecka2014-10-151-3/+3
* [CMake] Cleanup CMake rules after r219302. NFC.Alexey Samsonov2014-10-151-12/+0
* [UBSan] [MIPS] Adding support of UBSan for mipsel arch Alexey Samsonov2014-10-151-1/+1
* [asan][mips] Adding support of asan for mipsel archPetar Jovanovic2014-10-101-1/+1
* Separating ARM/AArch64 Compiler-RT testsRenato Golin2014-10-081-4/+5
* [Compiler-rt][MIPS][Profile] Adding support for MIPS32/64Daniel Sanders2014-10-021-3/+10
* [sanitizer] Add i686 arch to compiler-rt.Evgeniy Stepanov2014-10-011-4/+7
* [sanitizer] Android build cleanup.Evgeniy Stepanov2014-09-292-9/+46
* [UBSan] Adding support of MIPS32Petar Jovanovic2014-09-261-1/+1
* Fix a mistake in r217762Ehsan Akhgari2014-09-251-1/+1
* Follow-up for r217523: fix the dependencies for standalone compiler-rt build.Alexander Potapenko2014-09-251-1/+3
* Port the variadic std::tr1::tuple hack for building gtest for MSVC2012 to ASA...Ehsan Akhgari2014-09-151-0/+6
* Make compiler-rt tests work with relocatable SDKs on OS XKuba Brecka2014-09-101-0/+41
* [ASan/Win] Disable warning C4391: incorrect return type for intrinsic functionTimur Iskhodzhanov2014-08-261-0/+1
* [ASan] Use check_library_exists to determine if libc/libstdc++ are availableTimur Iskhodzhanov2014-08-221-1/+3
* Fix latent bug in try_compile macro and use CMAKE_EXE_LINKER_FLAGSAlexey Samsonov2014-08-201-1/+5
* Fix build on some architectures caused by r215247.Alexey Samsonov2014-08-111-0/+11