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
/
compiler
/
rustc_mir_transform
/
src
/
gvn.rs
Age
Commit message (
Expand
)
Author
Lines
2023-10-25
Simplify projections in GVN.
Camille GILLOT
-50
/
+105
2023-10-25
Do not transmute immediates to non-immediates.
Camille GILLOT
-0
/
+10
2023-10-25
Do not intern too large aggregates.
Camille GILLOT
-18
/
+24
2023-10-25
Evaluate computed values to constants.
Camille GILLOT
-17
/
+279
2023-10-25
Do not visit rvalues twice.
Camille GILLOT
-8
/
+11
2023-10-25
Do not remove unused definitions inside GVN.
Camille GILLOT
-12
/
+0
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-1
/
+1
2023-10-13
Format all the let chains in compiler
Michael Goulet
-1
/
+2
2023-10-08
Also consider call and yield as MIR SSA.
Camille GILLOT
-15
/
+22
2023-10-02
Add docs, remove code, change subtyper code
ouz-a
-0
/
+1
2023-09-26
Explicit simplify_place.
Camille GILLOT
-8
/
+19
2023-09-24
Do not clone valtree and slice constants.
Camille GILLOT
-0
/
+31
2023-09-24
Embed simplification into VnState.
Camille GILLOT
-77
/
+94
2023-09-24
Workaround issue 112651.
Camille GILLOT
-1
/
+5
2023-09-24
Add a paragraph about the assume bitwise equal.
Camille GILLOT
-0
/
+25
2023-09-24
Do not check copiability.
Camille GILLOT
-12
/
+7
2023-09-24
Add documentation.
Camille GILLOT
-1
/
+43
2023-09-24
Add global value numbering pass.
Camille GILLOT
-0
/
+413