aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/test
AgeCommit message (Expand)Author
2022-04-21reflect: make more Value methods inlineableJoe Tsai
2022-04-18reflect: make Value.MapRange inlineableJoe Tsai
2022-04-14cmd/compile: modify switches of strings to use jump table for lengthsKeith Randall
2022-04-14cmd/compile: implement jump tablesKeith Randall
2022-04-12cmd/compile: add SARX instruction for GOAMD64>=3Wayne Zuo
2022-04-12Revert "cmd/compile/internal: fix test error on loong64"Bryan Mills
2022-04-12cmd/compile/internal: fix test error on loong64Xiaodong Liu
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-03-09cmd/compile: require -p flagRuss Cox
2022-02-16cmd/go/internal/modload: set errors for packages with invalid import pathsBryan C. Mills
2022-01-13cmd/compile: stop interface conversions for generic method calls from allocatingKeith Randall
2021-10-25cmd/compile/internal/typecheck: record whether an interface is implicitRobert Findley
2021-10-13cmd/compile: fix inst_test.go for riscv5Dan Scales
2021-10-12[dev.typeparams] cmd/compile: add test for number of instantiationsDan Scales
2021-10-08runtime: fix uint64->float32 conversion for softfloatKeith Randall
2021-10-06cmd/compile: add runtime.funcspdelta to intended inlining testJosh Bleecher Snyder
2021-09-27reflect: add Value.{CanInt, CanUint, CanFloat, CanComplex}Fabio Falzoi
2021-09-27runtime: move entry method from _func to funcInfoJosh Bleecher Snyder
2021-09-27runtime: convert _func.entry to a methodJosh Bleecher Snyder
2021-08-28unicode/utf8: add AppendRuneJoe Tsai
2021-08-27cmd/compile/internal/types: unexport New and NewBasicMatthew Dempsky
2021-07-08[dev.typeparams] cmd/compile: cleanup ABI utils testsMatthew Dempsky
2021-06-29[dev.typeparams] cmd/compile: add a field (method) name for function in TestA...Dan Scales
2021-06-11[dev.typeparams] runtime: simplify defer record allocationCherry Mui
2021-06-08[dev.typeparams] runtime: remove variadic defer/go callsCherry Mui
2021-05-25[dev.typeparams] all: merge master (f22ec51) into dev.typeparamsMatthew Dempsky
2021-05-24cmd/compile: ensure equal functions don't do unaligned loadsKeith Randall
2021-05-21[dev.typeparams] runtime: replace funcPC with internal/abi.FuncPCABIInternalCherry Mui
2021-05-08cmd/compile: remove bit operations that modify memory directlyKeith Randall
2021-04-30cmd/compile: handle field padding for register-passed structsThan McIntosh
2021-04-12cmd/compile/internal/amd64: follow-on regabi fix for amd64 zerorangeThan McIntosh
2021-04-12runtime: using wyhash for memhashFallback on 64bit platformMeng Zhuo
2021-03-23cmd/compile/internal/test: update abi tests for recent spec changesThan McIntosh
2021-03-23cmd/compile: optimize codes with arm64 REV16 instructionfanzha02
2021-03-19cmd/compile: add clobberdeadreg modeCherry Zhang
2021-03-17cmd/compile: resurrect clobberdead modeCherry Zhang
2021-03-16cmd/compile: (fixed) spill output parameters passed in registers as autosDavid Chase
2021-03-15Revert "cmd/compile: spill output parameters passed in registers as autos"David Chase
2021-03-15cmd/compile: spill output parameters passed in registers as autosDavid Chase
2021-03-15net: use mid-stack inlining with ReadFromUDP to avoid an allocationJosh Bleecher Snyder
2021-03-09cmd/compile: fix failure to communicate between ABIinfo producer&consumerDavid Chase
2021-03-02cmd/compile: better version of check frame offsets against abiDavid Chase
2021-03-01Revert "cmd/compile: check frame offsets against abi"Bryan C. Mills
2021-02-27cmd/compile: check frame offsets against abiDavid Chase
2021-02-19[dev.typeparams] all: merge master (06b86e9) into dev.typeparamsRobert Griesemer
2021-02-19cmd/asm, cmd/link, runtime: introduce FuncInfo flag bitsRuss Cox
2021-02-17[dev.typeparams] merge master (2f0da6d) into dev.typeparamsRob Findley
2021-02-17cmd/compile/internal/test: gofmt abiutils_test.goCherry Zhang
2021-01-28[dev.typeparams] cmd/compile: start adding info needed for typeparams in typ...Dan Scales