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
/
src
/
librustc_mir
/
transform
/
instrument_coverage.rs
Age
Commit message (
Expand
)
Author
Lines
2020-08-30
mv compiler to compiler/
mark
-247
/
+0
2020-08-18
Moved coverage counter injection from BasicBlock to Statement.
Rich Kadel
-279
/
+99
2020-08-14
LLVM IR coverage encoding aligns closer to Clang's
Rich Kadel
-0
/
+15
2020-08-04
Completes support for coverage in external crates
Rich Kadel
-33
/
+61
2020-07-28
Refactor MIR coverage instrumentation
Rich Kadel
-79
/
+105
2020-07-25
Fixed coverage map issues; better aligned with LLVM APIs
Rich Kadel
-6
/
+6
2020-07-17
Generating the coverage map
Rich Kadel
-56
/
+204
2020-07-05
Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>.
Eduard-Mihai Burtescu
-1
/
+1
2020-06-29
add spans to injected coverage counters
Rich Kadel
-55
/
+72
2020-06-22
Updated query for num_counters to compute from max index
Rich Kadel
-4
/
+24
2020-06-22
using "mir_body" (vs "body") in InstrumentCoverage
Rich Kadel
-2
/
+2
2020-06-22
moves coverage data computation from pass to query
Rich Kadel
-23
/
+35
2020-06-22
Address remaining feedback items
Rich Kadel
-25
/
+2
2020-06-21
num_counters to u32, after implementing TypeFoldable
Rich Kadel
-3
/
+3
2020-06-19
code coverage foundation for hash and num_counters
Rich Kadel
-52
/
+144
2020-06-15
Add new `fn_span` to TerminatorKind::Call instance
Rich Kadel
-0
/
+1
2020-06-15
added test, Operand::const_from_scalar, require_lang_item, & comments
Rich Kadel
-37
/
+15
2020-06-15
moved instrument_coverage pass, optimized scalar, added FIXME
Rich Kadel
-9
/
+18
2020-06-15
moved to post_borrowck_cleanup & used MirPatch
Rich Kadel
-54
/
+58
2020-06-15
[WIP] injects llvm intrinsic instrprof.increment for coverage reports
Rich Kadel
-0
/
+100