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

gh-118423: Add INSTRUCTION_SIZE macro to code generator #125467

Merged
merged 34 commits into from
Oct 29, 2024

Commits on Oct 14, 2024

  1. Add INSTRUCTION_SIZE macro

    tomasr8 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    ec8c701 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09c2f59 View commit details
    Browse the repository at this point in the history
  3. Add tests

    tomasr8 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    287eb92 View commit details
    Browse the repository at this point in the history
  4. Update docs

    tomasr8 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    c76fce4 View commit details
    Browse the repository at this point in the history
  5. Add news entry

    tomasr8 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    e3f3b07 View commit details
    Browse the repository at this point in the history
  6. Fix mypy error

    tomasr8 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    ed5b375 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    870341d View commit details
    Browse the repository at this point in the history
  8. Regenerate executor cases

    tomasr8 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    421ebda View commit details
    Browse the repository at this point in the history
  9. Re-add newline

    tomasr8 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    5154f7f View commit details
    Browse the repository at this point in the history
  10. Use replaceText()

    tomasr8 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    e7e83dc View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Emit size directly

    tomasr8 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    101a5fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1338628 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Pass instruction in tier2

    tomasr8 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    ee461d5 View commit details
    Browse the repository at this point in the history
  2. Fix INSTRUCTION_SIZE in tier2

    tomasr8 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    7135103 View commit details
    Browse the repository at this point in the history
  3. Make mypy happy

    tomasr8 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    715ce31 View commit details
    Browse the repository at this point in the history
  4. Fix tests

    tomasr8 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    8235321 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Remove unused imports

    tomasr8 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    148070e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e6b592 View commit details
    Browse the repository at this point in the history
  3. Add tests

    tomasr8 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    6e78ec0 View commit details
    Browse the repository at this point in the history
  4. Regen files

    tomasr8 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    75e6f6c View commit details
    Browse the repository at this point in the history
  5. Make mypy happy

    tomasr8 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    a3c0d10 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. Fix tests

    tomasr8 committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    7235d2d View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    5cfb423 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2190784 View commit details
    Browse the repository at this point in the history
  3. Remove extra white space

    tomasr8 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    33343dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f9ecb16 View commit details
    Browse the repository at this point in the history
  5. Fix wording

    tomasr8 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    abfaaff View commit details
    Browse the repository at this point in the history
  6. Make mypy happy

    tomasr8 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    3f3ad10 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Simplify test

    tomasr8 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    a8f72ef View commit details
    Browse the repository at this point in the history
  2. Replace assert with raise

    tomasr8 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    8138a06 View commit details
    Browse the repository at this point in the history
  3. Simplify code

    tomasr8 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    772f803 View commit details
    Browse the repository at this point in the history
  4. Remove some code repetition

    tomasr8 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    a718cfb View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    a10d4ee View commit details
    Browse the repository at this point in the history
  2. Simplify code

    tomasr8 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    3ae7a5d View commit details
    Browse the repository at this point in the history