about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/coverageinfo/ffi.rs
AgeCommit message (Expand)AuthorLines
2023-07-05Move `coverageinfo::ffi` and `coverageinfo::map` out of SSAZalathar-89/+0
2023-05-09Isolate coverage FFI type layouts from their underlying LLVM C++ typesZalathar-7/+11
2021-11-23Update CoverageMappingFormat Support to Version6Arpad Borsos-4/+4
2021-04-02Translate counters from Rust 1-based to LLVM 0-based counter idsRich Kadel-2/+20
2020-11-23Updated links to LLVM 11 docs and typesRich Kadel-4/+4
2020-11-05Rust coverage before splitting instrument_coverage.rsRich Kadel-6/+6
2020-08-30mv compiler to compiler/mark-0/+67