]> git.lizzy.rs Git - rust.git/history - src/abi/mod.rs
Avoid .to_string() for symbol names where possible
[rust.git] / src / abi / mod.rs
2020-03-11 bjorn3Merge pull request #916 from bjorn3/fn_once_for_box_wit...
2020-03-10 bjorn3Emulate `<Box<F> as FnOnce>::call_once` without `alloca`
2020-03-10 bjorn3Support virtual calls with unsized self argument
2020-02-14 bjorn3Update Cranelift for basic blocks
2020-01-25 bjorn3Fix correctness of optimization
2020-01-25 bjorn3Allow unsized types as function parameters
2020-01-15 bjorn3Reduce the amount of calls to layout_of
2020-01-11 bjorn3Move all cold code to the end of the function
2020-01-11 bjorn3Implement `#[track_caller]`
2020-01-09 bjorn3Rustup to rustc 1.42.0-nightly (caa231d99 2020-01-08)
2020-01-04 bjorn3Use IndexVec for ebb_map
2019-12-25 bjorn3Add clif ir comment for write_cvalue
2019-12-25 bjorn3Fix SSA analysis for value types with PassMode::ByRef
2019-12-24 bjorn3Directly depend on cranelift_{codegen,frontend}
2019-12-23 bjorn3Make llvm_intrinsics a submodule of intrinsics
2019-12-22 bjorn3Rustup to rustc 1.42.0-nightly (fc5deca21 2019-12-21)
2019-12-20 bjorn3Merge pull request #839 from bjorn3/fold_offset_into_lo...
2019-12-20 bjorn3Remove to_addr and to_addr_maybe_unsized
2019-12-20 bjorn3[OPT] Use load and store offsets instead of iadd_imm
2019-12-17 bjorn3[OPT] Use RETURN_PLACE instead of fn_sig.output() to...
2019-12-17 bjorn3[OPT] Use IndexVec instead of HashMap in ssa analysis
2019-12-17 bjorn3[OPT] Push fx.monomorphize to the callers of fx.layout_of
2019-12-17 bjorn3[OPT] Avoid calling target_triple for every call to...
2019-12-05 bjorn3Rustup to rustc 1.41.0-nightly (6d77e45f0 2019-12-04)
2019-11-14 bjorn3Rustup to rustc 1.41.0-nightly (ded5ee001 2019-11-13)
2019-11-09 bjorn3Rustup to rustc 1.40.0-nightly (9e346646e 2019-11-08)
2019-10-06 bjorn3Remove bitflags dependency
2019-09-28 bjorn3Use CallConv::triple_default instead of hard coding...
2019-09-28 bjorn3Rustup to rustc 1.40.0-nightly (084beb83e 2019-09-27)
2019-09-21 bjorn3Rustup to rustc 1.39.0-nightly (97e58c0d3 2019-09-20)
2019-09-07 bjorn3Rustup to rustc 1.39.0-nightly (6e19f3f38 2019-09-06)
2019-08-31 bjorn3Merge pull request #694 from Atul9/cargo-fmt
2019-08-31 Atul BhosaleFormat code using 'cargo fmt'
2019-08-30 bjorn3Merge pull request #693 from bjorn3/abi_refactor
2019-08-30 bjorn3Don't copy ByRef passed types to local stack slot when...
2019-08-30 bjorn3Improve abi ir comments a bit
2019-08-30 bjorn3Move ir comments generation to abi/comments.rs
2019-08-30 bjorn3Small change
2019-08-30 bjorn3Move return handling to abi/returning.rs
2019-08-30 bjorn3Move pass mode handling to abi/pass_mode.rs
2019-08-30 bjorn3Move abi.rs to abi/mod.rs