| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2023-02-12 | Enable CopyProp by default, tune the impl a bit | Ben Kimock | -2/+2 |
| 2023-02-06 | Comment move->copy transform. | Camille Gillot | -0/+1 |
| 2023-02-04 | Turn projections into copies in CopyProp. | Camille GILLOT | -2/+2 |
| 2023-01-31 | Remove both StorageLive and StorageDead in CopyProp. | Camille GILLOT | -11/+14 |
| 2023-01-27 | Do not merge locals that have their address taken. | Camille GILLOT | -13/+58 |
| 2023-01-27 | Extract SsaLocals abstraction. | Camille GILLOT | -175/+20 |
| 2023-01-27 | Pacify tidy. | Camille GILLOT | -3/+3 |
| 2023-01-27 | Discard raw pointers from SSA locals. | Camille GILLOT | -2/+4 |
| 2023-01-27 | Only consider a local to be SSA if assignment dominates all uses. | Camille GILLOT | -2/+21 |
| 2023-01-27 | Implement SSA CopyProp pass. | Camille GILLOT | -0/+267 |
