about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/coverageinfo/mapgen.rs
AgeCommit message (Expand)AuthorLines
2020-07-29Moved structs/enums with repr(C) to LLVM types into ffi.rs cratesRich Kadel-2/+3
2020-07-28Refactor MIR coverage instrumentationRich Kadel-4/+4
2020-07-25Fixed coverage map issues; better aligned with LLVM APIsRich Kadel-154/+115
2020-07-17Generating the coverage mapRich Kadel-0/+274