]> Cypherpunks.ru repositories - gostls13.git/history - test/codegen/arithmetic.go
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / test / codegen / arithmetic.go
2023-10-19 Paul E. Murphytest/codegen: fix PPC64 AddLargeConst test
2023-10-18 Paul E. Murphycmd/compile/internal/ssa: on PPC64, generate large...
2023-10-18 Lynn Bogercmd/compile: avoid ANDCCconst on PPC64 if condition...
2023-03-20 Yi Yangcmd/compile: add rewrite rules for arithmetic operations
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
2023-01-19 Keith Randallcmd/compile: add anchored version of SP
2022-10-05 eric fangcmd/compile: add late lower pass for last rules to run
2022-08-10 eric fangcmd/compile/internal/ssa: optimize ARM64 code with TST
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-11-01 Archana Rtest/codegen: updated arithmetic tests to verify on...
2021-10-12 Jake Ciolekcmd/compile: use ANDL for small immediates
2021-09-09 Jay Conrod[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
2021-09-08 Michael Mundaytest/codegen: remove broken riscv64 test
2021-09-02 Ben Shicmd/internal/obj/riscv: simplify addition with constant
2021-08-26 Michael Matloob[dev.cmdgo] all: merge master (5e6a7e9) into dev.cmdgo
2021-08-25 Jake Ciolekcmd/compile: generic SSA rules for simplifying 2 and...
2021-08-25 Michael Matloob[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgo
2021-08-16 Roland Shoemaker[dev.boringcrypto] all: merge commit 57c115e1 into...
2021-08-12 Gerrit Code ReviewMerge "all: REVERSE MERGE dev.typeparams (4d3cc84)...
2021-08-12 Matthew Dempskyall: REVERSE MERGE dev.typeparams (4d3cc84) into master
2021-08-12 Matthew Dempsky[dev.typeparams] all: merge master (46fd547) into dev...
2021-07-26 Matthew Dempsky[dev.typeparams] all: merge master (ecaa681) into dev...
2021-07-22 Matthew Dempsky[dev.typeparams] all: merge master (798ec73) into dev...
2021-07-20 Matthew Dempsky[dev.typeparams] all: merge master (c8f4e61) into dev...
2021-07-08 Matthew Dempsky[dev.typeparams] all: merge master (296ddf2) into dev...
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-07-02 Matthew Dempsky[dev.typeparams] all: merge master (912f075) into dev...
2021-07-01 Matthew Dempsky[dev.typeparams] all: merge master (4711bf3) into dev...
2021-06-25 Cuong Manh Le[dev.typeparams] all: merge master (37f9a8f) into dev...
2021-06-21 Cuong Manh Le[dev.typeparams] all: merge master (16e82be) into dev...
2021-06-16 Cuong Manh Le[dev.typeparams] all: merge master (785a8f6) into dev...
2021-06-14 Matthew Dempsky[dev.typeparams] all: merge master (fdab5be) into dev...
2021-06-07 Matthew Dempsky[dev.typeparams] all: merge master (8212707) into dev...
2021-06-03 Cherry Mui[dev.typeparams] test: adjust codegen test for register...
2021-05-17 Katie Hockman[dev.fuzz] all: merge master (d137b74) into dev.fuzz
2021-05-13 Filippo Valsorda[dev.boringcrypto] all: merge commit 9d0819b27c (CL...
2021-05-11 Cherry Mui[dev.typeparams] all: merge master (9b84814) into dev...
2021-04-12 Cherry Zhangtest: make codegen tests work with both ABIs
2021-03-16 erifan01cmd/compile: use depth first topological sort algorithm...
2020-11-17 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-10-12 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-06 Keith Randallall: implement GO386=softfloat
2020-10-02 Keith Randallall: drop 387 support
2020-09-11 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-08-27 Paul E. Murphycmd/compile: generate subfic on ppc64
2020-08-24 fanzha02cmd/compile: add more generic rewrite rules to reassoci...
2020-08-21 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-08-18 Paul E. Murphycmd/compile: combine multiply/add into maddld on ppc64l...
2020-08-18 Michael Mundaycmd/compile: clean up and optimize s390x multiplication...
2020-07-09 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-05-14 Jeremy Faller[dev.link] all: merge master to dev.link
2020-05-11 Keith Randallcmd/compile: in prove, zero right shifts of positive...
2020-03-24 Keith RandallRevert "cmd/compile: disable mem+op operations on 386"
2020-03-23 Keith Randallcmd/compile: disable mem+op operations on 386
2019-11-19 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-11-11 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-11-08 Gerrit Code ReviewMerge "cmd: merge branch 'dev.link' into master"
2019-11-07 Brian Kesslercmd/compile: add signed indivisibility by power of...
2019-05-28 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-04-30 Brian Kesslercmd/compile: add signed divisibility rules
2019-04-27 Brian Kesslercmd/compile: add unsigned divisibility rules
2019-04-25 Brian Kesslercmd/compile: add signed divisibility by power of 2...
2019-04-23 Keith RandallRevert "cmd/compile: add signed divisibility by power...
2019-04-23 Brian Kesslercmd/compile: add signed divisibility by power of 2...
2019-03-19 Josh Bleecher Snydercmd/compile: slightly optimize adding 128
2019-03-13 Josh Bleecher Snydertest/codegen: gofmt
2019-02-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-12-01 Ben Shitest/codegen: add arithmetic tests for 386/amd64/arm...
2018-11-14 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-11-14 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-10-30 Ben Shitest/codegen: improve arithmetic tests
2018-10-30 Ben Shicmd/compile: optimize amd64's ADDQconstmodify/ADDLconst...
2018-10-25 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-10-23 ChrisALilescmd/compile: use proved bounds to remove signed divisio...
2018-10-16 Lynn Bogertest/codegen: enable more tests for ppc64/ppc64le
2018-10-15 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-10-15 Ben Shitest/codegen: add tests for multiplication-subtraction
2018-10-11 Ben Shicmd/compile: optimize 386's ADDLconstmodifyidx4
2018-10-09 Ben Shicmd/compile: add indexed form for several 386 instructions
2018-09-28 Ben Shicmd/compile: optimize arm64's code with more shifted...
2018-09-28 Ben Shicmd/compile: optimize arm64's MADD and MSUB
2018-09-06 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-09-04 Ben Shicmd/compile: optimize ARM64's code with MADD/MSUB
2018-08-24 Ben Shicmd/compile: introduce more read-modify-write operation...
2018-08-22 Ben Shicmd/compile: implement "OPC $imm, (mem)" for 386
2018-08-22 Ben Shicmd/compile: optimize 386 code with MULLload/DIVSSload...
2018-08-22 Ben Shicmd/compile: optimize AMD64 with DIVSSload and DIVSDload
2018-05-18 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-05-08 Ben Shicmd/compile: emit more compact 386 instructions
2018-04-23 Josh Bleecher Snydercmd/compile: rewrite 2*x+c into LEAx1 on amd64
2018-04-16 Ben Shicmd/compile/internal/ssa: optimize 386's subtraction
2018-04-10 Alberto Donizettitest/codegen: port last remaining misc bit/arithmetic...
2018-03-15 Alberto Donizettitest/codegen: port floats tests to codegen
2018-03-15 Alberto Donizettitest/codegen: port len/cap pow2 div tests to codegen
2018-03-14 Alberto Donizettitest/codegen: add codegen tests for div
2018-03-12 isharipocmd/compile/internal/ssa: emit IMUL3{L/Q} for MUL{L...
2018-03-09 Alberto Donizettitest/codegen: port MULs merging tests to codegen
2018-03-08 Alberto Donizettitest/codegen: port 2^n muls tests to codegen harness