aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/asm
AgeCommit message (Expand)Author
2018-02-06cmd/internal/obj/arm64: fix assemble add/adds/sub/subs/cmp/cmn(extended regis...fanzha02
2018-01-23cmd/internal/obj/arm64: fix assemble VLD1/VST1 bugfanzha02
2017-12-21cmd/internal/obj/arm: fix wrong encoding of NMULAF/NMULAD/NMULSF/NMULSDBen Shi
2017-11-30compiler,linker: support for DWARF inlined instancesThan McIntosh
2017-11-21cmd/internal/obj/x86: fix /is4 encoding for VBLENDisharipo
2017-11-21bytes: add optimized countByte for arm64Wei Xiao
2017-11-21cmd/internal/obj/arm64: fix assemble msr/mrs bugfanzha02
2017-11-20cmd/internal/obj/arm64: fix assemble hlt/hvc/smc/brk/clrex bugfanzha02
2017-11-17cmd/internal/obj/x86: add AVX2 gather and VSIBisharipo
2017-11-13cmd/compile: record original and absolute file names for line directivesgriesemer
2017-11-06runtime: improve IndexByte for ppc64xCarlos Eduardo Seo
2017-11-03cmd/internal/obj/x86: add most missing AVX1/2 instsisharipo
2017-11-03cmd/internal/obj/arm: add BFC/BFI to arm's assemblerBen Shi
2017-11-02cmd/internal/obj/x86: add ADX extensionIlya Tocar
2017-10-30cmd/asm, cmd/internal/obj/s390x, math: add "test under mask" instructionsMichael Munday
2017-10-30cmd/asm, cmd/compile: optimize math.Abs and math.Copysign on s390xMichael Munday
2017-10-30cmd/compile,cmd/internal/obj/ppc64: make math.Abs,math.Copysign instrinsics o...Lynn Boger
2017-10-23cmd/internal/obj/arm64: handle global address in LDP/STPCherry Zhang
2017-10-17cmd/internal/obj/arm: better solution of .S/.P/.U/.W suffix checkBen Shi
2017-10-16cmd/asm: reject STREX with same source and destination register on ARMCherry Zhang
2017-10-13cmd/asm: refine Go assembly for ARM64Wei Xiao
2017-10-10cmd/asm, cmd/internal/obj/ppc64: Fix Data Cache instructions for ppc64xCarlos Eduardo Seo
2017-10-06cmd/asm, cmd/cgo, cmd/compile, cmd/cover, cmd/link: use standard -V outputRuss Cox
2017-10-06cmd/asm: add amd64 EXTRACTPS instructionisharipo
2017-10-05cmd/internal/obj/arm: support more ARMv6 instructionsBen Shi
2017-09-18cmd/internal/obj/x86: add ADDSUBPS/PDDamien Lespiau
2017-09-15cmd/internal/obj: change Prog.From3 to RestArgs ([]Addr)isharipo
2017-09-14cmd/compile,math: improve int<->float conversions on ppc64xLynn Boger
2017-09-11cmd/internal/obj/arm: support more ARM VFP instructionsBen Shi
2017-09-06cmd/internal/obj/x86: add some more AVX2 instructionsAgniva De Sarker
2017-09-06cmd/asm: add most SSE4 missing instructionsisharipo
2017-09-06cmd/asm: add amd64 PALIGNR instructionisharipo
2017-09-06cmd/asm: add amd64 CLFLUSH instructionisharipo
2017-09-06cmd/asm: add amd64 PAB{SB,SD,SW}, PMADDUBSW, PMULHRSW, PSIG{NB,ND,NW}isharipo
2017-08-31cmd/internal/obj/arm: support more ARM VFP instructionsBen Shi
2017-08-29cmd/asm, cmd/internal/obj/ppc64: add ISA 3.0 instructionsCarlos Eduardo Seo
2017-08-28all: remove some unused result paramsDaniel Martí
2017-08-26all: remove some double spaces from commentsDaniel Martí
2017-08-25cmd/internal/obj/arm64: fix assemble fcsels/fcseld bugfanzha02
2017-08-23cmd/internal/obj/arm64: fix assemble fcmp/fcmpe bugfanzha02
2017-08-22cmd/internal/obj/arm64: fix assemble movk bugfanzha02
2017-08-21cmd/internal/obj/arm: support BFX/BFXU instructionsBen Shi
2017-08-18cmd/asm: uncomment tests for amd64 PHADD{SW,W}, PHSUB{D,SW,W}isharipo
2017-08-18cmd/internal/obj/arm: support new arm instructionsBen Shi
2017-08-17cmd/asm: uncomment tests for PCMPESTRI, PHMINPOSUWisharipo
2017-08-15cmd/internal/obj/arm64: fix assemble stxr/stxrw/stxrb/stxrh bugfanzha02
2017-06-30cmd/internal/obj/arm: check illegal base registers in ARM instructionsBen Shi
2017-06-30cmd/internal/obj/arm64: fix assemble LDXP bugfanzha02
2017-06-23cmd/internal/obj/arm: fix wrong encoding of MULBBBen Shi
2017-06-23cmd/internal/obj/arm: fix setting U bit in shifted register offset of MOVBSBen Shi