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

Initial control flow log impl #6533

Closed
wants to merge 18 commits into from
Closed

Initial control flow log impl #6533

wants to merge 18 commits into from

Commits on Jan 9, 2023

  1. Configuration menu
    Copy the full SHA
    75d3aba View commit details
    Browse the repository at this point in the history
  2. Add missing header

    hbrodin committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    a5875ef View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Configuration menu
    Copy the full SHA
    f9fb883 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Configuration menu
    Copy the full SHA
    b45c377 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb3cfed View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Trace only blocks affecting control flow without additional basic blo…

    …cks instrumentation to minimize instrumented code
    hbrodin committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    5bff71b View commit details
    Browse the repository at this point in the history
  2. Disable basic-blocks pass

    hbrodin committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    839d34e View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Configuration menu
    Copy the full SHA
    cb3cd75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95eb44a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdf1dff View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Configuration menu
    Copy the full SHA
    4d88875 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b999235 View commit details
    Browse the repository at this point in the history
  3. Instrument SelectInst

    hbrodin committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    b8a4c9f View commit details
    Browse the repository at this point in the history
  4. Ignore select on vectors atm

    hbrodin committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    0985e35 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Implements tainted control flow logging as a event log.

    Enter function, leave function and tainted control flow events are recorded.
    hbrodin committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    9b18f17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da1d666 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    265f343 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38ffc9c View commit details
    Browse the repository at this point in the history