| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -60/+0 | |
| 2022-11-25 | Refine instruction_set inline rules | Lokathor | -6/+22 | |
| Previously an exact match of the `instruction_set` attribute was required for an MIR inline to be considered. This change checks for an exact match *only* if the callee sets an `instruction_set` in the first place. When the callee does not declare an instruction set then it is considered to be platform agnostic code and it's allowed to be inline'd into the caller. | ||||
| 2022-11-02 | Ban dashes in miropt test file names | Jakob Degen | -19/+19 | |
| 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 | -16/+16 | |
| 2022-07-09 | tweak names and output and bless | Ralf Jung | -3/+3 | |
| 2022-05-30 | validate derefer, run derefer inside generator | ouz-a | -0/+4 | |
| 2021-03-13 | bless tests | Erik Desjardins | -1/+0 | |
| 2021-02-05 | Never MIR inline functions with a different instruction set | Tomasz Miąsko | -0/+45 | |
