Jordan Rhee
|
78f544f57d
Support windows/arm target
|
6 년 전 |
Tim Neumann
|
5be54652e9
Fix incorrect names used / generated on ARM
|
7 년 전 |
Dan Gohman
|
a6ecd1a73f
Add "volatile" and "memory" clobber to asm! that doesn't fall through.
|
7 년 전 |
Alex Crichton
|
238647af80
Fix unused imports on iOS
|
7 년 전 |
Jorge Aparicio
|
b8a662040e
no aeabi_mem* symbols on iOS, weak symbols on thumb, normal symbols elsewhere
|
7 년 전 |
Jorge Aparicio
|
75c6ccca71
optimize 32-bit aligned mem{cpy,clr,set} intrinsics for ARM
|
7 년 전 |
Alex Crichton
|
0ebbcaede4
Enable the `intrinsics` program on thumb
|
7 년 전 |
Alex Crichton
|
c193113721
Don't test mangled names on thumb
|
7 년 전 |
Alex Crichton
|
acaa2f071a
Don't check for references to panics with debug assertions
|
7 년 전 |
Alex Crichton
|
d051480eff
Don't generate unmangled aeabi with gen-tests
|
7 년 전 |
Alex Crichton
|
7de57cd4f9
Handle aeabi aliasing
|
7 년 전 |
Alex Crichton
|
7c4745061a
Remove executable bit on arm.rs
|
7 년 전 |
Jorge Aparicio
|
d34c51f74a
remove arm tests from the old test suite
|
8 년 전 |
Wilfried Chauveau
|
293fef5ebe
impl (unsigned/signed) int to single/double precision float conversion based on llvm algorithms.
|
8 년 전 |
Jorge Aparicio
|
5bb969d8f5
implement float subtraction
|
8 년 전 |
Jorge Aparicio
|
dfa7b161aa
use AAPCS calling convention on all aeabi intrinsics
|
8 년 전 |
Jorge Aparicio
|
a1caa7ccac
add implementations of memcpy et al
|
8 년 전 |
Jorge Aparicio
|
f77ca915c4
add an opt-in cargo feature to build intrinsics from compiler-rt source
|
8 년 전 |
homunkulus
|
d5e38beef9
Auto merge of #71 - japaric:aeabi-aliases, r=japaric
|
8 년 전 |
Jorge Aparicio
|
d34be6ab4e
add missing aeabi aliases
|
8 년 전 |
Jorge Aparicio
|
bfa92a862b
avoid division overflow in idivmod test
|
8 년 전 |
Matt Ickstadt
|
6f0d50ebea
Move integer functions to separate module
|
8 년 전 |
Amanieu d'Antras
|
b9e916c769
Add tests for ARM division builtins
|
8 년 전 |
Amanieu d'Antras
|
f919660be5
Add signed division functions
|
8 년 전 |
Amanieu d'Antras
|
97217e3ad9
Fix inline assembly to work on ARMv6-M
|
8 년 전 |
Amanieu d'Antras
|
acceaa95f1
Various changes
|
8 년 전 |
Jorge Aparicio
|
d6be95a3bb
note about calling convention
|
8 년 전 |
Jorge Aparicio
|
cc9d3e8e5f
port __udivmodsi4, aeabi_uidivmod and udivsi3
|
8 년 전 |
Jorge Aparicio
|
950564607d
port udivmoddi4 and __aeabi_uldivmod
|
8 년 전 |
Amanieu d'Antras
|
a147763c19
Remove builtins that are not called by LLVM
|
8 년 전 |