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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-98831: register instructions have 0 pushes and pops (#101163)
Irit Katriel
2023-01-19
1
-0/+1
*
GH-98831: Implement array support in cases generator (#100912)
Guido van Rossum
2023-01-17
3
-56/+303
*
GH-98831: Identify instructions that don't use oparg (#100957)
Guido van Rossum
2023-01-14
2
-3/+13
*
GH-98831: Refactor instr format code and change to enum (#100895)
Guido van Rossum
2023-01-09
1
-51/+53
*
GH-98831: Add some tests for generate_cases.py (#100763)
Guido van Rossum
2023-01-06
1
-0/+310
*
GH-98831: Update generate_cases.py: register inst, opcode_metadata.h (#100735)
Guido van Rossum
2023-01-05
2
-36/+231
*
GH-98831: Modernize a ton of simpler instructions (#100545)
Guido van Rossum
2022-12-28
1
-7/+12
*
GH-98831: Add DECREF_INPUTS(), expanding to DECREF() each stack input (#100205)
Guido van Rossum
2022-12-17
1
-1/+5
*
GH-100222: Redefine _Py_CODEUNIT as a union to clarify structure of code unit...
Mark Shannon
2022-12-14
1
-1/+1
*
GH-98831: Generate things in the input order (#100123)
Guido van Rossum
2022-12-08
1
-24/+32
*
GH-98831: Typed stack effects, and more instructions converted (#99764)
Guido van Rossum
2022-12-08
2
-135/+179
*
GH-98831: Support cache effects in super- and macro instructions (#99601)
Guido van Rossum
2022-12-03
3
-270/+480
*
GH-98831: Add `macro` and `op` and their implementation to DSL (#99495)
Guido van Rossum
2022-11-23
4
-73/+246
*
GH-98831: Refactor and fix cases generator (#99526)
Guido van Rossum
2022-11-18
4
-241/+344
*
GH-98831: Implement basic cache effects (#99313)
Guido van Rossum
2022-11-16
2
-72/+154
*
GH-98686: Get rid of "adaptive" and "quick" instructions (GH-99182)
Brandt Bucher
2022-11-09
1
-1/+3
*
GH-98831: Simple input-output stack effects for bytecodes.c (#99120)
Guido van Rossum
2022-11-08
2
-56/+113
*
GH-98831: Implement super-instruction generation (#99084)
Guido van Rossum
2022-11-06
2
-14/+66
*
GH-99104: Update headers for bytecodes.c and generate_cases.py (#99112)
Guido van Rossum
2022-11-05
1
-1/+2
*
GH-98831: Auto-generate PREDICTED() macro calls (#99102)
Guido van Rossum
2022-11-04
1
-0/+7
*
GH-98831: Remove redundant extract_cases.py script (GH-99065)
Guido van Rossum
2022-11-03
3
-338/+0
*
GH-98831: "Generate" the interpreter (#98830)
Guido van Rossum
2022-11-03
7
-0/+1079