| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -28/+0 | |
| 2022-02-16 | Update optimization remark test for LLVM 14 | Nikita Popov | -2/+2 | |
| The format of the remark changed slightly. | ||||
| 2021-11-29 | Accumulate all values of `-C remark` option | Tomasz Miąsko | -2/+11 | |
| When `-C remark=...` option is specified multiple times, accumulate all values instead of using only the last one. | ||||
| 2021-11-16 | Emit LLVM optimization remarks when enabled with `-Cremark` | Tomasz Miąsko | -0/+19 | |
| The default diagnostic handler considers all remarks to be disabled by default unless configured otherwise through LLVM internal flags: `-pass-remarks`, `-pass-remarks-missed`, and `-pass-remarks-analysis`. This behaviour makes `-Cremark` ineffective on its own. Fix this by configuring a custom diagnostic handler that enables optimization remarks based on the value of `-Cremark` option. With `-Cremark=all` enabling all remarks. | ||||
