1. c6d5cd7 ARM support: provide compiler a better popcount function by Michael Sevakis · 7 years ago
  2. cf333a6 Move supprt-arm.S to separate library. by Thomas Martitz · 13 years ago[Renamed from firmware/target/arm/support-arm.S]
  3. 415f579 Fix assembler .size directives. Currently used binutils don't complain, but 2.21.1 treats these as errors. by Boris Gjenero · 13 years ago
  4. 96d164f ARM: __div0() takes no argument by Rafaël Carré · 14 years ago
  5. 950b2df Clarify comments in ARMv6 divider regarding special-case handling of large (high bit set) numerators. by Andrew Mahone · 15 years ago
  6. e77cdd1 Correct ARMv5/6 signed divider, which was not saving return address to stack before using lr for calculation. by Andrew Mahone · 15 years ago
  7. e2b7721 Some sort of issue in the signed divider is causing Gigabeat S to abort on startup, disable this routine until it's fixed. by Andrew Mahone · 15 years ago
  8. e457ccf Missing colon in support-arm.S for EABI. by Andrew Mahone · 15 years ago
  9. 18ae2af Remove heaps of trailing whitespace from new file. by Andrew Mahone · 15 years ago
  10. bff5a35 FS#10943, optimized division and clz routines to replace libgcc routines for ARM. Replaces libgcc support functions for unsigned and signed 32-bit division on ARMv4 and up, and leading-zero count on ARMv4. by Andrew Mahone · 15 years ago