]> Cypherpunks.ru repositories - gostls13.git/history - test/codegen/bool.go
cmd/compile/internal/ssa: on PPC64, merge (CMPconst [0] (op ...)) more aggressively
[gostls13.git] / test / codegen / bool.go
2023-11-13 Paul E. Murphycmd/compile/internal/ssa: on PPC64, merge (CMPconst...
2023-10-18 Lynn Bogercmd/compile: avoid ANDCCconst on PPC64 if condition...
2023-02-06 Archana Rcmd/compile: add rules to emit SETBC/R instructions...
2023-01-27 Paul E. Murphytest/codegen: merge identical ppc64 and ppc64le tests
2023-01-27 Paul E. Murphytest/codegen: combine trivial PPC64 tests into ppc64x
2022-08-08 Lynn Bogercmd/compile: fix confusion with ANDCCconst in PPC64...
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-10-12 Jake Ciolekcmd/compile: use ANDL for small immediates
2020-05-07 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-04-30 Cherry Zhangcmd: merge branch 'dev.link' into master
2020-04-29 Than McIntosh[dev.link] all: merge branch 'master' into dev.link
2020-04-24 Cherry Zhangcmd: merge branch 'dev.link' into master
2020-04-23 Josh Bleecher Snydercmd/compile: optimize x & 1 != 0 to x & 1 on amd64