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