about summary refs log tree commit diff
path: root/src/analyze.rs
AgeCommit message (Expand)AuthorLines
2023-12-10remove redundant importssurechen-1/+0
2023-10-09Merge commit '81dc066758ec150b43822d4a0c84aae20fe10f40' into sync_cg_clif-202...bjorn3-2/+2
2023-04-24Split `{Idx, IndexVec, IndexSlice}` into their own modulesMaybe Waffle-1/+1
2023-03-15Merge commit 'dec0daa8f6d0a0e1c702f169abb6bf3eee198c67' into sync_cg_clif-202...bjorn3-19/+11
2022-08-26Replace `Body::basic_blocks()` with field accessTomasz Miąsko-1/+1
2021-08-06Merge commit '05677b6bd6c938ed760835d9b1f6514992654ae3' into sync_cg_clif-202...bjorn3-11/+0
2021-03-05Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into sync_cg_clif-202...bjorn3-7/+2
2021-02-01Merge commit 'd556c56f792756dd7cfec742b9f2e07612dc10f4' into sync_cg_clif-202...bjorn3-4/+7
2020-11-16update `cg_clif`Bastian Kauschke-1/+1
2020-10-08Use the new cranelift-module interfacebjorn3-1/+1
2020-09-23Document almost all modulesbjorn3-0/+2
2020-08-28fmt: Run cargo fmt since it is availableCohenArthur-11/+17
2020-07-03Account for Rvalue::AddressOf in analyzebjorn3-1/+1
2020-07-02Store pairs in SSASantiago Pastorino-1/+2
2020-03-31Rustup to rustc 1.44.0-nightly (211365947 2020-03-30)bjorn3-1/+1
2020-03-27Limit publicness to crate where possible and remove unused importsbjorn3-2/+2
2020-02-07[OPT] Don't call monomorphize from clif_typebjorn3-1/+1
2020-01-14Rustup to rustc 1.42.0-nightly (3ebcfa145 2020-01-12)bjorn3-9/+2
2019-12-25Fix SSA analysis for value types with PassMode::ByRefbjorn3-0/+12
2019-12-20[OPT] Don't force return value of call to stackbjorn3-8/+0
2019-12-17[OPT] Use IndexVec instead of HashMap in ssa analysisbjorn3-10/+9
2019-10-06Remove bitflags dependencybjorn3-14/+12
2019-09-14Rustup to rustc 1.39.0-nightly (a6946a817 2019-09-13)bjorn3-2/+4
2019-08-28Don't force RETURN_PLACE to stackbjorn3-2/+0
2019-08-18Use anonymous lifetimes where possiblebjorn3-1/+1
2019-07-24Rustup to rustc 1.38.0-nightly (a7f28678b 2019-07-23)bjorn3-2/+2
2019-03-02Rustup to rustc 1.34.0-nightly (c1d2d83ca 2019-03-01)bjorn3-1/+1
2018-11-17Fix some 2018 edition idiomsbjorn3-1/+1
2018-11-12Change "cton" to "clif".Dan Gohman-1/+1
2018-11-07Enable feature gate extern_crate_item_preludebjorn3-1/+1
2018-10-10Rustfmtbjorn3-6/+4
2018-09-28Rustupbjorn3-1/+6
2018-09-17Rustup to rustc 1.30.0-nightly (cb6d2dfa8 2018-09-16)bjorn3-1/+1
2018-08-14Make FunctionCx generic over Backendbjorn3-1/+1
2018-08-09Rustfmtbjorn3-3/+6
2018-08-09Add basic ssa analyzerbjorn3-0/+52