1. f06648a build: Add ModuleName per-subdir variable as a way to organize the different by Daniel Dunbar · 13 years ago
  2. c20f862 Change ARM vfp assembly functions to use unified syntax. by Bob Wilson · 13 years ago
  3. 37b97d1 Add ARM EABI function aliases to routines by Anton Korobeynikov · 14 years ago
  4. e1f95ca Make use of LOCAL_LABEL macro by Anton Korobeynikov · 14 years ago
  5. 647fc73 Get rid of darwin'isms. Provide convenient macro for assembler local lables. by Anton Korobeynikov · 14 years ago
  6. 2caeeef slight re-arrangement to maybe pick up one cycle on dual-issue ARM cores by Stephen Canon · 14 years ago
  7. 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 · 14 years ago
  8. 3d40740 <rdar://problem/9091300> update Apple packaging of compiler-rt by Nick Kledzik · 14 years ago
  9. 9ad441f license change by Howard Hinnant · 14 years ago
  10. 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
  11. c8c6359 Hand-tuning of single-precision soft-float comparison routines for ARM by Stephen Canon · 14 years ago
  12. 3c2c684 fix arvm5 builds by Nick Kledzik · 14 years ago
  13. e735b29 Further cleanup of ARM bswap implementations, thanks to John Tytgat by Stephen Canon · 14 years ago
  14. fe22a3f Marginally smaller implementations of bswap for ARMv4, ARMv5 that avoid the need to establish a frame by Stephen Canon · 14 years ago
  15. 455c263 ARM before armv6 did not supprt 'rev' instruction by Nick Kledzik · 14 years ago
  16. d016b38 add explicit alignment directives to assure arm code is 4-byte aligned by Nick Kledzik · 15 years ago
  17. 8ed1651 add __sync_synchronize. Needed by compiler when emitting thumb1 with -fno-builtin by Nick Kledzik · 15 years ago
  18. d057f7d Split up switch.S and save_restore_d8_d15.S to follow one function per file convention. by Daniel Dunbar · 15 years ago
  19. 6db90e6 Rename subdir 'Target' variable to 'Implementation' to be less overloaded. by Daniel Dunbar · 15 years ago
  20. faf0150 Simplify subdirectory makefiles, and be more robust by checking that they define the appropriate variables. by Daniel Dunbar · 15 years ago
  21. 670d09f add __save_vfp_d8_d15_regs and __restore_vfp_d8_d15_regs for ARM by Nick Kledzik · 15 years ago
  22. b4b1e8c Switch to using DEFINE_COMPILERRT_[PRIVATE_]FUNCTION to define function symbols inside .S files. by Daniel Dunbar · 15 years ago
  23. 19336a2 Add assembly.h for use in .S files. by Daniel Dunbar · 15 years ago
  24. 0c61055 add support for __switch* needed for switch statements in thumb codegen by Nick Kledzik · 15 years ago
  25. 0963c9e add conversion functions and test cases for ARM by Nick Kledzik · 15 years ago
  26. 7b268dc Update cmake files for arm support hooks. by Edward O'Callaghan · 15 years ago
  27. 6e8c3ac fix typo in comment by Nick Kledzik · 15 years ago
  28. e80e978 add comparison functions for ARM by Nick Kledzik · 15 years ago
  29. d47c2cf start adding implementation of arm *vfp routines with test cases by Nick Kledzik · 15 years ago
  30. 01f9de5 Stub out structure for building armv{6,7} libs. by Daniel Dunbar · 15 years ago