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
/
arithmetic.go
Age
Commit message (
Expand
)
Author
2023-01-19
cmd/compile: add anchored version of SP
Keith Randall
2022-10-05
cmd/compile: add late lower pass for last rules to run
eric fang
2022-08-10
cmd/compile/internal/ssa: optimize ARM64 code with TST
eric fang
2021-11-01
test/codegen: updated arithmetic tests to verify on ppc64,ppc64le
Archana R
2021-10-12
cmd/compile: use ANDL for small immediates
Jake Ciolek
2021-09-08
test/codegen: remove broken riscv64 test
Michael Munday
2021-09-02
cmd/internal/obj/riscv: simplify addition with constant
Ben Shi
2021-08-25
cmd/compile: generic SSA rules for simplifying 2 and 3 operand integer arithm...
Jake Ciolek
2021-06-03
[dev.typeparams] test: adjust codegen test for register ABI on ARM64
Cherry Mui
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-10-06
all: implement GO386=softfloat
Keith Randall
2020-10-02
all: drop 387 support
Keith Randall
2020-08-27
cmd/compile: generate subfic on ppc64
Paul E. Murphy
2020-08-24
cmd/compile: add more generic rewrite rules to reassociate (op (op y C) x|C)
fanzha02
2020-08-18
cmd/compile: combine multiply/add into maddld on ppc64le/power9
Paul E. Murphy
2020-08-18
cmd/compile: clean up and optimize s390x multiplication rules
Michael Munday
2020-05-11
cmd/compile: in prove, zero right shifts of positive int by #bits - 1
Keith Randall
2020-03-24
Revert "cmd/compile: disable mem+op operations on 386"
Keith Randall
2020-03-23
cmd/compile: disable mem+op operations on 386
Keith Randall
2019-11-07
cmd/compile: add signed indivisibility by power of 2 rules
Brian Kessler
2019-04-30
cmd/compile: add signed divisibility rules
Brian Kessler
2019-04-27
cmd/compile: add unsigned divisibility rules
Brian Kessler
2019-04-25
cmd/compile: add signed divisibility by power of 2 rules
Brian Kessler
2019-04-23
Revert "cmd/compile: add signed divisibility by power of 2 rules"
Keith Randall
2019-04-23
cmd/compile: add signed divisibility by power of 2 rules
Brian Kessler
2019-03-19
cmd/compile: slightly optimize adding 128
Josh Bleecher Snyder
2019-03-13
test/codegen: gofmt
Josh Bleecher Snyder
2018-12-01
test/codegen: add arithmetic tests for 386/amd64/arm/arm64
Ben Shi
2018-10-30
test/codegen: improve arithmetic tests
Ben Shi
2018-10-30
cmd/compile: optimize amd64's ADDQconstmodify/ADDLconstmodify
Ben Shi
2018-10-23
cmd/compile: use proved bounds to remove signed division fix-ups
ChrisALiles
2018-10-16
test/codegen: enable more tests for ppc64/ppc64le
Lynn Boger
2018-10-15
test/codegen: add tests for multiplication-subtraction
Ben Shi
2018-10-11
cmd/compile: optimize 386's ADDLconstmodifyidx4
Ben Shi
2018-10-09
cmd/compile: add indexed form for several 386 instructions
Ben Shi
2018-09-28
cmd/compile: optimize arm64's code with more shifted operations
Ben Shi
2018-09-28
cmd/compile: optimize arm64's MADD and MSUB
Ben Shi
2018-09-04
cmd/compile: optimize ARM64's code with MADD/MSUB
Ben Shi
2018-08-24
cmd/compile: introduce more read-modify-write operations for amd64
Ben Shi
2018-08-22
cmd/compile: implement "OPC $imm, (mem)" for 386
Ben Shi
2018-08-22
cmd/compile: optimize 386 code with MULLload/DIVSSload/DIVSDload
Ben Shi
2018-08-22
cmd/compile: optimize AMD64 with DIVSSload and DIVSDload
Ben Shi
2018-05-08
cmd/compile: emit more compact 386 instructions
Ben Shi
2018-04-23
cmd/compile: rewrite 2*x+c into LEAx1 on amd64
Josh Bleecher Snyder
2018-04-16
cmd/compile/internal/ssa: optimize 386's subtraction
Ben Shi
2018-04-10
test/codegen: port last remaining misc bit/arithmetic tests
Alberto Donizetti
2018-03-15
test/codegen: port floats tests to codegen
Alberto Donizetti
2018-03-15
test/codegen: port len/cap pow2 div tests to codegen
Alberto Donizetti
2018-03-14
test/codegen: add codegen tests for div
Alberto Donizetti
[next]