aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/check.go
AgeCommit message (Expand)Author
2021-03-03cmd/compile: make modified Aux type for OpArgXXXX pass ssa/checkDavid Chase
2020-12-21[dev.regabi] all: merge master into dev.regabiMatthew Dempsky
2020-12-14cmd/compile: fix incorrect shift count type with s390x rulesRuixin Bao
2020-12-08[dev.regabi] cmd/compile: add ssa.Aux tag interface for Value.AuxMatthew Dempsky
2020-09-18cmd/compile: add type check for ssa genericOpssurechen
2020-09-16cmd/compile: introduce special ssa Aux type for callsDavid Chase
2020-09-03cmd/compile: store the comparison pseudo-ops of arm64 conditional instruction...fanzha02
2020-06-18cmd/compile: redo flag constant ops for armKeith Randall
2020-04-17cmd/compile: make some s390x rules use strongly typed aux valuesMichael Munday
2020-04-09cmd/compile: start implementing strongly typed aux and auxint fieldsKeith Randall
2020-03-04cmd/compile: don't allow NaNs in floating-point constant opsKeith Randall
2020-02-28cmd/compile: add dedicated ARM64BitField aux typeJosh Bleecher Snyder
2020-02-25Revert "cmd/compile: don't allow NaNs in floating-point constant ops"Bryan C. Mills
2020-02-25cmd/compile: don't allow NaNs in floating-point constant opsKeith Randall
2019-11-05cmd/compile: fix liveness for open-coded defer args for infinite loopsDan Scales
2019-10-02cmd/compile: allow multiple SSA block control valuesMichael Munday
2019-09-26cmd/compile: use numeric condition code masks on s390xMichael Munday
2019-08-28cmd/compile: remove auxSymInt32Keith Randall
2018-09-05cmd/compile: fix store-to-load forwarding of 32-bit sNaNsMichael Munday
2018-07-12cmd/compile: add LocalAddr that takes SP,mem operandsDavid Chase
2018-04-24cmd/compile/internal/ssa: add Op{SP,SB} type checks to check.goisharipo
2018-02-20cmd/compile/internal/ssa: emit csel on arm64philhofer
2018-02-20cmd/compile: reset branch prediction when deleting a branchKeith Randall
2018-02-14cmd/compile: reimplement location list generationHeschi Kreinick
2017-11-30cmd/compile: use soft-float routines for soft-float targetsVladimir Stefanovic
2017-11-21cmd/compile: ignore RegKill ops for non-phi after phi checkThan McIntosh
2017-10-05cmd/compile: make loop finder more aware of irreducible loopsDavid Chase
2017-09-08cmd/compile: propagate constants through math.Float{32,64}{,from}bitsMichael Munday
2017-06-07cmd/compile: check that phis are always first after schedulingKeith Randall
2017-05-15cmd/compile: better check for single live memoryKeith Randall
2017-05-11cmd/compile: fix store chain in schedule passKeith Randall
2017-04-19cmd/compile: enhance postorder computation and repair loop finderDavid Chase
2017-03-16cmd/compile: use type information in Aux for Store sizeCherry Zhang
2016-10-25cmd/compile: add a writebarrier phase in SSACherry Zhang
2016-09-19cmd/compile: cache CFG-dependent computationsKeith Randall
2016-09-15cmd/compile: redo nil checksKeith Randall
2016-09-12cmd/compile: get rid of BlockCallKeith Randall
2016-08-31cmd/compile: print SizeAndAlign AuxInt values correctlyKeith Randall
2016-05-16cmd/compile: use sparse algorithm for phis in large programDavid Chase
2016-05-05cmd/compile: enable constant-time CFG editingKeith Randall
2016-05-04cmd/compile: check that SSA memory args are in the right placeJosh Bleecher Snyder
2016-04-29cmd/compile: make vet happy with ssa codeKeith Randall
2016-04-28cmd/compile: remove BlockDead stateKeith Randall
2016-04-26cmd/compile: more sanity checks on rewrite rulesKeith Randall
2016-04-21cmd/compile: fix dominator check in check()Keith Randall
2016-04-14cmd/compile: fix use of original spill name after sinkingDavid Chase
2016-03-30cmd/compile: define high bits of AuxIntKeith Randall
2016-03-17cmd/compile: keep value use counts in SSAKeith Randall
2016-03-13cmd/compile: const folding for float32/64Todd Neal
2016-03-10cmd/compile: fix defer/deferreturnKeith Randall