index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
analyze.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-10
remove redundant imports
surechen
-1
/
+0
2023-10-09
Merge commit '81dc066758ec150b43822d4a0c84aae20fe10f40' into sync_cg_clif-202...
bjorn3
-2
/
+2
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-1
/
+1
2023-03-15
Merge commit 'dec0daa8f6d0a0e1c702f169abb6bf3eee198c67' into sync_cg_clif-202...
bjorn3
-19
/
+11
2022-08-26
Replace `Body::basic_blocks()` with field access
Tomasz Miąsko
-1
/
+1
2021-08-06
Merge commit '05677b6bd6c938ed760835d9b1f6514992654ae3' into sync_cg_clif-202...
bjorn3
-11
/
+0
2021-03-05
Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into sync_cg_clif-202...
bjorn3
-7
/
+2
2021-02-01
Merge commit 'd556c56f792756dd7cfec742b9f2e07612dc10f4' into sync_cg_clif-202...
bjorn3
-4
/
+7
2020-11-16
update `cg_clif`
Bastian Kauschke
-1
/
+1
2020-10-08
Use the new cranelift-module interface
bjorn3
-1
/
+1
2020-09-23
Document almost all modules
bjorn3
-0
/
+2
2020-08-28
fmt: Run cargo fmt since it is available
CohenArthur
-11
/
+17
2020-07-03
Account for Rvalue::AddressOf in analyze
bjorn3
-1
/
+1
2020-07-02
Store pairs in SSA
Santiago Pastorino
-1
/
+2
2020-03-31
Rustup to rustc 1.44.0-nightly (211365947 2020-03-30)
bjorn3
-1
/
+1
2020-03-27
Limit publicness to crate where possible and remove unused imports
bjorn3
-2
/
+2
2020-02-07
[OPT] Don't call monomorphize from clif_type
bjorn3
-1
/
+1
2020-01-14
Rustup to rustc 1.42.0-nightly (3ebcfa145 2020-01-12)
bjorn3
-9
/
+2
2019-12-25
Fix SSA analysis for value types with PassMode::ByRef
bjorn3
-0
/
+12
2019-12-20
[OPT] Don't force return value of call to stack
bjorn3
-8
/
+0
2019-12-17
[OPT] Use IndexVec instead of HashMap in ssa analysis
bjorn3
-10
/
+9
2019-10-06
Remove bitflags dependency
bjorn3
-14
/
+12
2019-09-14
Rustup to rustc 1.39.0-nightly (a6946a817 2019-09-13)
bjorn3
-2
/
+4
2019-08-28
Don't force RETURN_PLACE to stack
bjorn3
-2
/
+0
2019-08-18
Use anonymous lifetimes where possible
bjorn3
-1
/
+1
2019-07-24
Rustup to rustc 1.38.0-nightly (a7f28678b 2019-07-23)
bjorn3
-2
/
+2
2019-03-02
Rustup to rustc 1.34.0-nightly (c1d2d83ca 2019-03-01)
bjorn3
-1
/
+1
2018-11-17
Fix some 2018 edition idioms
bjorn3
-1
/
+1
2018-11-12
Change "cton" to "clif".
Dan Gohman
-1
/
+1
2018-11-07
Enable feature gate extern_crate_item_prelude
bjorn3
-1
/
+1
2018-10-10
Rustfmt
bjorn3
-6
/
+4
2018-09-28
Rustup
bjorn3
-1
/
+6
2018-09-17
Rustup to rustc 1.30.0-nightly (cb6d2dfa8 2018-09-16)
bjorn3
-1
/
+1
2018-08-14
Make FunctionCx generic over Backend
bjorn3
-1
/
+1
2018-08-09
Rustfmt
bjorn3
-3
/
+6
2018-08-09
Add basic ssa analyzer
bjorn3
-0
/
+52