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-104909: Split BINARY_OP into micro-ops (#104910)
Guido van Rossum
2023-05-31
1
-7/+32
*
Remove redundant words from interpreter_definition.md. (GH-103455)
Benjamin Peterson
2023-04-11
1
-3/+3
*
gh-87092: move CFG related code from compile.c to flowgraph.c (#103021)
Irit Katriel
2023-03-31
1
-2/+2
*
gh-102781: fix cwd dependence in cases generator (#102782)
Carl Meyer
2023-03-17
1
-1/+3
*
gh-102738: remove from cases generator the code related to register instructi...
Irit Katriel
2023-03-15
1
-126/+64
*
gh-102654: Insert #line directives in generated_cases.c.h (#102669)
Guido van Rossum
2023-03-15
1
-16/+73
*
gh-102021 : Allow multiple input files for interpreter loop generator (#102022)
Jacob Bower
2023-03-04
3
-36/+98
*
GH-102305: Expand some macros in generated_cases.c.h (#102309)
Guido van Rossum
2023-02-28
1
-27/+21
*
gh-101907: Stop using `_Py_OPCODE` and `_Py_OPARG` macros (GH-101912)
Steve Dower
2023-02-20
1
-3/+4
*
gh-98831: Use opcode metadata for stack_effect() (#101704)
Guido van Rossum
2023-02-09
1
-19/+25
*
gh-98831: Modernize CALL and family (#101508)
Guido van Rossum
2023-02-08
1
-5/+16
*
gh-98831: Modernize CALL_FUNCTION_EX (#101627)
Guido van Rossum
2023-02-08
2
-5/+19
*
gh-98831: Modernize FORMAT_VALUE (#101628)
Guido van Rossum
2023-02-08
2
-5/+12
*
gh-98831: Finish the UNPACK_SEQUENCE family (#101666)
Guido van Rossum
2023-02-07
2
-18/+26
*
gh-98831: Move DSL documentation here from ideas repo (#101629)
Guido van Rossum
2023-02-07
2
-3/+415
*
gh-98831: rewrite PUSH_EXC_INFO and conditional jumps in the instruction defi...
Irit Katriel
2023-02-01
1
-1/+1
*
gh-98831: Clean up and add cache size static_assert to macro (#101442)
Guido van Rossum
2023-01-31
2
-4/+24
*
GH-101369: Allow macros as family members (#101399)
Guido van Rossum
2023-01-30
2
-36/+93
*
gh-98831: Support conditional effects; use for LOAD_ATTR (#101333)
Guido van Rossum
2023-01-30
3
-69/+159
*
gh-98831: Fix two bugs in case generator (#101349)
Guido van Rossum
2023-01-26
2
-5/+8
*
gh-98831: rewrite RAISE_VARARGS in the instruction definition DSL (#101306)
Irit Katriel
2023-01-25
1
-2/+4
*
gh-98831: add variable stack effect support to cases generator (#101309)
Irit Katriel
2023-01-25
1
-18/+60
*
GH-98831: Elaborate some cases_generator tests (#101299)
Guido van Rossum
2023-01-25
1
-13/+41
*
gh-98831: rewrite pattern matching opcodes in the instruction definition DSL ...
Irit Katriel
2023-01-24
2
-4/+18
*
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