]> Cypherpunks.ru repositories - gostls13.git/history - test
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / test /
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-11-08 Cherry Muiall: rename GOEXPERIMENT=range to rangefunc
2023-11-07 Jorropocmd/compile: fix findIndVar so it does not match disjoi...
2023-11-02 Robert Griesemertest: run range-over-integer tests without need for...
2023-10-31 Keith Randallcmd/compile: ensure pointer arithmetic happens after...
2023-10-30 Ubuntucmd/compile: optimize right shifts of int32 on riscv64
2023-10-20 Ian Lance Taylortest: add tests that gofrontend failed
2023-10-19 Dmitri Shuralyovtest: migrate remaining files to go:build syntax
2023-10-19 Cuong Manh Lecmd/compile: report mismatched version set by //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 Cuong Manh Lecmd/compile: fix funcdata encode for functions with...
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-12 David Chasecmd/compiler: make decompose shortcuts apply for PtrSha...
2023-10-10 David Chasecmd/compile: get rid of zero-sized values in call expansion
2023-10-09 Cuong Manh Lecmd/compile: fix wrong argument of OpSelectN during...
2023-10-09 Keith Randallcmd/compile: use type hash from itab field instead...
2023-10-09 Cuong Manh Lecmd/compile: fix typecheck range over negative integer
2023-10-09 Keith Randallcmd/compile: use cache in front of convI2I
2023-10-08 Cuong Manh Lecmd/compile: fix ICE with parenthesized builtin calls
2023-10-07 Mark Ryancmd/compile: optimize right shifts of uint32 on riscv
2023-10-06 mstmdevsync: use atomic.Uint32 in Once
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 Cuong Manh Lecmd/compile: do not fatal when typechecking conversion...
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-25 Jes Cokall: use the indefinite article an in comments
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-20 Russ Coxcmd/compile: implement range over func
2023-09-20 Russ Coxcmd/compile: implement range over integer
2023-09-20 Russ Coxcmd/compile, go/types: typechecking of range over int...
2023-09-14 Than McIntoshcmd/compile/internal/inl: inline based on scoring when...
2023-09-14 Matthew Dempskycmd/compile/internal/ir: add Func.DeclareParams
2023-09-12 Yi Yangcmd/compile: sparse conditional constant propagation
2023-09-11 Matthew Dempskycmd/compile/internal/noder: handle unsafe.Sizeof, etc...
2023-09-11 Matthew Dempskycmd/compile/internal/staticinit: make staticopy safe
2023-09-11 Matthew Dempskycmd/compile/internal/typecheck: fix closure field naming
2023-09-08 Matthew Dempskycmd/compile/internal/noder: stop preserving original...
2023-09-07 Keith Randallcmd/compile: absorb InvertFlags into Noov comparisons
2023-09-06 Paul E. Murphycmd/compile/internal/ssa: improve masking codegen on...
2023-08-30 Keith RandallRevert "cmd/compile: use shorter ANDL/TESTL if upper...
2023-08-28 Matthew Dempskycmd/compile/internal/ir: set Addrtaken on Canonical...
2023-08-25 Keith Randallruntime: fix maps.Clone bug when cloning a map mid...
2023-08-24 Bryan C. Millscmd/internal/testdir: parse past gofmt'd //go:build...
2023-08-24 Bryan C. Millstest/fixedbugs: require cgo for issue10607.go
2023-08-23 Matthew Dempskycmd/compile/internal/noder: elide statically known...
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 Austin Clementscmd/compile: redo IsRuntimePkg/IsReflectPkg predicate
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 Matthew Dempskycmd/compile/internal/walk: reuse runtime.scase
2023-08-21 Matthew Dempskycmd/compile/internal/reflectdata: share hmap and hiter...
2023-08-21 Keith Randallcmd/compile: remove more extension ops when not needed
2023-08-18 Matthew Dempskycmd/compile: enable -d=zerocopy by default
2023-08-18 Matthew Dempskycmd/compile: restore zero-copy string->[]byte optimization
2023-08-17 Matthew DempskyRevert "cmd/compile: enable zero-copy string->[]byte...
2023-08-17 Matthew Dempskycmd/compile: enable zero-copy string->[]byte conversions
2023-08-17 Matthew Dempskycmd/compile/internal/typecheck: push ONEW into go/defer...
2023-08-17 Matthew Dempskycmd/compile/internal/typecheck: normalize go/defer...
2023-08-17 Matthew Dempskycmd/compile/internal/noder: remove inlined closure...
2023-08-17 Matthew Dempskycmd/compile/internal/escape: optimize indirect closure...
2023-08-16 David Chasecmd/compile: in expandCalls, move all arg marshalling...
2023-08-09 Cuong Manh Lecmd/compile: make backingArrayPtrLen to return typechec...
2023-08-09 Matthew Dempskycmd/compile: keep all open-coded defer slots as used
2023-08-07 Cuong Manh Lecmd/compile: fix missing init nodes for len(string...
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-20 Cherry Muicmd/internal/obj: print relocation type by name in...
2023-07-18 Jes Cokall: fix typos
2023-07-12 Paul E. Murphycmd/compile: on PPC64, fix sign/zero extension when...
2023-07-10 Cuong Manh Letest: add test cases for index value with range array...
2023-07-10 Cuong Manh Lecmd/compile: fix clear on slice with zero size elem
2023-07-10 Keith Randallcmd/compile: don't ICE on unaligned offsets for pointer...
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-28 Matthew Dempskycmd/compile/internal/ssagen: fix min/max codegen, again
2023-06-27 Cuong Manh Lecmd/compile: fix bad order of evaluation for min/max...
2023-06-26 Cuong Manh Letypes2, go/types: record final type for min/max arguments
2023-06-24 Keith Randallcmd/compile: fix min/max builtin code generation
2023-06-23 Cuong Manh Lecmd/compile: scanning closures body when visiting wrapp...
2023-06-21 Ian Lance Taylortest: add test that caused a gofrontend crash
2023-06-16 Michael Anthony... reflect: fix ArenaNew to match documentation
2023-06-15 Cuong Manh Lecmd/compile: do not report division by error during...
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-05 Cuong Manh Lecmd/compile: allow ir.OMIN/ir.OMAX in mayCall
2023-06-01 Cherry Muicmd/internal/obj/arm: handle HAUTO etc. in addpool
next