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-131152: Remove unused imports from `Tools/cases_generator` (#131156)
Victor Stinner
2025-03-13
6
-7/+5
*
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
4
-40/+34
*
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-129989: Change Py_TAIL_CALL_INTERP ifndef to ! (#130269)
Ken Jin
2025-02-18
1
-2/+2
*
gh-129989: Properly disable tailcall interp in configure (GH-129991)
Ken Jin
2025-02-15
2
-2/+2
*
GH-128682: Account for escapes in `DECREF_INPUTS` (GH-129953)
Mark Shannon
2025-02-12
5
-46/+149
*
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: Move assignment of opcode into ifdef (GH-129803)
Ken Jin
2025-02-07
1
-3/+4
*
gh-128563: A new tail-calling interpreter (GH-128718)
Ken Jin
2025-02-06
4
-40/+109
*
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
9
-58/+129
*
GH-128563: Generate `opcode = ...` in instructions that need `opcode` (GH-129...
Mark Shannon
2025-02-03
3
-32/+8
*
GH-128682: Make `PyStackRef_CLOSE` escaping. (GH-129404)
Mark Shannon
2025-02-03
3
-87/+60
*
GH-128563: Move some labels, to simplify implementing tailcalling interpreter...
Mark Shannon
2025-01-31
1
-2/+0
*
GH-126599: Remove the PyOptimizer API (GH-129194)
Brandt Bucher
2025-01-29
1
-1/+1
*
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
5
-4/+98
*
Replace `strict_concatenate = True` with `extra_checks = True` (#126391)
sobolevn
2025-01-25
1
-1/+1
*
Revert "GH-128914: Remove conditional stack effects from `bytecodes.c` and th...
Sam Gross
2025-01-23
9
-16/+143
*
GH-128682: Change a couple of functions to only steal references on success. ...
Mark Shannon
2025-01-22
1
-3/+2
*
gh-128563: Move GO_TO_INSTRUCTION and PREDICT to cases generator (GH-129115)
Ken Jin
2025-01-22
2
-1/+19
*
GH-128914: Remove conditional stack effects from `bytecodes.c` and the code g...
Mark Shannon
2025-01-20
9
-143/+16
*
GH-128939: Refactor JIT optimize structs (GH-128940)
Mark Shannon
2025-01-20
1
-4/+4
*
Refactor code generators a bit (GH-128920)
Mark Shannon
2025-01-17
2
-14/+15
*
gh-100239: specialize long tail of binary operations (#128722)
Irit Katriel
2025-01-16
1
-1/+4
*
gh-115999: Specialize `LOAD_ATTR` for instance and class receivers in free-th...
mpage
2025-01-14
3
-8/+13
*
GH-128682: Convert explicit loops closing arrays into `DECREF_INPUTS`. (GH-12...
Mark Shannon
2025-01-14
2
-3/+1
*
GH-128682: Stronger checking of `PyStackRef_CLOSE` and `DEAD`. (GH-128683)
Mark Shannon
2025-01-13
1
-15/+88
*
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
5
-4/+15
*
GH-128073: Include `EXIT_IF` when checking for escaping calls (GH-128537)
Mark Shannon
2025-01-06
1
-1/+1
*
gh-119786: Fix miscellaneous typos in `InternalDocs/interpreter_definition.md...
Stan Ulbrych
2024-12-15
1
-3/+3
*
gh-115999: Specialize loading attributes from modules in free-threaded builds...
mpage
2024-12-13
2
-0/+19
*
[doc] Fix typos in `interpreter_definition.md` (#127742)
Stan Ulbrych
2024-12-08
1
-3/+3
*
gh-126612: Include stack effects of uops when computing maximum stack depth (...
mpage
2024-11-26
2
-22/+134
*
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
3
-4/+4
*
GH-126222: Fix `_PyUop_num_popped` (GH-126507)
Mark Shannon
2024-11-07
1
-0/+2
*
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
4
-6/+54
*
GH-125515: Reduce number of compiler warnings in generated code (GH-125697)
Mark Shannon
2024-10-28
1
-0/+1
[next]