summaryrefslogtreecommitdiffstats
path: root/Tools/cases_generator/stacking.py
Commit message (Expand)AuthorAgeFilesLines
* GH-111485: Delete the old generator code. (GH-113321)Mark Shannon2023-12-211-534/+0
* GH-111485: Increment `next_instr` consistently at the start of the instructio...Mark Shannon2023-10-311-4/+9
* gh-109094: replace frame->prev_instr by frame->instr_ptr (#109095)Irit Katriel2023-10-261-1/+1
* gh-109979: Auto-generate the target for DEOPT_IF() (#110193)Guido van Rossum2023-10-031-7/+9
* gh-109287: Desugar inst(X) to op(X); macro(X) = X (#109294)Guido van Rossum2023-09-151-0/+2
* gh-106581: Honor 'always_exits' in write_components() (#109338)Guido van Rossum2023-09-121-1/+1
* gh-109214: Rename SAVE_IP to _SET_IP, and similar (#109285)Guido van Rossum2023-09-111-2/+2
* 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-106581: Fix two bugs in the code generator's copy optimization (#108380)Guido van Rossum2023-08-241-17/+62
* gh-104504: Run mypy on cases_generator in CI (and blacken the code) (gh-108090)Dong-hee Na2023-08-181-7/+9
* gh-106581: Project through calls (#108067)Guido van Rossum2023-08-171-1/+1
* gh-106581: Split `CALL_PY_EXACT_ARGS` into uops (#107760)Guido van Rossum2023-08-161-20/+40
* gh-107557: Setup abstract interpretation (#107847)Ken Jin2023-08-151-0/+29
* gh-106797: Remove warning logs from Python/generated_cases.c.h and executor_c...Dong-hee Na2023-08-121-2/+2
* gh-106812: Small stack effect fixes (#107759)Guido van Rossum2023-08-081-18/+11
* gh-106812: Refactor cases_generator to allow uops with array stack effects (#...Guido van Rossum2023-08-041-0/+400