aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal
AgeCommit message (Expand)Author
2021-04-15runtime,runtime/cgo: save all necessary registers on entry to Go on WindowsAustin Clements
2021-04-15internal/bytealg: port more performance-critical functions to ABIInternalAustin Clements
2021-04-15cmd/internal/obj/arm64: fix the wrong sp dst register of ADDS/SUBS instructionseric fang
2021-04-14runtime: update debug call protocol for register ABIMichael Anthony Knyszek
2021-04-14cmd/internal/obj: don't emit args_stackmap for ABIInternal asm funcsThan McIntosh
2021-04-13runtime: eliminate externalthreadhandlerAustin Clements
2021-04-13cmd/link: support 32b TLS_LE offsets on PPC64Paul E. Murphy
2021-04-09cmd/internal/objabi: make GOEXPERIMENT=none mean "no experiment flags"Austin Clements
2021-04-08cmd/internal/objabi: clarify initialization of ExperimentsAustin Clements
2021-04-08cmd/internal/objabi: make GOEXPERIMENT be a diff from default experimentsAustin Clements
2021-04-08cmd/compile,cmd/internal/objabi: abstract out object header stringAustin Clements
2021-04-08internal/goexperiment,cmd: consolidate GOEXPERIMENTs into a new packageAustin Clements
2021-04-08runtime: drop haveexperiment, sys.GOEXPERIMENTAustin Clements
2021-04-07cmd/internal/obj: remove ppc64 msr support from MOV* insnsPaul E. Murphy
2021-04-06cmd/internal/obj: reorg ppc64 MOV* optab entries and remove unused classesPaul E. Murphy
2021-04-06runtime: use funcID to identify abort in isAbortPCMichael Anthony Knyszek
2021-04-05cmd/internal/obj: remove duplicate ppc64 spr MOV* optab entriesPaul E. Murphy
2021-04-05cmd/compile: untangle Wrapper and ABIWrapper flagsCherry Zhang
2021-04-05cmd/internal/objabi: remove StackPreemptAustin Clements
2021-04-05cmd/internal/obj/s390x: simplify huge frame prologueAustin Clements
2021-04-05cmd/internal/obj/riscv: simplify huge frame prologueAustin Clements
2021-04-05cmd/internal/obj/ppc64: simplify huge frame prologueAustin Clements
2021-04-05cmd/internal/obj/mips: simplify huge frame prologueAustin Clements
2021-04-05cmd/internal/obj/arm64: simplify huge frame prologueAustin Clements
2021-04-05cmd/internal/obj/arm: simplify huge frame prologueAustin Clements
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-04-01runtime: fix uses of ABIInternal PCs in assemblyAustin Clements
2021-03-31cmd/internal/obj/x86: use ABI scratch registers for WRAPPER prologueMichael Anthony Knyszek
2021-03-31runtime: replace reflectcall of defers with direct callAustin Clements
2021-03-29cmd/internal/obj/ppc64: remove bogus MOVBU optab entryPaul E. Murphy
2021-03-29cmd/compile: restructure ABI wrapper generation, export ABIAustin Clements
2021-03-29cmd/compile: update a few stale commentsAustin Clements
2021-03-24cmd/internal/moddeps: fix false positive when $TMPDIR is symlinkedDmitri Shuralyov
2021-03-24cmd/compile, cmd/link: use weak reference in itabCherry Zhang
2021-03-24cmd/internal/obj: remove bogus load/store optab entries from ppc64Paul E. Murphy
2021-03-23cmd/compile: wrap/desugar defer calls for register abiThan McIntosh
2021-03-23cmd/internal/obj/arm64: fix constant pool size calculation erroreric fang
2021-03-23cmd/{compile,link}: relocate generation of DWARF for global varsThan McIntosh
2021-03-22cmd/internal/obj/arm64: mark functions with small stacks NOSPLITeric fang
2021-03-19cmd/internal/obj/ppc64: consolidate memory classificationsPaul E. Murphy
2021-03-19cmd/asm: complete the support for VDUP on arm64fanzha02
2021-03-18cmd/internal/objabi,runtime: simplify sys.GOEXPERIMENT parsingAustin Clements
2021-03-18cmd: move experiment flags into objabi.ExperimentAustin Clements
2021-03-18all: explode GOEXPERIMENT=regabi into 5 sub-experimentsAustin Clements
2021-03-18cmd/internal/objabi: support boolean GOEXPERIMENTsAustin Clements
2021-03-18cmd/dist: build bootstrap without GOEXPERIMENTAustin Clements
2021-03-18cmd/internal/objabi: centralize GOEXPERIMENT parsingAustin Clements
2021-03-18cmd/compile,cmd/internal/obj/riscv: load >32-bit constants from memory for ri...Joel Sing
2021-03-16cmd/asm: when dynamic linking, reject code that uses a clobbered R15Keith Randall