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

i#6934: Initial commit for Memory trace synthesis framework from Instruction Replay, useful for kernel memtracing and beyond #6931

Open
wants to merge 56 commits into
base: master
Choose a base branch
from

Commits on Jul 30, 2024

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

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    41666ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f74c632 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3590f1f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    048ddc0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6014432 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Configuration menu
    Copy the full SHA
    c3d03a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06b01cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6070f3e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c97302 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c530a8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b94fb08 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Configuration menu
    Copy the full SHA
    34b7d22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e922fd View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. FIX: CMake include

    iansseijelly committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    0f9d8b7 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    7e95684 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de2bdb7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7d7643 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b68d54 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8fb4f2a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    69358fc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a5f385d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d755ba0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dba42fe View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    e91e70f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d4f797 View commit details
    Browse the repository at this point in the history
  3. ADD: pop operation

    iansseijelly committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    fe51787 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    a08951b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76c6ece View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

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

Commits on Sep 3, 2024

  1. ADD: mov and call

    iansseijelly committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    55ed02b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e123028 View commit details
    Browse the repository at this point in the history
  3. ADD: lea opcode

    iansseijelly committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    b792ce0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    016fc28 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    95858a6 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    8570c13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e0f3bc View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    659bc21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10fc010 View commit details
    Browse the repository at this point in the history
  3. ADD: basic replayer test

    iansseijelly committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    be94e8a View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    ed31e38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33447cf View commit details
    Browse the repository at this point in the history
  3. ADD: tmp regfile tests

    iansseijelly committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    550f38e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93205a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e90f2a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4b5fe4d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b48e640 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    70f1930 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0148792 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    25b98f4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    148fddd View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    0121325 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0836c4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94bc3bc View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

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