about summary refs log tree commit diff
path: root/src/codegen_i128.rs
AgeCommit message (Expand)AuthorLines
2021-07-28Use __muloti4 instead of __rust_i128_mulobjorn3-21/+44
2021-07-26Replace pointer_ty() with fx.pointer_type where possiblebjorn3-8/+8
2021-07-17Remove shl/shr special handling for 128bit intsbjorn3-38/+1
2021-03-05Support cross-compiling to Windows using MinGWbjorn3-19/+70
2021-03-05Rustfmtbjorn3-10/+2
2021-02-23Use dynamic dispatch for the inner Modulebjorn3-1/+1
2021-02-21Fix CIbjorn3-1/+5
2021-02-21Directly use Cranelift instructions for 128bit int shiftsbjorn3-56/+9
2021-01-30Fix 128bit checked math intrinsic callsbjorn3-30/+32
2020-10-28Fix many clippy warningsbjorn3-4/+4
2020-10-08Use the new cranelift-module interfacebjorn3-1/+1
2020-09-23Document almost all modulesbjorn3-1/+1
2020-08-28fmt: Run cargo fmt since it is availableCohenArthur-1/+1
2020-03-27Limit publicness to crate where possible and remove unused importsbjorn3-1/+1
2020-03-20Avoid u/i*::{min.max}_value()bjorn3-1/+1
2019-10-06More 128bit supportbjorn3-1/+1
2019-10-03Update cranelift, faerie and target-lexiconbjorn3-1/+1
2019-09-08Use upstream craneliftbjorn3-1/+1
2019-08-31Format code using 'cargo fmt'Atul Bhosale-6/+14
2019-08-18Use anonymous lifetimes where possiblebjorn3-2/+2
2019-08-15Workaround for missing icmp{,_imm}.i128 legalizationsbjorn3-33/+1
2019-08-14Refactor num.rsbjorn3-13/+6
2019-08-14Calculate sign in trans{,_checked}_int_binop instead of callerbjorn3-1/+2
2019-08-14Misc changesbjorn3-1/+1
2019-07-26Implement 128bit checked add and subbjorn3-2/+14
2019-07-26Implement 128bit comparison binopsbjorn3-7/+28
2019-07-26Implement 128bit multiply with overflowbjorn3-35/+14
2019-07-26Implement 128bit shl and shr binopsbjorn3-4/+80
2019-07-26Implement most 128bit binopsbjorn3-0/+107