| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -30/+0 | |
| 2023-01-01 | Reenable limited top-down MIR inlining | Jakob Degen | -4/+7 | |
| 2022-12-01 | Disable top-down inlining | Jakob Degen | -7/+4 | |
| 2022-11-02 | Ban dashes in miropt test file names | Jakob Degen | -13/+13 | |
| 2022-08-22 | bless mir-opt tests | Nilstrieb | -1/+1 | |
| 2022-08-02 | Avoid invalidating the CFG in MirPatch. | Jakob Degen | -4/+0 | |
| As a part of this change, we adjust MirPatch to not needlessly create unnecessary resume blocks. | ||||
| 2022-07-28 | bless mir opt tests | Nilstrieb | -9/+9 | |
| 2022-07-09 | tweak names and output and bless | Ralf Jung | -1/+1 | |
| 2022-06-30 | Check history earlier. | Camille GILLOT | -4/+7 | |
| 2022-05-30 | validate derefer, run derefer inside generator | ouz-a | -0/+4 | |
| 2022-02-27 | Only create a single expansion for each inline integration. | Camille GILLOT | -2/+2 | |
| 2020-11-09 | inliner: Break inlining cycles | Tomasz Miąsko | -0/+27 | |
| When examining candidates for inlining, reject those that are determined to be recursive either because of self-recursive calls or calls to any instances already inlined. | ||||
