about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/coverageinfo/mod.rs
AgeCommit message (Expand)AuthorLines
2021-03-23Changes from review commentsRich Kadel-3/+23
2021-03-19gave unused_fn WeakAnyLinkage; moved create_pgo_func_name_varRich Kadel-18/+19
2021-03-19coverage bug fixes and optimization supportRich Kadel-12/+129
2021-03-01Don't directly expose coverage::CounterMappingRegion via FFINikita Popov-2/+2
2020-11-23Upgrades the coverage map to Version 4Rich Kadel-8/+46
2020-11-05Addressed all feedback to dateRich Kadel-5/+3
2020-11-05Injecting expressions in place of counters where helpfulRich Kadel-4/+15
2020-11-05Rust coverage before splitting instrument_coverage.rsRich Kadel-27/+37
2020-10-23Make codegen coverage_context optional, and checkRich Kadel-32/+47
2020-08-30mv compiler to compiler/mark-0/+179