index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tools
/
cases_generator
/
stacking.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
GH-111485: Delete the old generator code. (GH-113321)
Mark Shannon
2023-12-21
1
-534/+0
*
GH-111485: Increment `next_instr` consistently at the start of the instructio...
Mark Shannon
2023-10-31
1
-4/+9
*
gh-109094: replace frame->prev_instr by frame->instr_ptr (#109095)
Irit Katriel
2023-10-26
1
-1/+1
*
gh-109979: Auto-generate the target for DEOPT_IF() (#110193)
Guido van Rossum
2023-10-03
1
-7/+9
*
gh-109287: Desugar inst(X) to op(X); macro(X) = X (#109294)
Guido van Rossum
2023-09-15
1
-0/+2
*
gh-106581: Honor 'always_exits' in write_components() (#109338)
Guido van Rossum
2023-09-12
1
-1/+1
*
gh-109214: Rename SAVE_IP to _SET_IP, and similar (#109285)
Guido van Rossum
2023-09-11
1
-2/+2
*
gh-106581: Support multiple uops pushing new values (#108895)
Guido van Rossum
2023-09-05
1
-17/+53
*
GH-108614: Remove non-debug uses of `#if TIER_ONE` and `#if TIER_TWO` from `_...
Mark Shannon
2023-08-31
1
-2/+2
*
gh-106581: Fix two bugs in the code generator's copy optimization (#108380)
Guido van Rossum
2023-08-24
1
-17/+62
*
gh-104504: Run mypy on cases_generator in CI (and blacken the code) (gh-108090)
Dong-hee Na
2023-08-18
1
-7/+9
*
gh-106581: Project through calls (#108067)
Guido van Rossum
2023-08-17
1
-1/+1
*
gh-106581: Split `CALL_PY_EXACT_ARGS` into uops (#107760)
Guido van Rossum
2023-08-16
1
-20/+40
*
gh-107557: Setup abstract interpretation (#107847)
Ken Jin
2023-08-15
1
-0/+29
*
gh-106797: Remove warning logs from Python/generated_cases.c.h and executor_c...
Dong-hee Na
2023-08-12
1
-2/+2
*
gh-106812: Small stack effect fixes (#107759)
Guido van Rossum
2023-08-08
1
-18/+11
*
gh-106812: Refactor cases_generator to allow uops with array stack effects (#...
Guido van Rossum
2023-08-04
1
-0/+400