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