summaryrefslogtreecommitdiffstats
path: root/Tools/cases_generator/lexer.py
Commit message (Expand)AuthorAgeFilesLines
* gh-115778: Add `tierN` annotation for instruction definitions (#115815)Kirill Podoprigora2024-02-231-0/+2
* GH-115457: Support splitting and replication of micro ops. (GH-115558)Mark Shannon2024-02-201-0/+2
* gh-113710: Add types to the interpreter DSL (#113711)Ken Jin2024-01-121-2/+10
* GH-111485: Separate out parsing, analysis and code-gen phases of tier 1 code ...Mark Shannon2023-12-071-4/+5
* GH-111848: Tidy up tier 2 handling of FOR_ITER specialization by using DEOPT_...Mark Shannon2023-11-081-1/+1
* GH-111485: Allow arbitrary annotations on instructions and micro-ops. (GH-111...Mark Shannon2023-11-071-6/+17
* gh-104504: Run mypy on cases_generator in CI (and blacken the code) (gh-108090)Dong-hee Na2023-08-181-119/+210
* gh-106200: Remove unused imports (#106201)Nikita Sobolev2023-06-281-1/+0
* gh-105407: Remove unused imports in tools (#105409)Victor Stinner2023-06-061-1/+0
* gh-102021 : Allow multiple input files for interpreter loop generator (#102022)Jacob Bower2023-03-041-1/+1
* GH-98831: Support cache effects in super- and macro instructions (#99601)Guido van Rossum2022-12-031-1/+6
* GH-98831: Add `macro` and `op` and their implementation to DSL (#99495)Guido van Rossum2022-11-231-2/+2
* GH-98831: Refactor and fix cases generator (#99526)Guido van Rossum2022-11-181-3/+3
* GH-98831: "Generate" the interpreter (#98830)Guido van Rossum2022-11-031-0/+257