aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/amd64/galign.go
AgeCommit message (Expand)Author
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-05-27[dev.typeparams] cmd/compile: add arg/result register load/spill code on ARM64Cherry Mui
2021-04-14cmd/compile: rework/reduce partially lived argument spillingCherry Zhang
2021-04-06cmd/compile: load results into registers on open defer return pathCherry Zhang
2020-12-23[dev.regabi] cmd/compile: split out package ssagen [generated]Russ Cox
2019-10-28cmd/compile: delete ZeroAutoCherry Zhang
2019-10-10all: remove nacl (part 3, more amd64p32)Brad Fitzpatrick
2019-02-25cmd/compile: call ginsnop, not ginsnop2 on ppc64le for mid-stack inlining tra...Lynn Boger
2017-04-20cmd/compile: zero ambiguously live variables at VARKILLsKeith Randall
2017-04-20cmd/compile/internal/gc: make defframe arch-independentMatthew Dempsky
2017-04-19cmd/internal/objabi: extract shared functionality from objMatthew Dempsky
2017-04-07cmd/internal/obj: eagerly initialize assemblersJosh Bleecher Snyder
2017-03-25cmd/internal/obj: eagerly initialize x86 assemblerJosh Bleecher Snyder
2017-03-20cmd/compile: remove ProgInfo tablesMatthew Dempsky
2017-03-17cmd/compile: eliminate direct uses of gc.Thearch in backendsMatthew Dempsky
2017-03-13cmd/compile/internal/gc: refactor ACALL Prog creationMatthew Dempsky
2016-09-16cmd/compile: remove Arch.REGCTXTMatthew Dempsky
2016-09-16cmd/compile: change goarch.Main into goarch.InitMatthew Dempsky
2016-09-16cmd/compile: reorganize SSA register numberingKeith Randall
2016-09-16cmd/compile: remove BetypeinitMatthew Dempsky
2016-09-16cmd/compile: remove traces of old register allocatorMatthew Dempsky
2016-09-15cmd/compile: remove ginsJosh Bleecher Snyder
2016-09-15cmd/compile: delete lots of the legacy backendKeith Randall
2016-09-09cmd: use obj.GOOS, obj.GOARCH, etcDavid Crawshaw
2016-05-26build: enable framepointer mode by defaultRuss Cox
2016-04-07cmd: add new common architecture representationMatthew Dempsky
2016-03-15cmd/compile/internal/gc: remove Thearch.LinkarchinitDave Cheney
2016-03-15cmd/compile/internal: clean up galign.go constantsDave Cheney
2016-03-14cmd/compile: remove amd64 code from package gc and the core gen toolMichael Pratt
2016-03-08cmd/internal/obj: add As type for assembly opcodesMatthew Dempsky
2016-03-03cmd/compile: eliminate arch-specific typedefsMatthew Dempsky
2015-09-04cmd/compile/internal: slice/map literals janitoringDidier Spezia
2015-05-21cmd/compile, cmd/link: create from 5g, 5l, etcRuss Cox