index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
codegen
/
comparisons.go
Age
Commit message (
Expand
)
Author
2026-03-31
test/codegen: replace commas with spaces between regexps
Keith Randall
2026-03-31
test/codegen: get rid of \s
Keith Randall
2026-03-31
test/codegen: fix broken syntax
Keith Randall
2026-02-12
cmd/compile: replace conditions to CCMP instructions on ARM64
Ch1n-ch1nless
2026-02-06
cmd/compile: allow equal functions to perform unaligned load on loong64
Guoqi Chen
2026-01-22
cmd/compile: optimize small constant-sized MemEq
Alexander Musman
2025-12-30
test/codegen: fix a tab in comparisons.go to ensure pattern works
Alexander Musman
2025-11-26
cmd/compile,internal/bytealg: add MemEq intrinsic for runtime.memequal
Alexander Musman
2025-10-29
test/codegen: simplify asmcheck pattern matching
Russ Cox
2025-02-16
cmd/compile: on AMD64, turn x < 128 into x <= 127
Jakub Ciolek
2024-08-12
cmd/compile: add additional arm64 bit field rules
khr@golang.org
2024-08-07
cmd/compile: rewrite the constant parts of the prove pass
khr@golang.org
2024-04-19
cmd/compile: remove redundant calls to cmpstring
khr@golang.org
2023-09-21
cmd/compile: optimize absorbing InvertFlags into Noov comparisons for arm64
eric fang
2023-04-18
cmd/compile: remove memequal call from string compares in more cases
Keith Randall
2023-04-07
cmd/compile: get more bounds info from logic operators in prove pass
ruinan
2023-03-24
cmd/compile: optimize cmp to cmn under conditions < and >= on arm64
erifan01
2023-03-22
cmd/compile: fix incorrect truncating when converting CMP to TST on arm64
erifan01
2023-01-27
test/codegen: combine trivial PPC64 tests into ppc64x
Paul E. Murphy
2022-10-05
cmd/compile: add late lower pass for last rules to run
eric fang
2022-09-20
cmd/compile: Add some CMP and CMN optimization rules on arm64
eric fang
2022-09-02
cmd/compile: new inline heuristic for struct compares
Derek Parker
2022-05-16
cmd/compile: set LocalPkg.Path to -p flag
Matthew Dempsky
2022-05-04
cmd/compile: fold constants found by prove
Jorropo
2021-10-21
test/codegen: updated comparison test to verify on ppc64,ppc64le
Archana R
2021-10-06
cmd/compile: inline memequal(x, const, sz) for small sizes
Ruslan Andreev
2021-04-12
test: make codegen tests work with both ABIs
Cherry Zhang
2021-03-16
cmd/compile: use depth first topological sort algorithm for layout
erifan01
2020-08-22
cmd/compile: optimize unsigned comparisons with 0/1 on wasm
Agniva De Sarker
2020-08-18
cmd/compile: optimize unsigned comparisons to 0/1 on arm64
Junchen Li
2020-08-17
cmd/compile: optimize unsigned comparisons to 0
Junchen Li
2020-06-09
cmd/compile: ARM comparisons with 0 incorrect on overflow
Xiangdong Ji
2020-05-29
cmd/compile: fix incorrect rewriting to if condition
Xiangdong Ji
2019-09-21
test/codegen: fix wasm codegen breakage
Agniva De Sarker
2019-08-30
cmd/compile: eliminate WASM's redundant extension & wrapping
Ben Shi
2019-03-13
test/codegen: gofmt
Josh Bleecher Snyder
2018-11-09
cmd/compile: use ANDCC, ORCC, XORCC to avoid CMP on ppc64x
Lynn Boger
2018-10-16
test/codegen: enable more tests for ppc64/ppc64le
Lynn Boger
2018-09-28
cmd/compile: optimize arm64's code with more shifted operations
Ben Shi
2018-09-07
cmd/compile: optimize 386's comparison
Ben Shi
2018-09-05
cmd/compile: optimize ARM's comparision
Ben Shi
2018-09-05
cmd/compile: optimize arm64's comparison
Ben Shi
2018-08-27
cmd/compile: optimize arm's comparison
Ben Shi
2018-08-20
cmd/compile: optimize 386's comparison
Ben Shi
2018-04-09
cmd/compile: optimize comparisons using load merging where available
Michael Munday
2018-03-24
test/codegen: port tbz/tbnz arm64 tests
Alberto Donizetti
2018-03-22
test/codegen: port direct comparisons with memory tests
Alberto Donizetti
2018-03-20
test/codegen: port comparisons tests to codegen
Alberto Donizetti