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

Fix how an instruction's used/blocked frames are calculated #74

Merged
merged 87 commits into from
Jun 2, 2022

Commits on Mar 7, 2022

  1. Configuration menu
    Copy the full SHA
    956967b View commit details
    Browse the repository at this point in the history
  2. New: ProgramError

    kalzoo committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    20cdefb View commit details
    Browse the repository at this point in the history
  3. Update: parse DEFCAL MEASURE

    kalzoo committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    96c1228 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be3e7e5 View commit details
    Browse the repository at this point in the history
  5. Fix: parse DEFCAL MEASURE

    kalzoo committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    abf3692 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d2a7204 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d18e5fd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fed814b View commit details
    Browse the repository at this point in the history
  9. Chore: add thiserror

    kalzoo committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    0bdd847 View commit details
    Browse the repository at this point in the history
  10. Chore: fmt

    kalzoo committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    44fce8c View commit details
    Browse the repository at this point in the history
  11. Chore: lint

    kalzoo committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    165c4a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Chore: improve docs

    kalzoo committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    fbc7afd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0e4448 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e090669 View commit details
    Browse the repository at this point in the history
  4. Chore: improve inline docs

    kalzoo committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    7a7eeb6 View commit details
    Browse the repository at this point in the history
  5. Fix: PRAGMA display

    kalzoo committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    3c7ff00 View commit details
    Browse the repository at this point in the history
  6. Fix: DEFCAL MEASURE parsing

    kalzoo committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    bdc4c13 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    14ce2d1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9e99f00 View commit details
    Browse the repository at this point in the history
  9. Chore: fmt

    kalzoo committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    653d0b2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ee16e7e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0929ef3 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Release v0.8.4 [skip ci]

    semantic-release-bot authored and kalzoo committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    8de8287 View commit details
    Browse the repository at this point in the history
  2. chore: include latest Cargo.lock

    nilslice authored and kalzoo committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    472ac22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3eda533 View commit details
    Browse the repository at this point in the history
  4. fix: remove unused imports

    nilslice authored and kalzoo committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    1fbda96 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    75a47ca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9a2beff View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    91140a5 View commit details
    Browse the repository at this point in the history
  8. Update: update Cargo.lock version (#52)

    nilslice authored and kalzoo committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    5e15122 View commit details
    Browse the repository at this point in the history
  9. Release v0.8.5 [skip ci]

    semantic-release-bot authored and kalzoo committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    11dfd03 View commit details
    Browse the repository at this point in the history
  10. Update: add automated benchmarks for parsing quilc test programs (#53)

    * feat: add automated benchmarks for parsing quilc test programs
    
    * chore: add exceptions for deny.toml
    
    * chore: remove unused env vars from bench workflow
    
    * chore: include filter_map simplification
    
    Co-authored-by: Dylan Anthony <[email protected]>
    
    * chore: address pr feedback
    
    * fix: revert pathbuf to be platform independent
    nilslice authored and kalzoo committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    6165a1b View commit details
    Browse the repository at this point in the history
  11. Release v0.8.6 [skip ci]

    semantic-release-bot authored and kalzoo committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    fdbb088 View commit details
    Browse the repository at this point in the history
  12. test use of criterion default baselines with archive (#56)

    * test use of criterion default baselines with archive
    
    * include check for submodules, init if not (for local runs)
    
    * add multi-os benchmark strategy, and bench against same os base results
    nilslice authored and kalzoo committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    9522237 View commit details
    Browse the repository at this point in the history
  13. Fix: change quilc submodule to use HTTPS

    notmgsk authored and kalzoo committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    e143dc1 View commit details
    Browse the repository at this point in the history
  14. Release v0.8.7 [skip ci]

    semantic-release-bot authored and kalzoo committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    701bc61 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c7293e0 View commit details
    Browse the repository at this point in the history
  16. Install dot_writer

    kalzoo committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    f0f925b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a053a41 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3e9aaed View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fbe3400 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d71d455 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1f93ec0 View commit details
    Browse the repository at this point in the history
  22. Chore: linter fix

    kalzoo committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    ee25389 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

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

Commits on May 3, 2022

  1. Configuration menu
    Copy the full SHA
    d6b6751 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49669fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f196f9c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    988304d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    879e654 View commit details
    Browse the repository at this point in the history
  6. Chore: fix inline docstrings

    kalzoo committed May 3, 2022
    Configuration menu
    Copy the full SHA
    ae10135 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e32999e View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Configuration menu
    Copy the full SHA
    c886fea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da9b72f View commit details
    Browse the repository at this point in the history
  3. Chore: fix docstring

    kalzoo committed May 31, 2022
    Configuration menu
    Copy the full SHA
    402d95a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dce1db5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d4bb33e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    638c57d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    72e44da View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Chore: fmt

    kalzoo committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    a39fb74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4dffc79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e89899 View commit details
    Browse the repository at this point in the history
  4. Remove extraneous println

    kalzoo committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    42d0e59 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3e97880 View commit details
    Browse the repository at this point in the history
  6. Chore: fmt

    kalzoo committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    c0ca7bc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    18f2cce View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f770f5a View commit details
    Browse the repository at this point in the history
  9. Fix how FENCE uses frames

    kalzoo committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    000bf2a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f559868 View commit details
    Browse the repository at this point in the history
  11. Chore: linter fixes

    kalzoo committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    2ba1d1b View commit details
    Browse the repository at this point in the history
  12. Chore: fmt

    kalzoo committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    48d5751 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b3958b8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    23d5d00 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c99dc16 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    083824b View commit details
    Browse the repository at this point in the history
  17. Chore: fix test

    kalzoo committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    d97394a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    87d84de View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a48b73e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    093b922 View commit details
    Browse the repository at this point in the history
  21. Chore: code cleanup

    kalzoo committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    68a2fde View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    67a74aa View commit details
    Browse the repository at this point in the history
  23. Chore: remove dead code

    kalzoo committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    41249bc View commit details
    Browse the repository at this point in the history
  24. Chore: fix docstring

    kalzoo committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    3cacfcf View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    2c86648 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    98b903a View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    4cabba8 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

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