index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
compiler-builtins
Age
Commit message (
Expand
)
Author
Lines
2018-02-09
Fix issue extending f32::MIN/MAX to f64 and improve testcrate.
Paolo Teti
-1
/
+7
2018-02-08
Add generic conversion from a narrower to a wider FP type
Paolo Teti
-2
/
+88
2018-02-04
Add support for sub*f3vfp and add*f3vfp
Paolo Teti
-8
/
+67
2018-02-04
Fix __aeabi_fcmple and add test cases
Paolo Teti
-1
/
+93
2018-01-31
Simplify how testing is done
Alex Crichton
-6135
/
+981
2018-01-31
Allow thumb failures
Alex Crichton
-0
/
+5
2018-01-30
Fix build errors on arm*-linux-gnueabi
Paolo Teti
-0
/
+20
2018-01-30
Add test cases for Mul[s/d]f3vfp and Div[s/d]f3vfp
Paolo Teti
-0
/
+371
2018-01-30
__[mul/div]sf3vfp and __[mul/div]df3vfp only on ARM
Paolo Teti
-0
/
+4
2018-01-29
Add support for mul[s/d]f3vfp and div[s/d]f3vfp
Paolo Teti
-8
/
+19
2018-01-24
Update to release_60 of LLVM's compiler-rt
Alex Crichton
-1
/
+1
2018-01-24
Fix some typos/bugs with float comparison intrinsics
Alex Crichton
-5
/
+46
2018-01-19
Fix build issue and comments
Paolo Teti
-1
/
+2
2018-01-19
Skip aeabi_cdcmp and aeabi_cfcmp on big-endian targets
Paolo Teti
-4
/
+14
2018-01-12
comparesf2: do not build the assembly versions of intrinsics on ARM.
whitequark
-1
/
+0
2017-12-29
comparesf2/comparedf2: fix a signedness bug and add tests.
whitequark
-14
/
+376
2017-12-29
README: update to explain how to run quickcheck-style tests.
whitequark
-6
/
+10
2017-12-29
comparesf2/comparedf2: do not build the C versions of intrinsics.
whitequark
-2
/
+0
2017-12-29
comparesf2/comparedf2: use i32 instead of bool for return type.
whitequark
-20
/
+20
2017-12-28
Implement comparesf2/comparedf2 intrinsics.
whitequark
-2
/
+169
2017-12-28
comparesf2/comparedf2 are called on soft-float targets.
whitequark
-2
/
+2
2017-12-26
Auto merge of #220 - malbarbo:armv4t, r=alexcrichton
bors
-3
/
+3
2017-12-26
Work around japaric/xargo#186 temporarily
Alex Crichton
-0
/
+3
2017-12-26
Disable incremental + LTO
Alex Crichton
-0
/
+1
2017-12-26
Use kernel user helpers for armv4t
Marco A L Barbosa
-3
/
+3
2017-12-23
Fix argument order for __sync_val_compare_and_swap
Amanieu d'Antras
-3
/
+3
2017-12-20
Replace inline asm with function calls in __kuser_cmpxchg and __kuser_memory_...
Amanieu d'Antras
-15
/
+4
2017-12-08
Fix nightly CI
Alex Crichton
-103
/
+127
2017-11-28
Auto merge of #212 - tamird:fomit-frame-pointer-not-supported-arm, r=alexcric...
bors
-1
/
+9
2017-11-27
Avoid warning spew
Tamir Duberstein
-1
/
+9
2017-11-26
Remove mulsf3.c and muldf3.c from compiler-rt.
Jan Teske
-2
/
+0
2017-11-25
Another attempt at making MIPS happy
Scott McMurray
-136
/
+136
2017-11-25
Autogenerate the add/sub tests
Scott McMurray
-106
/
+548
2017-11-25
Make them all `pub`
Scott McMurray
-48
/
+24
2017-11-25
Tweak addo & subo to try and fix MIPS
Scott McMurray
-7
/
+20
2017-11-25
Implement all the 128-bit operator lang items from rust PR 46093
Scott McMurray
-0
/
+329
2017-11-19
Remove divsf3.c from compiler-rt
Alex Crichton
-2
/
+0
2017-11-15
Add "volatile" and "memory" clobber to asm! that doesn't fall through.
Dan Gohman
-13
/
+18
2017-11-13
Implement divsf3 and divdf3
Oliver Geller
-2
/
+659
2017-11-08
Implement mulsf3 and muldf3
Oliver Geller
-2
/
+483
2017-11-02
Work around OSX on Travis
Alex Crichton
-0
/
+1
2017-11-01
Prepare this crate for more wasm32 compatibility
Alex Crichton
-6
/
+16
2017-10-07
drop binfmt_misc dependency
Jorge Aparicio
-4
/
+15
2017-10-05
Add atomic support for pre-ARMv6 on Linux
Amanieu d'Antras
-0
/
+178
2017-10-03
Update target specs
Alex Crichton
-0
/
+4
2017-09-29
Partially revert a272d753f5c75ab9acb7b282765a3c7517caac25
est31
-63
/
+62
2017-09-29
Partially revert 482d98318fc1bfd003942c9de4ee1c7e8a0c45f0
est31
-70
/
+66
2017-09-22
Ignore failing test on mips
Alex Crichton
-0
/
+1
2017-09-22
Update to the `cc` dependency
Alex Crichton
-5
/
+5
2017-09-17
Disable empty intrinsics on i686-apple-darwin
Alex Crichton
-1
/
+3
[prev]
[next]