summaryrefslogtreecommitdiffstats
path: root/Tools/cases_generator/opcode_id_generator.py
Commit message (Expand)AuthorAgeFilesLines
* GH-122390: Replace `_Py_GetbaseOpcode` with `_Py_GetBaseCodeUnit` (GH-122942)Mark Shannon2024-08-131-0/+1
* gh-120417: Remove unused imports in cases_generator (#120622)Victor Stinner2024-06-171-3/+0
* ``Tools/cases_generator``: Fix typos and incorrect comments. (#114892)Kirill Podoprigora2024-02-031-1/+1
* GH-111485: Generate instruction and uop metadata (GH-113287)Mark Shannon2023-12-201-100/+12
* GH-111485: Factor out tier 2 code generation from the rest of the interpreter...Mark Shannon2023-12-121-1/+1
* GH-111485: Factor out opcode ID generator from the main cases generator. (GH-...Mark Shannon2023-12-081-0/+153