[all-commits] [llvm/llvm-project] 28c568: Add a test
NAKAMURA Takumi via All-commits
all-commits at lists.llvm.org
Tue Jan 7 17:30:44 PST 2025
Branch: refs/heads/users/chapuni/cov/single/loop
Home: https://github.com/llvm/llvm-project
Commit: 28c568ad84edbfb4eb4bc7841c8c6b39e9722094
https://github.com/llvm/llvm-project/commit/28c568ad84edbfb4eb4bc7841c8c6b39e9722094
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2025-01-06 (Mon, 06 Jan 2025)
Changed paths:
M llvm/unittests/ProfileData/CoverageMappingTest.cpp
Log Message:
-----------
Add a test
Commit: d92a9d9c74814fc48c1ff5523d5215115021ac40
https://github.com/llvm/llvm-project/commit/d92a9d9c74814fc48c1ff5523d5215115021ac40
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2025-01-06 (Mon, 06 Jan 2025)
Changed paths:
M llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
Log Message:
-----------
Prune redundant logic
Commit: 93fb420b509ac06d0132330520864633808befd0
https://github.com/llvm/llvm-project/commit/93fb420b509ac06d0132330520864633808befd0
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2025-01-06 (Mon, 06 Jan 2025)
Changed paths:
M llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
M llvm/unittests/ProfileData/CoverageMappingTest.cpp
Log Message:
-----------
Merge branch 'users/chapuni/cov/single/replace' into users/chapuni/cov/single/nextcount-base
Commit: 6f8681c5786dd83175bc272ed4e561332d9b4549
https://github.com/llvm/llvm-project/commit/6f8681c5786dd83175bc272ed4e561332d9b4549
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2025-01-06 (Mon, 06 Jan 2025)
Changed paths:
M llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
M llvm/unittests/ProfileData/CoverageMappingTest.cpp
Log Message:
-----------
Merge branch 'users/chapuni/cov/single/nextcount-base' into users/chapuni/cov/single/nextcount
Commit: 82f2e92642fc00e0c07ed3c6506769319c39609a
https://github.com/llvm/llvm-project/commit/82f2e92642fc00e0c07ed3c6506769319c39609a
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2025-01-07 (Tue, 07 Jan 2025)
Changed paths:
M clang/lib/CodeGen/CoverageMappingGen.cpp
Log Message:
-----------
Expand RHS of MapToExpand. This will prevent recursion.
Commit: b90fdf61748ad0d585dc48987e5545878da98c59
https://github.com/llvm/llvm-project/commit/b90fdf61748ad0d585dc48987e5545878da98c59
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2025-01-07 (Tue, 07 Jan 2025)
Changed paths:
M clang/lib/CodeGen/CoverageMappingGen.cpp
Log Message:
-----------
Append an explanation in the comment
Commit: d854fb123be0449e83093f11e9f826c9baa3b766
https://github.com/llvm/llvm-project/commit/d854fb123be0449e83093f11e9f826c9baa3b766
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2025-01-08 (Wed, 08 Jan 2025)
Changed paths:
M clang/lib/CodeGen/CoverageMappingGen.cpp
Log Message:
-----------
Rewind switch DefaultCase. (to #113112)
Commit: bac29679dcc3d1e2f4b01270d8b1abb0858c549e
https://github.com/llvm/llvm-project/commit/bac29679dcc3d1e2f4b01270d8b1abb0858c549e
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2025-01-08 (Wed, 08 Jan 2025)
Changed paths:
M clang/lib/CodeGen/CoverageMappingGen.cpp
Log Message:
-----------
Enable addCounters
Commit: 6bae87d6193a88ab093ab472ff4a2d27f9e5e288
https://github.com/llvm/llvm-project/commit/6bae87d6193a88ab093ab472ff4a2d27f9e5e288
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2025-01-08 (Wed, 08 Jan 2025)
Changed paths:
M clang/lib/CodeGen/CoverageMappingGen.cpp
Log Message:
-----------
Get rid of structual bindings
Commit: c8edf58d644e80281e00577920125fa1d7618f47
https://github.com/llvm/llvm-project/commit/c8edf58d644e80281e00577920125fa1d7618f47
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2025-01-08 (Wed, 08 Jan 2025)
Changed paths:
M clang/lib/CodeGen/CoverageMappingGen.cpp
Log Message:
-----------
Flatten with getBranchCounterPair(SkipCntForOld)
Commit: ec6892d1c979ce0b84c86918d5cdbb03037b409a
https://github.com/llvm/llvm-project/commit/ec6892d1c979ce0b84c86918d5cdbb03037b409a
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2025-01-08 (Wed, 08 Jan 2025)
Changed paths:
M clang/lib/CodeGen/CoverageMappingGen.cpp
Log Message:
-----------
Merge branch 'users/chapuni/cov/single/getpair' into users/chapuni/cov/single/nextcount-base
Commit: 9b99dde0d47102625d93c5d1cbbc04951025a6c9
https://github.com/llvm/llvm-project/commit/9b99dde0d47102625d93c5d1cbbc04951025a6c9
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2025-01-08 (Wed, 08 Jan 2025)
Changed paths:
M clang/lib/CodeGen/CoverageMappingGen.cpp
Log Message:
-----------
Merge branch 'users/chapuni/cov/single/nextcount-base' into users/chapuni/cov/single/nextcount
Conflicts:
clang/lib/CodeGen/CoverageMappingGen.cpp
Commit: e7fd5cd25334048980ea207a9eff72698724721a
https://github.com/llvm/llvm-project/commit/e7fd5cd25334048980ea207a9eff72698724721a
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2025-01-08 (Wed, 08 Jan 2025)
Changed paths:
M clang/lib/CodeGen/CoverageMappingGen.cpp
M llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
M llvm/unittests/ProfileData/CoverageMappingTest.cpp
Log Message:
-----------
Merge branch 'users/chapuni/cov/single/nextcount' into users/chapuni/cov/single/base
Commit: 4428c9d0b1344179f85a72e183a44796976521e3
https://github.com/llvm/llvm-project/commit/4428c9d0b1344179f85a72e183a44796976521e3
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2025-01-08 (Wed, 08 Jan 2025)
Changed paths:
M clang/lib/CodeGen/CoverageMappingGen.cpp
M llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
M llvm/unittests/ProfileData/CoverageMappingTest.cpp
Log Message:
-----------
Merge branch 'users/chapuni/cov/single/base' into users/chapuni/cov/single/loop
Conflicts:
clang/lib/CodeGen/CoverageMappingGen.cpp
Compare: https://github.com/llvm/llvm-project/compare/80d7b8641b3a...4428c9d0b134
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