aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/amd64
AgeCommit message (Expand)Author
2021-12-13cmd/compile/internal/amd64: fix for coverage testingThan McIntosh
2021-10-19cmd/compile: use MOVBE instruction for GOAMD64>=v3wdvxdr
2021-10-19Revert "cmd/compile: use MOVBE instruction for GOAMD64>=v3"Daniel Martí
2021-10-18cmd/compile: use MOVBE instruction for GOAMD64>=v3wdvxdr
2021-10-12cmd/compile: use ANDL for small immediatesJake Ciolek
2021-10-09cmd/compile: use the shorter version of XOR for breaking POPCNT registerJake Ciolek
2021-10-05cmd/compile: add remaining >v1 instructions to v1-only testKeith Randall
2021-10-05cmd/compile: test to ensure we guard GOAMD64>v1 instructionsKeith Randall
2021-10-05cmd/compile: use TZCNT instruction for GOAMD64>=v3wdvxdr
2021-09-22cmd/compile: use BMI1 instructions for GOAMD64=v3 and higherMatthew Dempsky
2021-09-17cmd/compile: restore tail call for method wrappersCherry Mui
2021-09-07cmd/compile: add prefetch intrinsic supportRuslan Andreev
2021-08-31cmd/compile: add MOVOstoreconst with offset folding on amd64Martin Möhrmann
2021-08-03[dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loopAustin Clements
2021-07-30[dev.typeparams] Revert "[dev.typeparams] runtime,cmd/compile,cmd/link: repla...Austin Clements
2021-07-30[dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loopAustin Clements
2021-06-11[dev.typeparams] all: always enable regabig on AMD64Cherry Mui
2021-05-27[dev.typeparams] cmd/compile: add arg/result register load/spill code on ARM64Cherry Mui
2021-05-20[dev.typeparams] cmd/compile, runtime: do not zero X15 on Plan 9Cherry Mui
2021-05-08cmd/compile: remove bit operations that modify memory directlyKeith Randall
2021-04-26cmd/compile: spos handling fixes to improve prolog debuggabilityThan McIntosh
2021-04-16cmd/compile: spill all the parameters around morestackDavid Chase
2021-04-16internal/buildcfg: move build configuration out of cmd/internal/objabiRuss Cox
2021-04-14cmd/compile: rework/reduce partially lived argument spillingCherry Zhang
2021-04-12cmd/compile/internal/amd64: follow-on regabi fix for amd64 zerorangeThan McIntosh
2021-04-06cmd/compile: load results into registers on open defer return pathCherry Zhang
2021-04-05cmd/compile: fix for zerorange on plan9-amd64Than McIntosh
2021-04-02cmd/compile: use ABI0 for cgo_unsafe_args functionsCherry Zhang
2021-03-30cmd/compile: make amd64 version of zerorange regabi-friendlyThan McIntosh
2021-03-19cmd/compile: add clobberdeadreg modeCherry Zhang
2021-03-18all: explode GOEXPERIMENT=regabi into 5 sub-experimentsAustin Clements
2021-03-11cmd/compile: optimize multi-register shifts on amd64Josh Bleecher Snyder
2021-03-09cmd/compile: make ValAndOff.{Val,Off} return an int32Alberto Donizetti
2021-03-04cmd/compile: register abi, morestack work and mole whackingDavid Chase
2021-03-03cmd/compile: handle aggregate OpArg in registersDavid Chase
2021-03-03cmd/compile: retrieve Args from registersDavid Chase
2021-03-02cmd/compile: optimize single-precision floating point square rootfanzha02
2021-02-25cmd/internal/obj: add Prog.SetFrom3{Reg,Const}Josh Bleecher Snyder
2021-02-25cmd/compile: automate resultInArg0 register checksJosh Bleecher Snyder
2021-02-23cmd/compile: guard special register usage with GOEXPERIMENT=regabiCherry Zhang
2021-02-22cmd/compile: correctly use X15 to zero frameCherry Zhang
2021-02-08[dev.regabi] cmd/compile, runtime: reserve R14 as g registers on AMD64Cherry Zhang
2021-02-03[dev.regabi] cmd/compile: reserve X15 as zero register on AMD64Cherry Zhang
2020-12-23[dev.regabi] cmd/compile: split out package ssagen [generated]Russ Cox
2020-12-23[dev.regabi] cmd/compile: split out package objw [generated]Russ Cox
2020-12-23[dev.regabi] cmd/compile: move type size calculations into package types [gen...Russ Cox
2020-12-23[dev.regabi] cmd/compile: group known symbols, packages, names [generated]Russ Cox
2020-11-25[dev.regabi] cmd/compile: introduce cmd/compile/internal/base [generated]Russ Cox
2020-11-25[dev.regabi] cmd/compile: clean up debug flag (-d) handling [generated]Russ Cox
2020-11-14cmd/compile: fix load of interface{}-typed OpIData in expand_callsDavid Chase