]> Cypherpunks.ru repositories - gostls13.git/history - test
cmd/compile: expand calls cleanup
[gostls13.git] / test /
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
2023-06-01 Austin Clementscmd/internal/testdir: pass if GOEXPERIMENT=cgocheck2...
2023-05-25 Robert Griesemergo/types, types2: don't infer type argument for unused...
2023-05-24 Derek Parkercmd/compile: prioritize non-CALL struct member comparisons
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-23 Cuong Manh Letest: remove *_unified.go variants
2023-05-22 Matthew Dempskycmd/compile: incorporate inlined function names into...
2023-05-19 Keith Randallcmd/compile: constant-fold loads from constant dictiona...
2023-05-18 Robert Griesemercmd/compile: enable more lenient type inference for...
2023-05-16 Matthew Dempskycmd/compile/internal/noder: suppress unionType consiste...
2023-05-16 Keith Randallcmd/compile: make memcombine pass a bit more robust...
2023-05-16 eric fangcmd/compile: enhance tighten pass for memory values
2023-05-15 Lynn Bogercmd/compile: update rules to generate more prefixed...
2023-05-12 Cherry Muitest: add escape test for reflect.Value operations
2023-05-12 Cherry Muireflect: do not escape Value.Type
2023-05-12 Dmitri Shuralyovinternal/testdir: move to cmd/internal/testdir
2023-05-12 Austin Clementstest/bench: delete
2023-05-12 Austin Clementstest,internal/testdir: don't set GOOS/GOARCH
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 Than McIntoshcmd/compile: allow more inlining of functions that...
next