about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/coverageinfo/ffi.rs
AgeCommit message (Expand)AuthorLines
2024-04-19coverage. Generate Mappings of decisions and conditions for MC/DCzhuyunxing-1/+157
2024-03-14coverage: Include recorded branch info in coverage instrumentationZalathar-3/+9
2024-01-11coverage: Add enums to accommodate other kinds of coverage mappingsZalathar-1/+19
2023-10-18coverage: Store expression data in function coverage infoZalathar-11/+0
2023-10-18coverage: Rename `Operand` to `CovTerm`Zalathar-6/+6
2023-09-21coverage: Don't bother renumbering expressions on the Rust sideZalathar-13/+14
2023-09-21coverage: Make the zero counter a constantZalathar-11/+8
2023-08-02coverage: Consolidate FFI types into one moduleZalathar-0/+194
2023-08-01Make coverage counter IDs count up from 0, not 1Zalathar-6/+4
2023-07-05Move `coverageinfo::ffi` and `coverageinfo::map` out of SSAZalathar-0/+89