summaryrefslogtreecommitdiffstats
path: root/Tools/cases_generator
Commit message (Expand)AuthorAgeFilesLines
* GH-111485: Delete the old generator code. (GH-113321)Mark Shannon2023-12-219-2625/+102
* GH-111485: Fix DEFAULT_OUTPUT in opcode_metadata_generator.py (#113324)Guido van Rossum2023-12-201-1/+1
* GH-111485: Generate `TARGET` table for computed goto dispatch. (GH-113319)Mark Shannon2023-12-202-1/+54
* GH-111485: Generate instruction and uop metadata (GH-113287)Mark Shannon2023-12-2012-174/+849
* GH-111485: Break up instructions with unused cache entries into component mic...Mark Shannon2023-12-183-8/+27
* GH-111485: Test the new cases generator (GH-113252)Mark Shannon2023-12-185-10/+24
* GH-111485: Sort metadata tables for easier checking of future diffs (GH-113101)Mark Shannon2023-12-141-6/+8
* Fix whitespace in generated codeMark Shannon2023-12-131-3/+4
* GH-111485: Factor out tier 2 code generation from the rest of the interpreter...Mark Shannon2023-12-128-240/+494
* GH-111485: Factor out generation of uop IDs from cases generator. (GH-112877)Mark Shannon2023-12-114-2/+95
* GH-111485: Factor out opcode ID generator from the main cases generator. (GH-...Mark Shannon2023-12-085-67/+196
* GH-111485: Separate out parsing, analysis and code-gen phases of tier 1 code ...Mark Shannon2023-12-079-6/+1129
* gh-112519: Make it possible to specify instruction flags for pseudo instructi...Irit Katriel2023-11-302-4/+30
* GH-111485: Sort cases in the case generator output (GH-112315)Mark Shannon2023-11-221-1/+5
* gh-112287: Speed up Tier 2 (uop) interpreter a little (#112286)Guido van Rossum2023-11-202-1/+3
* gh-110319: Assert type_version != 0 before using it (#112226)Guido van Rossum2023-11-181-2/+2
* A few more cases_generator cleanups (#112220)Guido van Rossum2023-11-172-2/+2
* gh-106529: Cleanups split off gh-112134 (#112214)Guido van Rossum2023-11-172-6/+5
* GH-111848: Set the IP when de-optimizing (GH-112065)Mark Shannon2023-11-151-6/+29
* GH-111520: Add back the operand local (GH-111813)Brandt Bucher2023-11-141-1/+1
* GH-109369: Exit tier 2 if executor is invalid (GH-111657)Mark Shannon2023-11-092-1/+55
* GH-111848: Tidy up tier 2 handling of FOR_ITER specialization by using DEOPT_...Mark Shannon2023-11-082-2/+2
* GH-111485: Allow arbitrary annotations on instructions and micro-ops. (GH-111...Mark Shannon2023-11-075-27/+44
* gh-111520: Integrate the Tier 2 interpreter in the Tier 1 interpreter (#111428)Guido van Rossum2023-11-012-1/+23
* GH-111485: Use micro-ops to split specialization code from base action (GH-11...Mark Shannon2023-11-013-12/+17
* GH-111485: Remove some special cases from the code generator and bytecodes.c ...Mark Shannon2023-10-313-28/+11
* GH-111485: Increment `next_instr` consistently at the start of the instructio...Mark Shannon2023-10-313-6/+13
* gh-109094: replace frame->prev_instr by frame->instr_ptr (#109095)Irit Katriel2023-10-263-7/+7
* GH-109214: Convert _SAVE_CURRENT_IP to _SET_IP in tier 2 trace creation. (GH-...Mark Shannon2023-10-121-3/+3
* gh-109287: fix overrides in cases generator (#110419)Carl Meyer2023-10-053-31/+2
* gh-104909: Split more LOAD_ATTR specializations (GH-110317)Guido van Rossum2023-10-041-0/+2
* gh-109979: Auto-generate the target for DEOPT_IF() (#110193)Guido van Rossum2023-10-034-18/+44
* gh-104909: Split some more insts into ops (#109943)Guido van Rossum2023-09-272-0/+69
* Fix typos in docs and comments (#109619)Heinz-Alexander Fuetterer2023-09-201-1/+1
* gh-109287: Desugar inst(X) to op(X); macro(X) = X (#109294)Guido van Rossum2023-09-154-161/+92
* gh-106581: Honor 'always_exits' in write_components() (#109338)Guido van Rossum2023-09-121-1/+1
* gh-109256: allocate opcode IDs for internal opcodes in their own range (#109269)Irit Katriel2023-09-121-11/+23
* gh-109214: Rename SAVE_IP to _SET_IP, and similar (#109285)Guido van Rossum2023-09-114-10/+10
* gh-109039: Branch prediction for Tier 2 interpreter (#109038)Guido van Rossum2023-09-111-4/+14
* GH-108614: Add `RESUME_CHECK` instruction (GH-108630)Mark Shannon2023-09-072-1/+3
* gh-106581: Support multiple uops pushing new values (#108895)Guido van Rossum2023-09-051-17/+53
* GH-108614: Remove non-debug uses of `#if TIER_ONE` and `#if TIER_TWO` from `_...Mark Shannon2023-08-311-2/+2
* gh-107557: Remove unnecessary SAVE_IP instructions (#108583)Guido van Rossum2023-08-293-12/+21
* gh-107901: add the HAS_EVAL_BREAK instruction flag (#108375)Irit Katriel2023-08-252-4/+9
* gh-104504: Cases generator: enable mypy's `possibly-undefined` error code (#1...Alex Waygood2023-08-252-5/+10
* gh-106581: Split CALL_BOUND_METHOD_EXACT_ARGS into uops (#108462)Guido van Rossum2023-08-251-1/+1
* gh-106581: Fix two bugs in the code generator's copy optimization (#108380)Guido van Rossum2023-08-241-17/+62
* gh-105481: remove regen-opcode. Generated _PyOpcode_Caches in regen-cases. (#...Irit Katriel2023-08-231-0/+12
* Fix spurious diff if the cases generator is run on Windows (#108319)Alex Waygood2023-08-221-1/+1
* gh-108216: Cleanup #include in internal header files (#108228)Victor Stinner2023-08-211-1/+1