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
/
src
/
codegen_i128.rs
Age
Commit message (
Expand
)
Author
Lines
2021-07-28
Use __muloti4 instead of __rust_i128_mulo
bjorn3
-21
/
+44
2021-07-26
Replace pointer_ty() with fx.pointer_type where possible
bjorn3
-8
/
+8
2021-07-17
Remove shl/shr special handling for 128bit ints
bjorn3
-38
/
+1
2021-03-05
Support cross-compiling to Windows using MinGW
bjorn3
-19
/
+70
2021-03-05
Rustfmt
bjorn3
-10
/
+2
2021-02-23
Use dynamic dispatch for the inner Module
bjorn3
-1
/
+1
2021-02-21
Fix CI
bjorn3
-1
/
+5
2021-02-21
Directly use Cranelift instructions for 128bit int shifts
bjorn3
-56
/
+9
2021-01-30
Fix 128bit checked math intrinsic calls
bjorn3
-30
/
+32
2020-10-28
Fix many clippy warnings
bjorn3
-4
/
+4
2020-10-08
Use the new cranelift-module interface
bjorn3
-1
/
+1
2020-09-23
Document almost all modules
bjorn3
-1
/
+1
2020-08-28
fmt: Run cargo fmt since it is available
CohenArthur
-1
/
+1
2020-03-27
Limit publicness to crate where possible and remove unused imports
bjorn3
-1
/
+1
2020-03-20
Avoid u/i*::{min.max}_value()
bjorn3
-1
/
+1
2019-10-06
More 128bit support
bjorn3
-1
/
+1
2019-10-03
Update cranelift, faerie and target-lexicon
bjorn3
-1
/
+1
2019-09-08
Use upstream cranelift
bjorn3
-1
/
+1
2019-08-31
Format code using 'cargo fmt'
Atul Bhosale
-6
/
+14
2019-08-18
Use anonymous lifetimes where possible
bjorn3
-2
/
+2
2019-08-15
Workaround for missing icmp{,_imm}.i128 legalizations
bjorn3
-33
/
+1
2019-08-14
Refactor num.rs
bjorn3
-13
/
+6
2019-08-14
Calculate sign in trans{,_checked}_int_binop instead of caller
bjorn3
-1
/
+2
2019-08-14
Misc changes
bjorn3
-1
/
+1
2019-07-26
Implement 128bit checked add and sub
bjorn3
-2
/
+14
2019-07-26
Implement 128bit comparison binops
bjorn3
-7
/
+28
2019-07-26
Implement 128bit multiply with overflow
bjorn3
-35
/
+14
2019-07-26
Implement 128bit shl and shr binops
bjorn3
-4
/
+80
2019-07-26
Implement most 128bit binops
bjorn3
-0
/
+107