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
/
parser.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
GH-111485: Delete the old generator code. (GH-113321)
Mark Shannon
2023-12-21
1
-1/+11
*
GH-111485: Break up instructions with unused cache entries into component mic...
Mark Shannon
2023-12-18
1
-0/+1
*
GH-111485: Separate out parsing, analysis and code-gen phases of tier 1 code ...
Mark Shannon
2023-12-07
1
-0/+55
*
Thoroughly refactor the cases generator (#107151)
Guido van Rossum
2023-07-24
1
-423/+0
*
Remove support for legacy bytecode instructions (#105705)
Guido van Rossum
2023-06-12
1
-5/+2
*
gh-105229: Remove syntactic support for super-instructions (#105703)
Guido van Rossum
2023-06-12
1
-29/+9
*
gh-105481: add pseudo-instructions to the bytecodes DSL (#105506)
Irit Katriel
2023-06-11
1
-1/+25
*
gh-102021 : Allow multiple input files for interpreter loop generator (#102022)
Jacob Bower
2023-03-04
1
-7/+10
*
gh-98831: Modernize FORMAT_VALUE (#101628)
Guido van Rossum
2023-02-08
1
-1/+8
*
gh-98831: Support conditional effects; use for LOAD_ATTR (#101333)
Guido van Rossum
2023-01-30
1
-22/+27
*
GH-98831: Implement array support in cases generator (#100912)
Guido van Rossum
2023-01-17
1
-12/+48
*
GH-98831: Identify instructions that don't use oparg (#100957)
Guido van Rossum
2023-01-14
1
-1/+1
*
GH-98831: Update generate_cases.py: register inst, opcode_metadata.h (#100735)
Guido van Rossum
2023-01-05
1
-7/+12
*
GH-98831: Typed stack effects, and more instructions converted (#99764)
Guido van Rossum
2022-12-08
1
-21/+28
*
GH-98831: Support cache effects in super- and macro instructions (#99601)
Guido van Rossum
2022-12-03
1
-47/+102
*
GH-98831: Add `macro` and `op` and their implementation to DSL (#99495)
Guido van Rossum
2022-11-23
1
-11/+21
*
GH-98831: Refactor and fix cases generator (#99526)
Guido van Rossum
2022-11-18
1
-31/+19
*
GH-98831: Implement basic cache effects (#99313)
Guido van Rossum
2022-11-16
1
-48/+76
*
GH-98831: Simple input-output stack effects for bytecodes.c (#99120)
Guido van Rossum
2022-11-08
1
-21/+49
*
GH-98831: Implement super-instruction generation (#99084)
Guido van Rossum
2022-11-06
1
-4/+32
*
GH-98831: "Generate" the interpreter (#98830)
Guido van Rossum
2022-11-03
1
-0/+222