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
/
analyzer.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-131152: Remove unused imports from `Tools/cases_generator` (#131156)
Victor Stinner
2025-03-13
1
-1/+1
*
gh-115999: Add free-threaded specialization for FOR_ITER (#128798)
T. Wouters
2025-03-12
1
-0/+3
*
GH-127705: Use `_PyStackRef`s in the default build. (GH-127875)
Mark Shannon
2025-03-10
1
-0/+4
*
gh-130574: renumber RESUME opcode from 149 to 128 (GH-130685)
Tomasz Pytel
2025-03-06
1
-3/+3
*
gh-118331: Fix a couple of issues when list allocation fails (#130811)
mpage
2025-03-05
1
-1/+0
*
GH-130296: Avoid stack transients in four instructions. (GH-130310)
Mark Shannon
2025-02-28
1
-6/+9
*
GH-130396: Use computed stack limits on linux (GH-130398)
Mark Shannon
2025-02-25
1
-1/+1
*
GH-91079: Revert "GH-91079: Implement C stack limits using addresses, not cou...
Petr Viktorin
2025-02-24
1
-1/+1
*
GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)
Mark Shannon
2025-02-19
1
-1/+1
*
GH-128682: Account for escapes in `DECREF_INPUTS` (GH-129953)
Mark Shannon
2025-02-12
1
-5/+0
*
GH-129709: Clean up tier two (GH-129710)
Brandt Bucher
2025-02-07
1
-0/+1
*
GH-129763: Remove the LLTRACE macro (GH-129764)
Brandt Bucher
2025-02-07
1
-1/+0
*
gh-128563: A new tail-calling interpreter (GH-128718)
Ken Jin
2025-02-06
1
-0/+1
*
GH-128682: Mark two more macros as escaping. (GH-129645)
Mark Shannon
2025-02-04
1
-10/+2
*
GH-128682: Spill the stack pointer in labels, as well as instructions (GH-129...
Mark Shannon
2025-02-04
1
-20/+38
*
GH-128563: Generate `opcode = ...` in instructions that need `opcode` (GH-129...
Mark Shannon
2025-02-03
1
-13/+5
*
GH-128682: Make `PyStackRef_CLOSE` escaping. (GH-129404)
Mark Shannon
2025-02-03
1
-11/+34
*
GH-128563: Move some labels, to simplify implementing tailcalling interpreter...
Mark Shannon
2025-01-31
1
-2/+0
*
gh-115999: Enable free-threaded specialization of LOAD_CONST (#129365)
T. Wouters
2025-01-29
1
-0/+1
*
gh-128563: Move labels in ceval.c to bytecodes.c (GH-129112)
Ken Jin
2025-01-27
1
-1/+20
*
Revert "GH-128914: Remove conditional stack effects from `bytecodes.c` and th...
Sam Gross
2025-01-23
1
-6/+72
*
GH-128682: Change a couple of functions to only steal references on success. ...
Mark Shannon
2025-01-22
1
-3/+2
*
GH-128914: Remove conditional stack effects from `bytecodes.c` and the code g...
Mark Shannon
2025-01-20
1
-72/+6
*
gh-115999: Specialize `LOAD_ATTR` for instance and class receivers in free-th...
mpage
2025-01-14
1
-1/+1
*
GH-128682: Convert explicit loops closing arrays into `DECREF_INPUTS`. (GH-12...
Mark Shannon
2025-01-14
1
-3/+0
*
GH-124483: Mark `Py_DECREF`, etc. as escaping for the JIT (GH-128678)
Mark Shannon
2025-01-13
1
-4/+14
*
GH-127809: Fix the JIT's understanding of ** (GH-127844)
Brandt Bucher
2025-01-08
1
-0/+1
*
GH-128375: Better instrument for `FOR_ITER` (GH-128445)
Mark Shannon
2025-01-06
1
-0/+4
*
GH-128073: Include `EXIT_IF` when checking for escaping calls (GH-128537)
Mark Shannon
2025-01-06
1
-1/+1
*
gh-127022: Simplify `PyStackRef_FromPyObjectSteal` (#127024)
Sam Gross
2024-11-22
1
-1/+4
*
gh-115999: Specialize `LOAD_GLOBAL` in free-threaded builds (#126607)
mpage
2024-11-21
1
-0/+3
*
gh-120619: Strength reduce function guards, support 2-operand uop forms (GH-1...
Ken Jin
2024-11-09
1
-1/+1
*
gh-126211: Exclude preprocessor directives from statements containing escapin...
mpage
2024-11-01
1
-1/+1
*
gh-118423: Add `INSTRUCTION_SIZE` macro to code generator (GH-125467)
Tomas R.
2024-10-29
1
-0/+33
*
GH-125521: Remove `if (true)` from generated output to reduce C compiler warn...
Mark Shannon
2024-10-22
1
-1/+1
*
GH-125323: Convert DECREF_INPUTS_AND_REUSE_FLOAT into a function that takes P...
Mark Shannon
2024-10-14
1
-0/+1
*
gh-125323: Remove some unsafe Py_DECREFs in bytecodes.c, replacing them with ...
Ken Jin
2024-10-14
1
-0/+1
*
GH-125174: Make immortal objects more robust, following design from PEP 683 (...
Mark Shannon
2024-10-10
1
-1/+0
*
GH-119866: Spill the stack around escaping calls. (GH-124392)
Mark Shannon
2024-10-07
1
-118/+253
*
GH-123516: Improve JIT memory consumption by invalidating cold executors (GH-...
Savannah Ostrowski
2024-09-27
1
-0/+1
*
gh-124285: Fix bug where bool() is called multiple times for the same part of...
Irit Katriel
2024-09-25
1
-0/+2
*
gh-123923: Defer refcounting for `f_funcobj` in `_PyInterpreterFrame` (#124026)
Sam Gross
2024-09-24
1
-0/+12
*
GH-120024: Remove `CHECK_EVAL_BREAKER` macro. (GH-122968)
Mark Shannon
2024-08-14
1
-16/+1
*
GH-122390: Replace `_Py_GetbaseOpcode` with `_Py_GetBaseCodeUnit` (GH-122942)
Mark Shannon
2024-08-13
1
-0/+1
*
gh-117139: Replace _PyList_FromArraySteal with stack ref variant (#122830)
Sam Gross
2024-08-12
1
-1/+1
*
GH-120024: Tidy up case generator code a bit. (GH-122780)
Mark Shannon
2024-08-08
1
-25/+63
*
gh-118926: Spill deferred references to stack in cases generator (#122748)
Sam Gross
2024-08-07
1
-0/+45
*
GH-122155: Track local variables between pops and pushes in cases generator (...
Mark Shannon
2024-08-01
1
-4/+6
*
GH-121131: Clean up and fix some instrumented instructions. (GH-121132)
Mark Shannon
2024-07-26
1
-6/+3
*
GH-122155: Fix cases generator to correctly compute 'peek' offset for error h...
Mark Shannon
2024-07-23
1
-1/+5
[next]