History log of /external/compiler-rt/make/AppleBI.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f7e6f383d9c661ccbcd986fc1478336f57f4ce7c 03-Nov-2013 Bob Wilson <bob.wilson@apple.com> Push back various changes for building Apple's compiler-rt dylib.

These changes had accumulated internally at Apple for no good reason.

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@193944 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/make/AppleBI.mk
e04a1fdc5d173586408421144a0cd79d1767f918 22-May-2013 Nick Kledzik <kledzik@apple.com> <rdar://problem/13806954> enable __atomic_* functions for Darwin

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@182435 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/make/AppleBI.mk
ef3667a97978c037684f604118a5b9eaf68ee231 05-Mar-2013 Nick Kledzik <kledzik@apple.com> update how libcompiler_rt.dylib links under libSystem.dylib on MacOSX

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@176466 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/make/AppleBI.mk
c0973d683aca4dad4cefbb23bb0134f01f804016 26-Nov-2012 Nick Kledzik <kledzik@apple.com> Automatically create .dSYM for libcompiler_rt.dylib when using Apple's internal build system

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@168625 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/make/AppleBI.mk
a11b52f4527d2b3f0a9ac10c9aa7a67aa1ff8272 27-Sep-2011 Nick Kledzik <kledzik@apple.com> <rdar://problem/10172492> No armv4t slice of libcompiler_rt-static.a

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@140630 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/make/AppleBI.mk
9435c40640a531a49e6b43850b431f20061f225c 21-Jun-2011 Nick Kledzik <kledzik@apple.com> <rdar://problem/9624306> clean up darwin platform to use xcrun. Set up variables in darwin_bni.mk. Use GetCNAVar in AppleBI.mk

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@133487 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/make/AppleBI.mk
7956ca95b55c421c99cc97932ad8f4dc5eb0e377 14-Apr-2011 Nick Kledzik <kledzik@apple.com> <rdar://problem/9282305> install an archive for dyld and fix missing -static

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@129492 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/make/AppleBI.mk
1ea7a40c373d811250eb59259140453461e50c30 16-Mar-2011 Nick Kledzik <kledzik@apple.com> <rdar://problem/9145073> use -Os for release builds

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@127767 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/make/AppleBI.mk
b1aee72ea035253883718d2f895dda17e4052f08 08-Mar-2011 Nick Kledzik <kledzik@apple.com> <rdar://problem/9099747> fix use of SDKROOT

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@127270 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/make/AppleBI.mk
3d40740383d6b80ab071b0f645b80f533c9bd55d 05-Mar-2011 Nick Kledzik <kledzik@apple.com> <rdar://problem/9091300> update Apple packaging of compiler-rt

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@127057 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/make/AppleBI.mk
dc0b559909e05c7296de455393657b2b62eee11b 04-Jul-2010 Nick Kledzik <kledzik@apple.com> fix install location

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@107589 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/make/AppleBI.mk
afb7b6e421785106a7e13e13c2a5320e3f1d9bd3 22-Apr-2010 Nick Kledzik <kledzik@apple.com> improve arm build support on darwin

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@102032 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/make/AppleBI.mk
1f7ee1d663fc2c0f8760e5b78b1e5212b639964d 31-Mar-2010 Nick Kledzik <kledzik@apple.com> <rdar://problem/7733536> Move libcompiler_rt over to a dylib target for Libsystem

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@100045 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/make/AppleBI.mk
3c2a776b59f0c349b7ba8ec716266e6691f9df6f 18-Jan-2010 Daniel Dunbar <daniel@zuster.org> Update Apple-style build support for new Makefiles

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@93721 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/make/AppleBI.mk
557a6eace292091d14419a334e8d62d9ec9e772b 13-Jan-2010 Daniel Dunbar <daniel@zuster.org> Tidy up comments, remove whitespace, and rename 'print-%' make debugging target
to 'make-print-%' to match LLVM.

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@93319 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/make/AppleBI.mk
670d09f2bd1e8830cdb17b628a8d33012bf6af6a 29-Oct-2009 Nick Kledzik <kledzik@apple.com> add __save_vfp_d8_d15_regs and __restore_vfp_d8_d15_regs for ARM

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@85531 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/make/AppleBI.mk
92a6cf5b64bb661c8b67825a4a5583eb01807633 18-Sep-2009 Nick Kledzik <kledzik@apple.com> update make rules so libcompiler-rt can be built for armv6 the Apple way

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@82185 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/make/AppleBI.mk
b3a6901e66f55b35aa9e01bcb24134e6a65ea004 26-Jun-2009 Daniel Dunbar <daniel@zuster.org> Initial import of compiler-rt.
-


git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@74292 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/make/AppleBI.mk