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