summaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/arm64/a.out.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/asm: remove unsupported opcodes MOVNP and STLP for arm64HEADmastererifan012023-05-181-225/+221
* cmd/internal/obj/arm64: remove the transition from $0 to ZReric fang2022-08-231-1/+2
* cmd/asm: add VTBX instruction on arm64Nick Ripley2022-08-091-0/+1
* cmd/asm: add DC instruction on arm64erifan012022-04-011-0/+30
* cmd/asm: add TLBI instruction on arm64erifan012022-04-011-0/+80
* cmd/asm: refactor some operands that are not special registers on arm64erifan012022-04-011-41/+55
* cmd/internal/obj/arm64: add TRN1 and TRN2 instructions supportfanzha022022-03-151-0/+2
* cmd/compile: allow rotates to be merged with logical ops on arm64Keith Randall2021-09-201-3/+4
* cmd/asm: add arm64 instructions VUMAX and VUMINeric fang2021-03-041-0/+2
* cmd/asm: add 128-bit FLDPQ and FSTPQ instructions for arm64eric fang2021-03-041-2/+14
* runtime: enable framepointer on all arm64Russ Cox2021-02-191-1/+1
* cmd/asm: rename arm64 instructions LDANDx to LDCLRxJonathan Swinney2020-11-041-16/+16
* cmd/internal/obj/arm64: add CASx/CASPx instructionsfanzha022020-10-291-0/+14
* cmd/asm: add several arm64 SIMD instructionsfanzha022020-10-291-21/+38
* cmd/asm: Add SHA3 hardware instructions for ARM64Meng Zhuo2020-10-101-0/+4
* cmd/asm: fix the issue of moving 128-bit integers to vector registers on arm64fanzha022020-09-251-1/+3
* cmd/internal/obj/arm64: optimize the instruction of moving long effective sta...diaxu012020-09-161-3/+4
* cmd/asm: add more SIMD instructions on arm64Junchen Li2020-09-101-2/+7
* cmd/internal/obj/arm64: enable some SIMD instructionsfanzha022020-09-101-0/+6
* cmd/asm: Add SHA512 hardware instructions for ARM64Meng Zhuo2020-08-181-0/+4
* cmd/asm: add asimd instruction 'rev16' on arm64Xiangdong Ji2020-02-251-0/+1
* cmd/internal/obj/arm64: add support of NOOP instructiondiaxu012019-10-181-0/+1
* cmd/internal/obj/arm64: add error checking for system registers.diaxu012019-10-081-2/+2
* cmd/asm: add VLD[1-4]R vector instructions on arm64Meng Zhuo2019-10-031-0/+4
* cmd/asm: add V[LD|ST][2-4] vector instructions on arm64Meng Zhuo2019-08-281-0/+6
* cmd/internal/obj/arm64: add support for most system registersfanzha022019-08-281-14/+4
* cmd/compile, runtime: use R20, R21 in ARM64's Duff's devicesCherry Zhang2019-06-261-2/+2
* cmd/asm: add arm64 v8.1 atomic instructionserifan012019-03-061-9/+61
* cmd/internal/obj/arm64: encode large constants into MOVZ/MOVN and MOVK instru...fanzha022018-11-071-0/+2
* cmd/internal/obj/arm64: reclassify 32-bit/64-bit constantsfanzha022018-10-221-0/+1
* cmd/internal/obj/arm64: simplify ADD and SUBBen Shi2018-10-041-0/+1
* cmd/internal/obj/arm64: support more atomic instructionsBen Shi2018-09-041-1/+3
* cmd/internal/obj: support more arm64 FP instructionsBen Shi2018-08-241-0/+4
* cmd/internal/obj/arm64: add SWPALD/SWPALW/SWPALH/SWPALBBen Shi2018-08-201-0/+4
* cmd/compile: improve atomic add intrinsics with ARMv8.1 new instructionWei Xiao2018-06-211-0/+2
* cmd/internal/obj/arm64: add more atomic instructionsBen Shi2018-05-031-0/+16
* cmd/asm: add vector instructions for ChaCha20Poly1305 on ARM64Balaram Makam2018-04-301-0/+3
* cmd/internal/obj/arm64: reorder the assembler's optab entriesfanzha022018-04-281-1/+0
* cmd/asm: add VSRI instruction on ARM64Balaram Makam2018-04-261-0/+1
* cmd/asm: add rev64 instruction on ARM64Fangming.Fang2018-04-191-0/+1
* cmd/internal/obj/arm64: fix the bug of incorrect handling negative offset of ...fanzha022018-04-131-3/+9
* cmd/internal/obj/arm64: support SWPD/SWPW/SWPH/SWPBBen Shi2018-04-111-0/+5
* cmd/internal/obj/arm64: add assembler support for load with register offsetfanzha022018-04-091-0/+2
* go/printer, gofmt: tuned table alignment for better resultsRobert Griesemer2018-04-041-1/+1
* cmd/asm: add essential instructions for AES-GCM on ARM64Fangming.Fang2018-04-031-0/+7
* cmd/internal/obj/arm64: add LDPW/LDPSW/STPW to arm64 assemblerBen Shi2018-03-271-1/+6
* runtime: improve arm64 memclr implementationBalaram Makam2018-03-141-0/+1
* cmd/compile: add DWARF register mappings for ARM64.Than McIntosh2018-03-021-0/+103
* cmd/asm: add arm64 instructions for math optimizationerifan012018-02-221-0/+2
* cmd/compile: arm64 intrinsics for math/bits.OnesCountBalaram Makam2018-02-151-0/+1