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
/
opcode_metadata_generator.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
GH-135379: Top of stack caching for the JIT. (GH-135465)
Mark Shannon
2025-12-11
1
-0/+1
*
gh-139109: A new tracing JIT compiler frontend for CPython (GH-140310)
Ken Jin
2025-11-13
1
-1/+3
*
GH-132532: Add new DSL macros to better declare semantics of exits at ends of...
Mark Shannon
2025-08-09
1
-2/+1
*
gh-134584: Specialize POP_TOP by reference and type in JIT (GH-135761)
Ken Jin
2025-06-23
1
-8/+4
*
gh-128045: Mark unknown opcodes as deopting to themselves (#128044)
Dino Viehland
2025-05-19
1
-0/+7
*
gh-130704: Strength reduce `LOAD_FAST{_LOAD_FAST}` (#130708)
mpage
2025-04-01
1
-3/+4
*
GH-131498: Another refactoring of the code generator (GH-131827)
Mark Shannon
2025-03-31
1
-1/+1
*
GH-130296: Remove `_PyOpcode_max_stack_effect` as it is no longer used (GH-13...
Mark Shannon
2025-03-20
1
-96/+1
*
GH-130296: Avoid stack transients in four instructions. (GH-130310)
Mark Shannon
2025-02-28
1
-9/+22
*
Revert "GH-128914: Remove conditional stack effects from `bytecodes.c` and th...
Sam Gross
2025-01-23
1
-0/+1
*
GH-128914: Remove conditional stack effects from `bytecodes.c` and the code g...
Mark Shannon
2025-01-20
1
-1/+0
*
GH-128375: Better instrument for `FOR_ITER` (GH-128445)
Mark Shannon
2025-01-06
1
-2/+3
*
gh-126612: Include stack effects of uops when computing maximum stack depth (...
mpage
2024-11-26
1
-1/+97
*
gh-124285: Fix bug where bool() is called multiple times for the same part of...
Irit Katriel
2024-09-25
1
-1/+3
*
GH-120024: Tidy up case generator code a bit. (GH-122780)
Mark Shannon
2024-08-08
1
-0/+1
*
GH-121131: Clean up and fix some instrumented instructions. (GH-121132)
Mark Shannon
2024-07-26
1
-2/+0
*
gh-120417: Remove unused imports in cases_generator (#120622)
Victor Stinner
2024-06-17
1
-4/+0
*
gh-119689: generate stack effect metadata for pseudo instructions (#119691)
Irit Katriel
2024-05-29
1
-1/+8
*
GH-116422: Tier2 hot/cold splitting (GH-116813)
Mark Shannon
2024-03-26
1
-0/+1
*
gh-115778: Add `tierN` annotation for instruction definitions (#115815)
Kirill Podoprigora
2024-02-23
1
-1/+1
*
GH-115457: Support splitting and replication of micro ops. (GH-115558)
Mark Shannon
2024-02-20
1
-0/+1
*
GH-112354: Initial implementation of warm up on exits and trace-stitching (GH...
Mark Shannon
2024-02-20
1
-0/+1
*
``Tools/cases_generator``: Fix typos and incorrect comments. (#114892)
Kirill Podoprigora
2024-02-03
1
-2/+2
*
gh-113710: Add types to the interpreter DSL (#113711)
Ken Jin
2024-01-12
1
-0/+2
*
GH-111485: Fix DEFAULT_OUTPUT in opcode_metadata_generator.py (#113324)
Guido van Rossum
2023-12-20
1
-1/+1
*
GH-111485: Generate instruction and uop metadata (GH-113287)
Mark Shannon
2023-12-20
1
-0/+386