]> git.lizzy.rs Git - rust.git/history - src/value_and_place.rs
Fold `vtable_trait_upcasting_coercion_new_vptr_slot` logic into obligation processing.
[rust.git] / src / value_and_place.rs
2021-08-06 bjorn3Merge commit '05677b6bd6c938ed760835d9b1f6514992654ae3...
2021-07-08 Scott McMurrayPR Feedback: Don't put SSA-only types in `CValue`s
2021-07-08 Scott McMurrayImplement the raw_eq intrinsic in codegen_cranelift
2021-06-25 borsAuto merge of #85640 - bjorn3:custom_ice_hook, r=jackh726
2021-06-06 borsAuto merge of #79608 - alessandrod:bpf, r=nagisa
2021-05-27 bjorn3Merge commit '40dd3e2b7089b5e96714e064b731f6dbf17c61a9...
2021-05-12 borsAuto merge of #83610 - bjorn3:driver_cleanup, r=cjgillot
2021-04-30 Erin PowerSync rustc_codegen_cranelift 'ddd4ce25535cf71203ba37008...
2021-03-29 bjorn3Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1...
2021-03-08 borsAuto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix
2021-03-05 bjorn3Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7...
2021-02-01 Jonas SchievinkRollup merge of #81618 - bjorn3:sync_cg_clif-2021-02...
2021-02-01 bjorn3Merge commit 'd556c56f792756dd7cfec742b9f2e07612dc10f4...
2020-12-17 borsAuto merge of #79945 - jackh726:existential_trait_ref...
2020-12-11 Jack HueyMove binder for dyn to each list item
2020-11-16 Bastian Kauschkeupdate `cg_clif`
2020-11-06 Yuki OkushiRollup merge of #78666 - sasurau4:fix/shellcheck-error...
2020-11-04 oli`u64::try_from` will now fail if `ScalarInt` isn't...
2020-11-04 oliFix cranelift build
2020-11-03 bjorn3Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d...
2020-10-08 bjorn3Merge pull request #1093 from bjorn3/use_new_module_int...
2020-10-08 bjorn3Use the new cranelift-module interface
2020-09-23 bjorn3Document almost all modules
2020-09-05 bjorn3Rustup to rustc 1.48.0-nightly (c59199efc 2020-09-04)
2020-08-30 bjorn3Set notrap flag on loads and stores
2020-08-28 bjorn3Merge pull request #1079 from CohenArthur/fmt-master
2020-08-28 CohenArthurfmt: Run cargo fmt since it is available
2020-08-25 bjorn3Avoid temporary stack slot in drop codegen
2020-08-22 bjorn3Merge pull request #1077 from CohenArthur/fix-linkage...
2020-08-22 bjorn3Merge pull request #1076 from CohenArthur/use-codegencx...
2020-08-22 CohenArthurFunctionCx: Refactor `fx.cx.tcx` into `fx.tcx`
2020-08-22 CohenArthurFunctionCx: Rename codegen_cx -> cx
2020-08-22 CohenArthurFunctionCx: WIP: Fix syntax error on sed codegen_cx...
2020-08-22 CohenArthurFunctionCx: Replace .module with .codegen_cx.module
2020-08-22 CohenArthurFunctionCx: WIP: Replace .tcx with .codegen_cx.tcx
2020-07-25 bjorn3Merge pull request #951 from bjorn3/simd_improvements
2020-07-25 bjorn3Handle SIMD vectors in CPlace::place_field
2020-07-25 bjorn3Allow storing SIMD vectors in SSA values
2020-07-03 bjorn3Merge pull request #1058 from bjorn3/misc_rustc_test_su...
2020-07-03 bjorn3Fix assert_assignable
2020-07-03 bjorn3Merge pull request #1057 from spastorino/store-pairs...
2020-07-03 Santiago PastorinoExtract transmute_value as a function to avoid code...
2020-07-02 Santiago PastorinoStore pairs in SSA
2020-06-27 bjorn3Don't use a 1-to-1 mapping between mir local and cranel...
2020-06-21 bjorn3Simplify assert_assignable
2020-06-05 bjorn3Remove sign extension for ty::Int from CValue::const_val
2020-04-21 bjorn3Merge pull request #972 from l4l/debug-file-hash
2020-04-17 bjorn3Fix transmute of non-scalar to scalar
2020-04-13 bjorn3Remove one usage of force_stack
2020-04-11 bjorn3Remove unchecked_cast_to
2020-04-11 bjorn3Remove CPlace::NoPlace
2020-04-11 bjorn3Introduce PointerBase::Dangling
2020-04-09 bjorn3Fix rustc::internals lint warnings
2020-04-09 bjorn3Enable the rust_2018_idioms and unused_lifetimes lints...
2020-04-03 bjorn3Rustup to rustc 1.44.0-nightly (537ccdf3a 2020-04-02)
2020-03-31 bjorn3Rustup to rustc 1.44.0-nightly (211365947 2020-03-30)
2020-03-30 dependabot-preview... Merge pull request #946 from bjorn3/dependabot/cargo...
2020-03-30 bjorn3Rustup to rustc 1.44.0-nightly (699f83f52 2020-03-29)
2020-03-27 bjorn3Limit publicness to crate where possible and remove...
2020-03-20 bjorn3Add clif ir comments for stack2reg opt
2020-03-10 bjorn3Support virtual calls with unsized self argument
2020-02-15 bjorn3Update Cranelift and use the new ineg instruction
2020-02-14 bjorn3Update Cranelift for basic blocks
2020-01-25 bjorn3Allow unsized types as function parameters
2020-01-22 bjorn3Allow more types in CValue::const_val
2020-01-15 bjorn3Reduce the amount of calls to layout_of
2019-12-31 bjorn3Revert some changes
2019-12-31 bjorn3[WIP] Add stack2reg optimization pass
2019-12-31 bjorn3Fix some warnings
2019-12-31 bjorn3Write scalars separately for Abi::ScalarPair in write_c...
2019-12-25 bjorn3Merge pull request #842 from bjorn3/real_simd
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
next