COMMITS
April 27, 2026
C
Merge pull request #16641 from argotorg/ssa-cfg-instid-rename
clonker committed
C
SSA CFG: rename OperationId to InstId
clonker committed
April 24, 2026
C
Merge pull request #16638 from argotorg/ssa-cfg-remove-ghost-calls
clonker committed
April 22, 2026
C
Merge pull request #16635 from argotorg/ssa-cfg-remove-scope-fct-and-var
clonker committed
C
SSA CFG: rename ControlFlow to ControlFlowGraphs
clonker committed
C
SSA CFG: drop remaining Scope::* refs from the IR
clonker committed
C
SSA CFG: drop unused SSACFG::functions vector
clonker committed
C
C
SSA CFG: introduce SSACFG::name and isMainGraph()
clonker committed
B
Merge pull request #16634 from argotorg/ssa-improve-shuffling
blishko committed
B
SSA: Improve shuffler
blishko committed
B
SSA: Add test case with suboptimal behaviour
blishko committed
April 21, 2026
C
C
ssa cfg: remove literal assignments
clonker committed
C
Merge pull request #16599 from argotorg/ssa-cfg-avoid-spilling
clonker committed
April 15, 2026
C
add stack spilling tests to ssa stack shuffler tests
clonker committed
April 8, 2026
C
findOptimalTargetSize pretends to do stack spilling
clonker committed
C
Adapt ssa stack shuffler to be able to deal with spill set
clonker committed
April 20, 2026
R
M
Fix O(n²) in VarNameCleaner::findCleanName using per-base-name counter (#16563)
Mate Soos @ Argot committed
R
Reorg owning object type category handling into switch statement.
rodiazet committed
R
R
R
Remove unnecessary includes.
rodiazet committed
R
Change messages strings to raw strings.
rodiazet committed
R
Rename `initialMemberCount -> possibleMemberCountBeforeOverloading`.
rodiazet committed
R
Rename `exprType -> owningObjectType`.
rodiazet committed