about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/mir/coverageinfo.rs
AgeCommit message (Expand)AuthorLines
2021-05-12`coverageinfo` query needs to use the same MIR as codegenRich Kadel-1/+1
2021-04-02Translate counters from Rust 1-based to LLVM 0-based counter idsRich Kadel-1/+1
2021-03-19coverage bug fixes and optimization supportRich Kadel-1/+1
2021-03-15Make source-based code coverage compatible with MIR inliningTomasz Miąsko-7/+18
2020-11-05Addressed all feedback to dateRich Kadel-8/+9
2020-11-05Injecting expressions in place of counters where helpfulRich Kadel-2/+2
2020-11-05Rust coverage before splitting instrument_coverage.rsRich Kadel-4/+15
2020-10-23Make codegen coverage_context optional, and checkRich Kadel-12/+12
2020-08-30mv compiler to compiler/mark-0/+35