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
/
librustc_mir
/
transform
/
deaggregator.rs
Age
Commit message (
Expand
)
Author
Lines
2019-02-09
fix rebase fallout
Ralf Jung
-1
/
+1
2019-02-08
librustc_mir => 2018
Taiki Endo
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-09-24
Shrink StatementKind::Assign.
Nicholas Nethercote
-4
/
+8
2018-08-24
support user-given types in adts
Niko Matsakis
-1
/
+1
2018-04-27
mir: Deaggregate constant MIR
Nick Fitzgerald
-20
/
+1
2018-02-20
rustc_mir: optimize the deaggregator's expansion of statements.
Eduard-Mihai Burtescu
-43
/
+26
2018-02-20
rustc_mir: don't run the deaggregator on arrays for now.
Eduard-Mihai Burtescu
-1
/
+5
2018-02-20
rustc_mir: always run the deaggregator.
Eduard-Mihai Burtescu
-5
/
+0
2018-02-20
rustc_mir: handle all aggregate kinds in the deaggregator.
Eduard-Mihai Burtescu
-81
/
+68
2018-02-20
rustc_mir: use the "idiomatic" optimization gating in the deaggregator.
Eduard-Mihai Burtescu
-11
/
+16
2017-12-01
MIR: s/lv(al(ue)?)?/place in function/variable/module names.
Eduard-Mihai Burtescu
-1
/
+1
2017-12-01
MIR: s/Lvalue/Place in type names.
Eduard-Mihai Burtescu
-2
/
+2
2017-11-18
rustc_mir: always downcast enums, even if univariant.
Eduard-Mihai Burtescu
-2
/
+2
2017-11-14
rustc: split off BodyOwnerKind from MirSource.
Eduard-Mihai Burtescu
-6
/
+11
2017-11-14
rustc: move the MIR pass infrastructure and list to rustc_mir.
Eduard-Mihai Burtescu
-1
/
+2
2017-05-12
box large variants in MIR
Ariel Ben-Yehuda
-4
/
+4
2017-05-02
simplify the MirPass traits and passes dramatically
Niko Matsakis
-6
/
+6
2017-05-02
rework `MirPass` API to be stateless and extract helper fns
Niko Matsakis
-1
/
+1
2017-01-26
rustc: rename TyCtxt's `map` field to `hir`.
Eduard-Mihai Burtescu
-1
/
+1
2016-12-12
Auto merge of #38307 - bluss:mir-opt-level, r=eddyb
bors
-7
/
+4
2016-12-11
Simplify use of mir_opt_level
Ulrik Sverdrup
-7
/
+4
2016-12-09
mir: Reinstate while loop in deaggregator pass
Ulrik Sverdrup
-59
/
+58
2016-10-28
rustc: move mir::repr::* to mir.
Eduard Burtescu
-1
/
+1
2016-10-04
Remove some unused methods from metadata
Vadim Petrochenkov
-5
/
+1
2016-10-04
Eliminate ty::VariantKind in favor of def::CtorKind
Vadim Petrochenkov
-2
/
+2
2016-09-03
Fix buggy field access translation
Vadim Petrochenkov
-2
/
+2
2016-08-14
[MIR] Add Storage{Live,Dead} statements to emit llvm.lifetime.{start,end}.
Eduard Burtescu
-3
/
+2
2016-08-11
add SetDiscriminant StatementKind to enable deaggregation of enums
Scott A Carr
-11
/
+34
2016-08-03
reduce rightward drift, add precondition comment
Scott A Carr
-15
/
+20
2016-08-02
add hashtag to emphasis its a gh issue
Scott A Carr
-1
/
+1
2016-08-02
fix field type, add test
Scott A Carr
-1
/
+1
2016-08-02
reduce rightward drift, add fixme
Scott A Carr
-41
/
+41
2016-08-01
deaggregate structs to enable further optimization
Scott A Carr
-0
/
+111