summaryrefslogtreecommitdiff
path: root/cmake/config-ix.cmake
AgeCommit message (Expand)Author
2016-04-27[Compiler-rt][CFI] Enabling CFI for MIPS64Mohit K. Bhakkad
2016-04-26[CMake] [PR27403] Fix COMPILER_RT_ENABLE_IOS when using Xcode from the App St...Chris Bieneman
2016-04-21[esan] EfficiencySanitizer base runtime libraryDerek Bruening
2016-04-15[sanitizer] [SystemZ] Enable UBSan.Marcin Koscielnicki
2016-03-30[cmake] Get the MSVC version by running cl rather than relying on MSVC_VERSIONReid Kleckner
2016-03-22Move -fms-compatibility-version=19 into target cflagsReid Kleckner
2016-03-20[tsan] Build TSan dylibs for iOS-style simulatorsDevin Coughlin
2016-03-05[cmake] Address Samsonov's post-commit review of r262723Filipe Cabecinhas
2016-03-04[Compiler-rt][safestack] Enable for MIPSMohit K. Bhakkad
2016-02-17[CMake] [NFC] Move macro definitions out of config-ix.cmakeChris Bieneman
2016-02-02[TSan] Use darwin_filter_host_arch to restrict set of test arch on Mac OS.Alexey Samsonov
2016-02-02[tsan] Disable x86_64h build that was enabled as part of r259542.Daniel Sanders
2016-02-02[asan] Add iOS support.Anna Zaks
2016-01-27[compiler-rt] list_union() is actually an intersect operation. Rename it.Daniel Sanders
2016-01-22When building without DIA SDK, don't set suppressions.cpp failNico Weber
2016-01-13[WebAssembly] Enable the builtins library for WebAssembly.Dan Gohman
2016-01-12[CMake] Adding experimental support for tvOS and watchOSChris Bieneman
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-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[tsan] Enable ThreadSanitizer on OS X builds by default, take 2Kuba Brecka
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-20[CMake] Add iOS simulator to the supported OS list for the profile library.Chris 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-11[tsan] Add TSan unit test support for OS XKuba Brecka
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] [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
2015-10-06[builtins] Enable building of the builtins library for MIPS targets.Vasileios Kalintiris
2015-10-05[lsan] [aarch64] Add support for AArch64Adhemerval Zanella
2015-10-01[CMake] Only build the simulator builtins if you're also building the device ...Chris Bieneman
2015-10-01[CMake] Only add an OS to the supported OS lists if there are supported archi...Chris Bieneman
2015-09-30[CMake] [Darwin] Add and populate PROFILE_SUPPORTED_OS to enable building lib...Chris Bieneman
2015-09-30[CMake] [Darwin] [builtins] Add support for building libclang_rt.10.4.aChris Bieneman
2015-09-30[CMake] [Darwin] [builtins] Change condition for skipping cc_kext to be setti...Chris Bieneman
2015-09-26build: separate flagsSaleem Abdulrasool