aboutsummaryrefslogtreecommitdiff
path: root/test/codegen/condmove.go
AgeCommit message (Expand)Author
2023-10-06cmd/compile: expand calls cleanupDavid Chase
2023-01-24test/codegen: accept ppc64x as alias for ppc64le and ppc64 archesPaul E. Murphy
2022-11-14cmd/compile: merge zero constant ISEL in PPC64 lateLower passPaul E. Murphy
2022-11-09cmd/compile: enable brachelim pass on loong64Wayne Zuo
2022-11-07codegen: check for PPC64 ISEL in condmove testsPaul E. Murphy
2021-03-18cmd/compile: add rewrite rules for conditional instructions on arm64fanzha02
2021-01-13[dev.regabi] cmd/compile: make ordering for InvertFlags more stableDavid Chase
2020-04-21test/codegen, runtime/pprof, runtime: apply fmtalex-semenyuk
2020-02-26cmd/compile: canonicalize comparison argument orderMichael Munday
2019-08-28cmd/compile: generate Select on WASMBen Shi
2019-03-07cmd/compile: change the condition flags of floating-point comparisons in arm6...fanzha02
2018-11-27cmd/compile: don't use CMOV ops to compute load addressesKeith Randall
2018-04-15test: add missing copyright headerGiovanni Bajo
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