summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)Author
2015-08-21[CMake] Fixing haswell filtering.Chris Bieneman
2015-08-20[CMake] Turns out CMake was passing the space as part of the argument instead...Chris Bieneman
2015-08-20[CMake] [OS X] Don't require command line tools installations for running com...Chris Bieneman
2015-08-20[CMake] Fix building unit tests on DarwinChris Bieneman
2015-08-19[cmake darwin] Use a STATUS message type. Explain where the arches came from.Filipe Cabecinhas
2015-08-18[CMake] Refactoring add_compiler_rt functions for darwin runtimes.Chris Bieneman
2015-08-13[CMake] Add experimental support for building compiler-rt for iOSChris Bieneman
2015-08-10Fix typo.Filipe Cabecinhas
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-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