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_codegen_llvm
/
src
/
coverageinfo
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-1
/
+1
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-1
/
+0
2022-03-08
add `#[rustc_pass_by_value]` to more types
lcnr
-4
/
+4
2021-12-16
Remove `in_band_lifetimes` from `rustc_codegen_llvm`
LegionMammal978
-7
/
+7
2021-12-03
code-cov: generate dead functions with private/default linkage
Wesley Wiser
-2
/
+2
2021-10-01
Fix clippy lints
Guillaume Gomez
-2
/
+2
2021-09-18
Querify `fn_abi_of_{fn_ptr,instance}`.
Eduard-Mihai Burtescu
-1
/
+1
2021-09-18
ty::layout: replicate `layout_of` setup for `fn_abi_of_{fn_ptr,instance}`.
Eduard-Mihai Burtescu
-4
/
+3
2021-05-17
rustc_codegen_ssa: append blocks to functions w/o creating a builder.
Eduard-Mihai Burtescu
-1
/
+2
2021-04-02
Translate counters from Rust 1-based to LLVM 0-based counter ids
Rich Kadel
-6
/
+2
2021-03-23
Changes from review comments
Rich Kadel
-3
/
+23
2021-03-19
gave unused_fn WeakAnyLinkage; moved create_pgo_func_name_var
Rich Kadel
-18
/
+19
2021-03-19
coverage bug fixes and optimization support
Rich Kadel
-12
/
+129
2021-03-01
Don't directly expose coverage::CounterMappingRegion via FFI
Nikita Popov
-2
/
+2
2020-11-23
Upgrades the coverage map to Version 4
Rich Kadel
-8
/
+46
2020-11-05
Addressed all feedback to date
Rich Kadel
-5
/
+3
2020-11-05
Injecting expressions in place of counters where helpful
Rich Kadel
-4
/
+15
2020-11-05
Rust coverage before splitting instrument_coverage.rs
Rich Kadel
-27
/
+37
2020-10-23
Make codegen coverage_context optional, and check
Rich Kadel
-32
/
+47
2020-08-30
mv compiler to compiler/
mark
-0
/
+179