]> Cypherpunks.ru repositories - gostls13.git/history - test/codegen
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / test / codegen /
2023-11-13 Paul E. Murphycmd/compile/internal/ssa: on PPC64, merge (CMPconst...
2023-11-09 Paul E. Murphycmd/internal/obj/ppc64: remove C_UCON optab matching...
2023-10-30 Ubuntucmd/compile: optimize right shifts of int32 on riscv64
2023-10-19 Dmitri Shuralyovtest: migrate remaining files to go:build syntax
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-10-12 Keith Randallcmd/compile: when combining stores, use line number...
2023-10-09 Keith Randallcmd/compile: use type hash from itab field instead...
2023-10-09 Keith Randallcmd/compile: use cache in front of convI2I
2023-10-07 Mark Ryancmd/compile: optimize right shifts of uint32 on riscv
2023-10-06 David Chasecmd/compile: expand calls cleanup
2023-10-06 Keith Randallcmd/compile: use cache in front of type assert runtime...
2023-10-06 Keith Randallcmd/compile: add a cache to interface type switches
2023-10-06 Keith Randallcmd/compile: improve interface type switches
2023-10-05 Paul E. Murphycmd/internal/obj/ppc64: generate MOVD mask constants...
2023-10-04 Paul E. Murphycmd/internal/obj/ppc64: generate small, shifted constan...
2023-09-22 Paul E. Murphycmd/compile/internal/ssa: optimize (AND (MOVDconst...
2023-09-21 eric fangcmd/compile: optimize absorbing InvertFlags into Noov...
2023-09-12 Yi Yangcmd/compile: sparse conditional constant propagation
2023-09-06 Paul E. Murphycmd/compile/internal/ssa: improve masking codegen on...
2023-08-23 Keith Randallcmd/compile: use jump tables for large type switches
2023-08-23 Keith Randallcmd/compile: allow non-pointer writes in the middle...
2023-08-22 Meng Zhuocmd/compile: add single-precision FMA code generation...
2023-08-22 Meng Zhuocmd/compile: improve FP FMA performance on riscv64
2023-08-21 Keith Randallcmd/compile: remove more extension ops when not needed
2023-08-04 Keith Randallcmd/compile: don't use BTS when OR works, add direct...
2023-07-31 Jorropocmd/compile: try to rewrite loops to count down
2023-07-31 Junxian Zhucmd/compile: intrinsify Sub64 on mips64
2023-07-31 Junxian Zhucmd/compile: intrinsify Add64 on mips64
2023-07-26 Keith Randallcmd/compile: add indexed SET* opcodes for amd64
2023-07-26 Keith Randallcmd/compile: get rid of special case in scheduler for...
2023-07-26 Keith Randallcmd/compile: optimize s==s for strings
2023-07-21 Keith Randallcmd/compile: memcombine if values being stored are...
2023-07-18 Jes Cokall: fix typos
2023-07-12 Paul E. Murphycmd/compile: on PPC64, fix sign/zero extension when...
2023-07-05 Meng Zhuocmd/compile: fix FMA negative commutativity of riscv64
2023-07-04 Meng Zhuotest/codegen: enable Mul2 DivPow2 test for riscv64
2023-06-15 Meng Zhuotest/codegen: add fsqrt test for riscv64
2023-06-12 Keith Randallcmd/compile: use callsite as line number for argument...
2023-06-01 Austin Clementscmd/internal/testdir: pass if GOEXPERIMENT=cgocheck2...
2023-05-24 Bryan MillsRevert "cmd/compile: sparse conditional constant propag...
2023-05-24 Junxian Zhucmd/compile: optimize math.Float64(32)bits and math...
2023-05-24 Yi Yangcmd/compile: sparse conditional constant propagation
2023-05-23 Cuong Manh Lecmd/compile: avoid slicebytetostring call in len(string...
2023-05-22 Matthew Dempskycmd/compile: incorporate inlined function names into...
2023-05-16 Keith Randallcmd/compile: make memcombine pass a bit more robust...
2023-05-15 Lynn Bogercmd/compile: update rules to generate more prefixed...
2023-05-12 Dmitri Shuralyovinternal/testdir: move to cmd/internal/testdir
2023-05-10 Stefancmd/compile: add De Morgan's rewrite rule
2023-05-08 Lynn Bogertest: add memcombine testcases for ppc64
2023-05-08 Junxian Zhumath: optimize math.Abs on mipsx
2023-05-05 Junxian Zhumath: optimize math.Abs on mips64x
2023-04-18 Keith Randallcmd/compile: remove memequal call from string compares...
2023-04-07 ruinancmd/compile: get more bounds info from logic operators...
2023-03-24 erifan01cmd/compile: optimize cmp to cmn under conditions ...
2023-03-22 erifan01cmd/compile: fix incorrect truncating when converting...
2023-03-20 Yi Yangcmd/compile: add rewrite rules for arithmetic operations
2023-03-14 Wayne Zuocmd/compile: instrinsify TrailingZeros{8,32,64} for 386
2023-02-28 ruinancmd/compile: omit redundant sign/unsign extension on...
2023-02-28 Dmitri Shuralyovcmd/dist, test: convert test/run.go runner to a cmd...
2023-02-27 Michael Mundaycmd/compile: use zero constants in comparisons where...
2023-02-23 Lynn Bogercmd/compile: inline constant sized memclrNoHeapPointers...
2023-02-08 Wayne Zuocmd/compile: intrinsify math/bits/ReverseBytes{32|64...
2023-02-06 Archana Rcmd/compile: add rules to emit SETBC/R instructions...
2023-02-03 Archana Rcmd/compile: intrinsify math/bits/ReverseBytes{16|32...
2023-02-01 Keith Randallcmd/compile: schedule values with no in-block uses...
2023-01-31 Jakub Ciolekcmd/compile: inline known-size memclrNoHeapPointers...
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-24 Paul E. Murphytest/codegen: accept ppc64x as alias for ppc64le and...
2023-01-23 David Chaseinternal/abi,runtime: refactor map constants into one...
2023-01-20 Jorropocmd/compile: AMD64v3 remove unnecessary TEST comparisio...
2023-01-20 Jorropocmd/compile: rewrite empty makeslice to zerobase pointer
2023-01-19 Keith Randallcmd/compile: add anchored version of SP
2022-12-06 Keith Randallcmd/compile: turn off jump tables when spectre retpolin...
2022-11-14 Paul E. Murphycmd/compile: merge zero constant ISEL in PPC64 lateLowe...
2022-11-09 Wayne Zuocmd/compile: enable brachelim pass on loong64
2022-11-07 Paul E. Murphycodegen: check for PPC64 ISEL in condmove tests
2022-11-03 Paul E. Murphycmd/compile/internal/ssa: re-adjust CarryChainTail...
2022-10-31 Keith Randallcmd/compile: add rule for post-decomposed growslice...
2022-10-27 Keith Randallcmd/compile: recognize when the result of append has...
2022-10-07 Wayne Zuocmd/compile: intrinsify Sub64 on loong64
2022-10-07 Wayne Zuocmd/compile: intrinsify Add64 on loong64
2022-10-06 Wayne Zuocmd/compile: fold constant shift with extension on...
2022-10-05 eric fangcmd/compile: add late lower pass for last rules to run
2022-09-27 Keith Randallcmd/compile: use stricter rule for possible partial...
2022-09-20 eric fangcmd/compile: Add some CMP and CMN optimization rules...
2022-09-17 Joel Singcmd/compile: resolve known outcomes for SLTI/SLTIU...
2022-09-07 ruinancmd/compile: Add shiftIsBounded check for logic shifts...
2022-09-02 Keith Randallcmd/compile: rewrite >>c<<c to &^(1<<c-1)
2022-09-02 Matthew Dempskycmd/compile/internal/noder: allow OCONVNOP for identica...
2022-09-02 Derek Parkercmd/compile: new inline heuristic for struct compares
2022-09-02 ruinancmd/compile: optimize RotateLeft8/16 on arm64
2022-09-02 ruinancmd/compile: optimize shift ops on arm64 when the shift...
2022-08-31 Keith Randallcmd/compile: combine multiple rotate instructions
2022-08-31 Keith Randallcmd/compile: use better splitting condition for string...
2022-08-31 Wayne Zuocmd/compile: simplify bounded shift on riscv64
2022-08-30 Wayne Zuocmd/compile: intrinsify RotateLeft{32,64} on loong64
2022-08-27 Wayne Zuocmd/compile: intrinsify Sub64 on riscv64
next