| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -30/+0 | |
| 2020-06-13 | compiletest: Add directives to detect sanitizer support | Tomasz Miąsko | -3/+1 | |
| Add needs-sanitizer-{address,leak,memory,thread} directive indicating that test requires target with support for specific sanitizer. This is an addition to the existing needs-sanitizer-support directive indicating that test requires a sanitizer runtime library. | ||||
| 2020-02-12 | Add support for new pass manager | Nikita Popov | -4/+4 | |
| The new pass manager can be enabled using -Z new-llvm-pass-manager=on. | ||||
| 2020-01-20 | Mark __msan_track_origins as an exported symbol for LTO | Nikita Popov | -1/+5 | |
| 2019-11-22 | Add support for tracking origins of uninitialized memory | Tomasz Miąsko | -0/+28 | |
