about summary refs log tree commit diff
path: root/src/codegen_i128.rs
AgeCommit message (Expand)AuthorLines
2023-07-05Move `TyCtxt::mk_x` to `Ty::new_x` where applicableBoxy-2/+2
2023-06-19Promote unchecked_add/sub/mul/shl/shr to mir::BinOpScott McMurray-4/+5
2023-04-29Merge commit 'ef07e8e60f994ec014d049a95591426fb92ebb79' into sync_cg_clif-202...bjorn3-66/+81
2023-03-15Merge commit 'dec0daa8f6d0a0e1c702f169abb6bf3eee198c67' into sync_cg_clif-202...bjorn3-57/+28
2023-02-24Rename many interner functions.Nicholas Nethercote-2/+2
2023-02-17Replace `mk_foo` calls with `infer_foo` where possible.Nicholas Nethercote-2/+2
2021-08-06Merge commit '05677b6bd6c938ed760835d9b1f6514992654ae3' into sync_cg_clif-202...bjorn3-65/+51
2021-03-29Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1' into sync_cg_clif-202...bjorn3-19/+70
2021-03-05Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into sync_cg_clif-202...bjorn3-68/+17
2021-02-01Merge commit 'd556c56f792756dd7cfec742b9f2e07612dc10f4' into sync_cg_clif-202...bjorn3-30/+32
2020-11-03Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d' into update_cg_clif-2...bjorn3-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