]> git.lizzy.rs Git - rust.git/history - src/abi/mod.rs
Use the new cranelift-module interface
[rust.git] / src / abi / mod.rs
2020-10-08 bjorn3Use the new cranelift-module interface
2020-09-23 bjorn3Document almost all modules
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-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 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-09 bjorn3Enable the rust_2018_idioms and unused_lifetimes lints...
2020-04-02 bjorn3Take Place by value instead of by reference
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-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 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