summaryrefslogtreecommitdiff
path: root/make/platform/clang_darwin.mk
Commit message (Expand)AuthorAgeFilesLines
* [PGO] Split value profiling runtime into its own fileXinliang David Li2015-12-101-1/+1
* Mention new InstrProfilingWriter file in clang_{darwin|linux}.mkMatthias Braun2015-11-201-1/+2
* [compiler-rt] Properly detect lack of available system libraries for arch in ...Keno Fischer2015-10-051-8/+8
* [autoconf] Fixing a bug I introduced r248441Chris Bieneman2015-09-241-4/+4
* [darwin] [builtins] Stop generating cc_kext_ios5 and move iOS architectures o...Chris Bieneman2015-09-231-34/+17
* [autoconf] Add __umodti3 to iOS builtins for arm64.Chris Bieneman2015-09-081-2/+4
* [autoconf] Add ___udivti3 to iOS builtinsChris Bieneman2015-09-011-2/+3
* profile: Autoconf build system support for r241824Justin Bogner2015-07-131-1/+1
* [Builtins] Wire half-precision conversions through cc_kext makefiles.Ahmed Bougacha2015-05-141-0/+3
* [Builtins] Wire half-precision conversions through Darwin makefiles.Ahmed Bougacha2015-05-141-2/+7
* builtins: Implement the functions from stdatomic.hJustin Bogner2015-05-081-3/+12
* Include __mulodi4 in the 32-bit ARM versions of libclang_rt.cc_kext.a.Bob Wilson2015-04-191-0/+1
* [UBSan] Embed UBSan into ASan runtime (compiler-rt part).Alexey Samsonov2015-04-011-7/+11
* On OS X, explicitly use libc++Kuba Brecka2015-03-251-10/+8
* Revert "Revert "[UBSan] Use shared library for UBSan on OS X" and its followup"Alexey Samsonov2015-03-241-26/+46
* Revert "[UBSan] Use shared library for UBSan on OS X" and its followupJustin Bogner2015-03-241-46/+26
* [UBSan] Use shared library for UBSan on OS X (compiler-rt part).Alexey Samsonov2015-03-231-26/+46
* Fix OS X build failure with Command Line Tools and without full Xcode install...Kuba Brecka2015-02-281-4/+8
* Revert "Remove support for building sanitizers from Makefile/autoconf build."Matthias Braun2015-02-171-0/+58
* Remove support for building sanitizers from Makefile/autoconf build.Alexey Samsonov2015-02-171-58/+0
* [compiler-rt] OS X: Update the CMake and Make builds to explicitely use libc+...Kuba Brecka2015-01-291-3/+10
* profile: add lib/profile to cc_kext on darwin,arm64Justin Bogner2015-01-271-1/+8
* [compiler-rt] Ensure AsanInitFromRtl is called from a static initializer on O...Kuba Brecka2015-01-231-2/+4
* profile: Add the relevant parts of lib/profile to cc_kext on darwinJustin Bogner2014-12-151-0/+6
* Add a missing parenthesis mistakenly dropped in r221621.Bob Wilson2014-11-111-1/+1
* Clean up indentation after previous change.Bob Wilson2014-11-101-17/+17
* Build Darwin libclang_rt libraries against real SDKs.Bob Wilson2014-11-101-36/+52
* Do not build a separate x86_64h Haswell slice for the iOS simulator.Bob Wilson2014-11-101-7/+4
* Use @rpath for ASan dylib in MakefilesKuba Brecka2014-11-071-2/+2
* Add complex multiply/divide functions to arm64 iOS libclang_rt libraries.Bob Wilson2014-10-141-2/+2
* AArch64: don't just hack arm64 support into compiler-rt.Tim Northover2014-10-081-10/+3
* AArch64: add support for ARM64 iOS versions of compiler-rt.Tim Northover2014-10-081-0/+14
* [ASan] Bump the minimum OSX version required to run ASan to 10.7.Alexander Potapenko2014-10-081-1/+1
* Fix typosAlp Toker2014-05-151-5/+5
* [ASan] Split static ASan runtime in two parts: asan and asan_cxx.Alexey Samsonov2014-05-121-2/+4
* InstrProf: Reorganize files; no functionality changeDuncan P. N. Exon Smith2014-03-211-3/+3
* PGO: Add explicit static initializationDuncan P. N. Exon Smith2014-03-201-1/+2
* PGO: Moving files for clarityDuncan P. N. Exon Smith2014-03-201-1/+1
* PGO: Implement Darwin linker magic for instrumentationDuncan P. N. Exon Smith2014-03-201-1/+1
* PGO: Split out initialization of section boundsDuncan P. N. Exon Smith2014-03-201-2/+3
* PGO: Appease buildbots after r204268Duncan P. N. Exon Smith2014-03-191-2/+2
* One more attempt to fix Makefile buildAlexey Samsonov2014-03-191-4/+1
* [Make] Build sanitizer runtimes with -std=c++11Alexey Samsonov2014-03-191-1/+4
* Darwin: use the compiler-provided linkerTim Northover2014-02-211-1/+1
* Darwin: add x86_64h slice for Haswell.Tim Northover2014-01-241-24/+42
* [asan] Nuke ASAN_FLEXIBLE_MAPPING_AND_OFFSET.Evgeniy Stepanov2014-01-161-4/+2
* Remove support for armv7f slice. <rdar://problem/12478440>Bob Wilson2014-01-151-10/+0
* profile: Rudimentary suppport for PGO instrumentationJustin Bogner2014-01-061-2/+2
* Fixing ordering of definition of IOSSIM_SDK_PATHDuncan P. N. Exon Smith2013-11-201-1/+1
* [ASan] Don't put asan_iossim_dynamic in the list of configurations to buildAlexander Potapenko2013-11-191-0/+2