]> Cypherpunks.ru repositories - gostls13.git/history - test
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / test /
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...
2023-03-31 Austin Clementscmd/compile: allow more inlining of functions that...
2023-03-29 Keith Randallcmd/compile: casts from slices to array pointers are...
2023-03-28 Robert Griesemergo/types, types2: don't report assignment mismatch...
2023-03-28 Ian Lance Taylortest: add test that caused a gofrontend crash
2023-03-28 Keith Randallcmd/compile: don't assume pointer of a slice is non-nil
2023-03-28 Robert Griesemergo/types, types2: refactor initVars
2023-03-28 Robert Griesemergo/types, types2: more systematic use of Checker.use...
2023-03-27 Robert Griesemergo/types, types2: better error message for some invalid...
2023-03-27 Robert Griesemercmd/compile: don't panic if unsafe.Sizeof/Offsetof...
2023-03-24 erifan01cmd/compile: optimize cmp to cmn under conditions ...
2023-03-22 Ian Lance Taylortest: add test that caused gofrontend crash
2023-03-22 Cuong Manh Lecmd/compile: mark negative size memclr non-inlineable
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-03-09 Than McIntoshcmd/compile: reorder operations in SCCs to enable more...
2023-03-09 Keith RandallRevert "cmd/link: establish dependable package initiali...
2023-03-08 Keith Randalltest: test for issue 53087
2023-03-07 Cherry Muicmd/compile: enable address folding for globals on...
2023-03-06 David Chasecmd/compile: experimental loop iterator capture semanti...
2023-03-03 Keith Randallcmd/link: establish dependable package initialization...
2023-03-03 Keith Randallcmd/compile: ensure FuncForPC works on closures that...
2023-03-01 Matthew Dempskycmd/compile: relax overly strict assertion
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 Matthew Dempskycmd/compile/internal/noder: correct positions for synth...
2023-02-27 Michael Mundaycmd/compile: use zero constants in comparisons where...
2023-02-23 Lynn Bogercmd/compile: inline constant sized memclrNoHeapPointers...
2023-02-17 Matthew Dempskytest: add regress test for #58572
2023-02-13 Cuong Manh Lecmd/compile: fix wrong escape analysis for go/defer...
2023-02-09 Cuong Manh Lecmd/compile: disable inline static init optimization
2023-02-09 Sung Yoon Whangcmd/compile/internal/staticinit: fix panic in interface...
2023-02-09 Cuong Manh Lecmd/compile: remove constant arithmetic overflows durin...
2023-02-08 Jorropocmd/compile: use MakeResult in empty MakeSlice elimination
2023-02-08 Wayne Zuocmd/compile: intrinsify math/bits/ReverseBytes{32|64...
2023-02-08 Cuong Manh Lecmd/compile: fix inline static init arguments substitue...
2023-02-07 Cuong Manh Letest: add test for issue 58345
2023-02-06 Keith Randallcmd/compile: ensure first instruction in a function...
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 Cuong Manh Letest: enable inlining tests for functions with local...
2023-01-31 Cuong Manh Lecmd/compile: add clear(x) builtin
next