COMMITS
/ Tools/cases_generator/lexer.py April 2, 2025
M
GH-131498: Cases generator: Parse down to C statement level. (GH-131948)
Mark Shannon committed
March 20, 2025
M
GH-131498: Remove conditional stack effects (GH-131499)
Mark Shannon committed
February 4, 2025
M
GH-128682: Spill the stack pointer in labels, as well as instructions (GH-129618)
Mark Shannon committed
January 27, 2025
K
gh-128563: Move labels in ceval.c to bytecodes.c (GH-129112)
Ken Jin committed
January 23, 2025
January 20, 2025
January 6, 2025
M
GH-128375: Better instrument for `FOR_ITER` (GH-128445)
Mark Shannon committed
October 7, 2024
M
GH-119866: Spill the stack around escaping calls. (GH-124392)
Mark Shannon committed
August 7, 2024
S
gh-118926: Spill deferred references to stack in cases generator (#122748)
Sam Gross committed
February 23, 2024
K
gh-115778: Add `tierN` annotation for instruction definitions (#115815)
Kirill Podoprigora committed
February 20, 2024
M
GH-115457: Support splitting and replication of micro ops. (GH-115558)
Mark Shannon committed
January 12, 2024
K
gh-113710: Add types to the interpreter DSL (#113711)
Ken Jin committed
December 7, 2023
November 8, 2023
November 7, 2023
M
GH-111485: Allow arbitrary annotations on instructions and micro-ops. (GH-111697)
Mark Shannon committed
August 18, 2023
D
gh-104504: Run mypy on cases_generator in CI (and blacken the code) (gh-108090)
Dong-hee Na committed
June 28, 2023
N
gh-106200: Remove unused imports (#106201)
Nikita Sobolev committed
June 6, 2023
V
gh-105407: Remove unused imports in tools (#105409)
Victor Stinner committed
March 4, 2023
J
gh-102021 : Allow multiple input files for interpreter loop generator (#102022)
Jacob Bower committed
December 3, 2022
G
GH-98831: Support cache effects in super- and macro instructions (#99601)
Guido van Rossum committed
November 23, 2022
G
GH-98831: Add `macro` and `op` and their implementation to DSL (#99495)
Guido van Rossum committed
November 18, 2022
G
GH-98831: Refactor and fix cases generator (#99526)
Guido van Rossum committed
November 3, 2022
G
GH-98831: "Generate" the interpreter (#98830)
Guido van Rossum committed