summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)Author
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-16[CMake] One more attempt to fix PR24144.Alexey Samsonov
2015-07-16[CMake] Workaround for PR24144: avoid installing libcxx_tsan and libcxx_msan ...Alexey Samsonov
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-19CMake: Stop using LLVM's custom parse_arguments. NFCFilipe Cabecinhas
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-10[CMake] Cleanup add_compiler_rt_object_library to be platform-agnosticChris Bieneman
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-20Silence some CMake 3.3 dev warnings in compiler-rtReid Kleckner
2015-05-19[sanitizer][MIPS] Add --target flag for MIPS32Sagar Thakur
2015-05-05[asan] Use a version script to limit the symbols exported by the ASan shared ...Evgeniy Stepanov
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-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