main
Rename tier 2 redundancy eliminator to optimizer (#115888)
gh-104504: cases generator: Add `--warn-unreachable` to the mypy config (#108112)
gh-151321: Fix incorrect opcode metadata flags for LOAD_DEREF opcode (GH-154778)
GH-150516: Reduce the work done to spill and reload the stack around calls (GH-151587)
gh-136567: Add information about lost prefixes to `Tools/cases_generator/interpreter_definition.md` (#136780)
GH-131498: Cases generator: Parse down to C statement level. (GH-131948)
Replace `strict_concatenate = True` with `extra_checks = True` (#126391)
GH-122390: Replace `_Py_GetbaseOpcode` with `_Py_GetBaseCodeUnit` (GH-122942)
gh-151428: Remove unused imports from `Tools/` (#151442)
GH-135379: Support limited scalar replacement for replicated uops in the JIT code generator. (GH-135563)
gh-141510: Use frozendict in the _opcode_metadata (#144910)
gh-149358: Generating JIT recorder transformers and stabilizing family layouts (GH-149359)
GH-139922: Tail calling for MSVC (VS 2026) (GH-143068)
GH-148960: Reduce the size of the debug stencils to less than half. (GH-150551)
Use enums for pycore_uop_ids.h. (gh-153351)
GH-144179: Add value recording to JIT tracing front-end (GH-144303)