summaryrefslogtreecommitdiffstats
path: root/Include/opcode_ids.h
Commit message (Collapse)AuthorAgeFilesLines
* GH-111485: Generate instruction and uop metadata (GH-113287)Mark Shannon2023-12-201-1/+1
|
* GH-111485: Factor out tier 2 code generation from the rest of the ↵Mark Shannon2023-12-121-1/+1
| | | | interpreter code generator (GH-112968)
* GH-111485: Factor out opcode ID generator from the main cases generator. ↵Mark Shannon2023-12-081-4/+5
| | | | (GH-112831)
* gh-111354: Simplify _PyGen_yf by moving some of its work to the compiler and ↵Irit Katriel2023-11-031-75/+75
| | | | frame state (#111648)
* gh-111354: simplify detection of RESUME after YIELD_VALUE at except-depth 1 ↵Irit Katriel2023-11-021-75/+75
| | | | (#111459)
* GH-105848: Replace KW_NAMES + CALL with LOAD_CONST + CALL_KW (GH-109300)Brandt Bucher2023-09-131-51/+52
|
* gh-109256: allocate opcode IDs for internal opcodes in their own range (#109269)Irit Katriel2023-09-121-186/+186
|
* GH-108614: Add `RESUME_CHECK` instruction (GH-108630)Mark Shannon2023-09-071-141/+142
|
* gh-105481: generate op IDs from bytecode.c instead of hard coding them in ↵Irit Katriel2023-08-161-217/+219
| | | | opcode.py (#107971)
* gh-105481: split opcode_ids.h out of opcode.h so that it can be generated ↵Irit Katriel2023-08-111-0/+235
separately (#107866)