| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-04-23 | Add mir-opt tests to track MIR quality. | Camille GILLOT | -42/+0 | |
| 2023-03-13 | Replace ZST operands and debuginfo by constants. | Camille GILLOT | -22/+15 | |
| 2023-02-07 | Rollup merge of #107662 - cjgillot:copy-projection, r=oli-obk | Matthias Krüger | -1/+1 | |
| Turn projections into copies in CopyProp. The current implementation can leave behind projections that are moved out several times. This PR widens the check to turn such moves into copies: a move out of a projection of a copy is equivalent to a copy of the original projection. | ||||
| 2023-02-05 | Fix SROA without deaggregation. | Camille GILLOT | -12/+2 | |
| 2023-02-04 | Turn projections into copies in CopyProp. | Camille GILLOT | -1/+1 | |
| 2023-02-02 | Bless tests. | Camille GILLOT | -8/+18 | |
| 2023-02-02 | Stop deaggregating enums in MIR. | Camille GILLOT | -5/+2 | |
| 2023-01-27 | Implement SSA CopyProp pass. | Camille GILLOT | -1/+1 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+52 | |
