aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/branchelim.go
AgeCommit message (Expand)Author
2020-10-21cmd/compiler,cmd/go,sync: add internal {LoadAcq,StoreRel}64 on ppc64Paul E. Murphy
2020-03-03cmd/compile: optimize integer-in-range checksMichael Munday
2019-10-28cmd: gofmtJosh Bleecher Snyder
2019-10-04cmd/compile: preserve statement marks in branch eliminationDavid Chase
2019-10-02cmd/compile: allow multiple SSA block control valuesMichael Munday
2019-09-08all: fix typosAinar Garipov
2019-08-28cmd/compile: generate Select on WASMBen Shi
2019-05-03cmd/compile,runtime/internal/atomic: add Load8Austin Clements
2018-11-27cmd/compile: don't use CMOV ops to compute load addressesKeith Randall
2018-05-29cmd/compile: fix trivial typos in commentsJosh Bleecher Snyder
2018-04-25cmd/compile/internal/ssa: tweak branchelim cost model on amd64Ilya Tocar
2018-03-15cmd/compile: implement CMOV on amd64Giovanni Bajo
2018-03-14Revert "cmd/compile: implement CMOV on amd64"Ilya Tocar
2018-03-12cmd/compile: implement CMOV on amd64Giovanni Bajo
2018-02-27cmd/compile/internal/ssa: clear branch likeliness in clobberBlockPhilip Hofer
2018-02-20cmd/compile/internal/ssa: emit csel on arm64philhofer