about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/coverageinfo/map_data.rs
AgeCommit message (Expand)AuthorLines
2023-10-03coverage: Let each coverage statement hold a vector of code regionsZalathar-35/+58
2023-09-21coverage: Don't bother renumbering expressions on the Rust sideZalathar-143/+50
2023-09-21coverage: Explicitly simplify coverage expressions in codegenZalathar-0/+53
2023-09-21coverage: Make the zero counter a constantZalathar-4/+4
2023-08-02coverage: Consolidate FFI types into one moduleZalathar-1/+1
2023-08-01Make coverage counter IDs count up from 0, not 1Zalathar-15/+4
2023-08-01Make coverage expression IDs count up from 0, not down from `u32::MAX`Zalathar-35/+14
2023-08-01Replace `ExpressionOperandId` with enum `Operand`Zalathar-24/+19
2023-07-05Move `coverageinfo::ffi` and `coverageinfo::map` out of SSAZalathar-0/+348