aboutsummaryrefslogtreecommitdiff
path: root/test/codegen/comparisons.go
AgeCommit message (Expand)Author
2020-08-22cmd/compile: optimize unsigned comparisons with 0/1 on wasmAgniva De Sarker
2020-08-18cmd/compile: optimize unsigned comparisons to 0/1 on arm64Junchen Li
2020-08-17cmd/compile: optimize unsigned comparisons to 0Junchen Li
2020-06-09cmd/compile: ARM comparisons with 0 incorrect on overflowXiangdong Ji
2020-05-29cmd/compile: fix incorrect rewriting to if conditionXiangdong Ji
2019-09-21test/codegen: fix wasm codegen breakageAgniva De Sarker
2019-08-30cmd/compile: eliminate WASM's redundant extension & wrappingBen Shi
2019-03-13test/codegen: gofmtJosh Bleecher Snyder
2018-11-09cmd/compile: use ANDCC, ORCC, XORCC to avoid CMP on ppc64xLynn Boger
2018-10-16test/codegen: enable more tests for ppc64/ppc64leLynn Boger
2018-09-28cmd/compile: optimize arm64's code with more shifted operationsBen Shi
2018-09-07cmd/compile: optimize 386's comparisonBen Shi
2018-09-05cmd/compile: optimize ARM's comparisionBen Shi
2018-09-05cmd/compile: optimize arm64's comparisonBen Shi
2018-08-27cmd/compile: optimize arm's comparisonBen Shi
2018-08-20cmd/compile: optimize 386's comparisonBen Shi
2018-04-09cmd/compile: optimize comparisons using load merging where availableMichael Munday
2018-03-24test/codegen: port tbz/tbnz arm64 testsAlberto Donizetti
2018-03-22test/codegen: port direct comparisons with memory testsAlberto Donizetti
2018-03-20test/codegen: port comparisons tests to codegenAlberto Donizetti