aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/mips/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-04-16internal/buildcfg: move build configuration out of cmd/internal/objabiRuss Cox
2020-12-23[dev.regabi] cmd/compile: split out package ssagen [generated]Russ Cox
2019-10-28cmd/compile: delete ZeroAutoCherry Zhang
2019-02-25cmd/compile: call ginsnop, not ginsnop2 on ppc64le for mid-stack inlining tra...Lynn Boger
2017-11-30cmd/compile: use soft-float routines for soft-float targetsVladimir Stefanovic
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-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-11-08cmd/compile: add support for GOARCH=mips{,le}Vladimir Stefanovic