summaryrefslogtreecommitdiffstats
path: root/Tools/cases_generator/analyzer.py
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-071-9/+0
* 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-261-18/+48
* GH-116596: Better determination of escaping uops. (GH-116597)Mark Shannon2024-03-111-0/+16
* gh-115778: Add `tierN` annotation for instruction definitions (#115815)Kirill Podoprigora2024-02-231-4/+11
* GH-115457: Support splitting and replication of micro ops. (GH-115558)Mark Shannon2024-02-201-11/+78
* GH-112354: Initial implementation of warm up on exits and trace-stitching (GH...Mark Shannon2024-02-201-5/+17
* gh-114058: Foundations of the Tier2 redundancy eliminator (GH-115085)Ken Jin2024-02-131-5/+1
* GH-112354: `_GUARD_IS_TRUE_POP` side-exits to target the next instruction, no...Mark Shannon2024-01-151-1/+1
* gh-113710: Add types to the interpreter DSL (#113711)Ken Jin2024-01-121-8/+40
* GH-111485: Delete the old generator code. (GH-113321)Mark Shannon2023-12-211-1/+75
* GH-111485: Generate instruction and uop metadata (GH-113287)Mark Shannon2023-12-201-4/+158
* GH-111485: Break up instructions with unused cache entries into component mic...Mark Shannon2023-12-181-7/+24
* GH-111485: Test the new cases generator (GH-113252)Mark Shannon2023-12-181-1/+2
* GH-111485: Factor out tier 2 code generation from the rest of the interpreter...Mark Shannon2023-12-121-0/+19
* GH-111485: Factor out generation of uop IDs from cases generator. (GH-112877)Mark Shannon2023-12-111-0/+2
* GH-111485: Separate out parsing, analysis and code-gen phases of tier 1 code ...Mark Shannon2023-12-071-0/+456