index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_mir_transform
/
src
/
coverage
/
counters.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-22
Uplift rustc_mir_transform::coverage::counters::union_find to rustc_data_stru...
Camille Gillot
-1
/
+0
2025-02-24
Rollup merge of #136610 - Jarcho:range_idx, r=Noratrieb
Jacob Pratt
-1
/
+1
2025-02-21
Allow SliceIndex to be indexed by ranges.
Jason Newcomb
-1
/
+1
2025-02-13
coverage: Eliminate more counters by giving them to unreachable nodes
Zalathar
-6
/
+2
2025-02-06
coverage: Remove the old code for simplifying counters after MIR opts
Zalathar
-1
/
+1
2025-02-06
coverage: Don't create counters for code that was removed by MIR opts
Zalathar
-12
/
+14
2025-02-06
coverage: Defer part of counter-creation until codegen
Zalathar
-49
/
+20
2025-02-06
coverage: Store BCB node IDs in mappings, and resolve them in codegen
Zalathar
-5
/
+1
2025-01-26
Incorporate `iter_nodes` into `graph::DirectedGraph`
Zalathar
-2
/
+0
2025-01-24
coverage: Treat the "merged node flow graph" as a plain data struct
Zalathar
-5
/
+7
2025-01-24
coverage: Simplify how counter terms are stored
Zalathar
-3
/
+3
2025-01-18
coverage: Add a few more comments to counter creation
Zalathar
-0
/
+15
2025-01-18
coverage: Remove `BcbCounter` and `BcbExpression`
Zalathar
-64
/
+16
2025-01-18
coverage: Flatten top-level counter creation into plain functions
Zalathar
-93
/
+90
2025-01-18
coverage: Move `phys_counter_for_node` into `CoverageCounters`
Zalathar
-19
/
+18
2025-01-18
coverage: Remove the `Site` enum now that we only instrument nodes
Zalathar
-26
/
+13
2025-01-16
coverage: Completely overhaul counter assignment, using node-flow graphs
Zalathar
-376
/
+70
2025-01-11
rename `BitSet` to `DenseBitSet`
Rémy Rakic
-4
/
+7
2024-12-07
coverage: Prefer to visit nodes whose predecessors have been visited
Zalathar
-13
/
+2
2024-12-04
coverage: Remove the expression simplifier from `CoverageCounters`
Zalathar
-51
/
+4
2024-12-04
coverage: Use a separate counter type during counter creation
Zalathar
-73
/
+94
2024-12-04
coverage: Add an extra "transcribe" step after counter creation
Zalathar
-3
/
+129
2024-12-04
coverage: Use a single `make_phys_counter` method
Zalathar
-19
/
+4
2024-12-04
coverage: Rename `CounterIncrementSite` to just `Site`
Zalathar
-8
/
+9
2024-12-04
coverage: Extract `subtracted_sum` in counter creation
Zalathar
-8
/
+8
2024-10-26
coverage: Don't rely on the custom traversal to find enclosing loops
Zalathar
-18
/
+13
2024-10-19
coverage: Streamline several names of things in counter creation
Zalathar
-85
/
+69
2024-10-19
coverage: Make counter creation handle nodes/edges more uniformly
Zalathar
-48
/
+54
2024-10-06
coverage: Store `bcb_needs_counter` in a field as a bitset
Zalathar
-6
/
+13
2024-10-06
coverage: Have MakeBcbCounters own its CoverageCounters
Zalathar
-13
/
+14
2024-10-06
coverage: Make `BcbCounter` module-private
Zalathar
-4
/
+4
2024-09-15
coverage: Remove unnecessary `bcb_successors`
Zalathar
-7
/
+1
2024-09-15
coverage: Replace `bcb_has_multiple_in_edges` with `sole_predecessor`
Zalathar
-20
/
+21
2024-09-15
coverage: Simplify choosing an out-edge to be given a counter expression
Zalathar
-69
/
+48
2024-09-15
coverage: Track whether a node's count is the sum of its out-edges
Zalathar
-3
/
+9
2024-09-15
coverage: Streamline creation of physical edge counters
Zalathar
-6
/
+17
2024-09-15
coverage: Streamline creation of physical node counters
Zalathar
-23
/
+19
2024-09-12
coverage: Simplify creation of sum counters
Zalathar
-17
/
+13
2024-09-12
coverage: Separate creation of edge counters from building their sum
Zalathar
-28
/
+26
2024-09-10
coverage: Avoid referring to "operands" in counter creation
Zalathar
-8
/
+8
2024-09-10
coverage: Avoid referring to out-edges as "branches"
Zalathar
-97
/
+80
2024-09-10
coverage: Avoid referring to "coverage spans" in counter creation
Zalathar
-28
/
+15
2024-08-30
Remove `#[macro_use] extern crate tracing` from `rustc_mir_transform`.
Nicholas Nethercote
-0
/
+1
2024-06-16
coverage: Remove some old low-value unit tests for graph traversal
Zalathar
-5
/
+0
2024-05-14
coverage: Simplify counter expressions using simple algebra
Zalathar
-0
/
+37
2024-05-14
coverage: Memoize newly-created counter expressions
Zalathar
-3
/
+21
2024-05-14
coverage: Store expression operands as `BcbCounter`
Zalathar
-4
/
+24
2024-05-13
Remove `extern crate rustc_middle` from `rustc_mir_transform`.
Nicholas Nethercote
-0
/
+1
2024-04-14
Merge `WithNumNodes` into DirectedGraph
Maybe Waffle
-1
/
+1
2024-03-20
coverage: Tidy imports in `rustc_mir_transform::coverage::counters`
Zalathar
-4
/
+4
[next]