summary refs log tree commit diff
path: root/src/librustc_mir/transform/instcombine.rs
AgeCommit message (Expand)AuthorLines
2019-04-03Deny internal lints on librustc_mirflip1995-2/+2
2019-04-02Remove adt_def from PlaceTy and make it a structTyler Mandry-2/+2
2019-03-01Put Local, Static and Promoted as one Base variant of PlaceSantiago Pastorino-2/+2
2019-02-09fix rebase falloutRalf Jung-1/+1
2019-02-08librustc_mir => 2018Taiki Endo-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-24add a `user_ty` annotation to `Constant`Niko Matsakis-1/+1
2018-08-22Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...varkor-1/+1
2018-08-22Rename ty::TyVariants to ty::TyKindvarkor-2/+2
2018-07-23Promoteds are statics and statics have a place, not just a valueOliver Schneider-3/+2
2017-12-01MIR: s/lv(al(ue)?)?/place in function/variable/module names.Eduard-Mihai Burtescu-5/+5
2017-12-01MIR: s/Lvalue/Place in type names.Eduard-Mihai Burtescu-5/+5
2017-11-28MIR: split Operand::Consume into Copy and Move.Eduard-Mihai Burtescu-1/+1
2017-11-25InstCombine Len([_; N]) => const N in MIRScott McMurray-8/+25
2017-11-14rustc: split off BodyOwnerKind from MirSource.Eduard-Mihai Burtescu-2/+1
2017-11-14rustc: move the MIR pass infrastructure and list to rustc_mir.Eduard-Mihai Burtescu-1/+2
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-2/+2
2017-05-02simplify the MirPass traits and passes dramaticallyNiko Matsakis-8/+6
2017-05-02rework `MirPass` API to be stateless and extract helper fnsNiko Matsakis-17/+11
2016-12-11Simplify use of mir_opt_levelUlrik Sverdrup-1/+1
2016-11-08Replace FnvHasher use with FxHasher.Nicholas Nethercote-2/+2
2016-10-28rustc: move mir::repr::* to mir.Eduard Burtescu-1/+1
2016-09-26[WIP] Move MIR towards a single kind of localJonas Schievink-3/+4
2016-09-16librustc_mir: Remove `&*x` when `x` has a reference type.Patrick Walton-0/+110