aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/asm/internal
AgeCommit message (Expand)Author
2018-04-09cmd/internal/obj/arm64: add assembler support for load with register offsetfanzha02
2018-04-06cmd/asm/internal/arch: unexport ParseARM64SuffixTobias Klauser
2018-04-06cmd: some semi-automated cleanupsDaniel Martí
2018-04-03cmd/asm, math: add s390x floating point test instructionsMichael Munday
2018-04-03cmd/asm: add essential instructions for AES-GCM on ARM64Fangming.Fang
2018-04-02cmd: remove some unused parametersDaniel Martí
2018-03-27cmd/internal/obj/arm: add DMB instructionYuval Pavel Zholkover
2018-03-27cmd/internal/obj/arm64: add LDPW/LDPSW/STPW to arm64 assemblerBen Shi
2018-03-21runtime,sync/atomic: replace asm BYTEs with insts for x86isharipo
2018-03-20cmd/asm: fix bug about VMOV instruction (move a vector element to another) on...Fangming.Fang
2018-03-20cmd/asm: fix bug about VMOV instruction (move register to vector element) on ...Fangming.Fang
2018-03-19cmd/asm: add ARM64 assembler check for incorrect inputfanzha02
2018-03-14runtime: improve arm64 memclr implementationBalaram Makam
2018-03-14cmd/asm: move manual tests out of generated fileDaniel Martí
2018-03-13cmd/asm: VPERMQ's imm8 arg is an uint8Daniel Martí
2018-03-13cmd/internal/obj/ppc64: implement full operand support for l*arx instructionsCarlos Eduardo Seo
2018-03-13cmd/internal/obj/arm64: support logical instructions targeting RSPCherry Zhang
2018-03-12cmd/asm: fix ARM64 vector register arrangement encoding bugfanzha02
2018-03-08cmd/asm, cmd/internal/obj/ppc64: avoid unnecessary load zerosLynn Boger
2018-03-01cmd/asm: fix assembling return jumpCherry Zhang
2018-02-28cmd/asm: enable several arm64 load & store instructionserifan01
2018-02-27cmd/internal/obj/x86: add missing legacy instsisharipo
2018-02-26cmd: avoid unnecessary type conversionsKunpei Sakai
2018-02-26cmd/compile: track line directives w/ column informationRobert Griesemer
2018-02-22cmd/asm: add arm64 instructions for math optimizationerifan01
2018-02-20all: fix misspellingsShawn Smith
2018-02-15cmd/compile: arm64 intrinsics for math/bits.OnesCountBalaram Makam
2018-02-15cmd/asm, cmd/internal/obj/ppc64: add Immediate Shifted opcodes for ppc64xCarlos Eduardo Seo
2018-02-14cmd/asm: add PRFM instruction on ARM64fanzha02
2018-02-14cmd/internal/obj/mips: support NEG, avoid crash with illegal instructionCherry Zhang
2018-02-13cmd/internal/obj/mips: fix use of R28 on 32-bit MIPSCherry Zhang
2018-02-13cmd/asm: fix crash on bad symbol for TEXTRob Pike
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