1. abd768d ARM: make assembly files compile Thumb2 with nop IT block. by Tim Northover · 11 years ago
  2. 3a6eb80 Switch __ARM_ARCH_7S__ to __ARM_ARCH_EXT_IDIV__ for use of sdiv/udiv assembly. by Stephen Hines · 11 years ago
  3. a09d09d <rdar://problem/12512722> Use arm divide instruction if available by Nick Kledzik · 11 years ago
  4. f1e4bce Implement aeabi_{f,d}cmp*. by Zonr Chang · 11 years ago
  5. 004c434 Add compiler-rt support for Swift. by Bob Wilson · 12 years ago
  6. 062ed09 Remove the old, and non-functional CMake build system from CompilerRT. by Chandler Carruth · 12 years ago
  7. 36c2425 Back out some changes that accidentally committed. by Bob Wilson · 12 years ago
  8. 40d3a77 Revert r150232 since it breaks the build when there's no ARM assembler. by Bob Wilson · 12 years ago
  9. eb2ecd0 Proper divmod implementation by Anton Korobeynikov · 12 years ago
  10. 1110475 Provide aeabi_mem* functions. by Anton Korobeynikov · 12 years ago
  11. f06648a build: Add ModuleName per-subdir variable as a way to organize the different by Daniel Dunbar · 13 years ago
  12. c20f862 Change ARM vfp assembly functions to use unified syntax. by Bob Wilson · 13 years ago
  13. 37b97d1 Add ARM EABI function aliases to routines by Anton Korobeynikov · 13 years ago
  14. e1f95ca Make use of LOCAL_LABEL macro by Anton Korobeynikov · 13 years ago
  15. 647fc73 Get rid of darwin'isms. Provide convenient macro for assembler local lables. by Anton Korobeynikov · 13 years ago
  16. 2caeeef slight re-arrangement to maybe pick up one cycle on dual-issue ARM cores by Stephen Canon · 13 years ago
  17. 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
  18. 3d40740 <rdar://problem/9091300> update Apple packaging of compiler-rt by Nick Kledzik · 13 years ago
  19. 9ad441f license change by Howard Hinnant · 14 years ago
  20. 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
  21. c8c6359 Hand-tuning of single-precision soft-float comparison routines for ARM by Stephen Canon · 14 years ago
  22. 3c2c684 fix arvm5 builds by Nick Kledzik · 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. 455c263 ARM before armv6 did not supprt 'rev' instruction by Nick Kledzik · 14 years ago
  26. d016b38 add explicit alignment directives to assure arm code is 4-byte aligned by Nick Kledzik · 14 years ago
  27. 8ed1651 add __sync_synchronize. Needed by compiler when emitting thumb1 with -fno-builtin by Nick Kledzik · 14 years ago
  28. d057f7d Split up switch.S and save_restore_d8_d15.S to follow one function per file convention. by Daniel Dunbar · 15 years ago
  29. 6db90e6 Rename subdir 'Target' variable to 'Implementation' to be less overloaded. by Daniel Dunbar · 15 years ago
  30. faf0150 Simplify subdirectory makefiles, and be more robust by checking that they define the appropriate variables. by Daniel Dunbar · 15 years ago
  31. 670d09f add __save_vfp_d8_d15_regs and __restore_vfp_d8_d15_regs for ARM by Nick Kledzik · 15 years ago
  32. b4b1e8c Switch to using DEFINE_COMPILERRT_[PRIVATE_]FUNCTION to define function symbols inside .S files. by Daniel Dunbar · 15 years ago
  33. 19336a2 Add assembly.h for use in .S files. by Daniel Dunbar · 15 years ago
  34. 0c61055 add support for __switch* needed for switch statements in thumb codegen by Nick Kledzik · 15 years ago
  35. 0963c9e add conversion functions and test cases for ARM by Nick Kledzik · 15 years ago
  36. 7b268dc Update cmake files for arm support hooks. by Edward O'Callaghan · 15 years ago
  37. 6e8c3ac fix typo in comment by Nick Kledzik · 15 years ago
  38. e80e978 add comparison functions for ARM by Nick Kledzik · 15 years ago
  39. d47c2cf start adding implementation of arm *vfp routines with test cases by Nick Kledzik · 15 years ago
  40. 01f9de5 Stub out structure for building armv{6,7} libs. by Daniel Dunbar · 15 years ago