summaryrefslogtreecommitdiffstats
path: root/Tools/cases_generator
Commit message (Expand)AuthorAgeFilesLines
* gh-131152: Remove unused imports from `Tools/cases_generator` (#131156)Victor Stinner2025-03-136-7/+5
* gh-115999: Add free-threaded specialization for FOR_ITER (#128798)T. Wouters2025-03-121-0/+3
* GH-127705: Use `_PyStackRef`s in the default build. (GH-127875)Mark Shannon2025-03-101-0/+4
* gh-130574: renumber RESUME opcode from 149 to 128 (GH-130685)Tomasz Pytel2025-03-061-3/+3
* gh-118331: Fix a couple of issues when list allocation fails (#130811)mpage2025-03-051-1/+0
* GH-130296: Avoid stack transients in four instructions. (GH-130310)Mark Shannon2025-02-284-40/+34
* GH-130396: Use computed stack limits on linux (GH-130398)Mark Shannon2025-02-251-1/+1
* GH-91079: Revert "GH-91079: Implement C stack limits using addresses, not cou...Petr Viktorin2025-02-241-1/+1
* GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)Mark Shannon2025-02-191-1/+1
* gh-129989: Change Py_TAIL_CALL_INTERP ifndef to ! (#130269)Ken Jin2025-02-181-2/+2
* gh-129989: Properly disable tailcall interp in configure (GH-129991)Ken Jin2025-02-152-2/+2
* GH-128682: Account for escapes in `DECREF_INPUTS` (GH-129953)Mark Shannon2025-02-125-46/+149
* GH-129709: Clean up tier two (GH-129710)Brandt Bucher2025-02-071-0/+1
* GH-129763: Remove the LLTRACE macro (GH-129764)Brandt Bucher2025-02-071-1/+0
* gh-128563: Move assignment of opcode into ifdef (GH-129803)Ken Jin2025-02-071-3/+4
* gh-128563: A new tail-calling interpreter (GH-128718)Ken Jin2025-02-064-40/+109
* GH-128682: Mark two more macros as escaping. (GH-129645)Mark Shannon2025-02-041-10/+2
* GH-128682: Spill the stack pointer in labels, as well as instructions (GH-129...Mark Shannon2025-02-049-58/+129
* GH-128563: Generate `opcode = ...` in instructions that need `opcode` (GH-129...Mark Shannon2025-02-033-32/+8
* GH-128682: Make `PyStackRef_CLOSE` escaping. (GH-129404)Mark Shannon2025-02-033-87/+60
* GH-128563: Move some labels, to simplify implementing tailcalling interpreter...Mark Shannon2025-01-311-2/+0
* GH-126599: Remove the PyOptimizer API (GH-129194)Brandt Bucher2025-01-291-1/+1
* gh-115999: Enable free-threaded specialization of LOAD_CONST (#129365)T. Wouters2025-01-291-0/+1
* gh-128563: Move labels in ceval.c to bytecodes.c (GH-129112)Ken Jin2025-01-275-4/+98
* Replace `strict_concatenate = True` with `extra_checks = True` (#126391)sobolevn2025-01-251-1/+1
* Revert "GH-128914: Remove conditional stack effects from `bytecodes.c` and th...Sam Gross2025-01-239-16/+143
* GH-128682: Change a couple of functions to only steal references on success. ...Mark Shannon2025-01-221-3/+2
* gh-128563: Move GO_TO_INSTRUCTION and PREDICT to cases generator (GH-129115)Ken Jin2025-01-222-1/+19
* GH-128914: Remove conditional stack effects from `bytecodes.c` and the code g...Mark Shannon2025-01-209-143/+16
* GH-128939: Refactor JIT optimize structs (GH-128940)Mark Shannon2025-01-201-4/+4
* Refactor code generators a bit (GH-128920)Mark Shannon2025-01-172-14/+15
* gh-100239: specialize long tail of binary operations (#128722)Irit Katriel2025-01-161-1/+4
* gh-115999: Specialize `LOAD_ATTR` for instance and class receivers in free-th...mpage2025-01-143-8/+13
* GH-128682: Convert explicit loops closing arrays into `DECREF_INPUTS`. (GH-12...Mark Shannon2025-01-142-3/+1
* GH-128682: Stronger checking of `PyStackRef_CLOSE` and `DEAD`. (GH-128683)Mark Shannon2025-01-131-15/+88
* GH-124483: Mark `Py_DECREF`, etc. as escaping for the JIT (GH-128678)Mark Shannon2025-01-131-4/+14
* GH-127809: Fix the JIT's understanding of ** (GH-127844)Brandt Bucher2025-01-081-0/+1
* GH-128375: Better instrument for `FOR_ITER` (GH-128445)Mark Shannon2025-01-065-4/+15
* GH-128073: Include `EXIT_IF` when checking for escaping calls (GH-128537)Mark Shannon2025-01-061-1/+1
* gh-119786: Fix miscellaneous typos in `InternalDocs/interpreter_definition.md...Stan Ulbrych2024-12-151-3/+3
* gh-115999: Specialize loading attributes from modules in free-threaded builds...mpage2024-12-132-0/+19
* [doc] Fix typos in `interpreter_definition.md` (#127742)Stan Ulbrych2024-12-081-3/+3
* gh-126612: Include stack effects of uops when computing maximum stack depth (...mpage2024-11-262-22/+134
* gh-127022: Simplify `PyStackRef_FromPyObjectSteal` (#127024)Sam Gross2024-11-221-1/+4
* gh-115999: Specialize `LOAD_GLOBAL` in free-threaded builds (#126607)mpage2024-11-211-0/+3
* gh-120619: Strength reduce function guards, support 2-operand uop forms (GH-1...Ken Jin2024-11-093-4/+4
* GH-126222: Fix `_PyUop_num_popped` (GH-126507)Mark Shannon2024-11-071-0/+2
* gh-126211: Exclude preprocessor directives from statements containing escapin...mpage2024-11-011-1/+1
* gh-118423: Add `INSTRUCTION_SIZE` macro to code generator (GH-125467)Tomas R.2024-10-294-6/+54
* GH-125515: Reduce number of compiler warnings in generated code (GH-125697)Mark Shannon2024-10-281-0/+1