1. 187b4b5 clang/Darwin: Include divsi3 functions on x86, they are used by the divmod by Daniel Dunbar · 13 years ago
  2. a14b721 clang/Darwin: Update ios static lib to build for all archs, in case the by Daniel Dunbar · 13 years ago
  3. 3d8090e Make sure we include __sync_synchronize on arm platforms if we need it. by Eric Christopher · 13 years ago
  4. 4c45b93 clang_darwin: Add divmod functions to cc_kext library. by Daniel Dunbar · 13 years ago
  5. 56026be clang_darwin: Always set deployment targets when building compiler-rt bits, so by Daniel Dunbar · 13 years ago
  6. e294935 Add some macro magic: user __USER_LABEL_PREFIX__ instead of hardcoding it for each platform by Anton Korobeynikov · 13 years ago
  7. 2918947 More fixes for missed includes by Anton Korobeynikov · 13 years ago
  8. 7d34226 Add missed include by Anton Korobeynikov · 13 years ago
  9. 94d371c Add missed files from my last commit. by Anton Korobeynikov · 13 years ago
  10. 1c5f89b Move abi bits to separate header. Force AAPCS for EABI in accordance with ARM RTABI. by Anton Korobeynikov · 13 years ago
  11. 37b97d1 Add ARM EABI function aliases to routines by Anton Korobeynikov · 13 years ago
  12. e1f95ca Make use of LOCAL_LABEL macro by Anton Korobeynikov · 13 years ago
  13. 647fc73 Get rid of darwin'isms. Provide convenient macro for assembler local lables. by Anton Korobeynikov · 13 years ago
  14. d0dbbc4 clang_darwin: Tweak runtime library definitions to include divmod functions. by Daniel Dunbar · 13 years ago
  15. 7956ca9 <rdar://problem/9282305> install an archive for dyld and fix missing -static by Nick Kledzik · 14 years ago
  16. 4a3467b don't add version info for static library by Nick Kledzik · 14 years ago
  17. 16dfc0b <rdar://problem/9173756> enable CC.Release to be used always by Nick Kledzik · 14 years ago
  18. 7e9cd71 fix typo by Nick Kledzik · 14 years ago
  19. bb301ce <rdar://problem/9185449> update version info for arm by Nick Kledzik · 14 years ago
  20. 358b3fd clang/Darwin: Add all the comparison functions, the desire to cherry pick just by Daniel Dunbar · 14 years ago
  21. ce750fd Revert "Split single & double comparison routines into separate implementation by Daniel Dunbar · 14 years ago
  22. fb92f4b Split single & double comparison routines into separate implementation files, by Daniel Dunbar · 14 years ago
  23. f442f26 compiler-rt/clang/cc_kext: Update for functions which we have sinced acquired by Daniel Dunbar · 14 years ago
  24. 0868ca6 compiler-rt: Split subdf3 and subsf3 out of add implementations, for by Daniel Dunbar · 14 years ago
  25. 2caeeef slight re-arrangement to maybe pick up one cycle on dual-issue ARM cores by Stephen Canon · 14 years ago
  26. 6bbe0bb 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
  27. 5c08099 <rdar://problem/8914924> implement udivmodsi4 and divmodsi4 for ARM by Nick Kledzik · 14 years ago
  28. 1ea7a40 <rdar://problem/9145073> use -Os for release builds by Nick Kledzik · 14 years ago
  29. ee841f4 don't compile modsi3 into an infinite loop, patch by Matt Johnson! by Chris Lattner · 14 years ago
  30. b1aee72 <rdar://problem/9099747> fix use of SDKROOT by Nick Kledzik · 14 years ago
  31. 3d40740 <rdar://problem/9091300> update Apple packaging of compiler-rt by Nick Kledzik · 14 years ago
  32. e512f7f clang_darwin: We don't need clear_cache for use with Clang on ARM/Darwin. by Daniel Dunbar · 14 years ago
  33. 4e105fb clang_darwin: Build with -fno-builtin, primarily to avoid issues with defining possible builtin functions. by Daniel Dunbar · 14 years ago
  34. cfa4fea clang_darwin: Start building an armv7 slice for cc_kext. by Daniel Dunbar · 14 years ago
  35. 341b7de clang_darwin: Build cckext bits with -mthumb. by Daniel Dunbar · 14 years ago
  36. ed9b014 Fix typo. by Daniel Dunbar · 14 years ago
  37. c31717b Add missing <stdint.h> to build properly on Solaris. Patch by Joakim Johansson by Nick Kledzik · 14 years ago
  38. 9ad441f license change by Howard Hinnant · 14 years ago
  39. 4b12196 compiler_rt is now dual licensed under MIT and UIUC license. by Chris Lattner · 14 years ago
  40. 1d16fde make: Add CheckCommandLineOverrides to my little Makefile library, a routine for by Daniel Dunbar · 14 years ago
  41. 8dd2433 <rdar://problem/8482056> Add Soft Floating Compares for armv6 and armv7 by Nick Kledzik · 14 years ago
  42. ab94fd3 compiler-rt/clang/Darwin: Add a new library configuration which has nothing by Daniel Dunbar · 14 years ago
  43. 4d055d5 Adds an extra explicit cast to fix Bug 7931 and removes codepaths that were never used by Stephen Canon · 14 years ago
  44. 86d0ba4 add unit tests by Blaine Garst · 14 years ago
  45. dada275 add assembly implementation of modsi3 so compiler does not have to special case a - (a / b) * b optimization by Nick Kledzik · 14 years ago
  46. c41370b Fix error in rep_clz on non-LP64 targets. Patch by Christoph Gerum by Stephen Canon · 14 years ago
  47. c8c6359 Hand-tuning of single-precision soft-float comparison routines for ARM by Stephen Canon · 14 years ago
  48. dc0b559 fix install location by Nick Kledzik · 14 years ago
  49. 3c2c684 fix arvm5 builds by Nick Kledzik · 14 years ago
  50. 12a7d09 Initial implementation of double-precision soft-float division, moved a couple utility functions from the multiplications into the utility header by Stephen Canon · 14 years ago
  51. c9d2b05 Single-precision soft-float division by Stephen Canon · 14 years ago
  52. e735b29 Further cleanup of ARM bswap implementations, thanks to John Tytgat by Stephen Canon · 14 years ago
  53. fe22a3f Marginally smaller implementations of bswap for ARMv4, ARMv5 that avoid the need to establish a frame by Stephen Canon · 14 years ago
  54. b6d4e2e Renamed unsigned->float routines to match GCC convention by Stephen Canon · 14 years ago
  55. 455c263 ARM before armv6 did not supprt 'rev' instruction by Nick Kledzik · 14 years ago
  56. 09009c5 [unsigned] int -> float soft-float conversions for single- and double-precision by Stephen Canon · 14 years ago
  57. 0ef6213 float- and double-to-integer soft-float conversions for compiler-rt by Stephen Canon · 14 years ago
  58. 26e5f16 Tests for soft-float comparison functions by Stephen Canon · 14 years ago
  59. 4501379 ... and one more fix to remove some warnings in the new double -> float conversion by Stephen Canon · 14 years ago
  60. 5c6d2ec Correction to previous commit which mistakenly included older versions of some files; now includes the correct LLVM license header by Stephen Canon · 14 years ago
  61. e508632 Adding soft-float comparisons, addition, subtraction, multiplication and negation by Stephen Canon · 14 years ago
  62. 06dfcbe This is a test commit to verify repository access. by Stephen Canon · 14 years ago
  63. 62d7d5f <rdar://problem/7987491> Libcompiler_rt isn't platform aware by Nick Kledzik · 14 years ago
  64. 4e8f12f tweak arm exports by Nick Kledzik · 14 years ago
  65. 2579d72 sjlj based personality requires a different name by Nick Kledzik · 14 years ago
  66. 1bb4c38 improve bullets, patch by Mike Miller by Chris Lattner · 14 years ago
  67. ffd69e7 Fix build with MSVC. by Charles Davis · 14 years ago
  68. afb7b6e improve arm build support on darwin by Nick Kledzik · 14 years ago
  69. d016b38 add explicit alignment directives to assure arm code is 4-byte aligned by Nick Kledzik · 14 years ago
  70. b1c0715 update copyright notices by Blaine Garst · 14 years ago
  71. d0d9913 add include of int_lib.h to match change to use compilerrt_abort() by Nick Kledzik · 15 years ago
  72. e972d67 clang/Darwin: Don't include enable_execute_stack in libcc_kext.a. by Daniel Dunbar · 15 years ago
  73. 1f7ee1d <rdar://problem/7733536> Move libcompiler_rt over to a dylib target for Libsystem by Nick Kledzik · 15 years ago
  74. e7d0a5c <rdar://problem/7813254> check enable_execute_stack implementation by Nick Kledzik · 15 years ago
  75. d3d2263 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
  76. 48f46ac Use a private compilerrt_abort() define instead of calling abort directly. by Daniel Dunbar · 15 years ago
  77. 95f271b Don't build an armv7 slice for now, it has the same stuff as on armv6. by Daniel Dunbar · 15 years ago
  78. b0be8f1 Clang/Darwin: Add definition for files to put in cc_kext.a. by Daniel Dunbar · 15 years ago
  79. 8ed1651 add __sync_synchronize. Needed by compiler when emitting thumb1 with -fno-builtin by Nick Kledzik · 15 years ago
  80. 182800c add compiler options for B&I builds by Nick Kledzik · 15 years ago
  81. e697090 FUNCTIONS.armv6 to have actual function names by Nick Kledzik · 15 years ago
  82. a5556d7 document runtime support functions by Nick Kledzik · 15 years ago
  83. d5feee3 Tweak clang_darwin config to strip off any -arch if the user overrides CC, we do by Daniel Dunbar · 15 years ago
  84. 82e3b8b Updated README.txt by Howard Hinnant · 15 years ago
  85. 09d99f3 Updated README.txt by Howard Hinnant · 15 years ago
  86. b04c2c4 fix return type of _Unwind_Exception.exception_cleanup by Nick Kledzik · 15 years ago
  87. 4a32c6e clang/Darwin: Rename x86_10.4 static lib config to just 10.4, and add 'eprintf' by Daniel Dunbar · 15 years ago
  88. 8b79035 Add .mk for use by clang/Darwin. by Daniel Dunbar · 15 years ago
  89. 06f38e5 Allow UniversalArchs variable to be overridden on a per-config basis. by Daniel Dunbar · 15 years ago
  90. d057f7d Split up switch.S and save_restore_d8_d15.S to follow one function per file convention. by Daniel Dunbar · 15 years ago
  91. 6a571fb Add a VISIBILITY_HIDDEN option, which can be used to make all compiler-rt function definitions hidden/private extern. by Daniel Dunbar · 15 years ago
  92. 4c01bb7 Unbreak symbol mangling in .s files, at least for Darwin/Linux. by Daniel Dunbar · 15 years ago
  93. e136da9 Add DEFINE_COMPILERRT_PRIVATE_FUNCTION_UNMANGLED for use in .S files -- restFP and saveFP don't get USER_LABEL_PREFIX prepended for some reason. by Daniel Dunbar · 15 years ago
  94. 3c2a776 Update Apple-style build support for new Makefiles by Daniel Dunbar · 15 years ago
  95. 48464e0 Add support for "platform" configurations, which define a suite of compiler-rt by Daniel Dunbar · 15 years ago
  96. ba990c4 Remove old build logic, this is going to be replaced by a more configurable mechanism shortly. by Daniel Dunbar · 15 years ago
  97. 6db90e6 Rename subdir 'Target' variable to 'Implementation' to be less overloaded. by Daniel Dunbar · 15 years ago
  98. 78cfbc5 Add 'SelectFunctionDir' function, to select appropriate function implementation based on a configuration and architecture. by Daniel Dunbar · 15 years ago
  99. 6260e4a Add more make utility functions. - With tests. :) by Daniel Dunbar · 15 years ago
  100. 9edf5cd Change subdir traversal to primarily cache information about what is available in subdirectories. by Daniel Dunbar · 15 years ago