COMMITS
/ Tools/cases_generator/analysis.py November 30, 2023
November 9, 2023
M
GH-109369: Exit tier 2 if executor is invalid (GH-111657)
Mark Shannon committed
November 7, 2023
M
GH-111485: Allow arbitrary annotations on instructions and micro-ops. (GH-111697)
Mark Shannon committed
November 1, 2023
M
GH-111485: Use micro-ops to split specialization code from base action (GH-111561)
Mark Shannon committed
October 31, 2023
M
GH-111485: Remove some special cases from the code generator and bytecodes.c (GH-111540)
Mark Shannon committed
M
GH-111485: Increment `next_instr` consistently at the start of the instruction. (GH-111486)
Mark Shannon committed
October 26, 2023
I
gh-109094: replace frame->prev_instr by frame->instr_ptr (#109095)
Irit Katriel committed
October 5, 2023
C
gh-109287: fix overrides in cases generator (#110419)
Carl Meyer committed
October 3, 2023
G
gh-109979: Auto-generate the target for DEOPT_IF() (#110193)
Guido van Rossum committed
September 27, 2023
G
gh-104909: Split some more insts into ops (#109943)
Guido van Rossum committed
September 15, 2023
G
gh-109287: Desugar inst(X) to op(X); macro(X) = X (#109294)
Guido van Rossum committed
September 11, 2023
G
gh-109214: Rename SAVE_IP to _SET_IP, and similar (#109285)
Guido van Rossum committed
August 29, 2023
G
gh-107557: Remove unnecessary SAVE_IP instructions (#108583)
Guido van Rossum committed
August 25, 2023
I
gh-107901: add the HAS_EVAL_BREAK instruction flag (#108375)
Irit Katriel committed
August 20, 2023
A
gh-104504: cases generator: Add `--warn-unreachable` to the mypy config (#108112)
Alex Waygood committed
August 17, 2023
G
gh-106581: Project through calls (#108067)
Guido van Rossum committed
August 5, 2023
G
gh-106812: Fix two tiny bugs in analysis.py (#107649)
Guido van Rossum committed
August 4, 2023
G
gh-106812: Refactor cases_generator to allow uops with array stack effects (#107564)
Guido van Rossum committed
July 24, 2023
G
Thoroughly refactor the cases generator (#107151)
Guido van Rossum committed