| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -40/+0 | |
| 2022-09-01 | Simplify MIR opt tests | Jakob Degen | -9/+2 | |
| This commit removes many cases of MIR opt tests emitting `.diff`s for more than one pass. These tests cannot be `unit-test`s, and so they are easy to break, and they also provide little value due to having excessively strong opinions over *how* a piece of code should be optimized. Where reasonable, we instead add separate test files that only emit the `PreCodegen.after` MIR for code where we want to track what the result of the net result of the optimization pipeline's output is. | ||||
| 2021-10-06 | opt-level >= 4 | Alexander | -1/+1 | |
| 2021-10-06 | tidy | Alexander | -1/+1 | |
| 2021-10-06 | add MIR artifacts | Alexander | -3/+0 | |
| 2021-10-06 | reset and cleanup | Alexander | -0/+50 | |
