summaryrefslogtreecommitdiffstats
path: root/Tools/cases_generator/parsing.py
Commit message (Expand)AuthorAgeFilesLines
* gh-124285: Fix bug where bool() is called multiple times for the same part of...Irit Katriel2024-09-251-8/+17
* GH-120024: Tidy up case generator code a bit. (GH-122780)Mark Shannon2024-08-081-1/+4
* GH-122155: Track local variables between pops and pushes in cases generator (...Mark Shannon2024-08-011-0/+5
* GH-118926: Better distinguish between pointer and arrays in interpreter gener...Mark Shannon2024-07-091-1/+0
* gh-117139: Convert the evaluation stack to stack refs (#118450)Ken Jin2024-06-261-1/+1
* gh-119689: generate stack effect metadata for pseudo instructions (#119691)Irit Katriel2024-05-291-10/+14
* GH-115457: Support splitting and replication of micro ops. (GH-115558)Mark Shannon2024-02-201-1/+7
* gh-114058: Foundations of the Tier2 redundancy eliminator (GH-115085)Ken Jin2024-02-131-21/+5
* gh-113710: Add types to the interpreter DSL (#113711)Ken Jin2024-01-121-8/+28
* GH-111485: Separate out parsing, analysis and code-gen phases of tier 1 code ...Mark Shannon2023-12-071-1/+2
* gh-112519: Make it possible to specify instruction flags for pseudo instructi...Irit Katriel2023-11-301-2/+23
* gh-106529: Cleanups split off gh-112134 (#112214)Guido van Rossum2023-11-171-2/+2
* GH-111485: Allow arbitrary annotations on instructions and micro-ops. (GH-111...Mark Shannon2023-11-071-17/+16
* GH-108614: Add `RESUME_CHECK` instruction (GH-108630)Mark Shannon2023-09-071-1/+2
* gh-104504: Run mypy on cases_generator in CI (and blacken the code) (gh-108090)Dong-hee Na2023-08-181-2/+2
* gh-106812: Small stack effect fixes (#107759)Guido van Rossum2023-08-081-1/+3
* gh-106812: Refactor cases_generator to allow uops with array stack effects (#...Guido van Rossum2023-08-041-5/+16
* Thoroughly refactor the cases generator (#107151)Guido van Rossum2023-07-241-0/+435