]> git.lizzy.rs Git - rust.git/history - src/analyze.rs
Start moving away from the intrinsic_match macro
[rust.git] / src / analyze.rs
2021-08-06 bjorn3Merge commit '05677b6bd6c938ed760835d9b1f6514992654ae3...
2021-08-05 bjorn3Sync from rust 2ddb65c32253872c0e7a02e43ec520877900370e
2021-07-28 bjorn3Support storing return values in register places for...
2021-03-08 borsAuto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix
2021-03-05 bjorn3Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7...
2021-03-05 bjorn3Rustfmt
2021-03-05 bjorn3Sync from rust a0d66b54fb3acc2125972b88ff543a2c04d14af5
2021-02-23 bjorn3Merge pull request #1144 from bjorn3/dynamic_module
2021-02-23 bjorn3Use dynamic dispatch for the inner Module
2021-02-01 Jonas SchievinkRollup merge of #81618 - bjorn3:sync_cg_clif-2021-02...
2021-02-01 bjorn3Merge commit 'd556c56f792756dd7cfec742b9f2e07612dc10f4...
2021-01-30 bjorn3Rustup to rustc 1.51.0-nightly (b12290861 2021-01-29)
2021-01-30 bjorn3Merge pull request #1131 from bjorn3/abi_compat
2021-01-27 bjorn3Rustfmt
2021-01-26 bjorn3[WIP] Use FnAbi everywhere instead of our own abi calcu...
2020-11-21 bjorn3Sync from rust 539402cb0b0f1639a4be14e40eaf8db61a62ae41
2020-11-16 Bastian Kauschkeupdate `cg_clif`
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-08-28 bjorn3Merge pull request #1079 from CohenArthur/fmt-master
2020-08-28 CohenArthurfmt: Run cargo fmt since it is available
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: WIP: Replace .tcx with .codegen_cx.tcx
2020-07-03 bjorn3Account for Rvalue::AddressOf in analyze
2020-07-03 bjorn3Merge pull request #1057 from spastorino/store-pairs...
2020-07-02 Santiago PastorinoStore pairs in SSA
2020-03-31 bjorn3Rustup to rustc 1.44.0-nightly (211365947 2020-03-30)
2020-03-27 bjorn3Limit publicness to crate where possible and remove...
2020-02-07 bjorn3[OPT] Don't call monomorphize from clif_type
2020-01-14 bjorn3Rustup to rustc 1.42.0-nightly (3ebcfa145 2020-01-12)
2019-12-25 bjorn3Fix SSA analysis for value types with PassMode::ByRef
2019-12-20 bjorn3Merge pull request #839 from bjorn3/fold_offset_into_lo...
2019-12-20 bjorn3[OPT] Don't force return value of call to stack
2019-12-17 bjorn3[OPT] Use IndexVec instead of HashMap in ssa analysis
2019-10-06 bjorn3Remove bitflags dependency
2019-09-14 bjorn3Rustup to rustc 1.39.0-nightly (a6946a817 2019-09-13)
2019-08-28 bjorn3Don't force RETURN_PLACE to stack
2019-08-18 bjorn3Use anonymous lifetimes where possible
2019-07-24 bjorn3Rustup to rustc 1.38.0-nightly (a7f28678b 2019-07-23)
2019-03-02 bjorn3Rustup to rustc 1.34.0-nightly (c1d2d83ca 2019-03-01)
2018-11-17 bjorn3Fix some 2018 edition idioms
2018-11-12 bjorn3Merge remote-tracking branch 'sunfishcode/master'
2018-11-12 Dan GohmanChange "cton" to "clif".
2018-11-07 bjorn3Enable feature gate extern_crate_item_prelude
2018-10-10 bjorn3Rustfmt
2018-09-28 dependabot[bot]Merge pull request #63 from bjorn3/dependabot/cargo...
2018-09-28 bjorn3Rustup
2018-09-17 bjorn3Rustup to rustc 1.30.0-nightly (cb6d2dfa8 2018-09-16)
2018-08-14 bjorn3Make FunctionCx generic over Backend
2018-08-09 bjorn3Rustfmt
2018-08-09 bjorn3Add basic ssa analyzer