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
/
flowgraph.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.12] gh-113297: Fix segfault in compiler for with statement with 19 context...
Irit Katriel
2023-12-23
1
-0/+1
*
[3.12] gh-112356: LOAD_GLOBAL can only include one PUSH_NULL (#112566)
Dennis Sweeney
2023-12-01
1
-2/+2
*
[3.12] gh-109889: fix compiler's redundant NOP detection to look past NOPs wi...
Miss Islington (bot)
2023-10-02
1
-1/+11
*
[3.12] gh-109889: comment out assertion indicating a failed optimization of a...
Irit Katriel
2023-09-26
1
-1/+7
*
[3.12] gh-109823: Adjust labels in compiler when removing an empty basic bloc...
Miss Islington (bot)
2023-09-26
1
-1/+8
*
[3.12] gh-109719: Fix missing jump target labels when compiler reorders cold/...
Miss Islington (bot)
2023-09-24
1
-0/+5
*
[3.12] gh-109627: duplicated small exit blocks need to be assigned jump targe...
Irit Katriel
2023-09-22
1
-5/+17
*
[3.12] gh-107901: Fix missing line number on BACKWARD_JUMP at the end of a fo...
Miss Islington (bot)
2023-08-22
1
-1/+1
*
gh-104615: don't make unsafe swaps in apply_static_swaps (#104620)
Carl Meyer
2023-05-18
1
-0/+22
*
gh-97933: (PEP 709) inline list/dict/set comprehensions (#101441)
Carl Meyer
2023-05-09
1
-3/+13
*
gh-87092: Expose assembler to unit tests (#103988)
Irit Katriel
2023-05-01
1
-0/+14
*
gh-87092: change assembler to use instruction sequence instead of CFG (#103933)
Irit Katriel
2023-04-29
1
-13/+7
*
gh-91276: remove unused _PyOpcode_RelativeJump (#103156)
Irit Katriel
2023-04-11
1
-23/+11
*
gh-87092: move assembler related code from compile.c to assemble.c (#103277)
Irit Katriel
2023-04-11
1
-24/+24
*
gh-87092: move CFG related code from compile.c to flowgraph.c (#103021)
Irit Katriel
2023-03-31
1
-0/+2160