Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

coverage: Initial support for branch coverage instrumentation #122322

Merged
merged 9 commits into from Mar 15, 2024

Commits on Mar 13, 2024

  1. Copy the full SHA
    89fab06 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9751098 View commit details
    Browse the repository at this point in the history
  3. coverage: Make is_eligible_for_coverage a hook method

    This will allow MIR building to check whether a function is eligible for
    coverage instrumentation, and avoid collecting branch coverage info if it is
    not.
    Zalathar committed Mar 13, 2024
    Copy the full SHA
    73475d0 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    c921ab1 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Copy the full SHA
    f9cdaeb View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c1bec0c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    31d0b50 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    5fb1f61 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    060c7ce View commit details
    Browse the repository at this point in the history