[all-commits] [llvm/llvm-project] 6921da: Introduce getBranchCounterPair
NAKAMURA Takumi via All-commits
all-commits at lists.llvm.org
Thu Oct 17 05:42:39 PDT 2024
Branch: refs/heads/users/chapuni/cov/single/nextcount
Home: https://github.com/llvm/llvm-project
Commit: 6921da3ffa306e1bf17ad75fe827a0df60bd7506
https://github.com/llvm/llvm-project/commit/6921da3ffa306e1bf17ad75fe827a0df60bd7506
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2024-10-17 (Thu, 17 Oct 2024)
Changed paths:
M clang/lib/CodeGen/CoverageMappingGen.cpp
Log Message:
-----------
Introduce getBranchCounterPair
Commit: e6e95a387a55007853e2dd151b1c9920efe56342
https://github.com/llvm/llvm-project/commit/e6e95a387a55007853e2dd151b1c9920efe56342
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2024-10-17 (Thu, 17 Oct 2024)
Changed paths:
M llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h
M llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
Log Message:
-----------
Introduce CounterExpressionBuilder::replace()
Commit: 8a836a111ddd336efc65a54c4d34832ea7fb88ff
https://github.com/llvm/llvm-project/commit/8a836a111ddd336efc65a54c4d34832ea7fb88ff
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2024-10-17 (Thu, 17 Oct 2024)
Changed paths:
M clang/lib/CodeGen/CGDecl.cpp
M clang/lib/CodeGen/CGExpr.cpp
M clang/lib/CodeGen/CGExprScalar.cpp
M clang/lib/CodeGen/CGStmt.cpp
M clang/lib/CodeGen/CodeGenFunction.cpp
M clang/lib/CodeGen/CodeGenFunction.h
M clang/lib/CodeGen/CodeGenModule.h
M clang/lib/CodeGen/CodeGenPGO.cpp
M clang/lib/CodeGen/CodeGenPGO.h
M clang/lib/CodeGen/CoverageMappingGen.cpp
M clang/lib/CodeGen/CoverageMappingGen.h
M llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h
M llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
Log Message:
-----------
Merge branches 'users/chapuni/cov/single/getpair', 'users/chapuni/cov/single/replace' and 'users/chapuni/cov/single/pair' into HEAD
Commit: 3550bbb459846241d8a9a49332585d740c6ab066
https://github.com/llvm/llvm-project/commit/3550bbb459846241d8a9a49332585d740c6ab066
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2024-10-17 (Thu, 17 Oct 2024)
Changed paths:
M clang/lib/CodeGen/CoverageMappingGen.cpp
M llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
Log Message:
-----------
Enhance getBranchCounterPair() for additional counters
Compare: https://github.com/llvm/llvm-project/compare/6921da3ffa30%5E...3550bbb45984
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list