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
/
analysis.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
GH-109369: Exit tier 2 if executor is invalid (GH-111657)
Mark Shannon
2023-11-09
1
-1/+1
*
GH-111485: Allow arbitrary annotations on instructions and micro-ops. (GH-111...
Mark Shannon
2023-11-07
1
-3/+3
*
GH-111485: Use micro-ops to split specialization code from base action (GH-11...
Mark Shannon
2023-11-01
1
-1/+6
*
GH-111485: Remove some special cases from the code generator and bytecodes.c ...
Mark Shannon
2023-10-31
1
-4/+1
*
GH-111485: Increment `next_instr` consistently at the start of the instructio...
Mark Shannon
2023-10-31
1
-1/+0
*
gh-109094: replace frame->prev_instr by frame->instr_ptr (#109095)
Irit Katriel
2023-10-26
1
-2/+2
*
gh-109287: fix overrides in cases generator (#110419)
Carl Meyer
2023-10-05
1
-9/+2
*
gh-109979: Auto-generate the target for DEOPT_IF() (#110193)
Guido van Rossum
2023-10-03
1
-6/+20
*
gh-104909: Split some more insts into ops (#109943)
Guido van Rossum
2023-09-27
1
-0/+58
*
gh-109287: Desugar inst(X) to op(X); macro(X) = X (#109294)
Guido van Rossum
2023-09-15
1
-18/+19
*
gh-109214: Rename SAVE_IP to _SET_IP, and similar (#109285)
Guido van Rossum
2023-09-11
1
-2/+2
*
gh-107557: Remove unnecessary SAVE_IP instructions (#108583)
Guido van Rossum
2023-08-29
1
-1/+1
*
gh-107901: add the HAS_EVAL_BREAK instruction flag (#108375)
Irit Katriel
2023-08-25
1
-1/+2
*
gh-104504: cases generator: Add `--warn-unreachable` to the mypy config (#108...
Alex Waygood
2023-08-20
1
-3/+4
*
gh-106581: Project through calls (#108067)
Guido van Rossum
2023-08-17
1
-2/+4
*
gh-106812: Fix two tiny bugs in analysis.py (#107649)
Guido van Rossum
2023-08-05
1
-1/+3
*
gh-106812: Refactor cases_generator to allow uops with array stack effects (#...
Guido van Rossum
2023-08-04
1
-87/+84
*
Thoroughly refactor the cases generator (#107151)
Guido van Rossum
2023-07-24
1
-0/+412