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
*
gh-108444: Replace _PyLong_AsInt() with PyLong_AsInt() (#108459)
Victor Stinner
2023-08-24
1
-2/+2
*
gh-108308: Replace PyDict_GetItem() with PyDict_GetItemRef() (#108309)
Victor Stinner
2023-08-23
1
-8/+22
*
gh-107901: Fix missing line number on BACKWARD_JUMP at the end of a for loop ...
Irit Katriel
2023-08-21
1
-1/+1
*
gh-106149: move CFG and basicblock definitions into flowgraph.c, use them as ...
Irit Katriel
2023-08-10
1
-40/+397
*
GH-105848: Simplify the arrangement of CALL's stack (GH-107788)
Brandt Bucher
2023-08-09
1
-4/+4
*
gh-106149: Simplify stack depth calculation. Replace asserts by exceptions. (...
Irit Katriel
2023-07-26
1
-20/+41
*
gh-106149: move _PyCfg_BasicblockLastInstr and make it local to flowgraph.c (...
Irit Katriel
2023-07-24
1
-23/+34
*
gh-105481: expose opcode metadata via the _opcode module (#106688)
Irit Katriel
2023-07-14
1
-3/+1
*
gh-105481: move Python/opcode_metadata.h to Include/internal/pycore_opcode_me...
Irit Katriel
2023-07-12
1
-1/+1
*
GH-106008: Fix refleak when peepholing `None` comparisons (#106367)
Brandt Bucher
2023-07-04
1
-1/+1
*
gh-106149: move unconditional jump direction resolution from optimizer to ass...
Irit Katriel
2023-07-01
1
-16/+6
*
GH-106008: Make implicit boolean conversions explicit (GH-106003)
Brandt Bucher
2023-06-29
1
-29/+120
*
gh-105775: Convert LOAD_CLOSURE to a pseudo-op (#106059)
hms
2023-06-29
1
-0/+4
*
gh-106149: move jump target resolution from optimizer to assembler (#106150)
Irit Katriel
2023-06-27
1
-78/+2
*
gh-105481: remove HAS_ARG, HAS_CONST, IS_JUMP_OPCODE, IS_PSEUDO_OPCODE and re...
Irit Katriel
2023-06-17
1
-11/+10
*
gh-105481: add HAS_JUMP flag to opcode metadata (#105791)
Irit Katriel
2023-06-14
1
-1/+2
*
gh-105481: add pseudo-instructions to the bytecodes DSL (#105506)
Irit Katriel
2023-06-11
1
-0/+6
*
GH-105229: Remove remaining two-codeunit superinstructions (GH-105326)
Mark Shannon
2023-06-08
1
-2/+0
*
gh-104635: Eliminate redundant STORE_FAST instructions in the compiler (gh-10...
Dong-hee Na
2023-06-07
1
-5/+18
*
GH-105229: Replace some superinstructions with single instruction equivalent....
Mark Shannon
2023-06-05
1
-0/+51
*
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