aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal
AgeCommit message (Expand)Author
2021-05-14cmd/internal/obj/arm64: disable AL and NV for some condition operation instru...eric fang
2021-05-10cmd/internal/objfile: add objabi.SNOPTRDATA to "D"Tao Qingyun
2021-05-10runtime/cgo,cmd/internal/obj/ppc64: fix signals with cgoLynn Boger
2021-05-07cmd/internal/obj: consolidate MOVB cases with other MOV ops on ppc64Paul E. Murphy
2021-05-05crypto/ed25519: replace internal/edwards25519 with filippo.io/edwards25519Filippo Valsorda
2021-05-03cmd/compile: add traceback argument info to ABI0 assembly functionsCherry Zhang
2021-04-30cmd/internal/archive: make error message contain printable characters onlyCherry Zhang
2021-04-30cmd/internal/objfile: emit better error for Go object of a different versionCherry Zhang
2021-04-30cmd/internal/obj/ppc64: simplify got/toc address classificationPaul E. Murphy
2021-04-30cmd/internal/obj/arm64: fix the size of STP series instructions in optaberic fang
2021-04-28cmd/internal/obj/arm64: fix the wrong error message of out-of-range checkingeric fang
2021-04-27cmd/internal/obj: refactor ppc64 address relocation code generationPaul E. Murphy
2021-04-26syscall, etc.: use abi.FuncPCABI0 for libc syscall wrappersCherry Zhang
2021-04-22cmd/compile, runtime: add metadata for argument printing in tracebackCherry Zhang
2021-04-22cmd/asm: fix RLDCR const1,reg,const2,reg on ppc64Paul E. Murphy
2021-04-22cmd/internal/obj/arm64: fix the wrong ROR operator of some instructionseric fang
2021-04-16internal/buildcfg: move build configuration out of cmd/internal/objabiRuss Cox
2021-04-16cmd/internal/objabi,test: use correct GOEXPERIMENT build tags in test/run.goAustin Clements
2021-04-16internal/goexperiment: move baseline configuration to objabiAustin Clements
2021-04-15cmd/internal/obj: consolidate AMOVW and AMOVWZ optab entriesPaul E. Murphy
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