summaryrefslogtreecommitdiffstats
path: root/Tools/cases_generator/stack.py
Commit message (Collapse)AuthorAgeFilesLines
* [3.13] GH-122155: Fix cases generator to correctly compute 'peek' offset for ↵Mark Shannon2024-07-261-4/+11
| | | | error handling (GH-122158) (GH-122174)
* GH-115457: Support splitting and replication of micro ops. (GH-115558)Mark Shannon2024-02-201-4/+16
|
* gh-114058: Foundations of the Tier2 redundancy eliminator (GH-115085)Ken Jin2024-02-131-2/+2
| | | | | | | --------- Co-authored-by: Mark Shannon <9448417+markshannon@users.noreply.github.com> Co-authored-by: Jules <57632293+JuliaPoo@users.noreply.github.com> Co-authored-by: Guido van Rossum <gvanrossum@users.noreply.github.com>
* GH-112354: `_GUARD_IS_TRUE_POP` side-exits to target the next instruction, ↵Mark Shannon2024-01-151-0/+2
| | | | not themselves. (GH-114078)
* gh-113710: Add types to the interpreter DSL (#113711)Ken Jin2024-01-121-9/+9
| | | | Co-authored-by: Jules <57632293+JuliaPoo@users.noreply.github.com> Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
* GH-111485: Delete the old generator code. (GH-113321)Mark Shannon2023-12-211-2/+16
|
* GH-111485: Generate instruction and uop metadata (GH-113287)Mark Shannon2023-12-201-8/+32
|
* GH-111485: Test the new cases generator (GH-113252)Mark Shannon2023-12-181-1/+1
|
* GH-111485: Factor out tier 2 code generation from the rest of the ↵Mark Shannon2023-12-121-0/+87
| | | | interpreter code generator (GH-112968)
* GH-111485: Separate out parsing, analysis and code-gen phases of tier 1 code ↵Mark Shannon2023-12-071-0/+81
generator (GH-112299)