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
Commit message (
Expand
)
Author
Age
Files
Lines
*
GH-116596: Better determination of escaping uops. (GH-116597)
Mark Shannon
2024-03-11
1
-0/+16
*
gh-116000: Make optimizer_generator.py work without any arguments (#116470)
Kirill Podoprigora
2024-03-07
1
-5/+8
*
gh-115999: Disable the specializing adaptive interpreter in free-threaded bui...
Brett Simmers
2024-03-01
1
-0/+5
*
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
2
-8/+8
*
gh-115778: Add `tierN` annotation for instruction definitions (#115815)
Kirill Podoprigora
2024-02-23
8
-10/+20
*
GH-115457: Support splitting and replication of micro ops. (GH-115558)
Mark Shannon
2024-02-20
10
-36/+174
*
GH-112354: Initial implementation of warm up on exits and trace-stitching (GH...
Mark Shannon
2024-02-20
4
-5/+37
*
gh-114058: Foundations of the Tier2 redundancy eliminator (GH-115085)
Ken Jin
2024-02-13
6
-52/+248
*
``Tools/cases_generator``: Fix typos and incorrect comments. (#114892)
Kirill Podoprigora
2024-02-03
4
-6/+6
*
Update outdated info in ``Tools/cases_generator/README.md`` (#114844)
Kirill Podoprigora
2024-02-01
1
-7/+21
*
GH-112354: `_GUARD_IS_TRUE_POP` side-exits to target the next instruction, no...
Mark Shannon
2024-01-15
4
-11/+12
*
gh-113710: Add types to the interpreter DSL (#113711)
Ken Jin
2024-01-12
7
-30/+131
*
GH-111485: Delete the old generator code. (GH-113321)
Mark Shannon
2023-12-21
9
-2625/+102
*
GH-111485: Fix DEFAULT_OUTPUT in opcode_metadata_generator.py (#113324)
Guido van Rossum
2023-12-20
1
-1/+1
*
GH-111485: Generate `TARGET` table for computed goto dispatch. (GH-113319)
Mark Shannon
2023-12-20
2
-1/+54
*
GH-111485: Generate instruction and uop metadata (GH-113287)
Mark Shannon
2023-12-20
12
-174/+849
*
GH-111485: Break up instructions with unused cache entries into component mic...
Mark Shannon
2023-12-18
3
-8/+27
*
GH-111485: Test the new cases generator (GH-113252)
Mark Shannon
2023-12-18
5
-10/+24
*
GH-111485: Sort metadata tables for easier checking of future diffs (GH-113101)
Mark Shannon
2023-12-14
1
-6/+8
*
Fix whitespace in generated code
Mark Shannon
2023-12-13
1
-3/+4
*
GH-111485: Factor out tier 2 code generation from the rest of the interpreter...
Mark Shannon
2023-12-12
8
-240/+494
*
GH-111485: Factor out generation of uop IDs from cases generator. (GH-112877)
Mark Shannon
2023-12-11
4
-2/+95
*
GH-111485: Factor out opcode ID generator from the main cases generator. (GH-...
Mark Shannon
2023-12-08
5
-67/+196
*
GH-111485: Separate out parsing, analysis and code-gen phases of tier 1 code ...
Mark Shannon
2023-12-07
9
-6/+1129
*
gh-112519: Make it possible to specify instruction flags for pseudo instructi...
Irit Katriel
2023-11-30
2
-4/+30
*
GH-111485: Sort cases in the case generator output (GH-112315)
Mark Shannon
2023-11-22
1
-1/+5
*
gh-112287: Speed up Tier 2 (uop) interpreter a little (#112286)
Guido van Rossum
2023-11-20
2
-1/+3
*
gh-110319: Assert type_version != 0 before using it (#112226)
Guido van Rossum
2023-11-18
1
-2/+2
*
A few more cases_generator cleanups (#112220)
Guido van Rossum
2023-11-17
2
-2/+2
*
gh-106529: Cleanups split off gh-112134 (#112214)
Guido van Rossum
2023-11-17
2
-6/+5
*
GH-111848: Set the IP when de-optimizing (GH-112065)
Mark Shannon
2023-11-15
1
-6/+29
*
GH-111520: Add back the operand local (GH-111813)
Brandt Bucher
2023-11-14
1
-1/+1
*
GH-109369: Exit tier 2 if executor is invalid (GH-111657)
Mark Shannon
2023-11-09
2
-1/+55
*
GH-111848: Tidy up tier 2 handling of FOR_ITER specialization by using DEOPT_...
Mark Shannon
2023-11-08
2
-2/+2
*
GH-111485: Allow arbitrary annotations on instructions and micro-ops. (GH-111...
Mark Shannon
2023-11-07
5
-27/+44
*
gh-111520: Integrate the Tier 2 interpreter in the Tier 1 interpreter (#111428)
Guido van Rossum
2023-11-01
2
-1/+23
*
GH-111485: Use micro-ops to split specialization code from base action (GH-11...
Mark Shannon
2023-11-01
3
-12/+17
*
GH-111485: Remove some special cases from the code generator and bytecodes.c ...
Mark Shannon
2023-10-31
3
-28/+11
*
GH-111485: Increment `next_instr` consistently at the start of the instructio...
Mark Shannon
2023-10-31
3
-6/+13
*
gh-109094: replace frame->prev_instr by frame->instr_ptr (#109095)
Irit Katriel
2023-10-26
3
-7/+7
*
GH-109214: Convert _SAVE_CURRENT_IP to _SET_IP in tier 2 trace creation. (GH-...
Mark Shannon
2023-10-12
1
-3/+3
*
gh-109287: fix overrides in cases generator (#110419)
Carl Meyer
2023-10-05
3
-31/+2
*
gh-104909: Split more LOAD_ATTR specializations (GH-110317)
Guido van Rossum
2023-10-04
1
-0/+2
*
gh-109979: Auto-generate the target for DEOPT_IF() (#110193)
Guido van Rossum
2023-10-03
4
-18/+44
*
gh-104909: Split some more insts into ops (#109943)
Guido van Rossum
2023-09-27
2
-0/+69
*
Fix typos in docs and comments (#109619)
Heinz-Alexander Fuetterer
2023-09-20
1
-1/+1
[next]