]> Cypherpunks.ru repositories - gostls13.git/history - test
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / test /
2023-01-31 Jakub Ciolekcmd/compile: inline known-size memclrNoHeapPointers...
2023-01-28 Keith Randallcmd/compile: fix -m=2 output for recursive function...
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-26 Matthew Dempskycmd/compile/internal/noder: stop creating TUNION types
2023-01-25 Matthew Dempskycmd: remove GOEXPERIMENT=nounified knob
2023-01-24 Paul E. Murphytest/codegen: accept ppc64x as alias for ppc64le and...
2023-01-24 Matthew Dempskytest: remove TODO in issue20250.go
2023-01-24 Keith RandallRevert "cmd/compile: teach prove about bitwise OR opera...
2023-01-24 Than McIntoshcmd/compile: flag 'large' functions when -m=2+ in effect
2023-01-23 Jorropocmd/compile: teach prove about unsigned division, modul...
2023-01-23 Jakub Ciolekcmd/compile: make loopbce handle 8, 16 and 32 bit induc...
2023-01-23 David Chaseinternal/abi,runtime: refactor map constants into one...
2023-01-21 Keith Randalltest: test that we schedule OpArgIntReg early
2023-01-21 Keith Randallcmd/compile: sort liveness variable reports
2023-01-20 Jorropocmd/compile: AMD64v3 remove unnecessary TEST comparisio...
2023-01-20 Jorropocmd/compile: rewrite empty makeslice to zerobase pointer
2023-01-20 Keith Randallcmd/compile: improve scheduling pass
2023-01-19 Keith Randallcmd/compile: add anchored version of SP
2023-01-19 Russ Coxruntime: replace panic(nil) with panic(new(runtime...
2023-01-18 Cuong Manh Lecmd/compile: fix unsafe.{SliceData,StringData} escape...
2023-01-17 Matthew Dempskycmd/compile: fix static init inlining for hidden node...
2023-01-17 Keith Randallcmd/compile: ensure temp register mask isn't empty
2023-01-11 Robert Findleygo/types, types2: don't look up fields or methods when...
2023-01-09 Marcel Meyerall: fix typos in go file comments
2023-01-04 Robert Griesemercmd/compile: use "satisfies" (not "implements") for...
2022-12-14 Matthew Dempskycmd/compile: desugar OCALLMETH->OCALLFUNC within devirt...
2022-12-09 Keith Randallcmd/compile: fix conditional select rule
2022-12-06 Keith Randallcmd/compile: turn off jump tables when spectre retpolin...
2022-12-03 cui fliterall: fix some comments for method
2022-11-30 Cuong Manh Lecmd/compile: fix inline static init with derived types
2022-11-30 Keith Randallcmd/compile: disallow CMOV optimization with ptr arithm...
2022-11-23 Russ Coxcmd/compile: reenable inlstaticinit
2022-11-22 Matthew Dempskycmd/compile: add -d=inlstaticinit debug flag
2022-11-21 Matthew Dempskycmd/compile: reject anonymous interface cycles
2022-11-18 Wayne Zuocmd/compile: fix wrong optimization for eliding Not...
2022-11-17 Cuong Manh Lecmd/compile: fix broken IR for iface -> eface
2022-11-17 Cuong Manh Lecmd/compile: fix static init for inlined calls
2022-11-17 Cuong Manh Letest: remove optimizationOff
2022-11-17 Russ Coxcmd/compile: handle integer conversions in static init...
2022-11-16 Russ Coxtest: fix noinit on noopt builder
2022-11-16 Russ Coxcmd/compile: handle simple inlined calls in staticinit
2022-11-15 Cuong Manh Lecmd/compile: fix missing typecheck for static initializ...
2022-11-14 Paul E. Murphycmd/compile: merge zero constant ISEL in PPC64 lateLowe...
2022-11-11 Cuong Manh Letest: add regression test for issue 53439
2022-11-09 Wayne Zuocmd/compile: enable brachelim pass on loong64
2022-11-08 Matthew Dempskycmd/compile: fix transitive inlining of generic functions
2022-11-07 Paul E. Murphycodegen: check for PPC64 ISEL in condmove tests
2022-11-03 Matthew Dempskycmd/compile: allow ineffectual //go:linkname in -lang...
2022-11-03 Paul E. Murphycmd/compile/internal/ssa: re-adjust CarryChainTail...
2022-11-01 Austin Clementstest/bench/go1: eliminate start-up time
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-20 Keith Randallcmd/compile: in compiler errors, print more digits...
2022-10-18 Youlin Fengruntime: replace all uses of CtzXX with TrailingZerosXX
2022-10-12 Michael Matloobtest: update test/run.go and some tests to use importcfg
2022-10-12 Cuong Manh Leall: prevent fakePC overflow on 386 in libfuzzer mode
2022-10-10 Ian Lance Taylortest: add test case that caused a bogus error from...
2022-10-10 Cuong Manh Lecmd/compile: fix missing walk pass for static initializ...
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-10-01 Cuong Manh Letest: skip inlining check in escape4.go
2022-10-01 Cuong Manh Letest: relax closure name matching in closure3.go
2022-09-30 Cuong Manh Letest: enable issue47631.go for Unified IR
2022-09-30 Michael Prattcmd/compile: eagerly create LSym for closures
2022-09-29 Robert Griesemergo/types, types2: more concise error messages for cycle...
2022-09-28 Robert Griesemercmd/compile: use "shifted operand %s (type %s) must...
2022-09-28 Robert Griesemercmd/compile: use "cannot use %s as %s value in %s:...
2022-09-27 Robert Griesemercmd/compile: use "method T.m already declared" for...
2022-09-27 Robert Griesemergo/types, types2: use "unknown field f in struct litera...
2022-09-27 Robert Griesemergo/types, types2: use "and not used" instead of "but...
2022-09-27 Keith Randallcmd/compile: use stricter rule for possible partial...
2022-09-27 TomCao New Macbook Proall: replace [0-9] with \d in regexps
2022-09-24 cuiweixiecmd/compile: use "missing method m" instead of "missing...
2022-09-23 Robert Griesemercmd/compile: use "init... cycle" instead of "init....
2022-09-20 eric fangcmd/compile: Add some CMP and CMN optimization rules...
2022-09-19 Matthew Dempskycmd/compile: skip emitting dictionaries with missing...
2022-09-19 Matthew Dempskycmd/compile: implement slice-to-array conversions
2022-09-19 Matthew Dempskytest: add regress test for issue 55101
2022-09-19 Keith Randallcmd/compile: avoid using destination pointer base type...
2022-09-19 Cuong Manh Lecmd/compile/internal/typebits: relax alignment check
2022-09-17 Joel Singcmd/compile: resolve known outcomes for SLTI/SLTIU...
2022-09-15 Wayne Zuocmd/compile: make encoding/binary appends cheaper to...
2022-09-09 Cuong Manh Lesync: convert RWMutex.{readerCount,readerWait} to atomi...
2022-09-08 Robert Griesemergo/types, types2: implement slice-to-array conversions
2022-09-07 ruinancmd/compile: Add shiftIsBounded check for logic shifts...
2022-09-07 Matthew Dempskycmd/compile/internal/noder: fix type switch case vars...
2022-09-07 Matthew Dempskytest: add failing test case for inlined type switches
2022-09-07 Matthew Dempskytest: fix typo in escape_unsafe.go
2022-09-07 Cuong Manh Letest: add regression test for issue 54911
2022-09-07 Ian Lance TaylorRevert "sync: convert Once.done to atomic type"
2022-09-06 Cuong Manh Lecmd/compile: do not devirtualize defer/go calls
2022-09-06 cuiweixiesync: convert Once.done to atomic type
2022-09-02 Austin Clementsruntime: drop function context from traceback
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
next