summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)Author
2016-01-08[cmake] Indentation fix (NFC)Vedant Kumar
2016-01-07[cmake] Add InstrProfilingWriter to libclang_rt on DarwinVedant Kumar
2016-01-06[compiler-rt] On Darwin, link all frameworks with -fapplication-extensionAnna Zaks
2016-01-05[PGO] Enable building compiler-rt profile support library on WindowsNathan Slingerland
2015-12-15Cross-DSO control flow integrity (compiler-rt part).Evgeniy Stepanov
2015-12-11[compiler-rt] [safestack] Enable for aarch64Adhemerval Zanella
2015-12-10Replace cmake check for printf with a check for fopen.Evgeniy Stepanov
2015-12-10Revert "[CMake] Provide options for toggling on and off various runtime libra...Chris Bieneman
2015-12-10[CMake] [Darwin] Log architecture test failures to CMakeError.logChris Bieneman
2015-12-09[CMake] Provide options for toggling on and off various runtime libraries.Chris Bieneman
2015-12-09Fix the target specific "-msse3" flag check in CMake. NFCSumanth Gundapaneni
2015-12-08[PPC64, TSAN] LLVM basic enablement of thread sanitizer for PPC64 (BE and LE)Bill Schmidt
2015-12-08[CMake] Adding simulator supported runtimes should be done in the block that ...Chris Bieneman
2015-12-07[TSan] Enforce TSan runtime doesn't include system headers with --sysroot flag.Alexey Samsonov
2015-12-03[CMake] CMake calls to set_property with APPEND string need to have a leading...Chris Bieneman
2015-12-03[CMake] set_target_properties doesn't append link flagsChris Bieneman
2015-12-03[CMake] Support externalizing debug info on DarwinChris Bieneman
2015-12-03[sanitizer] Cache results of darwin_test_archsKuba Brecka
2015-12-03[tsan] Enable ThreadSanitizer on OS X builds by default, take 2Kuba Brecka
2015-12-02Pass along correct 'make' to sub-builds.Andy Gibbs
2015-12-01Revert r254417 ("[tsan] Enable Thread Sanitizer on OS X builds by default").Kuba Brecka
2015-12-01[tsan] Enable Thread Sanitizer on OS X builds by defaultKuba Brecka
2015-11-30[CMake] Moving -fvisibility-inlines-hidden append as per post-commit reviewChris Bieneman
2015-11-30[CMake] Add -fvisibility-inlines-hidden if the compiler supports it.Chris Bieneman
2015-11-25[CMake] [Darwin] libclang_rt.eprintf should be built with the same CFLAGS as ...Chris Bieneman
2015-11-20[CMake] Add iOS simulator to the supported OS list for the profile library.Chris Bieneman
2015-11-20[compiler-rt][cmake] Fix not lipo libclang_rt.cc_kext.a when building on OS XChris Bieneman
2015-11-20Attempt to fix build breakage caused by r253646.George Burgess IV
2015-11-20Silence "unrecognised -std=c99" warning on MSVC.George Burgess IV
2015-11-13[CMake] [macho_embedded] [builtins] Always use OS X sysroot, even for arm.Chris Bieneman
2015-11-12[CMake] [Darwin] Forcing -fPIC on for all darwin builtins except macho_embeddedChris Bieneman
2015-11-11[CMake] [Darwin] [Builtins] Force setting the flags we care about at the end ...Chris Bieneman
2015-11-11[tsan] Add TSan unit test support for OS XKuba Brecka
2015-11-10[CMake] [macho_embedded] Only set sys root if the variable is set, this preve...Chris Bieneman
2015-11-10[CMake] Cleaning up flags for Darwin builtinsChris Bieneman
2015-11-10[CMake] Temporary workaround to support building builtins on darwin with a to...Chris Bieneman
2015-11-10Revert "[CMake] [macho_embedded] Check to make sure the compiler supports the...Chris Bieneman
2015-11-09[CMake] Don't pass -fPIC when compiling the darwin builtinsChris Bieneman
2015-11-09[CMake] Fixing a typo in variable name ARG_*->LIB_*Chris Bieneman
2015-11-09[CMake] Removing extra underscore.Chris Bieneman
2015-11-09[CMake] [Darwin] Don't generate lipo commands if we don't have libraries to p...Chris Bieneman
2015-11-09[CMake] [macho_embedded] Check to make sure the compiler supports the archite...Chris Bieneman
2015-11-06[CMake] Need to filter ${arch}/*.c builtins as well as ${arch}/*.S builtins.Chris Bieneman
2015-11-03[tsan] CMake support for TSan on OS XKuba Brecka
2015-10-21[lsan] [aarch64] Add support for AArch64Adhemerval Zanella
2015-10-09[CMake] Adding support for generating libclang_rt.eprintf.aChris Bieneman
2015-10-09[CMake] [Darwin] [builtins] Need to special case the naming of the OS X cc_ke...Chris Bieneman
2015-10-09[CMake] [darwin] [builitins] Don't build x86_64h into the 10.4 builtins libraryChris Bieneman
2015-10-09[CMake] [Darwin] [Builtins] Fixing a typo that was keeping the OS X 10.4 buil...Chris Bieneman
2015-10-08Revert "[lsan] [aarch64] Add support for AArch64"Evgeniy Stepanov