1. b1aee72 <rdar://problem/9099747> fix use of SDKROOT by Nick Kledzik · 14 years ago
  2. 3d40740 <rdar://problem/9091300> update Apple packaging of compiler-rt by Nick Kledzik · 14 years ago
  3. e512f7f clang_darwin: We don't need clear_cache for use with Clang on ARM/Darwin. by Daniel Dunbar · 14 years ago
  4. 4e105fb clang_darwin: Build with -fno-builtin, primarily to avoid issues with defining possible builtin functions. by Daniel Dunbar · 14 years ago
  5. cfa4fea clang_darwin: Start building an armv7 slice for cc_kext. by Daniel Dunbar · 14 years ago
  6. 341b7de clang_darwin: Build cckext bits with -mthumb. by Daniel Dunbar · 14 years ago
  7. ed9b014 Fix typo. by Daniel Dunbar · 14 years ago
  8. c31717b Add missing <stdint.h> to build properly on Solaris. Patch by Joakim Johansson by Nick Kledzik · 14 years ago
  9. 9ad441f license change by Howard Hinnant · 14 years ago
  10. 4b12196 compiler_rt is now dual licensed under MIT and UIUC license. by Chris Lattner · 14 years ago
  11. 1d16fde make: Add CheckCommandLineOverrides to my little Makefile library, a routine for by Daniel Dunbar · 14 years ago
  12. 8dd2433 <rdar://problem/8482056> Add Soft Floating Compares for armv6 and armv7 by Nick Kledzik · 14 years ago
  13. ab94fd3 compiler-rt/clang/Darwin: Add a new library configuration which has nothing by Daniel Dunbar · 14 years ago
  14. 4d055d5 Adds an extra explicit cast to fix Bug 7931 and removes codepaths that were never used by Stephen Canon · 14 years ago
  15. 86d0ba4 add unit tests by Blaine Garst · 14 years ago
  16. 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
  17. c41370b Fix error in rep_clz on non-LP64 targets. Patch by Christoph Gerum by Stephen Canon · 14 years ago
  18. c8c6359 Hand-tuning of single-precision soft-float comparison routines for ARM by Stephen Canon · 14 years ago
  19. dc0b559 fix install location by Nick Kledzik · 14 years ago
  20. 3c2c684 fix arvm5 builds by Nick Kledzik · 14 years ago
  21. 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
  22. c9d2b05 Single-precision soft-float division by Stephen Canon · 14 years ago
  23. e735b29 Further cleanup of ARM bswap implementations, thanks to John Tytgat by Stephen Canon · 14 years ago
  24. fe22a3f Marginally smaller implementations of bswap for ARMv4, ARMv5 that avoid the need to establish a frame by Stephen Canon · 14 years ago
  25. b6d4e2e Renamed unsigned->float routines to match GCC convention by Stephen Canon · 14 years ago
  26. 455c263 ARM before armv6 did not supprt 'rev' instruction by Nick Kledzik · 14 years ago
  27. 09009c5 [unsigned] int -> float soft-float conversions for single- and double-precision by Stephen Canon · 14 years ago
  28. 0ef6213 float- and double-to-integer soft-float conversions for compiler-rt by Stephen Canon · 14 years ago
  29. 26e5f16 Tests for soft-float comparison functions by Stephen Canon · 14 years ago
  30. 4501379 ... and one more fix to remove some warnings in the new double -> float conversion by Stephen Canon · 14 years ago
  31. 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
  32. e508632 Adding soft-float comparisons, addition, subtraction, multiplication and negation by Stephen Canon · 14 years ago
  33. 06dfcbe This is a test commit to verify repository access. by Stephen Canon · 14 years ago
  34. 62d7d5f <rdar://problem/7987491> Libcompiler_rt isn't platform aware by Nick Kledzik · 14 years ago
  35. 4e8f12f tweak arm exports by Nick Kledzik · 14 years ago
  36. 2579d72 sjlj based personality requires a different name by Nick Kledzik · 14 years ago
  37. 1bb4c38 improve bullets, patch by Mike Miller by Chris Lattner · 14 years ago
  38. ffd69e7 Fix build with MSVC. by Charles Davis · 14 years ago
  39. afb7b6e improve arm build support on darwin by Nick Kledzik · 14 years ago
  40. d016b38 add explicit alignment directives to assure arm code is 4-byte aligned by Nick Kledzik · 14 years ago
  41. b1c0715 update copyright notices by Blaine Garst · 14 years ago
  42. d0d9913 add include of int_lib.h to match change to use compilerrt_abort() by Nick Kledzik · 14 years ago
  43. e972d67 clang/Darwin: Don't include enable_execute_stack in libcc_kext.a. by Daniel Dunbar · 14 years ago
  44. 1f7ee1d <rdar://problem/7733536> Move libcompiler_rt over to a dylib target for Libsystem by Nick Kledzik · 14 years ago
  45. e7d0a5c <rdar://problem/7813254> check enable_execute_stack implementation by Nick Kledzik · 14 years ago
  46. 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 · 14 years ago
  47. 48f46ac Use a private compilerrt_abort() define instead of calling abort directly. by Daniel Dunbar · 14 years ago
  48. 95f271b Don't build an armv7 slice for now, it has the same stuff as on armv6. by Daniel Dunbar · 14 years ago
  49. b0be8f1 Clang/Darwin: Add definition for files to put in cc_kext.a. by Daniel Dunbar · 14 years ago
  50. 8ed1651 add __sync_synchronize. Needed by compiler when emitting thumb1 with -fno-builtin by Nick Kledzik · 15 years ago
  51. 182800c add compiler options for B&I builds by Nick Kledzik · 15 years ago
  52. e697090 FUNCTIONS.armv6 to have actual function names by Nick Kledzik · 15 years ago
  53. a5556d7 document runtime support functions by Nick Kledzik · 15 years ago
  54. d5feee3 Tweak clang_darwin config to strip off any -arch if the user overrides CC, we do by Daniel Dunbar · 15 years ago
  55. 82e3b8b Updated README.txt by Howard Hinnant · 15 years ago
  56. 09d99f3 Updated README.txt by Howard Hinnant · 15 years ago
  57. b04c2c4 fix return type of _Unwind_Exception.exception_cleanup by Nick Kledzik · 15 years ago
  58. 4a32c6e clang/Darwin: Rename x86_10.4 static lib config to just 10.4, and add 'eprintf' by Daniel Dunbar · 15 years ago
  59. 8b79035 Add .mk for use by clang/Darwin. by Daniel Dunbar · 15 years ago
  60. 06f38e5 Allow UniversalArchs variable to be overridden on a per-config basis. by Daniel Dunbar · 15 years ago
  61. d057f7d Split up switch.S and save_restore_d8_d15.S to follow one function per file convention. by Daniel Dunbar · 15 years ago
  62. 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
  63. 4c01bb7 Unbreak symbol mangling in .s files, at least for Darwin/Linux. by Daniel Dunbar · 15 years ago
  64. 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
  65. 3c2a776 Update Apple-style build support for new Makefiles by Daniel Dunbar · 15 years ago
  66. 48464e0 Add support for "platform" configurations, which define a suite of compiler-rt by Daniel Dunbar · 15 years ago
  67. ba990c4 Remove old build logic, this is going to be replaced by a more configurable mechanism shortly. by Daniel Dunbar · 15 years ago
  68. 6db90e6 Rename subdir 'Target' variable to 'Implementation' to be less overloaded. by Daniel Dunbar · 15 years ago
  69. 78cfbc5 Add 'SelectFunctionDir' function, to select appropriate function implementation based on a configuration and architecture. by Daniel Dunbar · 15 years ago
  70. 6260e4a Add more make utility functions. - With tests. :) by Daniel Dunbar · 15 years ago
  71. 9edf5cd Change subdir traversal to primarily cache information about what is available in subdirectories. by Daniel Dunbar · 15 years ago
  72. faf0150 Simplify subdirectory makefiles, and be more robust by checking that they define the appropriate variables. by Daniel Dunbar · 15 years ago
  73. f572275 Add basic make {help,help-hidden} targets. by Daniel Dunbar · 15 years ago
  74. a68b0e4 Rename DebugMake variable to DEBUGMAKE for consistency (variables that are designed to be overridden), and use VERBOSE=1 instead of VERBOSE!="" for controlling verbosity. by Daniel Dunbar · 15 years ago
  75. 26d53d0 Unbreak trampoline test. by Daniel Dunbar · 15 years ago
  76. 557a6ea Tidy up comments, remove whitespace, and rename 'print-%' make debugging target by Daniel Dunbar · 15 years ago
  77. fe4eb31 Sink {config.h,ConfigureChecks}.cmake into cmake directory. by Daniel Dunbar · 15 years ago
  78. 1f1f71b Fix copy/paste error. http://llvm.org/bugs/show_bug.cgi?id=572 by Nick Kledzik · 15 years ago
  79. 6f608d5 Use __USER_LABEL_PREFIX__ so that we don't add a _ prefix on ELF. by Rafael Espindola · 15 years ago
  80. eed1300 Fix x86/x64 on Linux, Credit to Rafael Espindola. by Edward O'Callaghan · 15 years ago
  81. ac4c794 Add DragonFly BSD to supported platforms list. by Edward O'Callaghan · 15 years ago
  82. c8a260c Fix DragonFly BSD define in compiler-rt. by Edward O'Callaghan · 15 years ago
  83. 786d7d6 Fix CMakeLists.txt comment. by Edward O'Callaghan · 15 years ago
  84. 670d09f add __save_vfp_d8_d15_regs and __restore_vfp_d8_d15_regs for ARM by Nick Kledzik · 15 years ago
  85. fb0e926 Nested function test in compiler-rt should not be run under Clang. by Edward O'Callaghan · 15 years ago
  86. f632c06 Fix test suit for last CMake changes to CompilerRT. by Edward O'Callaghan · 15 years ago
  87. e1fa0f3 Update CMake build system with target arch source file lists. by Edward O'Callaghan · 15 years ago
  88. a07fa29 Work around strictness in gcc 4.4.1 casting a function pointer to void * by Shantonu Sen · 15 years ago
  89. 8973a27 Add stdlib.h for rand() prototype by Shantonu Sen · 15 years ago
  90. 8c8d1aa Update web docs for cmake test suit, comment out broken test. by Edward O'Callaghan · 15 years ago
  91. e4ff347 Fix cmake test suit for compiler-rt. by Edward O'Callaghan · 15 years ago
  92. b4b1e8c Switch to using DEFINE_COMPILERRT_[PRIVATE_]FUNCTION to define function symbols inside .S files. by Daniel Dunbar · 15 years ago
  93. 19336a2 Add assembly.h for use in .S files. by Daniel Dunbar · 15 years ago
  94. 51c80cc Update some .S file headers. by Daniel Dunbar · 15 years ago
  95. cff5248 Fix tests broken by removal of de-anonyomizing structs. by Daniel Dunbar · 15 years ago
  96. 4467b65 Remove duplicate copy of int_lib.h, and update test script to find copy inside lib/. by Daniel Dunbar · 15 years ago
  97. 005740f Add .gitignore file. by Daniel Dunbar · 15 years ago
  98. cc75801 Comment out broken tests and make the rest build in cmake build system. by Edward O'Callaghan · 15 years ago
  99. 48adb32 Improve doc readability. by Edward O'Callaghan · 15 years ago
  100. ee0093b Update compiler-rt online docs to reflex recent work and testing. by Edward O'Callaghan · 15 years ago