]> git.lizzy.rs Git - rust.git/history - src/value_and_place.rs
Make it possible it use value_field for SIMD values stored ByVal
[rust.git] / src / value_and_place.rs
2019-12-25 bjorn3Make it possible it use value_field for SIMD values...
2019-12-25 bjorn3Remove vector support from load_scalar
2019-12-25 bjorn3Add load_vector function
2019-12-25 bjorn3[WIP] Real simd support
2019-12-25 bjorn3Add clif ir comment for write_cvalue
2019-12-24 bjorn3Directly depend on cranelift_{codegen,frontend}
2019-12-22 bjorn3Rustup to rustc 1.42.0-nightly (fc5deca21 2019-12-21)
2019-12-20 bjorn3Remove CPlaceInner::Stack
2019-12-20 bjorn3Merge pull request #839 from bjorn3/fold_offset_into_lo...
2019-12-20 bjorn3[OPT] Emit stack_{load,store} where possible
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-16 bjorn3Merge pull request #802 from bjorn3/debuginfo_locals
2019-12-16 bjorn3Use set_val_label before every def_var
2019-12-16 bjorn3[WIP] debuginfo for locals
2019-11-24 bjorn3Correctly align returned addr for to_addr on NoPlace
2019-11-14 bjorn3Rustup to rustc 1.41.0-nightly (ded5ee001 2019-11-13)
2019-09-28 bjorn3Rustup to rustc 1.40.0-nightly (084beb83e 2019-09-27)
2019-09-14 bjorn3Fix foreign type handling
2019-09-02 bjorn3Correctly align offset for dst field projections
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-29 bjorn3Split extract layout field of all CPlace variants into...
2019-08-18 bjorn3Use anonymous lifetimes where possible
2019-07-26 bjorn3Merge pull request #627 from bjorn3/wip_i128
2019-07-26 bjorn3Remove some unnecessary changes
2019-07-26 bjorn3Fix 128bit CValue::const_val
2019-07-26 bjorn3Fix type in load_scalar
2019-07-26 bjorn3Fix some things
2019-07-26 bjorn3[WIP] Basic i128 support
2019-06-23 bjorn3Fix load and store for ByValPair values with differentl...
2019-06-16 bjorn3Fix returning non ZST uninhabited types
2019-06-16 bjorn3Fix `write_cvalue` for `ByValPair` when the cvalue...
2019-06-11 bjorn3Move layout out of the enum for CValue
2019-06-11 bjorn3Encapsulate CPlace constructors
2019-06-11 bjorn3Move CValue and CPlace to separate file and remove...