]> git.lizzy.rs Git - rust.git/history - src/abi
Rollup merge of #81618 - bjorn3:sync_cg_clif-2021-02-01, r=bjorn3
[rust.git] / src / abi /
2021-02-01 Jonas SchievinkRollup merge of #81618 - bjorn3:sync_cg_clif-2021-02...
2021-02-01 bjorn3Merge commit 'd556c56f792756dd7cfec742b9f2e07612dc10f4...
2020-12-18 Jack HueyMake BoundRegion have a kind of BoungRegionKind
2020-12-09 borsAuto merge of #77611 - oli-obk:atomic_miri_leakage...
2020-11-27 bjorn3Merge commit '5988bbd24aa87732bfa1d111ba00bcdaa22c481a...
2020-11-16 Bastian Kauschkeupdate `cg_clif`
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-23 bjorn3Also allow returning PassMode::ByValPair directly into...
2020-09-16 bjorn3Replace FxHashMap with IndexVec for local_map
2020-09-05 bjorn3Rustup to rustc 1.48.0-nightly (c59199efc 2020-09-04)
2020-08-28 bjorn3Merge pull request #1079 from CohenArthur/fmt-master
2020-08-28 CohenArthurfmt: Skip fn_sig_for_fn_abi()
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: Remove more common fields from CodegenCx
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 bjorn3Use PassMode::ByVal for Abi::Vector
2020-07-25 bjorn3Handle SIMD vectors in CPlace::place_field
2020-07-23 bjorn3Fix -Zpolymorphize
2020-07-23 bjorn3Rustup to rustc 1.47.0-nightly (bbebe7351 2020-07-22)
2020-07-19 bjorn3Use SystemV abi for extern "sysv64" even on Windows
2020-07-17 bjorn3Rustup to rustc 1.46.0-nightly (5c9e5df3a 2020-07-16)
2020-07-17 bjorn3Merge pull request #1068 from bjorn3/support_proc_macros
2020-07-17 bjorn3Pass ByRef values at fixed stack offset for extern "C"
2020-07-14 bjorn3Use `From::from` instead of `as` where possible
2020-07-09 bjorn3Handle SysV64 abi
2020-07-03 bjorn3Merge pull request #1057 from spastorino/store-pairs...
2020-07-02 Santiago PastorinoStore pairs in SSA
2020-07-02 bjorn3Rustup to rustc 1.46.0-nightly (f781babf8 2020-07-01)
2020-06-27 bjorn3Don't use a 1-to-1 mapping between mir local and cranel...
2020-06-27 bjorn3Rustup to rustc 1.46.0-nightly (7750c3d46 2020-06-26)
2020-06-24 bjorn3Remove leftover of removed hack
2020-06-20 bjorn3Warn on unsupported pass modes for extern "C"
2020-06-20 bjorn3Prelude cleanup
2020-06-16 bjorn3Some changes necessary for Windows support
2020-05-29 bjorn3Merge pull request #1022 from osa1/clif_dump_in_release...
2020-05-29 Ömer Sinan AğacanMark blocks that call cold funs as cold (#1021)
2020-04-25 bjorn3Call panic lang item on failed TerminatorKind::Assert
2020-04-25 bjorn3Rustup to rustc 1.44.0-nightly (3360cc3a0 2020-04-24)
2020-04-21 bjorn3Merge pull request #972 from l4l/debug-file-hash
2020-04-18 bjorn3Sync fn_sig_for_fn_abi with upstream for generator...
2020-04-13 bjorn3Cleanup codegen_terminator_call a bit
2020-04-13 bjorn3Merge codegen_call_inner into codegen_terminator_call
2020-04-13 bjorn3Don't use codegen_call_inner in codegen_drop
2020-04-13 bjorn3Rustup to rustc 1.44.0-nightly (3712e11a8 2020-04-12)
2020-04-11 bjorn3Remove CPlace::NoPlace
2020-04-11 bjorn3Introduce PointerBase::Dangling
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-04-02 bjorn3Take Place by value instead of by reference
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-28 bjorn3Rustup to rustc 1.44.0-nightly (75208942f 2020-03-27)
2020-03-27 bjorn3Limit publicness to crate where possible and remove...
2020-03-24 bjorn3Fix warnings
2020-03-24 bjorn3Rustup to rustc 1.44.0-nightly (1edd389cc 2020-03-23)
2020-03-20 bjorn3Add clif ir comments for stack2reg opt
2020-03-17 bjorn3Simplify handling of unimplemented stuff
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 bjorn3Fix debug build
2020-01-15 bjorn3Reduce the amount of calls to layout_of
2020-01-14 bjorn3Reduce visibility
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 bjorn3Improve local ir comments
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 bjorn3Remove to_addr and to_addr_maybe_unsized
2019-12-20 bjorn3[OPT] Use load and store offsets instead of iadd_imm
2019-12-18 bjorn3Fix debug build
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)
next