summaryrefslogtreecommitdiff
path: root/cmake/config-ix.cmake
AgeCommit message (Expand)Author
2015-09-26build: create two versions of ARM builtinsSaleem Abdulrasool
2015-09-24Be consistent in the way we define 32/64-bit arches in ALL_*_SUPPORTED_ARCH ...Vasileios Kalintiris
2015-09-23[CMake] [Darwin] Bug 21562 - Add a CMake equivalent for make/platform/clang_d...Chris Bieneman
2015-09-16[MSan] Enable MSAN for aarch64Adhemerval Zanella
2015-09-08[CMake] Remove all uses of LLVM_NATIVE_ARCH.Alexey Samsonov
2015-09-08[CMake] Rename COMPILER_RT_TEST_TARGET_TRIPLE to more appropriate COMPILER_RT...Alexey Samsonov
2015-08-31[CMake] Enable building builtins for iOS and iOS simulator.Chris Bieneman
2015-08-31[CMake] Fix building builtins on Linux and Darwin.Chris Bieneman
2015-08-28[compiler-rt] [tsan] Enable TSan for AArch64/42-bit VMAAdhemerval Zanella
2015-08-20[CMake] Fix building unit tests on DarwinChris Bieneman
2015-08-13[CMake] Add experimental support for building compiler-rt for iOSChris Bieneman
2015-08-07[Compiler-RT] Disable TSAN on AArch64 temporarilyRenato Golin
2015-08-05[tsan] Enable tsan for aarch64Adhemerval Zanella
2015-08-05[asan] Enable asan for aarch64Adhemerval Zanella
2015-07-30[dfsan] Enable dfsan for aarch64Adhemerval Zanella
2015-07-30Revert r243604, it (very likely) caused PR24312.Nico Weber
2015-07-30[CMake] Pass -march=i686 when targeting i686 (PR24222)Hans Wennborg
2015-07-24[CMake] Workaround for PR24222: don't fail if we can't target COMPILER_RT_TES...Alexey Samsonov
2015-07-24[asan] Only link liblog on Android when it exists.Evgeniy Stepanov
2015-07-22[asan] Enable build of asan-rt on android/aarch64.Evgeniy Stepanov
2015-07-02Re-apply r241217 with build fixes:Peter Collingbourne
2015-07-02Revert r241217, it breaks the build on Windows.Nico Weber
2015-07-02ubsan: Port runtime library to (32- and 64-bit) Windows.Peter Collingbourne
2015-06-30Revert part of r240623 (Enable memory sanitizer for PPC64) because theJay Foad
2015-06-25Enable memory sanitizer for PPC64Jay Foad
2015-06-19Revert "Revert "[CMake] LSan is not actually available on Darwin.""Alexey Samsonov
2015-06-18Revert "[CMake] LSan is not actually available on Darwin."Justin Bogner
2015-06-17[CMake] LSan is not actually available on Darwin.Alexey Samsonov
2015-06-16SafeStack: Adjust condition for COMPILER_RT_HAS_SAFESTACK to fix sanitizer bu...Peter Collingbourne
2015-06-15Protection against stack-based memory corruption errors using SafeStack: comp...Peter Collingbourne
2015-06-08[asan] Disable asan for aarch64.Evgeniy Stepanov
2015-06-08[asan] Enable AArch64 build of ASan runtime and tests.Evgeniy Stepanov
2015-05-29Add descriptive names to sanitizer entries in /proc/self/maps. Helps debugging.Evgeniy Stepanov
2015-05-19[sanitizer][MIPS] Add --target flag for MIPS32Sagar Thakur
2015-05-05Build ASan runtime library with -z global on Android.Evgeniy Stepanov
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-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-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