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-12-10
remove redundant imports
surechen
-1
/
+0
2023-12-07
ctfe interpreter: extend provenance so that it can track whether a pointer is...
Ralf Jung
-2
/
+5
2023-11-18
Begin nightly-ifying rustc_type_ir
Michael Goulet
-1
/
+1
2023-11-15
Re-format code with new rustfmt
Mark Rousskov
-4
/
+7
2023-10-31
Update based on wesleywiser review
George Bateman
-3
/
+3
2023-10-27
Apply suggestions from code review
Camille Gillot
-2
/
+5
2023-10-25
Directly check provenance from the AllocId.
Camille GILLOT
-1
/
+1
2023-10-25
Rename has_provance and tweaks comments.
Camille GILLOT
-3
/
+9
2023-10-25
Verify that the alloc_id is Memory.
Camille GILLOT
-1
/
+6
2023-10-25
Do not merge fn pointer casts.
Camille GILLOT
-0
/
+9
2023-10-25
Disambiguate non-deterministic constants.
Camille GILLOT
-44
/
+67
2023-10-25
Take an AllocId in intern_const_alloc_for_constprop.
Camille GILLOT
-7
/
+2
2023-10-25
Do not require absence of metadata.
Camille GILLOT
-4
/
+2
2023-10-25
Fortify transmute check.
Camille GILLOT
-4
/
+3
2023-10-25
Explain why we check variant equality.
Camille GILLOT
-0
/
+15
2023-10-25
Move provenance checks out of interning method.
Camille GILLOT
-4
/
+17
2023-10-25
Directly intern values instead of copying them.
Camille GILLOT
-3
/
+6
2023-10-25
Do not intern GVN temps.
Camille GILLOT
-22
/
+16
2023-10-25
Transform large arrays into Repeat expressions when possible.
Camille GILLOT
-0
/
+14
2023-10-25
Extract simplify_aggregate.
Camille GILLOT
-27
/
+56
2023-10-25
Do not compute actual aggregate type.
Camille GILLOT
-11
/
+47
2023-10-25
Simplify repeat expressions.
Camille GILLOT
-0
/
+6
2023-10-25
Simplify aggregate projections.
Camille GILLOT
-1
/
+40
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