aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj
AgeCommit message (Expand)Author
2021-08-20cmd/internal/obj/arm64: disable the pre and post index formats for pseudo reg...eric fang
2021-08-18cmd/internal/obj/arm64: don't use REGTMP when moving C_AACON2 to a registereric fang
2021-08-18cmd/internal/obj/arm64: fix the encoding error when operating with ZReric fang
2021-08-12[dev.typeparams] all: merge master (46fd547) into dev.typeparamsMatthew Dempsky
2021-08-10doc: use "high address/low address" instead of "top/bottom"fanzha02
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-07-21[dev.typeparams] cmd/compile: introduce named gcshape typesKeith Randall
2021-06-30[dev.typeparams] all: merge master (4711bf3) into dev.typeparamsMatthew Dempsky
2021-06-29cmd/internal/obj/arm64: fix an encoding error of CMPW instructioneric fang
2021-06-11[dev.typeparams] all: always enable regabig on AMD64Cherry Mui
2021-06-02[dev.typeparams] runtime: mark assembly functions called directly from compil...Cherry Mui
2021-05-26[dev.typeparams] cmd/compile: add morestack arg spilling code on ARM64Cherry Mui
2021-05-26[dev.typeparams] cmd/internal/obj/arm64: use ABI-compatible registers in func...Cherry Mui
2021-05-14cmd/internal/obj/arm64: disable AL and NV for some condition operation instru...eric fang
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-03cmd/compile: add traceback argument info to ABI0 assembly functionsCherry 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-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-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-15cmd/internal/obj/arm64: fix the wrong sp dst register of ADDS/SUBS instructionseric fang
2021-04-14cmd/internal/obj: don't emit args_stackmap for ABIInternal asm funcsThan McIntosh
2021-04-13cmd/link: support 32b TLS_LE offsets on PPC64Paul E. Murphy
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-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/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-03-31cmd/internal/obj/x86: use ABI scratch registers for WRAPPER prologueMichael Anthony Knyszek
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/compile, cmd/link: use weak reference in itabCherry Zhang
2021-03-24cmd/internal/obj: remove bogus load/store optab entries from ppc64Paul E. Murphy