summaryrefslogtreecommitdiff
path: root/make
AgeCommit message (Expand)Author
2011-11-15build/darwin_fat: Drop ppc from default arch list, ppc targets are no longer ...Daniel Dunbar
2011-11-15build: Change default CC to be clang instead of gcc.Daniel Dunbar
2011-11-10platform/clang_darwin: Improve the "can we build for this arch test" by checkingDaniel Dunbar
2011-09-27<rdar://problem/10172492> No armv4t slice of libcompiler_rt-static.aNick Kledzik
2011-09-14platform/clang_darwin: Allow use of an RC_SUPPORTED_ARCHS variable to limit theDaniel Dunbar
2011-08-22Remove redundant flag: -mthumb is the default for armv7.Bob Wilson
2011-08-17Add the ARM VFP variants to the cc_kext libraries for armv6 and armv7.Bob Wilson
2011-06-21<rdar://problem/9624306> clean up darwin platform to use xcrun. Set up variab...Nick Kledzik
2011-06-20add STRIP and LIPO as AvailableOptionsNick Kledzik
2011-06-17Missed a rename here 4 args instead of 3.Eric Christopher
2011-06-17Implement mulo<mode>4 for use in signed overflow checking.Eric Christopher
2011-06-14build/clang_darwin: Fix previous change to CheckArches to not cause problem whenDaniel Dunbar
2011-06-13build/clang_darwin: Improve archs check to verify we can not just recognizeDaniel Dunbar
2011-05-19clang/darwin: Tweak CheckArches function to use CC and to not spew output.Daniel Dunbar
2011-05-09Check architectures to make sure that we can build for all of themEric Christopher
2011-05-06clang/Darwin: Include divsi3 functions on x86, they are used by the divmodDaniel Dunbar
2011-04-30clang/Darwin: Update ios static lib to build for all archs, in case theDaniel Dunbar
2011-04-21Make sure we include __sync_synchronize on arm platforms if we need it.Eric Christopher
2011-04-20clang_darwin: Add divmod functions to cc_kext library.Daniel Dunbar
2011-04-20clang_darwin: Always set deployment targets when building compiler-rt bits, soDaniel Dunbar
2011-04-19clang_darwin: Tweak runtime library definitions to include divmod functions.Daniel Dunbar
2011-04-14<rdar://problem/9282305> install an archive for dyld and fix missing -staticNick Kledzik
2011-04-14<rdar://problem/9173756> enable CC.Release to be used alwaysNick Kledzik
2011-03-25clang/Darwin: Add all the comparison functions, the desire to cherry pick justDaniel Dunbar
2011-03-25Revert "Split single & double comparison routines into separate implementationDaniel Dunbar
2011-03-25Split single & double comparison routines into separate implementation files,Daniel Dunbar
2011-03-21compiler-rt/clang/cc_kext: Update for functions which we have sinced acquiredDaniel Dunbar
2011-03-17<rdar://problem/8914924> implement udivmodsi4 and divmodsi4 for ARMNick Kledzik
2011-03-16<rdar://problem/9145073> use -Os for release buildsNick Kledzik
2011-03-08<rdar://problem/9099747> fix use of SDKROOTNick Kledzik
2011-03-05<rdar://problem/9091300> update Apple packaging of compiler-rtNick Kledzik
2011-01-21clang_darwin: We don't need clear_cache for use with Clang on ARM/Darwin.Daniel Dunbar
2011-01-21clang_darwin: Build with -fno-builtin, primarily to avoid issues with definin...Daniel Dunbar
2011-01-21clang_darwin: Start building an armv7 slice for cc_kext.Daniel Dunbar
2011-01-21clang_darwin: Build cckext bits with -mthumb.Daniel Dunbar
2011-01-21Fix typo.Daniel Dunbar
2010-10-14make: Add CheckCommandLineOverrides to my little Makefile library, a routine forDaniel Dunbar
2010-09-27<rdar://problem/8482056> Add Soft Floating Compares for armv6 and armv7Nick Kledzik
2010-09-21compiler-rt/clang/Darwin: Add a new library configuration which has nothingDaniel Dunbar
2010-07-04fix install locationNick Kledzik
2010-07-04fix arvm5 buildsNick Kledzik
2010-05-15<rdar://problem/7987491> Libcompiler_rt isn't platform awareNick Kledzik
2010-05-07tweak arm exportsNick Kledzik
2010-04-21improve arm build support on darwinNick Kledzik
2010-03-31clang/Darwin: Don't include enable_execute_stack in libcc_kext.a.Daniel Dunbar
2010-03-31<rdar://problem/7733536> Move libcompiler_rt over to a dylib target for Libsy...Nick Kledzik
2010-03-31Add new build option KERNEL_USE, which compiles with -mkernel and gets propog...Daniel Dunbar
2010-03-26Don't build an armv7 slice for now, it has the same stuff as on armv6.Daniel Dunbar
2010-03-26Clang/Darwin: Add definition for files to put in cc_kext.a.Daniel Dunbar
2010-02-02add __sync_synchronize. Needed by compiler when emitting thumb1 with -fno-bu...Nick Kledzik