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