summaryrefslogtreecommitdiff
path: root/make/platform/clang_darwin.mk
AgeCommit message (Expand)Author
2014-11-10Build Darwin libclang_rt libraries against real SDKs.Bob Wilson
2014-11-10Do not build a separate x86_64h Haswell slice for the iOS simulator.Bob Wilson
2014-11-07Use @rpath for ASan dylib in MakefilesKuba Brecka
2014-10-14Add complex multiply/divide functions to arm64 iOS libclang_rt libraries.Bob Wilson
2014-10-08AArch64: don't just hack arm64 support into compiler-rt.Tim Northover
2014-10-08AArch64: add support for ARM64 iOS versions of compiler-rt.Tim Northover
2014-10-08[ASan] Bump the minimum OSX version required to run ASan to 10.7.Alexander Potapenko
2014-05-15Fix typosAlp Toker
2014-05-12[ASan] Split static ASan runtime in two parts: asan and asan_cxx.Alexey Samsonov
2014-03-21InstrProf: Reorganize files; no functionality changeDuncan P. N. Exon Smith
2014-03-20PGO: Add explicit static initializationDuncan P. N. Exon Smith
2014-03-20PGO: Moving files for clarityDuncan P. N. Exon Smith
2014-03-20PGO: Implement Darwin linker magic for instrumentationDuncan P. N. Exon Smith
2014-03-20PGO: Split out initialization of section boundsDuncan P. N. Exon Smith
2014-03-19PGO: Appease buildbots after r204268Duncan P. N. Exon Smith
2014-03-19One more attempt to fix Makefile buildAlexey Samsonov
2014-03-19[Make] Build sanitizer runtimes with -std=c++11Alexey Samsonov
2014-02-21Darwin: use the compiler-provided linkerTim Northover
2014-01-24Darwin: add x86_64h slice for Haswell.Tim Northover
2014-01-16[asan] Nuke ASAN_FLEXIBLE_MAPPING_AND_OFFSET.Evgeniy Stepanov
2014-01-15Remove support for armv7f slice. <rdar://problem/12478440>Bob Wilson
2014-01-06profile: Rudimentary suppport for PGO instrumentationJustin Bogner
2013-11-20Fixing ordering of definition of IOSSIM_SDK_PATHDuncan P. N. Exon Smith
2013-11-19[ASan] Don't put asan_iossim_dynamic in the list of configurations to buildAlexander Potapenko
2013-11-15[ASan] Add the configure+make rules for building the ASan runtime for iOS sim...Alexander Potapenko
2013-11-13[ASan] Remove the stale dependency on the Foundation framework from the dynam...Alexander Potapenko
2013-08-21Add missing ']'.Bill Wendling
2013-08-21For Darwin builds, locate tools using xcrun when available.Bob Wilson
2013-07-16[ASan] Bump min supported Mac OS X version to 10.6 - makefile buildAlexey Samsonov
2013-06-26Revert "Temporarily disable building the armv7 variants of profile_ios on"Bob Wilson
2013-06-26Revert the Darwin half of r184805: "Remove the sysroot (or isysroot)Chandler Carruth
2013-06-25Temporarily disable building the armv7 variants of profile_ios onChandler Carruth
2013-06-25Remove the sysroot (or isysroot) restriction from the GCDAProfile.cChandler Carruth
2013-05-20[ASan] Nuke build of static ASan runtime on Mac OSAlexey Samsonov
2013-05-20[Sanitizer] Build sanitizer runtimes with debug info in Makefile buildAlexey Samsonov
2013-04-30Rewrite sw_vers makefile check to avoid error message on Linux.Bob Wilson
2013-04-23Use the new iOS deployment target command-line options.Bob Wilson
2013-03-22Don't forget to link in the C++-specific parts of the ubsan runtime when usin...Richard Smith
2013-03-13[Sanitizer] Build ASan, TSan and MSan runtimes with -fno-rtti.Alexey Samsonov
2013-01-30[build/clang_darwin] Fix the case reversal in r173465.Daniel Dunbar
2013-01-25[build/clang_darwin] Don't try to run sw_vers if we don't have it.Daniel Dunbar
2013-01-21ASan: build runtime flexible mapping and offset in configure+make build as wellAlexey Samsonov
2012-11-16UBSan: fix support on Darwin in 'make' build system. Patch by Jean-Daniel Dupas.Alexey Samsonov
2012-11-13Support for building the ubsan runtime when using the autoconf build system onRichard Smith
2012-10-24Build ASan runtime for ARM/Android.Evgeniy Stepanov
2012-10-18Fix comment typo.Bob Wilson
2012-10-17build/clang_darwin: Don't try to build ARM contents on 10.6.Daniel Dunbar
2012-10-15platform/clang_darwin: Drop an x86_64 slice into cc_kext_ios5.Daniel Dunbar
2012-10-15Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow.Daniel Dunbar
2012-10-15Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6.Nico Weber