[all-commits] [llvm/llvm-project] 28c568: Add a test

NAKAMURA Takumi via All-commits all-commits at lists.llvm.org
Tue Jan 7 17:40:35 PST 2025


  Branch: refs/heads/users/chapuni/cov/single/if
  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: ed54cbbbb090c4a02e785905eab623f181a09332
      https://github.com/llvm/llvm-project/commit/ed54cbbbb090c4a02e785905eab623f181a09332
  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/if


  Commit: 3c6252260ee11e3a453076b4d96ffffe20d49998
      https://github.com/llvm/llvm-project/commit/3c6252260ee11e3a453076b4d96ffffe20d49998
  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:
  -----------
  Dissolve assert


Compare: https://github.com/llvm/llvm-project/compare/e19c32e2a339...3c6252260ee1

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