summaryrefslogtreecommitdiffstats
path: root/Python/opcode_metadata.h
Commit message (Expand)AuthorAgeFilesLines
* gh-98831: rewrite COPY and SWAP in the instruction definition DSL (#101620)Irit Katriel2023-02-061-4/+4
* gh-98831: rewrite MAKE_FUNCTION and BUILD_SLICE in the instruction definition...Irit Katriel2023-02-031-4/+4
* gh-98831: rewrite SEND, GET_YIELD_FROM_ITER, RETURN_GENERATOR in the instruct...Irit Katriel2023-02-031-6/+6
* gh-98831: rewrite RERAISE and CLEANUP_THROW in the instruction definition DSL...Irit Katriel2023-02-021-4/+4
* gh-98831: Modernize the LOAD_GLOBAL family (#101502)Guido van Rossum2023-02-011-10/+10
* gh-98831: rewrite PUSH_EXC_INFO and conditional jumps in the instruction defi...Irit Katriel2023-02-011-16/+16
* gh-98831: Modernize the LOAD_ATTR family (#101488)Guido van Rossum2023-02-011-30/+30
* gh-98831: rewrite BEFORE_ASYNC_WITH and END_ASYNC_FOR in the instruction defi...Irit Katriel2023-01-311-4/+4
* gh-98831: rewrite GET_LEN, GET_ITER, BEFORE_WITH and a few simple opcodes in ...Irit Katriel2023-01-311-14/+14
* gh-98831: Support conditional effects; use for LOAD_ATTR (#101333)Guido van Rossum2023-01-301-4/+4
* gh-98831: rewrite RAISE_VARARGS in the instruction definition DSL (#101306)Irit Katriel2023-01-251-2/+6
* gh-98831: add variable stack effect support to cases generator (#101309)Irit Katriel2023-01-251-171/+857
* gh-98831: rewrite pattern matching opcodes in the instruction definition DSL ...Irit Katriel2023-01-241-4/+4
* GH-100762: Don't call `gen.throw()` in `gen.close()`, unless necessary. (GH-1...Mark Shannon2023-01-241-1/+1
* gh-98831: rewrite CHECK_EG_MATCH opcode in the instruction definition DSL (#1...Irit Katriel2023-01-241-1/+1
* GH-98831: Implement array support in cases generator (#100912)Guido van Rossum2023-01-171-4/+4
* GH-100982: Add `COMPARE_AND_BRANCH` instruction (GH-100983)Mark Shannon2023-01-161-4/+5
* GH-98831: Identify instructions that don't use oparg (#100957)Guido van Rossum2023-01-141-57/+57
* GH-100923: Embed jump mask in `COMPARE_OP` oparg (GH-100924)Mark Shannon2023-01-111-5/+5
* GH-98831: Refactor instr format code and change to enum (#100895)Guido van Rossum2023-01-091-168/+169
* GH-99005: More intrinsics (GH-100774)Mark Shannon2023-01-061-3/+0
* gh-98831: Regenerate Python/opcode_metadata.h (GH-100778)Zachary Ware2023-01-051-4/+1
* GH-98831: Update generate_cases.py: register inst, opcode_metadata.h (#100735)Guido van Rossum2023-01-051-0/+187