about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/coverageinfo/mod.rs
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-179/+0
2020-08-18Moved coverage counter injection from BasicBlock to Statement.Rich Kadel-16/+20
2020-08-15Merge branch 'master' into feature/incorporate-tracingpawanbisht62-1/+11
2020-08-14Auto merge of #75416 - richkadel:llvm-coverage-map-gen-5.3, r=richkadelbors-1/+11
2020-08-14LLVM IR coverage encoding aligns closer to Clang'sRich Kadel-1/+11
2020-08-10Merge branch 'master' into feature/incorporate-tracingpawanbisht62-2/+5
2020-08-09rustc_codegen_llvm: use IndexSet in CoverageMapGeneratorJosh Stone-2/+5
2020-08-06Merge branch 'master' into feature/incorporate-tracingpawanbisht62-27/+13
2020-08-06Incorporate tracing cratebishtpawan-1/+1
2020-08-04Completes support for coverage in external cratesRich Kadel-27/+13
2020-07-29Moved structs/enums with repr(C) to LLVM types into ffi.rs cratesRich Kadel-145/+2
2020-07-28Refactor MIR coverage instrumentationRich Kadel-12/+13
2020-07-25Fixed coverage map issues; better aligned with LLVM APIsRich Kadel-101/+151
2020-07-17Generating the coverage mapRich Kadel-62/+204
2020-06-29add spans to injected coverage countersRich Kadel-0/+126