summaryrefslogtreecommitdiffstats
path: root/Tools/cases_generator/parser.py
Commit message (Expand)AuthorAgeFilesLines
* GH-111485: Delete the old generator code. (GH-113321)Mark Shannon2023-12-211-1/+11
* GH-111485: Break up instructions with unused cache entries into component mic...Mark Shannon2023-12-181-0/+1
* GH-111485: Separate out parsing, analysis and code-gen phases of tier 1 code ...Mark Shannon2023-12-071-0/+55
* Thoroughly refactor the cases generator (#107151)Guido van Rossum2023-07-241-423/+0
* Remove support for legacy bytecode instructions (#105705)Guido van Rossum2023-06-121-5/+2
* gh-105229: Remove syntactic support for super-instructions (#105703)Guido van Rossum2023-06-121-29/+9
* gh-105481: add pseudo-instructions to the bytecodes DSL (#105506)Irit Katriel2023-06-111-1/+25
* gh-102021 : Allow multiple input files for interpreter loop generator (#102022)Jacob Bower2023-03-041-7/+10
* gh-98831: Modernize FORMAT_VALUE (#101628)Guido van Rossum2023-02-081-1/+8
* gh-98831: Support conditional effects; use for LOAD_ATTR (#101333)Guido van Rossum2023-01-301-22/+27
* GH-98831: Implement array support in cases generator (#100912)Guido van Rossum2023-01-171-12/+48
* GH-98831: Identify instructions that don't use oparg (#100957)Guido van Rossum2023-01-141-1/+1
* GH-98831: Update generate_cases.py: register inst, opcode_metadata.h (#100735)Guido van Rossum2023-01-051-7/+12
* GH-98831: Typed stack effects, and more instructions converted (#99764)Guido van Rossum2022-12-081-21/+28
* GH-98831: Support cache effects in super- and macro instructions (#99601)Guido van Rossum2022-12-031-47/+102
* GH-98831: Add `macro` and `op` and their implementation to DSL (#99495)Guido van Rossum2022-11-231-11/+21
* GH-98831: Refactor and fix cases generator (#99526)Guido van Rossum2022-11-181-31/+19
* GH-98831: Implement basic cache effects (#99313)Guido van Rossum2022-11-161-48/+76
* GH-98831: Simple input-output stack effects for bytecodes.c (#99120)Guido van Rossum2022-11-081-21/+49
* GH-98831: Implement super-instruction generation (#99084)Guido van Rossum2022-11-061-4/+32
* GH-98831: "Generate" the interpreter (#98830)Guido van Rossum2022-11-031-0/+222