1. a14b721 clang/Darwin: Update ios static lib to build for all archs, in case the by Daniel Dunbar · 13 years ago
  2. 3d8090e Make sure we include __sync_synchronize on arm platforms if we need it. by Eric Christopher · 13 years ago
  3. 4c45b93 clang_darwin: Add divmod functions to cc_kext library. by Daniel Dunbar · 13 years ago
  4. 56026be clang_darwin: Always set deployment targets when building compiler-rt bits, so by Daniel Dunbar · 13 years ago
  5. d0dbbc4 clang_darwin: Tweak runtime library definitions to include divmod functions. by Daniel Dunbar · 13 years ago
  6. 7956ca9 <rdar://problem/9282305> install an archive for dyld and fix missing -static by Nick Kledzik · 13 years ago
  7. 16dfc0b <rdar://problem/9173756> enable CC.Release to be used always by Nick Kledzik · 13 years ago
  8. 358b3fd clang/Darwin: Add all the comparison functions, the desire to cherry pick just by Daniel Dunbar · 14 years ago
  9. ce750fd Revert "Split single & double comparison routines into separate implementation by Daniel Dunbar · 14 years ago
  10. fb92f4b Split single & double comparison routines into separate implementation files, by Daniel Dunbar · 14 years ago
  11. f442f26 compiler-rt/clang/cc_kext: Update for functions which we have sinced acquired by Daniel Dunbar · 14 years ago
  12. 5c08099 <rdar://problem/8914924> implement udivmodsi4 and divmodsi4 for ARM by Nick Kledzik · 14 years ago
  13. 1ea7a40 <rdar://problem/9145073> use -Os for release builds by Nick Kledzik · 14 years ago
  14. b1aee72 <rdar://problem/9099747> fix use of SDKROOT by Nick Kledzik · 14 years ago
  15. 3d40740 <rdar://problem/9091300> update Apple packaging of compiler-rt by Nick Kledzik · 14 years ago
  16. e512f7f clang_darwin: We don't need clear_cache for use with Clang on ARM/Darwin. by Daniel Dunbar · 14 years ago
  17. 4e105fb clang_darwin: Build with -fno-builtin, primarily to avoid issues with defining possible builtin functions. by Daniel Dunbar · 14 years ago
  18. cfa4fea clang_darwin: Start building an armv7 slice for cc_kext. by Daniel Dunbar · 14 years ago
  19. 341b7de clang_darwin: Build cckext bits with -mthumb. by Daniel Dunbar · 14 years ago
  20. ed9b014 Fix typo. by Daniel Dunbar · 14 years ago
  21. 1d16fde make: Add CheckCommandLineOverrides to my little Makefile library, a routine for by Daniel Dunbar · 14 years ago
  22. 8dd2433 <rdar://problem/8482056> Add Soft Floating Compares for armv6 and armv7 by Nick Kledzik · 14 years ago
  23. ab94fd3 compiler-rt/clang/Darwin: Add a new library configuration which has nothing by Daniel Dunbar · 14 years ago
  24. dc0b559 fix install location by Nick Kledzik · 14 years ago
  25. 3c2c684 fix arvm5 builds by Nick Kledzik · 14 years ago
  26. 62d7d5f <rdar://problem/7987491> Libcompiler_rt isn't platform aware by Nick Kledzik · 14 years ago
  27. 4e8f12f tweak arm exports by Nick Kledzik · 14 years ago
  28. afb7b6e improve arm build support on darwin by Nick Kledzik · 14 years ago
  29. e972d67 clang/Darwin: Don't include enable_execute_stack in libcc_kext.a. by Daniel Dunbar · 15 years ago
  30. 1f7ee1d <rdar://problem/7733536> Move libcompiler_rt over to a dylib target for Libsystem by Nick Kledzik · 15 years ago
  31. 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
  32. 95f271b Don't build an armv7 slice for now, it has the same stuff as on armv6. by Daniel Dunbar · 15 years ago
  33. b0be8f1 Clang/Darwin: Add definition for files to put in cc_kext.a. by Daniel Dunbar · 15 years ago
  34. 8ed1651 add __sync_synchronize. Needed by compiler when emitting thumb1 with -fno-builtin by Nick Kledzik · 15 years ago
  35. 182800c add compiler options for B&I builds by Nick Kledzik · 15 years ago
  36. e697090 FUNCTIONS.armv6 to have actual function names by Nick Kledzik · 15 years ago
  37. d5feee3 Tweak clang_darwin config to strip off any -arch if the user overrides CC, we do by Daniel Dunbar · 15 years ago
  38. 4a32c6e clang/Darwin: Rename x86_10.4 static lib config to just 10.4, and add 'eprintf' by Daniel Dunbar · 15 years ago
  39. 8b79035 Add .mk for use by clang/Darwin. by Daniel Dunbar · 15 years ago
  40. 06f38e5 Allow UniversalArchs variable to be overridden on a per-config basis. by Daniel Dunbar · 15 years ago
  41. 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
  42. 3c2a776 Update Apple-style build support for new Makefiles by Daniel Dunbar · 15 years ago
  43. 48464e0 Add support for "platform" configurations, which define a suite of compiler-rt by Daniel Dunbar · 15 years ago
  44. ba990c4 Remove old build logic, this is going to be replaced by a more configurable mechanism shortly. by Daniel Dunbar · 15 years ago
  45. 6db90e6 Rename subdir 'Target' variable to 'Implementation' to be less overloaded. by Daniel Dunbar · 15 years ago
  46. 78cfbc5 Add 'SelectFunctionDir' function, to select appropriate function implementation based on a configuration and architecture. by Daniel Dunbar · 15 years ago
  47. 6260e4a Add more make utility functions. - With tests. :) by Daniel Dunbar · 15 years ago
  48. 9edf5cd Change subdir traversal to primarily cache information about what is available in subdirectories. by Daniel Dunbar · 15 years ago
  49. faf0150 Simplify subdirectory makefiles, and be more robust by checking that they define the appropriate variables. by Daniel Dunbar · 15 years ago
  50. 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
  51. 557a6ea Tidy up comments, remove whitespace, and rename 'print-%' make debugging target by Daniel Dunbar · 15 years ago
  52. 670d09f add __save_vfp_d8_d15_regs and __restore_vfp_d8_d15_regs for ARM by Nick Kledzik · 15 years ago
  53. 92a6cf5 update make rules so libcompiler-rt can be built for armv6 the Apple way by Nick Kledzik · 15 years ago
  54. 01f9de5 Stub out structure for building armv{6,7} libs. by Daniel Dunbar · 15 years ago
  55. 866d282 Support building for a single target architecture. by Daniel Dunbar · 15 years ago
  56. ad9a176 improve portability to platforms that don't put python in /usr/bin. Patch by by Chris Lattner · 15 years ago
  57. b3a6901 Initial import of compiler-rt. - by Daniel Dunbar · 15 years ago