- b69f369 <rdar://problem/10172492> No armv4t slice of libcompiler_rt-static.a by Nick Kledzik · 14 years ago
- 2682897 platform/clang_darwin: Allow use of an RC_SUPPORTED_ARCHS variable to limit the by Daniel Dunbar · 14 years ago
- 7184d9f Change ARM vfp assembly functions to use unified syntax. by Bob Wilson · 14 years ago
- 66cdd22 Refactor DEFINE_COMPILERRT_FUNCTION. by Bob Wilson · 14 years ago
- fd5148b Remove redundant flag: -mthumb is the default for armv7. by Bob Wilson · 14 years ago
- b13cb3b Add the ARM VFP variants to the cc_kext libraries for armv6 and armv7. by Bob Wilson · 14 years ago
- 8b06894 Don't redeclare sr. by Joerg Sonnenberger · 14 years ago
- cf2996d Don't redeclare sr. by Joerg Sonnenberger · 14 years ago
- 1f94705 <rdar://problem/9624306> clean up darwin platform to use xcrun. Set up variables in darwin_bni.mk. Use GetCNAVar in AppleBI.mk by Nick Kledzik · 14 years ago
- 3729225 add STRIP and LIPO as AvailableOptions by Nick Kledzik · 14 years ago
- 00758b0 Missed a rename here 4 args instead of 3. by Eric Christopher · 14 years ago
- 1d18094 Implement mulo<mode>4 for use in signed overflow checking. by Eric Christopher · 14 years ago
- 7487bbb build/clang_darwin: Fix previous change to CheckArches to not cause problem when by Daniel Dunbar · 14 years ago
- 47e71a3 build/clang_darwin: Improve archs check to verify we can not just recognize by Daniel Dunbar · 14 years ago
- d9bcddd If a test case is not compiled on a specific platform, print "skipped" by Joerg Sonnenberger · 14 years ago
- 5c5d361 clang/darwin: Tweak CheckArches function to use CC and to not spew output. by Daniel Dunbar · 14 years ago
- 539ec3a Check architectures to make sure that we can build for all of them by Eric Christopher · 14 years ago
- eac62c53 clang/Darwin: Include divsi3 functions on x86, they are used by the divmod by Daniel Dunbar · 14 years ago
- 5aea172 clang/Darwin: Update ios static lib to build for all archs, in case the by Daniel Dunbar · 14 years ago
- fca8b75 Make sure we include __sync_synchronize on arm platforms if we need it. by Eric Christopher · 14 years ago
- 0ce75e8 clang_darwin: Add divmod functions to cc_kext library. by Daniel Dunbar · 14 years ago
- 74457a7 clang_darwin: Always set deployment targets when building compiler-rt bits, so by Daniel Dunbar · 14 years ago
- 3c51990 Add some macro magic: user __USER_LABEL_PREFIX__ instead of hardcoding it for each platform by Anton Korobeynikov · 14 years ago
- 4322a7d More fixes for missed includes by Anton Korobeynikov · 14 years ago
- 147ecfa Add missed include by Anton Korobeynikov · 14 years ago
- 0529d4d Add missed files from my last commit. by Anton Korobeynikov · 14 years ago
- e63da93 Move abi bits to separate header. Force AAPCS for EABI in accordance with ARM RTABI. by Anton Korobeynikov · 14 years ago
- 75e3c19 Add ARM EABI function aliases to routines by Anton Korobeynikov · 14 years ago
- bdadd87 Make use of LOCAL_LABEL macro by Anton Korobeynikov · 14 years ago
- 1653610 Get rid of darwin'isms. Provide convenient macro for assembler local lables. by Anton Korobeynikov · 14 years ago
- ddd3a2e clang_darwin: Tweak runtime library definitions to include divmod functions. by Daniel Dunbar · 14 years ago
- 19b8260 <rdar://problem/9282305> install an archive for dyld and fix missing -static by Nick Kledzik · 14 years ago
- e7e288c don't add version info for static library by Nick Kledzik · 14 years ago
- 012323d <rdar://problem/9173756> enable CC.Release to be used always by Nick Kledzik · 14 years ago
- aa60d6a fix typo by Nick Kledzik · 14 years ago
- 191c280 <rdar://problem/9185449> update version info for arm by Nick Kledzik · 14 years ago
- 1d84f37 clang/Darwin: Add all the comparison functions, the desire to cherry pick just by Daniel Dunbar · 14 years ago
- 4c70f3e Revert "Split single & double comparison routines into separate implementation by Daniel Dunbar · 14 years ago
- 1102c9a Split single & double comparison routines into separate implementation files, by Daniel Dunbar · 14 years ago
- 1730ab0 compiler-rt/clang/cc_kext: Update for functions which we have sinced acquired by Daniel Dunbar · 14 years ago
- f3798a3 compiler-rt: Split subdf3 and subsf3 out of add implementations, for by Daniel Dunbar · 14 years ago
- 32acbef3 slight re-arrangement to maybe pick up one cycle on dual-issue ARM cores by Stephen Canon · 14 years ago
- 5abb5c1 Carefully written implementations of the 32-bit integer divide and modulus functions for ARM. These are still using a naive digit-by-digit algorithm, but the core loop has been carefully written. by Stephen Canon · 14 years ago
- 47a823b <rdar://problem/8914924> implement udivmodsi4 and divmodsi4 for ARM by Nick Kledzik · 14 years ago
- 371d881 <rdar://problem/9145073> use -Os for release builds by Nick Kledzik · 14 years ago
- 15bc34c don't compile modsi3 into an infinite loop, patch by Matt Johnson! by Chris Lattner · 14 years ago
- b611885 <rdar://problem/9099747> fix use of SDKROOT by Nick Kledzik · 14 years ago
- fc1586c <rdar://problem/9091300> update Apple packaging of compiler-rt by Nick Kledzik · 14 years ago
- fee882c clang_darwin: We don't need clear_cache for use with Clang on ARM/Darwin. by Daniel Dunbar · 14 years ago
- e1e6ace clang_darwin: Build with -fno-builtin, primarily to avoid issues with defining possible builtin functions. by Daniel Dunbar · 14 years ago
- 384a842 clang_darwin: Start building an armv7 slice for cc_kext. by Daniel Dunbar · 14 years ago
- 77b059e clang_darwin: Build cckext bits with -mthumb. by Daniel Dunbar · 14 years ago
- d8baa2b Fix typo. by Daniel Dunbar · 14 years ago
- 9f1bd06 Add missing <stdint.h> to build properly on Solaris. Patch by Joakim Johansson by Nick Kledzik · 14 years ago
- 5b791f6 license change by Howard Hinnant · 15 years ago
- f8a07f6 compiler_rt is now dual licensed under MIT and UIUC license. by Chris Lattner · 15 years ago
- dde0471 make: Add CheckCommandLineOverrides to my little Makefile library, a routine for by Daniel Dunbar · 15 years ago
- c2d789b <rdar://problem/8482056> Add Soft Floating Compares for armv6 and armv7 by Nick Kledzik · 15 years ago
- 5680b2a compiler-rt/clang/Darwin: Add a new library configuration which has nothing by Daniel Dunbar · 15 years ago
- 5f0e6e7 Adds an extra explicit cast to fix Bug 7931 and removes codepaths that were never used by Stephen Canon · 15 years ago
- be67b4a add unit tests by Blaine Garst · 15 years ago
- cceb1f2 add assembly implementation of modsi3 so compiler does not have to special case a - (a / b) * b optimization by Nick Kledzik · 15 years ago
- 8770d3d Fix error in rep_clz on non-LP64 targets. Patch by Christoph Gerum by Stephen Canon · 15 years ago
- df69264 Hand-tuning of single-precision soft-float comparison routines for ARM by Stephen Canon · 15 years ago
- 238bc00 fix install location by Nick Kledzik · 15 years ago
- 9445ef8 fix arvm5 builds by Nick Kledzik · 15 years ago
- 644ab08 Initial implementation of double-precision soft-float division, moved a couple utility functions from the multiplications into the utility header by Stephen Canon · 15 years ago
- 9ae6fd5 Single-precision soft-float division by Stephen Canon · 15 years ago
- 909f6c7 Further cleanup of ARM bswap implementations, thanks to John Tytgat by Stephen Canon · 15 years ago
- b84e7dc Marginally smaller implementations of bswap for ARMv4, ARMv5 that avoid the need to establish a frame by Stephen Canon · 15 years ago
- 7973295 Renamed unsigned->float routines to match GCC convention by Stephen Canon · 15 years ago
- 209ac43 ARM before armv6 did not supprt 'rev' instruction by Nick Kledzik · 15 years ago
- 04b9796 [unsigned] int -> float soft-float conversions for single- and double-precision by Stephen Canon · 15 years ago
- 4be0d7e float- and double-to-integer soft-float conversions for compiler-rt by Stephen Canon · 15 years ago
- 75a21dc Tests for soft-float comparison functions by Stephen Canon · 15 years ago
- e9946d0 ... and one more fix to remove some warnings in the new double -> float conversion by Stephen Canon · 15 years ago
- 74eaf1f Correction to previous commit which mistakenly included older versions of some files; now includes the correct LLVM license header by Stephen Canon · 15 years ago
- b1fdde1 Adding soft-float comparisons, addition, subtraction, multiplication and negation by Stephen Canon · 15 years ago
- 60a234f This is a test commit to verify repository access. by Stephen Canon · 15 years ago
- 749dc33 <rdar://problem/7987491> Libcompiler_rt isn't platform aware by Nick Kledzik · 15 years ago
- 386e5f3 tweak arm exports by Nick Kledzik · 15 years ago
- c6cacf9 sjlj based personality requires a different name by Nick Kledzik · 15 years ago
- 2dd1552 improve bullets, patch by Mike Miller by Chris Lattner · 15 years ago
- b2403ee Fix build with MSVC. by Charles Davis · 15 years ago
- 26274da improve arm build support on darwin by Nick Kledzik · 15 years ago
- 8e7ebea add explicit alignment directives to assure arm code is 4-byte aligned by Nick Kledzik · 15 years ago
- b4d7aa6 update copyright notices by Blaine Garst · 15 years ago
- 5b0a062 add include of int_lib.h to match change to use compilerrt_abort() by Nick Kledzik · 15 years ago
- 2843b5e clang/Darwin: Don't include enable_execute_stack in libcc_kext.a. by Daniel Dunbar · 15 years ago
- 516f36d <rdar://problem/7733536> Move libcompiler_rt over to a dylib target for Libsystem by Nick Kledzik · 15 years ago
- b3d3ec7 <rdar://problem/7813254> check enable_execute_stack implementation by Nick Kledzik · 15 years ago
- 587b1d4 Add new build option KERNEL_USE, which compiles with -mkernel and gets propogated to CFLAGS. Use this to call panic() instead of abort() when enabled. by Daniel Dunbar · 15 years ago
- f287008 Use a private compilerrt_abort() define instead of calling abort directly. by Daniel Dunbar · 15 years ago
- 36e6b65 Don't build an armv7 slice for now, it has the same stuff as on armv6. by Daniel Dunbar · 15 years ago
- 8900ab9 Clang/Darwin: Add definition for files to put in cc_kext.a. by Daniel Dunbar · 15 years ago
- debb901 add __sync_synchronize. Needed by compiler when emitting thumb1 with -fno-builtin by Nick Kledzik · 15 years ago
- 1683ceb add compiler options for B&I builds by Nick Kledzik · 15 years ago
- 3efa0ef FUNCTIONS.armv6 to have actual function names by Nick Kledzik · 15 years ago
- 10b2046 document runtime support functions by Nick Kledzik · 15 years ago
- f99eaa9 Tweak clang_darwin config to strip off any -arch if the user overrides CC, we do by Daniel Dunbar · 15 years ago