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_llvm
/
llvm-wrapper
/
CoverageMappingWrapper.cpp
Age
Commit message (
Expand
)
Author
Lines
2024-11-09
Auto merge of #132584 - Zalathar:includes, r=cuviper
bors
-0
/
+4
2024-11-05
coverage: Tidy up coverage-specific FFI functions
Zalathar
-26
/
+28
2024-11-04
Trim and tidy includes in `rustc_llvm`
Zalathar
-0
/
+4
2024-10-20
Pass coverage mappings to LLVM as separate structs
Zalathar
-91
/
+91
2024-10-11
coverage: Remove code related to LLVM 17
Zalathar
-1
/
+1
2024-10-08
coverage. Disable supporting mcdc on llvm-18
zhuyunxing
-36
/
+9
2024-09-18
Update the minimum external LLVM to 18
Josh Stone
-10
/
+3
2024-04-19
coverage. Generate Mappings of decisions and conditions for MC/DC
zhuyunxing
-3
/
+91
2024-04-04
Rollup merge of #123437 - Zalathar:clang-format, r=cuviper
Jacob Pratt
-28
/
+20
2024-04-04
Manually run `clang-format` on `CoverageMappingWrapper.cpp`
Zalathar
-28
/
+20
2024-04-03
coverage: Correctly report and check LLVM's coverage mapping version
Zalathar
-1
/
+4
2024-03-05
Explicitly assign constructed C++ classes
Jubilee Young
-7
/
+7
2024-02-13
RustWrapper: adapt for coverage mapping API changes
Tim Neumann
-1
/
+1
2023-12-18
llvm-wrapper: adapt for LLVM API changes
Krasimir Georgiev
-0
/
+3
2023-08-04
coverage: Don't convert symbol names to `CString` for FFI
Zalathar
-2
/
+5
2023-08-04
coverage: Don't convert filenames to `CString` for FFI
Zalathar
-2
/
+10
2023-07-13
Remove `LLVMRustCoverageHashCString`
Zalathar
-5
/
+0
2023-07-13
Fix the length parameter type of `LLVMRustCoverageHashByteArray`
Zalathar
-1
/
+1
2023-05-09
Correctly mark parameter `RustMappingRegions` as pointer-to-`const`
Zalathar
-1
/
+1
2023-05-09
Isolate coverage FFI type layouts from their underlying LLVM C++ types
Zalathar
-7
/
+100
2023-01-11
rustc_llvm: replace llvm::makeArrayRef with ArrayRef constructors.
Dmitri Gribenko
-5
/
+6
2022-08-14
Update the minimum external LLVM to 13
Josh Stone
-11
/
+0
2021-11-23
Update CoverageMappingFormat Support to Version6
Arpad Borsos
-2
/
+7
2021-10-22
Update the minimum external LLVM to 11
Josh Stone
-7
/
+0
2021-03-19
fix: I meant LLVM version 13, not 12
Augie Fackler
-1
/
+1
2021-03-16
llvm-wrapper: pass std::string instead of StringRef
Augie Fackler
-0
/
+7
2021-03-01
Don't directly expose coverage::CounterMappingRegion via FFI
Nikita Popov
-2
/
+22
2020-11-25
Improved version check
Rich Kadel
-3
/
+2
2020-11-24
Check for LLVM 11+ when using `-Z instrument-coverage`
Rich Kadel
-0
/
+8
2020-11-23
Upgrades the coverage map to Version 4
Rich Kadel
-16
/
+31
2020-09-09
Move `rustllvm` into `rustc_llvm`
Vadim Petrochenkov
-0
/
+70