| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -15/+0 | |
| 2021-03-21 | Don't compute optimized PointerKind for unoptimized builds | Nikita Popov | -1/+1 | |
| This saves us both the Freeze/Unpin queries, and avoids placing noalias attributes, which have a compile-time impact on LLVM even in optnone builds (due to always_inline functions). | ||||
| 2021-03-21 | Don't consider !Unpin references as noalias | Nikita Popov | -0/+15 | |
| Such structures may contain self-references, in which case the same location may be accessible through a pointer that is not based-on the noalias pointer. This is still grey area as far as language semantics are concerned, but checking for !Unpin as an indicator for self-referential sturctures seems like a good approach for the meantime. | ||||
