aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/arm64
AgeCommit message (Expand)Author
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-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-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-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/arm64: fix the wrong sp dst register of ADDS/SUBS instructionseric fang
2021-04-05cmd/internal/obj/arm64: simplify huge frame prologueAustin Clements
2021-03-23cmd/internal/obj/arm64: fix constant pool size calculation erroreric fang
2021-03-22cmd/internal/obj/arm64: mark functions with small stacks NOSPLITeric fang
2021-03-19cmd/asm: complete the support for VDUP on arm64fanzha02
2021-03-12cmd/internal/obj/arm64: add support for op(extended register) with RSP argumentsfanzha02
2021-03-04cmd/internal/obj/arm64: remove unncessary class check in addpooleric fang
2021-03-04cmd/internal/obj/asm64: add support for moving BITCON to RSPeric fang
2021-03-04cmd/asm: add arm64 instructions VUMAX and VUMINeric fang
2021-03-04cmd/asm: add 128-bit FLDPQ and FSTPQ instructions for arm64eric fang
2021-02-19runtime: enable framepointer on all arm64Russ Cox
2021-02-19cmd/asm, cmd/link, runtime: introduce FuncInfo flag bitsRuss Cox
2021-01-23cmd/internal/obj/arm64: fix VMOVQ instruction encoding erroreric fang
2020-11-04cmd/asm: rename arm64 instructions LDANDx to LDCLRxJonathan Swinney
2020-10-29cmd/internal/obj/arm64: add CASx/CASPx instructionsfanzha02
2020-10-29cmd/asm: add several arm64 SIMD instructionsfanzha02
2020-10-29cmd/asm: refactor some encoding functions for load/store with immediate offse...fanzha02
2020-10-16cmd/internal/obj: move LSym.Func into LSym.ExtraRuss Cox
2020-10-10cmd/asm: Add SHA3 hardware instructions for ARM64Meng Zhuo
2020-10-07cmd/internal/obj/arm64: only emit R_CALLIND relocations on callsCherry Zhang
2020-10-06runtime: use sigaltstack on macOS/ARM64Cherry Zhang
2020-09-25cmd/asm: fix the issue of moving 128-bit integers to vector registers on arm64fanzha02
2020-09-16cmd/internal/obj/arm64: optimize the instruction of moving long effective sta...diaxu01
2020-09-10cmd/asm: add more SIMD instructions on arm64Junchen Li
2020-09-10cmd/internal/obj/arm64: enable some SIMD instructionsfanzha02
2020-09-07cmd/asm: fix the error of checking the post-index offset of VLD[1-4]R instruc...fanzha02
2020-08-31cmd/compile,cmd/asm: simplify recording of branch targets, take 2Keith Randall
2020-08-28cmd/asm: Always use go-style arrangement specifiers on ARM64Xiangdong Ji
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-08-20cmd/internal/obj: stop removing NOPs from instruction streamKeith Randall
2020-08-18cmd/asm: Add SHA512 hardware instructions for ARM64Meng Zhuo
2020-06-09cmd/asm: fix the encoding error of VCNT instruction for arm64eric fang
2020-06-03cmd/internal/obj/arm64: fix typos in documentfanzha02
2020-05-13cmd/internal/obj: add stmt prologueEnd to DWARF for arm64David Chase
2020-05-08cmd/internal/obj/arm64: fix 32-bit BITCON testCherry Zhang
2020-05-07cmd/internal/obj/arm64: fix typos in documentfanzha02
2020-05-06cmd/internal/obj, runtime: preempt & restart some instruction sequencesCherry Zhang
2020-05-01doc, cmd/internal/obj/arm64: update the directives in the docfanzha02