summaryrefslogtreecommitdiff
path: root/compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Correctly mark parameter `RustMappingRegions` as pointer-to-`const`Zalathar2023-05-091-1/+1
* Isolate coverage FFI type layouts from their underlying LLVM C++ typesZalathar2023-05-091-7/+100
* rustc_llvm: replace llvm::makeArrayRef with ArrayRef constructors.Dmitri Gribenko2023-01-111-5/+6
* Update the minimum external LLVM to 13Josh Stone2022-08-141-11/+0
* Update CoverageMappingFormat Support to Version6Arpad Borsos2021-11-231-2/+7
* Update the minimum external LLVM to 11Josh Stone2021-10-221-7/+0
* fix: I meant LLVM version 13, not 12Augie Fackler2021-03-191-1/+1
* llvm-wrapper: pass std::string instead of StringRefAugie Fackler2021-03-161-0/+7
* Don't directly expose coverage::CounterMappingRegion via FFINikita Popov2021-03-011-2/+22
* Improved version checkRich Kadel2020-11-251-3/+2
* Check for LLVM 11+ when using `-Z instrument-coverage`Rich Kadel2020-11-241-0/+8
* Upgrades the coverage map to Version 4Rich Kadel2020-11-231-16/+31
* Move `rustllvm` into `rustc_llvm`Vadim Petrochenkov2020-09-091-0/+70