Aaron Kutch
|
d242475b5c
regularize the location and documentation of division functions
|
il y a 5 ans |
bjorn3
|
783430e6ae
Replace {u,i}128_* lang items with __rust_{u,i}128_* unmangled functions
|
il y a 5 ans |
Alex Crichton
|
cf98161da7
Remove the need for #[cfg] in #[use_c_shim_if]
|
il y a 6 ans |
Alex Crichton
|
c88c9502b7
Run rustfmt over everything
|
il y a 6 ans |
Alex Crichton
|
8521530f49
Fix __divsi3 and __udivsi3 on thumbv6m targets
|
il y a 6 ans |
Alex Crichton
|
4bbc838ac7
Revert "Use the Rust implementation of udivsi3 on ARM"
|
il y a 6 ans |
Hugues de Valon
|
c924aed0b9
Fix Armv8-M Baseline compilation
|
il y a 6 ans |
Jordan Rhee
|
78f544f57d
Support windows/arm target
|
il y a 6 ans |
Paolo Teti
|
280012b1df
Fix thumbv6m build (feature=c)
|
il y a 7 ans |
Alex Crichton
|
a6f7dfd2fd
Fix nightly CI
|
il y a 7 ans |
Scott McMurray
|
ed89a17f25
Make them all `pub`
|
il y a 7 ans |
Scott McMurray
|
5e71218390
Implement all the 128-bit operator lang items from rust PR 46093
|
il y a 7 ans |
est31
|
c9a261895e
Refactor int builtins to use associated consts
|
il y a 7 ans |
Alex Crichton
|
681aaa914d
Use the Rust implementation of udivsi3 on ARM
|
il y a 7 ans |
Alex Crichton
|
2147753559
Remove usage of unwrap_or_else
|
il y a 7 ans |
Alex Crichton
|
7de57cd4f9
Handle aeabi aliasing
|
il y a 7 ans |
Alex Crichton
|
47ff81325c
Use more intrinsics on msvc
|
il y a 7 ans |
Alex Crichton
|
7886ae275b
Port sdiv to traits + `intrinsics!`
|
il y a 7 ans |
Jorge Aparicio
|
cc0d8ba2d1
remove the current test suite
|
il y a 8 ans |
Jorge Aparicio
|
2faec6a4fb
fix debug assertion in modsi3 / moddi3
|
il y a 8 ans |
bors
|
9681358dc5
Auto merge of #149 - rust-lang-nursery:gh148, r=alexcrichton
|
il y a 8 ans |
Jorge Aparicio
|
c93b32b3e5
fix debug assertion in divdi3
|
il y a 8 ans |
Jorge Aparicio
|
644a1c9ac9
fix infinite recursion in divmoddi4 / mulodi4
|
il y a 8 ans |
Jorge Aparicio
|
47b45d1d62
adjust the check! macro to accept AAPCS intrinsics
|
il y a 8 ans |
Jorge Aparicio
|
57085be2ea
ARM: keep some non-aeabi symbols around
|
il y a 8 ans |
Jorge Aparicio
|
dfa7b161aa
use AAPCS calling convention on all aeabi intrinsics
|
il y a 8 ans |
est31
|
37d349015e
Disable quickcheck tests on mips
|
il y a 8 ans |
est31
|
b78e956f08
Add quickcheck tests
|
il y a 8 ans |
est31
|
9013dbef02
u128 sdiv intrinsics
|
il y a 8 ans |
Jorge Aparicio
|
e05caa1227
fix warnings
|
il y a 8 ans |