summaryrefslogtreecommitdiffstats
path: root/Tools/cases_generator
Commit message (Expand)AuthorAgeFilesLines
* gh-118335: Configure Tier 2 interpreter at build time (#118339)Guido van Rossum2024-05-011-0/+1
* gh-112075: Make instance attributes stored in inline "dict" thread safe (#114...Dino Viehland2024-04-221-0/+1
* GH-115419: Improve list of escaping functions (GH-118054)Mark Shannon2024-04-191-0/+10
* Cases generator: Remove type_prop and passthrough (#117614)Ken Jin2024-04-072-11/+0
* GH-117457: Correct pystats uop "miss" counts (GH-117477)Michael Droettboom2024-04-041-2/+8
* GH-115776: Embed the values array into the object, for "normal" Python object...Mark Shannon2024-04-021-4/+3
* gh-117323: Make `cell` thread-safe in free-threaded builds (#117330)Sam Gross2024-03-291-2/+3
* GH-116422: Tier2 hot/cold splitting (GH-116813)Mark Shannon2024-03-265-37/+102
* gh-115419: Change default sym to not_null (GH-116562)Ken Jin2024-03-131-2/+2
* GH-116596: Better determination of escaping uops. (GH-116597)Mark Shannon2024-03-111-0/+16
* gh-116000: Make optimizer_generator.py work without any arguments (#116470)Kirill Podoprigora2024-03-071-5/+8
* gh-115999: Disable the specializing adaptive interpreter in free-threaded bui...Brett Simmers2024-03-011-0/+5
* gh-116088: Insert bottom checks after all sym_set_...() calls (#116089)Guido van Rossum2024-02-291-4/+0
* gh-115816: Generate calls to sym_new_const() etc. without _Py_uop prefix (#11...Guido van Rossum2024-02-291-4/+4
* GH-115816: Assorted naming and formatting changes to improve maintainability....Mark Shannon2024-02-271-3/+3
* GH-115816: Make tier2 optimizer symbols testable, and add a few tests. (GH-11...Mark Shannon2024-02-271-3/+3
* Rename tier 2 redundancy eliminator to optimizer (#115888)Guido van Rossum2024-02-262-8/+8
* gh-115778: Add `tierN` annotation for instruction definitions (#115815)Kirill Podoprigora2024-02-238-10/+20
* GH-115457: Support splitting and replication of micro ops. (GH-115558)Mark Shannon2024-02-2010-36/+174
* GH-112354: Initial implementation of warm up on exits and trace-stitching (GH...Mark Shannon2024-02-204-5/+37
* gh-114058: Foundations of the Tier2 redundancy eliminator (GH-115085)Ken Jin2024-02-136-52/+248
* ``Tools/cases_generator``: Fix typos and incorrect comments. (#114892)Kirill Podoprigora2024-02-034-6/+6
* Update outdated info in ``Tools/cases_generator/README.md`` (#114844)Kirill Podoprigora2024-02-011-7/+21
* GH-112354: `_GUARD_IS_TRUE_POP` side-exits to target the next instruction, no...Mark Shannon2024-01-154-11/+12
* gh-113710: Add types to the interpreter DSL (#113711)Ken Jin2024-01-127-30/+131
* 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