1. 25a3ff1 build/darwin_bni: Remove consistency check I added, I forgot we always load by Daniel Dunbar · 13 years ago
  2. 2bf9340 lib: Include float.h in int_lib.h, and eliminate duplicate includes from a number of source files. by Daniel Dunbar · 13 years ago
  3. 1132cf7 build/darwin_bni: Add a consistency check. by Daniel Dunbar · 13 years ago
  4. 23d1542 lib: Include stdbool.h in int_lib.h, and eliminate duplicate includes from a number of source files. by Daniel Dunbar · 13 years ago
  5. 0a3e350 lib: Rename endianness.h to int_endianness.h (for consistency) and tidy up a bit. by Daniel Dunbar · 13 years ago
  6. 396a72f lib: Split out int_types.h, for readability. by Daniel Dunbar · 13 years ago
  7. bacb723 git: Tweak .gitignore to ignore defined platform build directories. by Daniel Dunbar · 13 years ago
  8. d692114 build/clang_darwin: Set CC before trying to run CheckArches. by Daniel Dunbar · 13 years ago
  9. 0ae9d25 lib: Integrate abi.h into int_lib.h, there aren't good enough reasons for this extra complexity. by Daniel Dunbar · 13 years ago
  10. 5e06e18 build/darwin_fat: Drop ppc from default arch list, ppc targets are no longer supported by modern toolchains. by Daniel Dunbar · 13 years ago
  11. 55812b5 build: Change default CC to be clang instead of gcc. by Daniel Dunbar · 13 years ago
  12. 279a22a platform/clang_darwin: Improve the "can we build for this arch test" by checking by Daniel Dunbar · 13 years ago
  13. a11b52f <rdar://problem/10172492> No armv4t slice of libcompiler_rt-static.a by Nick Kledzik · 13 years ago
  14. 8ef0830 platform/clang_darwin: Allow use of an RC_SUPPORTED_ARCHS variable to limit the by Daniel Dunbar · 13 years ago
  15. c20f862 Change ARM vfp assembly functions to use unified syntax. by Bob Wilson · 13 years ago
  16. 41ae71d Refactor DEFINE_COMPILERRT_FUNCTION. by Bob Wilson · 13 years ago
  17. b0f8ecc Remove redundant flag: -mthumb is the default for armv7. by Bob Wilson · 13 years ago
  18. dee3773 Add the ARM VFP variants to the cc_kext libraries for armv6 and armv7. by Bob Wilson · 13 years ago
  19. 4fcc9aa Don't redeclare sr. by Joerg Sonnenberger · 13 years ago
  20. d426091 Don't redeclare sr. by Joerg Sonnenberger · 13 years ago
  21. 9435c40 <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 · 13 years ago
  22. 9d55985 add STRIP and LIPO as AvailableOptions by Nick Kledzik · 13 years ago
  23. f6f88f3 Missed a rename here 4 args instead of 3. by Eric Christopher · 13 years ago
  24. 1ace405 Implement mulo<mode>4 for use in signed overflow checking. by Eric Christopher · 13 years ago
  25. 90467a6 build/clang_darwin: Fix previous change to CheckArches to not cause problem when by Daniel Dunbar · 13 years ago
  26. 355afd2 build/clang_darwin: Improve archs check to verify we can not just recognize by Daniel Dunbar · 13 years ago
  27. 7482815 If a test case is not compiled on a specific platform, print "skipped" by Joerg Sonnenberger · 13 years ago
  28. 96051e1 clang/darwin: Tweak CheckArches function to use CC and to not spew output. by Daniel Dunbar · 13 years ago
  29. 2f5efb0 Check architectures to make sure that we can build for all of them by Eric Christopher · 13 years ago
  30. 187b4b5 clang/Darwin: Include divsi3 functions on x86, they are used by the divmod by Daniel Dunbar · 13 years ago
  31. a14b721 clang/Darwin: Update ios static lib to build for all archs, in case the by Daniel Dunbar · 13 years ago
  32. 3d8090e Make sure we include __sync_synchronize on arm platforms if we need it. by Eric Christopher · 13 years ago
  33. 4c45b93 clang_darwin: Add divmod functions to cc_kext library. by Daniel Dunbar · 13 years ago
  34. 56026be clang_darwin: Always set deployment targets when building compiler-rt bits, so by Daniel Dunbar · 13 years ago
  35. e294935 Add some macro magic: user __USER_LABEL_PREFIX__ instead of hardcoding it for each platform by Anton Korobeynikov · 13 years ago
  36. 2918947 More fixes for missed includes by Anton Korobeynikov · 13 years ago
  37. 7d34226 Add missed include by Anton Korobeynikov · 13 years ago
  38. 94d371c Add missed files from my last commit. by Anton Korobeynikov · 13 years ago
  39. 1c5f89b Move abi bits to separate header. Force AAPCS for EABI in accordance with ARM RTABI. by Anton Korobeynikov · 13 years ago
  40. 37b97d1 Add ARM EABI function aliases to routines by Anton Korobeynikov · 13 years ago
  41. e1f95ca Make use of LOCAL_LABEL macro by Anton Korobeynikov · 13 years ago
  42. 647fc73 Get rid of darwin'isms. Provide convenient macro for assembler local lables. by Anton Korobeynikov · 13 years ago
  43. d0dbbc4 clang_darwin: Tweak runtime library definitions to include divmod functions. by Daniel Dunbar · 13 years ago
  44. 7956ca9 <rdar://problem/9282305> install an archive for dyld and fix missing -static by Nick Kledzik · 13 years ago
  45. 4a3467b don't add version info for static library by Nick Kledzik · 13 years ago
  46. 16dfc0b <rdar://problem/9173756> enable CC.Release to be used always by Nick Kledzik · 13 years ago
  47. 7e9cd71 fix typo by Nick Kledzik · 13 years ago
  48. bb301ce <rdar://problem/9185449> update version info for arm by Nick Kledzik · 13 years ago
  49. 358b3fd clang/Darwin: Add all the comparison functions, the desire to cherry pick just by Daniel Dunbar · 13 years ago
  50. ce750fd Revert "Split single & double comparison routines into separate implementation by Daniel Dunbar · 13 years ago
  51. fb92f4b Split single & double comparison routines into separate implementation files, by Daniel Dunbar · 13 years ago
  52. f442f26 compiler-rt/clang/cc_kext: Update for functions which we have sinced acquired by Daniel Dunbar · 13 years ago
  53. 0868ca6 compiler-rt: Split subdf3 and subsf3 out of add implementations, for by Daniel Dunbar · 13 years ago
  54. 2caeeef slight re-arrangement to maybe pick up one cycle on dual-issue ARM cores by Stephen Canon · 13 years ago
  55. 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 · 13 years ago
  56. 5c08099 <rdar://problem/8914924> implement udivmodsi4 and divmodsi4 for ARM by Nick Kledzik · 13 years ago
  57. 1ea7a40 <rdar://problem/9145073> use -Os for release builds by Nick Kledzik · 13 years ago
  58. ee841f4 don't compile modsi3 into an infinite loop, patch by Matt Johnson! by Chris Lattner · 13 years ago
  59. b1aee72 <rdar://problem/9099747> fix use of SDKROOT by Nick Kledzik · 13 years ago
  60. 3d40740 <rdar://problem/9091300> update Apple packaging of compiler-rt by Nick Kledzik · 13 years ago
  61. e512f7f clang_darwin: We don't need clear_cache for use with Clang on ARM/Darwin. by Daniel Dunbar · 14 years ago
  62. 4e105fb clang_darwin: Build with -fno-builtin, primarily to avoid issues with defining possible builtin functions. by Daniel Dunbar · 14 years ago
  63. cfa4fea clang_darwin: Start building an armv7 slice for cc_kext. by Daniel Dunbar · 14 years ago
  64. 341b7de clang_darwin: Build cckext bits with -mthumb. by Daniel Dunbar · 14 years ago
  65. ed9b014 Fix typo. by Daniel Dunbar · 14 years ago
  66. c31717b Add missing <stdint.h> to build properly on Solaris. Patch by Joakim Johansson by Nick Kledzik · 14 years ago
  67. 9ad441f license change by Howard Hinnant · 14 years ago
  68. 4b12196 compiler_rt is now dual licensed under MIT and UIUC license. by Chris Lattner · 14 years ago
  69. 1d16fde make: Add CheckCommandLineOverrides to my little Makefile library, a routine for by Daniel Dunbar · 14 years ago
  70. 8dd2433 <rdar://problem/8482056> Add Soft Floating Compares for armv6 and armv7 by Nick Kledzik · 14 years ago
  71. ab94fd3 compiler-rt/clang/Darwin: Add a new library configuration which has nothing by Daniel Dunbar · 14 years ago
  72. 4d055d5 Adds an extra explicit cast to fix Bug 7931 and removes codepaths that were never used by Stephen Canon · 14 years ago
  73. 86d0ba4 add unit tests by Blaine Garst · 14 years ago
  74. 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
  75. c41370b Fix error in rep_clz on non-LP64 targets. Patch by Christoph Gerum by Stephen Canon · 14 years ago
  76. c8c6359 Hand-tuning of single-precision soft-float comparison routines for ARM by Stephen Canon · 14 years ago
  77. dc0b559 fix install location by Nick Kledzik · 14 years ago
  78. 3c2c684 fix arvm5 builds by Nick Kledzik · 14 years ago
  79. 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
  80. c9d2b05 Single-precision soft-float division by Stephen Canon · 14 years ago
  81. e735b29 Further cleanup of ARM bswap implementations, thanks to John Tytgat by Stephen Canon · 14 years ago
  82. fe22a3f Marginally smaller implementations of bswap for ARMv4, ARMv5 that avoid the need to establish a frame by Stephen Canon · 14 years ago
  83. b6d4e2e Renamed unsigned->float routines to match GCC convention by Stephen Canon · 14 years ago
  84. 455c263 ARM before armv6 did not supprt 'rev' instruction by Nick Kledzik · 14 years ago
  85. 09009c5 [unsigned] int -> float soft-float conversions for single- and double-precision by Stephen Canon · 14 years ago
  86. 0ef6213 float- and double-to-integer soft-float conversions for compiler-rt by Stephen Canon · 14 years ago
  87. 26e5f16 Tests for soft-float comparison functions by Stephen Canon · 14 years ago
  88. 4501379 ... and one more fix to remove some warnings in the new double -> float conversion by Stephen Canon · 14 years ago
  89. 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
  90. e508632 Adding soft-float comparisons, addition, subtraction, multiplication and negation by Stephen Canon · 14 years ago
  91. 06dfcbe This is a test commit to verify repository access. by Stephen Canon · 14 years ago
  92. 62d7d5f <rdar://problem/7987491> Libcompiler_rt isn't platform aware by Nick Kledzik · 14 years ago
  93. 4e8f12f tweak arm exports by Nick Kledzik · 14 years ago
  94. 2579d72 sjlj based personality requires a different name by Nick Kledzik · 14 years ago
  95. 1bb4c38 improve bullets, patch by Mike Miller by Chris Lattner · 14 years ago
  96. ffd69e7 Fix build with MSVC. by Charles Davis · 14 years ago
  97. afb7b6e improve arm build support on darwin by Nick Kledzik · 14 years ago
  98. d016b38 add explicit alignment directives to assure arm code is 4-byte aligned by Nick Kledzik · 14 years ago
  99. b1c0715 update copyright notices by Blaine Garst · 14 years ago
  100. d0d9913 add include of int_lib.h to match change to use compilerrt_abort() by Nick Kledzik · 14 years ago