]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/compile/internal/ssa/rewriteMIPS64.go
cmd/compile: intrinsify Sub64 on mips64
[gostls13.git] / src / cmd / compile / internal / ssa / rewriteMIPS64.go
2023-07-31 Junxian Zhucmd/compile: intrinsify Sub64 on mips64
2023-07-31 Junxian Zhucmd/compile: intrinsify Add64 on mips64
2023-05-24 Junxian Zhucmd/compile: optimize math.Float64(32)bits and math...
2023-05-18 Junxian Zhucmd/compile: intrinsify runtime/internal/atomic.{And...
2023-05-05 Junxian Zhumath: optimize math.Abs on mips64x
2023-04-21 Xiaodong Liucmd/compile: support -buildmode=c-shared on linux/mips6...
2023-04-10 Keith Randallcmd/compile: replace isSigned(t) with t.IsSigned()
2023-04-10 Keith Randallcmd/compile: clean up store rules to use store type...
2023-02-17 Keith Randallcmd/compile: ensure constant folding of pointer arithme...
2023-01-19 Keith Randallcmd/compile: add anchored version of SP
2023-01-19 Dmitri Shuralyovcmd/compile/internal/ssa: generate code via a //go...
2022-12-17 Guoqi Chencmd/compile: sign-extend the 2nd argument of the Lowere...
2022-10-23 Johan Brandhorst... cmd/internal/ssa: correct references to _gen folder
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-09-20 Katie Hockman[dev.fuzz] all: merge master (af72ddf) into dev.fuzz
2021-09-17 Cherry Muicmd/compile: restore tail call for method wrappers
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
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-03-22 Daniel Martícmd/compile: disallow rewrite rules from declaring...
2021-03-16 Meng Zhuocmd/compile: loads from readonly globals into const...
2021-03-02 fanzha02cmd/compile: optimize single-precision floating point...
2021-02-23 Keith Randallcmd/compile: fold MOV*nop and MOV*const
2021-02-17 Russ Cox[dev.boringcrypto] all: merge master (2f0da6d) into...
2020-12-14 Robert Griesemer[dev.typeparams] merge: merge branch 'dev.regabi' into...
2020-12-14 Alexander RakoczyMerge branch 'master' into dev.regabi
2020-12-14 Katie Hockman[dev.fuzz] all: merge master into dev.fuzz
2020-12-10 Keith Randallcmd/compile: don't constant fold divide by zero
2020-11-18 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-11-17 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-11-03 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-28 Alberto Donizetticmd/compile: rename mergeSymTyped to mergeSym
2020-10-28 Alberto Donizetticmd/compile: delete log2, switch to log64
2020-10-27 Alberto Donizetticmd/compile: delete isPowerOfTwo, switch to isPowerOfTwo64
2020-09-11 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-08-24 Meng Zhuocmd/compile: complete adjust MIPS64x rewrite rules...
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-29 Meng Zhuocmd/compile: adjust MIPS64x rewrite rules to use typed...
2020-04-24 Gerrit Code ReviewMerge "cmd: merge branch 'dev.link' into master"
2020-04-24 Josh Bleecher Snydercmd/compile: CSE the RHS of rewrite rules
2020-04-10 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-04-07 Michael Mundaycmd/compile: delete the floating point Greater and...
2020-04-06 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-03 David Chasecmd/compile: add logging for large (>= 128 byte) copies
2020-03-06 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-03-02 Josh Bleecher Snydercmd/compile: regenerate rules
2020-03-02 Josh Bleecher Snydercmd/compile: make pre-elimination of rulegen bounds...
2020-03-02 Josh Bleecher Snydercmd/compile: add streamlined Block Reset+AddControl...
2020-03-02 Josh Bleecher Snydercmd/compile: add specialized Value reset for OpCopy
2020-03-02 Meng Zhuocmd/compile: add intrinsics for runtime/internal/math...
2020-03-01 Josh Bleecher Snydercmd/compile: add specialized AddArgN functions for...
2020-02-29 Josh Bleecher Snydercmd/compile: use correct types in phiopt
2020-02-28 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-02-26 Michael Mundaycmd/compile: remove Greater* and Geq* generic integer ops
2020-02-25 Josh Bleecher Snydercmd/compile: use ellipses in MIPS64 rules
2020-02-21 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-02-21 Josh Bleecher Snydercmd/compile: remove chunking of rewrite rules
2020-02-21 Josh Bleecher Snydercmd/compile: reduce bounds checks in generated rewrite...
2020-02-20 Josh Bleecher Snydercmd/compile: use loops to handle commutative ops in...
2020-02-20 Josh Bleecher Snydercmd/compile: delete duplicate rules
2019-11-19 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-11-01 Than McIntosh[dev.link] all: merge branch 'master' into dev.link
2019-10-29 Austin Clementscmd/compile: intrinsics for runtime/internal/atomic...
2019-10-18 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-10-14 Meng Zhuocmd/compile: add math/bits.Mul64 intrinsic on mips64x
2019-10-11 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-10-07 Michael Mundaycmd/compile: reduce amount of code generated for block...
2019-10-04 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-10-02 Michael Mundaycmd/compile: allow multiple SSA block control values
2019-09-23 Daniel Martícmd/compile: reduce rulegen's output by 200 KiB
2019-09-03 Katie Hockman[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-08-28 Meng Zhuoruntime, cmd/compile: implement and use DUFFCOPY on...
2019-08-27 Daniel Martícmd/compile: teach rulegen to remove unused decls
2019-05-28 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-05-03 Austin Clementscmd/compile,runtime/internal/atomic: add Load8
2019-04-27 Brian Kesslercmd/compile: add unsigned divisibility rules
2019-03-22 Daniel Martícmd/compile: reduce rulegen's for loop verbosity
2019-03-21 Josh Bleecher Snydercmd/compile: regenerate rewrite rules
2019-03-18 Keith Randallcmd/compile,runtime: provide index information on bound...
2019-03-13 Michael Mundaycmd/compile: try and access last argument first in...
2019-03-12 Josh Bleecher Snydercmd/compile: make rulegen magic variable prediction...
2019-02-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-12-27 Cherry Zhangcmd/compile: fix MIPS SGTconst-with-shift rules
2018-11-13 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-10-28 Josh Bleecher Snydercmd/compile: make fmt available in rewrite rules
2018-09-06 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-07-12 David Chasecmd/compile: add LocalAddr that takes SP,mem operands
2018-05-18 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-05-02 Wei Xiaocmd/compile: intrinsify runtime.getcallerpc on all...
2018-04-20 Austin Clementscmd/compile: don't lower OpConvert
2018-02-26 Kunpei Sakaicmd: avoid unnecessary type conversions
2018-02-21 Alberto Donizetticmd/compile: intrinsify math.Sqrt on mips64
2018-02-20 Giovanni Bajocmd/compile: normalize spaces in rewrite rule comments.
2018-02-13 Austin Clementsruntime: buffered write barrier for mips64
2017-12-06 Russ Cox[dev.boringcrypto] all: merge master (nearly Go 1.10...
2017-10-10 Cherry Zhangcmd/compile: intrinsify atomics on MIPS64
next