summaryrefslogtreecommitdiff
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* Merging r259593:Daniel Sanders2016-02-031-3/+0
* Merging r259577:Daniel Sanders2016-02-031-0/+3
* Merging r259493:Daniel Sanders2016-02-031-1/+2
* Merging r258916:Hans Wennborg2016-01-274-17/+17
* [WebAssembly] Enable the builtins library for WebAssembly.Dan Gohman2016-01-131-1/+13
* [CMake] Adding experimental support for tvOS and watchOSChris Bieneman2016-01-121-53/+87
* [cmake] Indentation fix (NFC)Vedant Kumar2016-01-081-1/+1
* [cmake] Add InstrProfilingWriter to libclang_rt on DarwinVedant Kumar2016-01-071-1/+2
* [compiler-rt] On Darwin, link all frameworks with -fapplication-extensionAnna Zaks2016-01-061-0/+5
* [PGO] Enable building compiler-rt profile support library on WindowsNathan Slingerland2016-01-051-1/+1
* Cross-DSO control flow integrity (compiler-rt part).Evgeniy Stepanov2015-12-151-0/+12
* [compiler-rt] [safestack] Enable for aarch64Adhemerval Zanella2015-12-111-1/+1
* Replace cmake check for printf with a check for fopen.Evgeniy Stepanov2015-12-101-1/+1
* Revert "[CMake] Provide options for toggling on and off various runtime libra...Chris Bieneman2015-12-102-66/+43
* [CMake] [Darwin] Log architecture test failures to CMakeError.logChris Bieneman2015-12-101-0/+4
* [CMake] Provide options for toggling on and off various runtime libraries.Chris Bieneman2015-12-092-43/+66
* Fix the target specific "-msse3" flag check in CMake. NFCSumanth Gundapaneni2015-12-091-9/+1
* [PPC64, TSAN] LLVM basic enablement of thread sanitizer for PPC64 (BE and LE)Bill Schmidt2015-12-081-1/+1
* [CMake] Adding simulator supported runtimes should be done in the block that ...Chris Bieneman2015-12-081-2/+2
* [TSan] Enforce TSan runtime doesn't include system headers with --sysroot flag.Alexey Samsonov2015-12-071-0/+1
* [CMake] CMake calls to set_property with APPEND string need to have a leading...Chris Bieneman2015-12-031-1/+1
* [CMake] set_target_properties doesn't append link flagsChris Bieneman2015-12-031-1/+1
* [CMake] Support externalizing debug info on DarwinChris Bieneman2015-12-031-0/+25
* [sanitizer] Cache results of darwin_test_archsKuba Brecka2015-12-031-1/+7
* [tsan] Enable ThreadSanitizer on OS X builds by default, take 2Kuba Brecka2015-12-031-8/+1
* Pass along correct 'make' to sub-builds.Andy Gibbs2015-12-021-1/+2
* Revert r254417 ("[tsan] Enable Thread Sanitizer on OS X builds by default").Kuba Brecka2015-12-011-1/+8
* [tsan] Enable Thread Sanitizer on OS X builds by defaultKuba Brecka2015-12-011-8/+1
* [CMake] Moving -fvisibility-inlines-hidden append as per post-commit reviewChris Bieneman2015-11-301-1/+0
* [CMake] Add -fvisibility-inlines-hidden if the compiler supports it.Chris Bieneman2015-11-301-0/+6
* [CMake] [Darwin] libclang_rt.eprintf should be built with the same CFLAGS as ...Chris Bieneman2015-11-251-2/+9
* [CMake] Add iOS simulator to the supported OS list for the profile library.Chris Bieneman2015-11-201-0/+1
* [compiler-rt][cmake] Fix not lipo libclang_rt.cc_kext.a when building on OS XChris Bieneman2015-11-201-81/+79
* Attempt to fix build breakage caused by r253646.George Burgess IV2015-11-201-1/+1
* Silence "unrecognised -std=c99" warning on MSVC.George Burgess IV2015-11-201-0/+1
* [CMake] [macho_embedded] [builtins] Always use OS X sysroot, even for arm.Chris Bieneman2015-11-131-3/+0
* [CMake] [Darwin] Forcing -fPIC on for all darwin builtins except macho_embeddedChris Bieneman2015-11-121-1/+2
* [CMake] [Darwin] [Builtins] Force setting the flags we care about at the end ...Chris Bieneman2015-11-111-9/+11
* [tsan] Add TSan unit test support for OS XKuba Brecka2015-11-112-13/+11
* [CMake] [macho_embedded] Only set sys root if the variable is set, this preve...Chris Bieneman2015-11-101-1/+5
* [CMake] Cleaning up flags for Darwin builtinsChris Bieneman2015-11-101-23/+4
* [CMake] Temporary workaround to support building builtins on darwin with a to...Chris Bieneman2015-11-101-3/+18
* Revert "[CMake] [macho_embedded] Check to make sure the compiler supports the...Chris Bieneman2015-11-101-13/+1
* [CMake] Don't pass -fPIC when compiling the darwin builtinsChris Bieneman2015-11-091-1/+1
* [CMake] Fixing a typo in variable name ARG_*->LIB_*Chris Bieneman2015-11-091-1/+1
* [CMake] Removing extra underscore.Chris Bieneman2015-11-091-1/+1
* [CMake] [Darwin] Don't generate lipo commands if we don't have libraries to p...Chris Bieneman2015-11-091-12/+16
* [CMake] [macho_embedded] Check to make sure the compiler supports the archite...Chris Bieneman2015-11-091-1/+13
* [CMake] Need to filter ${arch}/*.c builtins as well as ${arch}/*.S builtins.Chris Bieneman2015-11-061-1/+1
* [tsan] CMake support for TSan on OS XKuba Brecka2015-11-031-0/+8