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