]> git.lizzy.rs Git - rust.git/history - src/analyze.rs
fmt: Run cargo fmt since it is available
[rust.git] / src / analyze.rs
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