summaryrefslogtreecommitdiffstats
path: root/Tools/cases_generator/opcode_metadata_generator.py
Commit message (Expand)AuthorAgeFilesLines
* GH-135379: Top of stack caching for the JIT. (GH-135465)Mark Shannon2025-12-111-0/+1
* gh-139109: A new tracing JIT compiler frontend for CPython (GH-140310)Ken Jin2025-11-131-1/+3
* GH-132532: Add new DSL macros to better declare semantics of exits at ends of...Mark Shannon2025-08-091-2/+1
* gh-134584: Specialize POP_TOP by reference and type in JIT (GH-135761)Ken Jin2025-06-231-8/+4
* gh-128045: Mark unknown opcodes as deopting to themselves (#128044)Dino Viehland2025-05-191-0/+7
* gh-130704: Strength reduce `LOAD_FAST{_LOAD_FAST}` (#130708)mpage2025-04-011-3/+4
* GH-131498: Another refactoring of the code generator (GH-131827)Mark Shannon2025-03-311-1/+1
* GH-130296: Remove `_PyOpcode_max_stack_effect` as it is no longer used (GH-13...Mark Shannon2025-03-201-96/+1
* GH-130296: Avoid stack transients in four instructions. (GH-130310)Mark Shannon2025-02-281-9/+22
* Revert "GH-128914: Remove conditional stack effects from `bytecodes.c` and th...Sam Gross2025-01-231-0/+1
* GH-128914: Remove conditional stack effects from `bytecodes.c` and the code g...Mark Shannon2025-01-201-1/+0
* GH-128375: Better instrument for `FOR_ITER` (GH-128445)Mark Shannon2025-01-061-2/+3
* gh-126612: Include stack effects of uops when computing maximum stack depth (...mpage2024-11-261-1/+97
* gh-124285: Fix bug where bool() is called multiple times for the same part of...Irit Katriel2024-09-251-1/+3
* GH-120024: Tidy up case generator code a bit. (GH-122780)Mark Shannon2024-08-081-0/+1
* GH-121131: Clean up and fix some instrumented instructions. (GH-121132)Mark Shannon2024-07-261-2/+0
* gh-120417: Remove unused imports in cases_generator (#120622)Victor Stinner2024-06-171-4/+0
* gh-119689: generate stack effect metadata for pseudo instructions (#119691)Irit Katriel2024-05-291-1/+8
* GH-116422: Tier2 hot/cold splitting (GH-116813)Mark Shannon2024-03-261-0/+1
* gh-115778: Add `tierN` annotation for instruction definitions (#115815)Kirill Podoprigora2024-02-231-1/+1
* GH-115457: Support splitting and replication of micro ops. (GH-115558)Mark Shannon2024-02-201-0/+1
* GH-112354: Initial implementation of warm up on exits and trace-stitching (GH...Mark Shannon2024-02-201-0/+1
* ``Tools/cases_generator``: Fix typos and incorrect comments. (#114892)Kirill Podoprigora2024-02-031-2/+2
* gh-113710: Add types to the interpreter DSL (#113711)Ken Jin2024-01-121-0/+2
* GH-111485: Fix DEFAULT_OUTPUT in opcode_metadata_generator.py (#113324)Guido van Rossum2023-12-201-1/+1
* GH-111485: Generate instruction and uop metadata (GH-113287)Mark Shannon2023-12-201-0/+386