| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-11-25 | Improved version check | Rich Kadel | -3/+2 | |
| 2020-11-24 | Check for LLVM 11+ when using `-Z instrument-coverage` | Rich Kadel | -0/+8 | |
| * `rustc` should now compile under LLVM 9 or 10 * Compiler generates an error if `-Z instrument-coverage` is specified but LLVM version is less than 11 * Coverage tests that require `-Z instrument-coverage` and run codegen should be skipped if LLVM version is less than 11 | ||||
| 2020-11-23 | Upgrades the coverage map to Version 4 | Rich Kadel | -16/+31 | |
| Changes the coverage map injected into binaries compiled with `-Zinstrument-coverage` to LLVM Coverage Mapping Format, Version 4 (from Version 3). Note, binaries compiled with this version will require LLVM tools from at least LLVM Version 11. | ||||
| 2020-09-09 | Move `rustllvm` into `rustc_llvm` | Vadim Petrochenkov | -0/+70 | |
