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
/
parsing.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-124285: Fix bug where bool() is called multiple times for the same part of...
Irit Katriel
2024-09-25
1
-8/+17
*
GH-120024: Tidy up case generator code a bit. (GH-122780)
Mark Shannon
2024-08-08
1
-1/+4
*
GH-122155: Track local variables between pops and pushes in cases generator (...
Mark Shannon
2024-08-01
1
-0/+5
*
GH-118926: Better distinguish between pointer and arrays in interpreter gener...
Mark Shannon
2024-07-09
1
-1/+0
*
gh-117139: Convert the evaluation stack to stack refs (#118450)
Ken Jin
2024-06-26
1
-1/+1
*
gh-119689: generate stack effect metadata for pseudo instructions (#119691)
Irit Katriel
2024-05-29
1
-10/+14
*
GH-115457: Support splitting and replication of micro ops. (GH-115558)
Mark Shannon
2024-02-20
1
-1/+7
*
gh-114058: Foundations of the Tier2 redundancy eliminator (GH-115085)
Ken Jin
2024-02-13
1
-21/+5
*
gh-113710: Add types to the interpreter DSL (#113711)
Ken Jin
2024-01-12
1
-8/+28
*
GH-111485: Separate out parsing, analysis and code-gen phases of tier 1 code ...
Mark Shannon
2023-12-07
1
-1/+2
*
gh-112519: Make it possible to specify instruction flags for pseudo instructi...
Irit Katriel
2023-11-30
1
-2/+23
*
gh-106529: Cleanups split off gh-112134 (#112214)
Guido van Rossum
2023-11-17
1
-2/+2
*
GH-111485: Allow arbitrary annotations on instructions and micro-ops. (GH-111...
Mark Shannon
2023-11-07
1
-17/+16
*
GH-108614: Add `RESUME_CHECK` instruction (GH-108630)
Mark Shannon
2023-09-07
1
-1/+2
*
gh-104504: Run mypy on cases_generator in CI (and blacken the code) (gh-108090)
Dong-hee Na
2023-08-18
1
-2/+2
*
gh-106812: Small stack effect fixes (#107759)
Guido van Rossum
2023-08-08
1
-1/+3
*
gh-106812: Refactor cases_generator to allow uops with array stack effects (#...
Guido van Rossum
2023-08-04
1
-5/+16
*
Thoroughly refactor the cases generator (#107151)
Guido van Rossum
2023-07-24
1
-0/+435