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
8 days
cmd/compile: improve Mul to Left Shift rules
Jorropo
9 days
cmd/compile: improve uint8/uint16 logical immediates on PPC64
Jayanth Krishnamurthy jayanth.krishnamurthy@ibm.com
2026-03-31
test/codegen: fix some unbalanced quotes
Keith Randall
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
2025-12-05
test/codegen: test negation with add/sub on riscv64
Meng Zhuo
2025-11-23
cmd/compile: use 32x32->64 multiplies on loong64
Xiaolin Zhao
2025-11-21
cmd/compile: simplify negative on multiplication
Meng Zhuo
2025-11-17
cmd/compile: use 32x32->64 multiplies on arm64
Keith Randall
2025-11-14
cmd/compile: fold negation into multiplication
Meng Zhuo
2025-10-29
cmd/compile: make prove understand div, mod better
Russ Cox
2025-10-29
test/codegen: simplify asmcheck pattern matching
Russ Cox
2025-09-05
cmd/compile: simplify specific addition operations using the ADDV16 instruction
Xiaolin Zhao
2025-08-25
cmd/compile/internal: optimizing add+sll rule using ALSLV instruction on loong64
limeidan
2025-08-12
cmd/compile/internal: optimize multiplication use new operation 'ADDshiftLLV'...
limeidan
2025-08-05
cmd/compile: fold negation into multiplication on loong64
Xiaolin Zhao
2025-08-01
cmd/compile: optimize multiplication rules on loong64
Xiaolin Zhao
2025-05-20
cmd/compile: fold negation into addition/subtraction on arm64
Julian Zhu
2025-05-19
cmd/compile: fold negation into addition/subtraction on mipsx
Julian Zhu
2025-05-16
cmd/compile: fold negation into addition/subtraction on mips64x
Julian Zhu
2025-05-14
cmd/compile: fold negation into addition/subtraction on loong64
Xiaolin Zhao
2025-05-01
cmd/compile: improve multiplication strength reduction
Keith Randall
2025-03-15
cmd/compile: combine negation and word sign extension on riscv64
Joel Sing
2025-03-15
cmd/compile/internal/ssa: remove double negation with addition on riscv64
Joel Sing
2025-03-15
test/codegen: add a test for negation and conversion to int32
Joel Sing
2025-03-15
test/codegen: add riscv64 codegen for arithmetic tests
Joel Sing
2025-03-15
test/codegen: add riscv64/rva23u64 specifiers to existing tests
Joel Sing
2025-02-06
cmd/compile: prefer an add when shifting left by 1
Jakub Ciolek
2024-08-23
test/codegen: add initial codegen tests for integer min/max
Joel Sing
2024-05-17
cmd/compile/internal/ssa: cleanup ANDCCconst rewrite rules on PPC64
Paul E. Murphy
2024-03-13
cmd/asm,cmd/compile: generate less instructions for most 32 bit constant adds...
Paul E. Murphy
2023-10-19
test/codegen: fix PPC64 AddLargeConst test
Paul E. Murphy
2023-10-18
cmd/compile/internal/ssa: on PPC64, generate large constant paddi
Paul E. Murphy
2023-10-18
cmd/compile: avoid ANDCCconst on PPC64 if condition not needed
Lynn Boger
2023-03-20
cmd/compile: add rewrite rules for arithmetic operations
Yi Yang
2023-01-27
test/codegen: merge identical ppc64 and ppc64le tests
Paul E. Murphy
2023-01-27
test/codegen: combine trivial PPC64 tests into ppc64x
Paul E. Murphy
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
[next]