summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/traits/coverageinfo.rs
AgeCommit message (Expand)AuthorLines
2021-03-23Changes from review commentsRich Kadel-15/+4
2021-03-19gave unused_fn WeakAnyLinkage; moved create_pgo_func_name_varRich Kadel-4/+0
2021-03-19coverage bug fixes and optimization supportRich Kadel-3/+30
2020-11-05Addressed all feedback to dateRich Kadel-3/+3
2020-11-05Injecting expressions in place of counters where helpfulRich Kadel-3/+7
2020-11-05Rust coverage before splitting instrument_coverage.rsRich Kadel-6/+10
2020-10-23Make codegen coverage_context optional, and checkRich Kadel-3/+9
2020-08-30mv compiler to compiler/mark-0/+31