about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/coverageinfo/mapgen.rs
AgeCommit message (Expand)AuthorLines
2022-02-04Rollup merge of #90132 - joshtriplett:stabilize-instrument-coverage, r=wesley...Matthias Krüger-2/+2
2022-01-21Work around missing code coverage data causing llvm-cov failuresWesley Wiser-4/+13
2022-01-01Stabilize -Z instrument-coverage as -C instrument-coverageJosh Triplett-2/+2
2021-12-27Address review commentsWesley Wiser-20/+27
2021-12-20[code coverage] Fix missing dead code in modules that are never calledWesley Wiser-83/+24
2021-12-16Remove `in_band_lifetimes` from `rustc_codegen_llvm`LegionMammal978-4/+4
2021-12-09Remove redundant [..]sest31-2/+2
2021-11-30Add conditional support for coverage map version 6Rich Kadel-12/+33
2021-11-23Update CoverageMappingFormat Support to Version6Arpad Borsos-10/+10
2021-10-01Fix clippy lintsGuillaume Gomez-3/+2
2021-05-12Use () for codegen queries.Camille GILLOT-2/+2
2021-05-12Use () for mir_keys.Camille GILLOT-1/+1
2021-05-07Rollup merge of #84875 - richkadel:no-coverage-dont-check-unused, r=tmandryYuki Okushi-6/+2
2021-05-06Removes unneeded check of `#[no_coverage]` in mapgenRich Kadel-6/+2
2021-05-06Update coverage docs and command line helpRich Kadel-1/+1
2021-04-27Derived Eq no longer shows uncoveredRich Kadel-0/+5
2021-03-23Change def_id filter to use requires_monomorphization()Rich Kadel-1/+1
2021-03-19coverage bug fixes and optimization supportRich Kadel-131/+97
2021-03-15Functions inlined into reachable functions are reachableTomasz Miąsko-1/+1
2021-03-15Make source-based code coverage compatible with MIR inliningTomasz Miąsko-1/+1
2021-01-03remove redundant closures (clippy::redundant_closure)Matthias Krüger-1/+1
2020-12-07Fixes to Rust coverageRich Kadel-1/+1
2020-12-03Addressed feedback from 2020-12-01Rich Kadel-0/+19
2020-12-03Combination of commitsRich Kadel-7/+148
2020-11-25Update compiler/rustc_codegen_llvm/src/coverageinfo/mapgen.rsRich Kadel-1/+1
2020-11-25replace assert with condition and `fatal` errorRich Kadel-1/+3
2020-11-25Improved version checkRich Kadel-7/+9
2020-11-24Apply suggestions from code reviewRich Kadel-1/+1
2020-11-24Check for LLVM 11+ when using `-Z instrument-coverage`Rich Kadel-2/+2
2020-11-23Updated links to LLVM 11 docs and typesRich Kadel-3/+3
2020-11-23Upgrades the coverage map to Version 4Rich Kadel-104/+97
2020-11-05Rust coverage before splitting instrument_coverage.rsRich Kadel-1/+1
2020-10-23Update compiler/rustc_codegen_llvm/src/coverageinfo/mapgen.rsRich Kadel-4/+4
2020-10-23Make codegen coverage_context optional, and checkRich Kadel-1/+4
2020-10-05Updates to experimental coverage counter injectionRich Kadel-0/+1
2020-08-30mv compiler to compiler/mark-0/+229