summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/coverageinfo
AgeCommit message (Expand)AuthorLines
2023-05-09Isolate coverage FFI type layouts from their underlying LLVM C++ typesZalathar-7/+11
2023-04-24Split `{Idx, IndexVec, IndexSlice}` into their own modulesMaybe Waffle-1/+1
2023-04-02Use `&IndexSlice` instead of `&IndexVec` where possibleScott McMurray-2/+2
2021-12-15Remove `in_band_lifetimes` from `rustc_codegen_ssa`LegionMammal978-7/+7
2021-11-23Update CoverageMappingFormat Support to Version6Arpad Borsos-4/+4
2021-06-01Reland - Report coverage `0` of dead blocksRich Kadel-0/+9
2021-05-12`coverageinfo` query needs to use the same MIR as codegenRich Kadel-2/+2
2021-04-02Translate counters from Rust 1-based to LLVM 0-based counter idsRich Kadel-16/+83
2021-03-19coverage bug fixes and optimization supportRich Kadel-4/+21
2021-03-15Make source-based code coverage compatible with MIR inliningTomasz Miąsko-5/+16
2021-01-03remove redundant closures (clippy::redundant_closure)Matthias Krüger-24/+24
2020-11-23Updated links to LLVM 11 docs and typesRich Kadel-4/+4
2020-11-05Addressed all feedback to dateRich Kadel-13/+3
2020-11-05Added comments on remapping expression IDs, and URL to spanviewsRich Kadel-1/+19
2020-11-05Rust coverage before splitting instrument_coverage.rsRich Kadel-41/+82
2020-10-05Updates to experimental coverage counter injectionRich Kadel-3/+10
2020-08-30mv compiler to compiler/mark-0/+274