| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-11-02 | Ban dashes in miropt test file names | Jakob Degen | -55/+0 | |
| 2020-11-12 | Never inline C variadic functions | Tomasz Miąsko | -0/+18 | |
| 2020-11-12 | Never inline when `no_sanitize` attributes differ | Tomasz Miąsko | -3/+1 | |
| The inliner looks if a sanitizer is enabled before considering `no_sanitize` attribute as possible source of incompatibility. The MIR inlining could happen in a crate with sanitizer disabled, but code generation in a crate with sanitizer enabled, thus the attribute would be incorrectly ignored. To avoid the issue never inline functions with different `no_sanitize` attributes. | ||||
| 2020-09-04 | inliner: Add mir-opt tests for codegen attributes compatibility | Tomasz Miąsko | -0/+39 | |
