summaryrefslogtreecommitdiffstats
path: root/Tools/cases_generator/tier1_generator.py
Commit message (Expand)AuthorAgeFilesLines
* gh-118423: Add `INSTRUCTION_SIZE` macro to code generator (GH-125467)Tomas R.2024-10-291-1/+0
* gh-125039: Make `this_instr`/`prev_instr` const in cases generator (GH-125071)Tomas R.2024-10-091-3/+3
* GH-119866: Spill the stack around escaping calls. (GH-124392)Mark Shannon2024-10-071-38/+16
* GH-120024: Remove `CHECK_EVAL_BREAKER` macro. (GH-122968)Mark Shannon2024-08-141-2/+0
* GH-120024: Tidy up case generator code a bit. (GH-122780)Mark Shannon2024-08-081-2/+9
* gh-118926: Spill deferred references to stack in cases generator (#122748)Sam Gross2024-08-071-9/+15
* GH-120024: Refactor code generators to uses classes for emitting code. (GH-12...Mark Shannon2024-08-061-18/+19
* GH-122155: Track local variables between pops and pushes in cases generator (...Mark Shannon2024-08-011-20/+30
* GH-121131: Clean up and fix some instrumented instructions. (GH-121132)Mark Shannon2024-07-261-0/+2
* GH-121784: Generate an error during code gen if a variable is marked `unused`...Mark Shannon2024-07-181-26/+40
* GH-118926: Better distinguish between pointer and arrays in interpreter gener...Mark Shannon2024-07-091-6/+5
* gh-117139: Convert the evaluation stack to stack refs (#118450)Ken Jin2024-06-261-6/+11
* gh-120417: Remove unused imports in cases_generator (#120622)Victor Stinner2024-06-171-6/+2
* gh-115999: Disable the specializing adaptive interpreter in free-threaded bui...Brett Simmers2024-03-011-0/+5
* GH-111485: Generate instruction and uop metadata (GH-113287)Mark Shannon2023-12-201-0/+1
* GH-111485: Break up instructions with unused cache entries into component mic...Mark Shannon2023-12-181-1/+2
* GH-111485: Test the new cases generator (GH-113252)Mark Shannon2023-12-181-0/+8
* GH-111485: Factor out tier 2 code generation from the rest of the interpreter...Mark Shannon2023-12-121-224/+4
* GH-111485: Factor out generation of uop IDs from cases generator. (GH-112877)Mark Shannon2023-12-111-1/+1
* GH-111485: Factor out opcode ID generator from the main cases generator. (GH-...Mark Shannon2023-12-081-22/+15
* GH-111485: Separate out parsing, analysis and code-gen phases of tier 1 code ...Mark Shannon2023-12-071-0/+417