aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/x86/obj6.go
AgeCommit message (Expand)Author
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 ondev.debugHeschi 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
2017-04-19cmd/internal/objabi: extract shared functionality from objMatthew Dempsky
2017-04-18cmd/internal/obj: un-embed FuncInfo field in LSymMatthew Dempsky
2017-04-12cmd/internal/obj: stop storing Text flags in From3Josh Bleecher Snyder
2017-04-12cmd/internal/obj: remove Link.Plan9privatesJosh Bleecher Snyder
2017-04-07cmd/internal/obj: add LookupInitJosh Bleecher Snyder
2017-04-07cmd/internal/obj: eagerly initialize assemblersJosh Bleecher Snyder
2017-04-06cmd/internal/obj: unify creation of numeric literal symsJosh Bleecher Snyder
2017-04-06cmd/internal/obj: remove LinklookupJosh Bleecher Snyder
2017-04-06cmd/compile: teach assemblers to accept a Prog allocatorJosh Bleecher Snyder
2017-04-01cmd/internal/obj/*: rename Rconv to rconvDave Cheney
2017-03-30cmd/internal/obj, cmd/link: remove Hwindowsgui everywhereAlex Brainman
2017-03-26cmd/internal/obj: eliminate Prog.ModeJosh Bleecher Snyder
2017-03-26cmd/internal/obj/x86: make ctxt.Cursym localJosh Bleecher Snyder
2017-03-22cmd/internal/obj: eliminate Ctxt.ModeJosh Bleecher Snyder
2017-03-22cmd/internal/obj: eliminate AMODEJosh Bleecher Snyder
2017-02-27cmd/internal/obj/x86: improve static branch prediction for wrapper prologueJosh Bleecher Snyder
2017-02-11cmd/internal/obj/x86: add comments to wrapper prologue insertionJosh Bleecher Snyder
2017-02-11cmd/compile: make panicwrap argument-freeJosh Bleecher Snyder
2017-02-07cmd/internal/obj: remove Follow passCherry Zhang
2016-12-09[dev.inline] cmd/internal/obj: rename Prog.Lineno to Prog.PosDavid Lazar