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
/
Python
/
optimizer_cases.c.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gh-116381: Specialize CONTAINS_OP (GH-116385)
Ken Jin
2024-03-06
1
-0/+45
*
GH-113710: Tier 2 optimizer: check the function instead of checking globals. ...
Mark Shannon
2024-03-06
1
-5/+1
*
GH-115687: Most comparisons create Booleans, so propagate that information (G...
Mark Shannon
2024-03-06
1
-16/+39
*
GH-115685: Split `_TO_BOOL_ALWAYS_TRUE` into micro-ops (GH-116352)
Mark Shannon
2024-03-05
1
-1/+1
*
GH-115819: Eliminate Boolean guards when value is known (GH-116355)
Mark Shannon
2024-03-05
1
-0/+36
*
GH-115685: Optimize `TO_BOOL` and variants based on truthiness of input. (GH-...
Mark Shannon
2024-03-05
1
-27/+38
*
gh-115480: Type propagate _BINARY_OP_ADD_UNICODE (GH-115710)
Ken Jin
2024-03-01
1
-2/+17
*
gh-115685: Type/values propagate for TO_BOOL in tier 2 (GH-115686)
Ken Jin
2024-02-29
1
-10/+63
*
gh-116088: Insert bottom checks after all sym_set_...() calls (#116089)
Guido van Rossum
2024-02-29
1
-9/+27
*
gh-115816: Generate calls to sym_new_const() etc. without _Py_uop prefix (#11...
Guido van Rossum
2024-02-29
1
-98/+98
*
gh-115859: Re-enable T2 optimizer pass by default (#116062)
Guido van Rossum
2024-02-28
1
-9/+33
*
GH-115816: Assorted naming and formatting changes to improve maintainability....
Mark Shannon
2024-02-27
1
-269/+269
*
GH-115816: Make tier2 optimizer symbols testable, and add a few tests. (GH-11...
Mark Shannon
2024-02-27
1
-183/+183
*
Rename tier 2 redundancy eliminator to optimizer (#115888)
Guido van Rossum
2024-02-26
1
-0/+1802
[prev]