summaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/test
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: require -p flagRuss Cox2022-03-093-4/+4
* cmd/go/internal/modload: set errors for packages with invalid import pathsBryan C. Mills2022-02-161-1/+1
* cmd/compile: stop interface conversions for generic method calls from allocatingKeith Randall2022-01-131-0/+62
* cmd/compile/internal/typecheck: record whether an interface is implicitRobert Findley2021-10-251-1/+1
* cmd/compile: fix inst_test.go for riscv5Dan Scales2021-10-131-1/+3
* [dev.typeparams] cmd/compile: add test for number of instantiationsDan Scales2021-10-124-0/+144
* runtime: fix uint64->float32 conversion for softfloatKeith Randall2021-10-081-1/+1
* cmd/compile: add runtime.funcspdelta to intended inlining testJosh Bleecher Snyder2021-10-061-0/+1
* reflect: add Value.{CanInt, CanUint, CanFloat, CanComplex}Fabio Falzoi2021-09-271-0/+4
* runtime: move entry method from _func to funcInfoJosh Bleecher Snyder2021-09-271-1/+1
* runtime: convert _func.entry to a methodJosh Bleecher Snyder2021-09-271-0/+1
* unicode/utf8: add AppendRuneJoe Tsai2021-08-281-0/+1
* cmd/compile/internal/types: unexport New and NewBasicMatthew Dempsky2021-08-271-1/+1
* [dev.typeparams] cmd/compile: cleanup ABI utils testsMatthew Dempsky2021-07-081-5/+7
* [dev.typeparams] cmd/compile: add a field (method) name for function in TestA...Dan Scales2021-06-291-4/+4
* [dev.typeparams] runtime: simplify defer record allocationCherry Mui2021-06-111-2/+0
* [dev.typeparams] runtime: remove variadic defer/go callsCherry Mui2021-06-081-1/+0
* [dev.typeparams] all: merge master (f22ec51) into dev.typeparamsMatthew Dempsky2021-05-251-0/+96
|\
| * cmd/compile: ensure equal functions don't do unaligned loadsKeith Randall2021-05-241-0/+96
* | [dev.typeparams] runtime: replace funcPC with internal/abi.FuncPCABIInternalCherry Mui2021-05-211-1/+0
|/
* cmd/compile: remove bit operations that modify memory directlyKeith Randall2021-05-081-0/+60
* cmd/compile: handle field padding for register-passed structsThan McIntosh2021-04-301-0/+36
* cmd/compile/internal/amd64: follow-on regabi fix for amd64 zerorangeThan McIntosh2021-04-121-1/+90
* runtime: using wyhash for memhashFallback on 64bit platformMeng Zhuo2021-04-121-2/+2
* cmd/compile/internal/test: update abi tests for recent spec changesThan McIntosh2021-03-231-5/+71
* cmd/compile: optimize codes with arm64 REV16 instructionfanzha022021-03-231-0/+43
* cmd/compile: add clobberdeadreg modeCherry Zhang2021-03-191-1/+9
* cmd/compile: resurrect clobberdead modeCherry Zhang2021-03-171-0/+47
* cmd/compile: (fixed) spill output parameters passed in registers as autosDavid Chase2021-03-161-1/+1
* Revert "cmd/compile: spill output parameters passed in registers as autos"David Chase2021-03-151-1/+1
* cmd/compile: spill output parameters passed in registers as autosDavid Chase2021-03-151-1/+1
* net: use mid-stack inlining with ReadFromUDP to avoid an allocationJosh Bleecher Snyder2021-03-151-1/+4
* cmd/compile: fix failure to communicate between ABIinfo producer&consumerDavid Chase2021-03-091-3/+3
* cmd/compile: better version of check frame offsets against abiDavid Chase2021-03-022-33/+1
* Revert "cmd/compile: check frame offsets against abi"Bryan C. Mills2021-03-011-0/+32
* cmd/compile: check frame offsets against abiDavid Chase2021-02-271-32/+0
* [dev.typeparams] all: merge master (06b86e9) into dev.typeparamsRobert Griesemer2021-02-192-3/+3
|\
| * cmd/asm, cmd/link, runtime: introduce FuncInfo flag bitsRuss Cox2021-02-192-3/+3
* | [dev.typeparams] merge master (2f0da6d) into dev.typeparamsRob Findley2021-02-171-1/+1
|\ \ | |/
| * cmd/compile/internal/test: gofmt abiutils_test.goCherry Zhang2021-02-171-1/+1
* | [dev.typeparams] cmd/compile: start adding info needed for typeparams in typ...Dan Scales2021-01-281-1/+1
* | [dev.typeparams] all: merge dev.regabi (5e4a0cd) into dev.typeparamsMatthew Dempsky2021-01-252-99/+133
|\ \ | |/
| * [dev.regabi] cmd/compile: modify abiutils for recently updated ABIDavid Chase2021-01-252-99/+133
* | [dev.typeparams] all: merge dev.regabi (7e0a81d) into dev.typeparamsMatthew Dempsky2021-01-223-1/+426
|\ \ | |/
| * [dev.regabi] cmd/compile, runtime: fix up comments/error messages from recent...Dan Scales2021-01-162-2/+2
| * [dev.regabi] cmd/compile: refactor abiutils from "gc" into new "abi"David Chase2021-01-132-0/+425
* | [dev.typeparams] all: merge dev.regabi (37f138d) into dev.typeparamsRuss Cox2020-12-2356-0/+42523
|\ \ | |/
| * [dev.regabi] cmd/compile: split out package test [generated]Russ Cox2020-12-2356-0/+42518
|/
* cmd/compile: use magic multiply for unsigned values less than 1<<16 on 32-bit...Rémy Oudompheng2020-10-291-3/+78
* cmd/compile: clean up and optimize s390x multiplication rulesMichael Munday2020-08-181-0/+242