about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/coverageinfo/mapgen
AgeCommit message (Expand)AuthorLines
2025-02-24Remove inherent function that has a trait method duplicate of a commonly impo...Oli Scherer-1/+1
2025-02-06coverage: Remove the old code for simplifying counters after MIR optsZalathar-16/+9
2025-02-06coverage: Defer part of counter-creation until codegenZalathar-9/+4
2025-02-06coverage: Store BCB node IDs in mappings, and resolve them in codegenZalathar-12/+17
2025-01-24coverage: Make query `coverage_ids_info` return an OptionZalathar-1/+1
2024-12-19coverage: Add a synthetic test for when all spans are discardedZalathar-0/+11
2024-12-19coverage: Identify source files by ID, not by interned filenameZalathar-5/+3
2024-12-19coverage: Store coverage source regions as `Span` until codegenZalathar-3/+137
2024-12-19coverage: Quietly skip functions that end up having no mappingsZalathar-7/+2
2024-12-19coverage: Rename some FFI fields from `span` to `cov_span`Zalathar-5/+6
2024-12-17coverage: Pull function source hash out of `map_data.rs`Zalathar-5/+4
2024-12-17coverage: Pull region conversion out of `map_data.rs`Zalathar-13/+13
2024-12-17coverage: Pull expression conversion out of `map_data.rs`Zalathar-2/+43
2024-12-17coverage: Build the global file table on the flyZalathar-2/+2
2024-12-12coverage: Tidy up creation of covfun recordsZalathar-30/+29
2024-12-11coverage: Store intermediate region tables in `CovfunRecord`Zalathar-46/+41
2024-12-11coverage: Reify `CovfunRecord` as an intermediate stepZalathar-26/+33
2024-12-11coverage: Extract function metadata handling to a `covfun` submoduleZalathar-0/+198
2024-11-29Revert "Rollup merge of #133418 - Zalathar:spans, r=jieyouxu"Zalathar-124/+0
2024-11-24coverage: Store coverage source regions as `Span` until codegenZalathar-0/+124