aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/x86/obj6.go
AgeCommit message (Expand)Author
2023-01-26runtime: use explicit NOFRAME on darwin/amd64qmuntal
2023-01-24runtime: use explicit NOFRAME on windows/amd64qmuntal
2023-01-23runtime,cmd/internal/obj/x86: use TEB TLS slots on windows/i386qmuntal
2022-11-14runtime,cmd/internal/obj/x86: use TEB TLS slots on windows/amd64qmuntal
2021-11-05cmd/{asm,compile,internal/obj}: add "maymorestack" supportAustin Clements
2021-06-11[dev.typeparams] all: always enable regabig on AMD64Cherry Mui
2021-04-16internal/buildcfg: move build configuration out of cmd/internal/objabiRuss Cox
2021-04-15runtime,runtime/cgo: save all necessary registers on entry to Go on WindowsAustin Clements
2021-04-05cmd/compile: untangle Wrapper and ABIWrapper flagsCherry Zhang
2021-04-05cmd/internal/obj/x86: simplify huge frame prologueAustin Clements
2021-04-02cmd/internal/obj: use REGENTRYTMP* in a few more placesAustin Clements
2021-03-31cmd/internal/obj/x86: use ABI scratch registers for WRAPPER prologueMichael Anthony Knyszek
2021-03-18all: explode GOEXPERIMENT=regabi into 5 sub-experimentsAustin Clements
2021-03-16cmd/asm: when dynamic linking, reject code that uses a clobbered R15Keith Randall
2021-03-04cmd/compile: register abi, morestack work and mole whackingDavid Chase
2021-02-19cmd/asm, cmd/link, runtime: introduce FuncInfo flag bitsRuss Cox
2021-02-08[dev.regabi] cmd/internal/obj/x86: use g register in stack bounds checkCherry Zhang
2021-01-13[dev.regabi] cmd/compile: add code to support register ABI spills around more...David Chase
2020-12-22[dev.regabi] cmd/compile,cmd/link: initial support for ABI wrappersThan McIntosh
2020-10-30reflect,runtime: use internal ABI for selected ASM routines, attempt 2Than McIntosh
2020-10-16cmd/internal/obj: move LSym.Func into LSym.ExtraRuss Cox
2020-08-31cmd/compile,cmd/asm: simplify recording of branch targets, take 2Keith Randall
2020-08-28Revert "cmd/compile,cmd/asm: simplify recording of branch targets"Keith Randall
2020-08-27cmd/compile,cmd/asm: simplify recording of branch targetsKeith Randall
2020-08-27runtime: framepointers are no longer an experiment - hard code themKeith Randall
2020-06-04all: fix dead links to inferno-os bitbucket repositoryTobias Klauser
2019-11-27cmd/internal/obj: mark split-stack prologue nonpreemptibleCherry Zhang
2019-10-25cmd/internal/obj/x86: correct pcsp for ADJSPAustin Clements
2019-10-24cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...Dan Scales
2019-10-17cmd/asm: add missing x86 instructionsArtem Alekseev
2019-10-10all: remove nacl (part 3, more amd64p32)Brad Fitzpatrick
2019-10-09all: remove the nacl port (part 2, amd64p32 + toolchain)Brad Fitzpatrick
2019-04-30cmd/asm: reject BSWAPW on amd64Iskander Sharipov
2019-04-03cmd/compile: handle new panicindex/slice names in optimizationsKeith Randall
2019-03-29cmd/link/ld,cmd/internal/obj,runtime: make the Android TLS offset dynamicElias Naur
2019-02-15cmd/compile: implement shifts by signed amountsKeith Randall
2019-01-09cmd/dist, cmd/link, runtime: fix stack size when cross-compiling aix/ppc64Clément Chigot
2018-05-22cmd/internal/obj: consolidate emitting entry stack mapAustin Clements
2018-05-14cmd/compile: plumb prologueEnd into DWARFDavid Chase
2018-04-02cmd: remove some unused parametersDaniel Martí
2018-03-21all: enable c-shared/c-archive support for freebsd/amd64Tim Wright
2018-02-27cmd/internal/obj/x86: add missing legacy instsisharipo
2018-02-12cmd/internal/obj/x86: adjust SP correctly for tail callsAustin Clements
2017-11-16cmd/compile: fix buglet/typo in DWARF x86 setupThan McIntosh
2017-09-15cmd/internal/obj: change Prog.From3 to RestArgs ([]Addr)isharipo
2017-09-06cmd/asm: add amd64 CLFLUSH instructionisharipo
2017-08-26all: remove some double spaces from commentsDaniel Martí
2017-07-27[dev.debug] cmd/compile: better DWARF with optimizations onHeschi Kreinick
2017-05-01cmd/internal/obj/x86: use LEAx rather than ADDx when calling DUFFxxxx via GOTMichael Hudson-Doyle
2017-04-20cmd/internal/obj: eliminate LSym.VersionJosh Bleecher Snyder