aboutsummaryrefslogtreecommitdiff
path: root/test/codegen/comparisons.go
AgeCommit message (Expand)Author
2024-04-19cmd/compile: remove redundant calls to cmpstringkhr@golang.org
2023-09-21cmd/compile: optimize absorbing InvertFlags into Noov comparisons for arm64eric fang
2023-04-18cmd/compile: remove memequal call from string compares in more casesKeith Randall
2023-04-07cmd/compile: get more bounds info from logic operators in prove passruinan
2023-03-24cmd/compile: optimize cmp to cmn under conditions < and >= on arm64erifan01
2023-03-22cmd/compile: fix incorrect truncating when converting CMP to TST on arm64erifan01
2023-01-27test/codegen: combine trivial PPC64 tests into ppc64xPaul E. Murphy
2022-10-05cmd/compile: add late lower pass for last rules to runeric fang
2022-09-20cmd/compile: Add some CMP and CMN optimization rules on arm64eric fang
2022-09-02cmd/compile: new inline heuristic for struct comparesDerek Parker
2022-05-16cmd/compile: set LocalPkg.Path to -p flagMatthew Dempsky
2022-05-04cmd/compile: fold constants found by proveJorropo
2021-10-21test/codegen: updated comparison test to verify on ppc64,ppc64leArchana R
2021-10-06cmd/compile: inline memequal(x, const, sz) for small sizesRuslan Andreev
2021-04-12test: make codegen tests work with both ABIsCherry Zhang
2021-03-16cmd/compile: use depth first topological sort algorithm for layouterifan01
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