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
/
optimizer_generator.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
GH-131498: Cases generator: manage stacks automatically (GH-132074)
Mark Shannon
2025-04-04
1
-1/+1
*
GH-131498: Cases generator: Parse down to C statement level. (GH-131948)
Mark Shannon
2025-04-02
1
-2/+2
*
GH-131498: Another refactoring of the code generator (GH-131827)
Mark Shannon
2025-03-31
1
-7/+6
*
GH-131729: Code-gen better liveness analysis (GH-131732)
Mark Shannon
2025-03-26
1
-3/+3
*
GH-131498: Remove conditional stack effects (GH-131499)
Mark Shannon
2025-03-20
1
-8/+2
*
gh-131152: Remove unused imports from `Tools/cases_generator` (#131156)
Victor Stinner
2025-03-13
1
-1/+1
*
GH-128682: Account for escapes in `DECREF_INPUTS` (GH-129953)
Mark Shannon
2025-02-12
1
-3/+3
*
GH-128682: Spill the stack pointer in labels, as well as instructions (GH-129...
Mark Shannon
2025-02-04
1
-1/+4
*
Revert "GH-128914: Remove conditional stack effects from `bytecodes.c` and th...
Sam Gross
2025-01-23
1
-2/+8
*
GH-128914: Remove conditional stack effects from `bytecodes.c` and the code g...
Mark Shannon
2025-01-20
1
-8/+2
*
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
1
-4/+4
*
gh-120619: Strength reduce function guards, support 2-operand uop forms (GH-1...
Ken Jin
2024-11-09
1
-1/+1
*
GH-119866: Spill the stack around escaping calls. (GH-124392)
Mark Shannon
2024-10-07
1
-32/+46
*
GH-120024: Tidy up case generator code a bit. (GH-122780)
Mark Shannon
2024-08-08
1
-6/+7
*
GH-120024: Refactor code generators to uses classes for emitting code. (GH-12...
Mark Shannon
2024-08-06
1
-7/+7
*
GH-122155: Track local variables between pops and pushes in cases generator (...
Mark Shannon
2024-08-01
1
-12/+13
*
GH-121784: Generate an error during code gen if a variable is marked `unused`...
Mark Shannon
2024-07-18
1
-2/+2
*
gh-117139: Convert the evaluation stack to stack refs (#118450)
Ken Jin
2024-06-26
1
-2/+2
*
gh-120417: Remove unused imports in cases_generator (#120622)
Victor Stinner
2024-06-17
1
-2/+1
*
GH-118910: Less boilerplate in the tier 2 optimizer (#118913)
Mark Shannon
2024-05-10
1
-3/+0
*
gh-115419: Change default sym to not_null (GH-116562)
Ken Jin
2024-03-13
1
-2/+2
*
gh-116000: Make optimizer_generator.py work without any arguments (#116470)
Kirill Podoprigora
2024-03-07
1
-5/+8
*
gh-116088: Insert bottom checks after all sym_set_...() calls (#116089)
Guido van Rossum
2024-02-29
1
-4/+0
*
gh-115816: Generate calls to sym_new_const() etc. without _Py_uop prefix (#11...
Guido van Rossum
2024-02-29
1
-4/+4
*
GH-115816: Assorted naming and formatting changes to improve maintainability....
Mark Shannon
2024-02-27
1
-3/+3
*
GH-115816: Make tier2 optimizer symbols testable, and add a few tests. (GH-11...
Mark Shannon
2024-02-27
1
-3/+3
*
Rename tier 2 redundancy eliminator to optimizer (#115888)
Guido van Rossum
2024-02-26
1
-0/+237