]> Cypherpunks.ru repositories - gostls13.git/history - test
cmd/compile/internal/walk: reuse runtime.scase
[gostls13.git] / test /
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...
2023-05-05 Than McIntoshcmd/compile: un-hide closure func if parent expr moved...
2023-05-05 Than McIntoshcmd/compile: rework marking of dead hidden closure...
2023-05-05 Junxian Zhumath: optimize math.Abs on mips64x
2023-05-03 Matthew Dempskycmd/compile: fix compilation of inferred type arguments
2023-05-03 Daniel MartíRevert "cmd/compile: enhance tighten pass for memory...
2023-05-03 erifan01cmd/compile: enhance tighten pass for memory values
2023-05-03 Robert Griesemercmd/compile: enable reverse type inference
2023-04-28 Cherry Muicmd/link: put zero-sized data symbols at same address...
2023-04-21 Austin Clementsruntime, cmd: rationalize StackLimit and StackGuard
2023-04-20 Austin ClementsRevert "runtime, cmd: rationalize StackLimit and StackG...
2023-04-20 Austin Clementsruntime, cmd: rationalize StackLimit and StackGuard
2023-04-19 Robert Griesemercmd/compile/internal/types2: only mark variables as...
2023-04-18 Keith Randallcmd/compile: remove memequal call from string compares...
2023-04-18 Than McIntoshRevert "cmd/compile: rework marking of dead hidden...
2023-04-17 Michael KnyszekRevert "cmd/compile: allow more inlining of functions...
2023-04-17 Than McIntoshcmd/compile: allow more inlining of functions that...
2023-04-17 Than McIntoshcmd/compile: rework marking of dead hidden closure...
2023-04-14 Cuong Manh Lecmd/compile: better code generation for constant-fold...
2023-04-14 Cuong Manh Lecmd/compile: reenable inline static init
2023-04-14 Cuong Manh Lecmd/compile: handle string concatenation in static...
2023-04-14 Keith Randallcmd/link: establish dependable package initialization...
2023-04-14 Than McIntoshRevert "cmd/compile: allow more inlining of functions...
2023-04-12 Junwei Zuocmd/compile: fix ir.StaticValue for ORANGE
2023-04-11 Johan Brandhorst... all: add wasip1 support
2023-04-10 Cuong Manh Lecmd/compile: teach prove about bitwise OR operation
2023-04-08 Cuong Manh Leruntime: mark map bucket slots as empty during map...
2023-04-07 Keith Randallcmd/compile: use correct type for byteswaps on multi...
2023-04-07 Than McIntoshcmd/compile: allow more inlining of functions that...
2023-04-07 Than McIntoshcmd/compile: deadcode unreferenced hidden closures...
2023-04-07 ruinancmd/compile: get more bounds info from logic operators...
2023-04-05 Cuong Manh Lecmd/compile: don't set range expr key/value type if...
2023-04-03 Than McIntoshRevert "cmd/compile: allow more inlining of functions...
2023-03-31 Keith Randallcrypto/subtle: don't cast to *uintptr when word size...
next