summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_generated_cases.py
Commit message (Expand)AuthorAgeFilesLines
* GH-115816: Assorted naming and formatting changes to improve maintainability....Mark Shannon2024-02-271-6/+6
* GH-115816: Make tier2 optimizer symbols testable, and add a few tests. (GH-11...Mark Shannon2024-02-271-2/+2
* Rename tier 2 redundancy eliminator to optimizer (#115888)Guido van Rossum2024-02-261-2/+2
* GH-112354: Initial implementation of warm up on exits and trace-stitching (GH...Mark Shannon2024-02-201-0/+11
* gh-114058: Foundations of the Tier2 redundancy eliminator (GH-115085)Ken Jin2024-02-131-0/+153
* gh-113710: Add types to the interpreter DSL (#113711)Ken Jin2024-01-121-12/+13
* GH-111485: Delete the old generator code. (GH-113321)Mark Shannon2023-12-211-46/+31
* GH-111485: Break up instructions with unused cache entries into component mic...Mark Shannon2023-12-181-0/+4
* GH-111485: Test the new cases generator (GH-113252)Mark Shannon2023-12-181-50/+64
* gh-112519: Make it possible to specify instruction flags for pseudo instructi...Irit Katriel2023-11-301-0/+38
* GH-111485: Sort cases in the case generator output (GH-112315)Mark Shannon2023-11-221-13/+13
* GH-111485: Allow arbitrary annotations on instructions and micro-ops. (GH-111...Mark Shannon2023-11-071-0/+43
* gh-111520: Integrate the Tier 2 interpreter in the Tier 1 interpreter (#111428)Guido van Rossum2023-11-011-3/+5
* GH-111485: Increment `next_instr` consistently at the start of the instructio...Mark Shannon2023-10-311-9/+81
* gh-109287: fix overrides in cases generator (#110419)Carl Meyer2023-10-051-0/+35
* gh-109979: Auto-generate the target for DEOPT_IF() (#110193)Guido van Rossum2023-10-031-2/+9
* gh-109295: Skip test_generated_cases if different mount drives (#109308)Victor Stinner2023-09-121-1/+21
* gh-103186: Make test_generated_cases less noisy by default (GH-109100)Serhiy Storchaka2023-09-071-5/+14
* gh-106581: Support multiple uops pushing new values (#108895)Guido van Rossum2023-09-051-0/+30
* gh-106812: Refactor cases_generator to allow uops with array stack effects (#...Guido van Rossum2023-08-041-77/+81
* Thoroughly refactor the cases generator (#107151)Guido van Rossum2023-07-241-23/+19
* gh-105540: Convert `pytest` tests of `cases_generator` to regular tests (#106...Nikita Sobolev2023-07-161-0/+537