aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/asm
AgeCommit message (Expand)Author
2016-10-28cmd/asm, cmd/internal/obj/ppc64: Add vector scalar (VSX) registers and instru...Carlos Eduardo Seo
2016-10-25cmd/internal: add shift opcodes with shift operands on ppc64xLynn Boger
2016-10-21cmd/asm, cmd/internal/obj/s390x: fix VFMA and VFMS encodingMichael Munday
2016-10-20cmd/internal/obj/x86: add some missing AMD64 instructionsIlya Tocar
2016-10-17cmd/compile: merge loads into operations on s390xMichael Munday
2016-10-07cmd/{asm,compile}: replace TESTB op with CMPWconst on s390xMichael Munday
2016-10-06cmd/asm, cmd/internal/obj/s390x: delete unused instructionsMichael Munday
2016-10-06cmd/{asm,compile}: add ANDW, ORW and XORW instructions to s390xMichael Munday
2016-10-05cmd/asm: close file before removeYasuhiro Matsumoto
2016-09-27cmd/asm: fix parsing of the s390x VLE{G,F,H,B} instructionsMichael Munday
2016-09-27cmd/asm: add s390x instructions BLTU and BLEUMichael Munday
2016-09-27cmd/asm, cmd/internal/obj/s390x: improve add/multiply-immediate codegenMichael Munday
2016-09-19cmd/compile: intrinsify Ctz{32,64} and Bswap{32,64} on s390xMichael Munday
2016-09-19cmd/asm, cmd/internal/obj/ppc64: add ppc64 vector registers and instructionsCarlos Eduardo Seo
2016-09-17cmd/internal/obj: replace AGLOBL with (*Link).GloblMatthew Dempsky
2016-09-13cmd/asm: ppc64le support for ISEL for use by SSALynn Boger
2016-09-12cmd/asm, cmd/internal/obj/s390x: add new s390x instructions for SSAMichael Munday
2016-09-09cmd: use obj.GOOS, obj.GOARCH, etcDavid Crawshaw
2016-08-26cmd/internal/obj/s390x: add FIDBR and FIEBR instructionsMichael Munday
2016-08-26cmd/internal/obj/s390x: add atomic operation instructionsMichael Munday
2016-08-25cmd/{asm,compile/internal}: delete dead codeDave Cheney
2016-08-24cmd/asm, go/build: invoke cmd/asm only once per packageJosh Bleecher Snyder
2016-08-16cmd/internal/obj: convert Aconv to a stringerMichael Pratt
2016-08-15[dev.ssa] cmd/compile, etc.: more ARM64 optimizations, and enable SSA by defaultCherry Zhang
2016-05-06cmd/internal/obj/x86: add AVX2 instrutions needed for sha1/sha512/sha256 acce...Ilya Tocar
2016-05-01cmd/asm, cmd/internal/obj/mips: add an alias of RSB on mips64xCherry Zhang
2016-05-01cmd/asm/internal/asm/testdata: remove WORD $foo(SB) from mips64.sCherry Zhang
2016-04-28cmd/compile: allow 64-bit multiplication with immediates on s390xMichael Munday
2016-04-15cmd: remove unnecessary type conversionsMatthew Dempsky
2016-04-14cmd/internal/obj: remove use of package bioMatthew Dempsky
2016-04-14cmd/internal/obj: change Link.Flag_shared to boolMatthew Dempsky
2016-04-11cmd/internal/obj/s390x: add MULHD instructionMichael Munday
2016-04-09cmd: remove bio.BufReader and bio.BufWriterDave Cheney
2016-04-07cmd: extract obj's Biobuf code into new bio packageMatthew Dempsky
2016-04-07cmd: add new common architecture representationMatthew Dempsky
2016-03-30cmd/asm: add s390x supportMichael Munday
2016-03-28Revert "cmd/asm: add s390x support"Matthew Dempsky
2016-03-28cmd/asm: add s390x supportMichael Munday
2016-03-14cmd/compile: convert data siz to intJosh Bleecher Snyder
2016-03-14cmd/internal/obj, cmd/asm: get rid of obj.ADATAMatthew Dempsky
2016-03-14cmd/all: stop generating ADATA ProgsJosh Bleecher Snyder
2016-03-08cmd/internal/obj: add As type for assembly opcodesMatthew Dempsky
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-29[dev.ssa] Merge remote-tracking branch 'origin/master' into ssamergeKeith Randall
2016-02-25cmd/asm: fix EOF message on operand parsing errors.Tal Shprecher
2016-02-24cmd/compile: don't free the Prog list if we look at it after flushKeith Randall
2016-02-24all: fix typos and spellingMartin Möhrmann
2016-02-23[dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranchKeith Randall
2016-02-19cmd/asm: remove support for amd64 3DNow! instructionsRuss Cox
2016-02-10[dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranchKeith Randall