aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/asm
AgeCommit message (Expand)Author
2016-01-26cmd/asm: add amd64 HADDPD/HADDPSRuss Cox
2016-01-24cmd/asm: reject foo(SB)(AX) instead of silently treating as foo(SB)Russ Cox
2016-01-24cmd/asm: add amd64 PDEP, PEXT, and related integer VEX instructionsRuss Cox
2016-01-24cmd/asm: add requested amd64 instructionsRuss Cox
2016-01-24cmd/asm: correct, complete newly added AVX instructionsRuss Cox
2016-01-24cmd/asm: add x86 POPCNTW, POPCNTLRuss Cox
2016-01-24cmd/asm: add generated test of amd64 instruction encodingsRuss Cox
2016-01-24cmd/asm: add test for verification of instruction encodingsRuss Cox
2016-01-24cmd/asm: add -e flag (no limit on errors) to match compilerRuss Cox
2016-01-24cmd/asm: report more than one instruction encoding errorRuss Cox
2016-01-24cmd/asm: simplify golden test maintenanceRuss Cox
2015-11-26cmd/internal/obj/x86: add support for TSX instructionssergey.arseev
2015-11-19cmd/asm: add doc.goRob Pike
2015-11-12cmd/asm: added support for GOARCH=mips64{,le}Yao Zhang
2015-11-08cmd/asm/internal/lex: format error correctlyDominik Honnef
2015-09-21cmd/asm: fix crash triggered by nested #defineRob Pike
2015-09-18asm: handle EOF betterRob Pike
2015-09-18asm: give error message for unadorned symbol referenceRob Pike
2015-09-17cmd/asm/internal/asm: add aliases for ARM64 condition codesAram Hăvărneanu
2015-09-15asm: more early returns on errorsRob Pike
2015-09-11cmd/asm: fix some fuzz bugsRob Pike
2015-09-05cmd/asm: fix another infinite loop in register list parserDidier Spezia
2015-09-04cmd/asm: fix handling of nested #if[n]defsMichael Hudson-Doyle
2015-09-03cmd/asm: handle CMPF and CMPD on ARMRob Pike
2015-09-02cmd/asm: fix several panics with erroneous inputDidier Spezia
2015-08-31cmd/internal/obj/arm: remove CASE and BCASEDave Cheney
2015-08-27cmd/asm: fix potential infinite loop in parserDidier Spezia
2015-07-28cmd/asm: fix and test CALL, JMP aliases on arm, arm64, ppc64Russ Cox
2015-07-15asm: fix error messages and comments for "register pair"Rob Pike
2015-07-09cmd/asm: add copyright notices to testsRob Pike
2015-06-26cmd/asm: add tests for erroneous expressionsRob Pike
2015-06-23cmd/asm: fix shifts again, this time for sureRob Pike
2015-06-22cmd/asm: fix handling of negative shifts.Rob Pike
2015-06-22cmd/asm: remove needless check for negative right shiftRob Pike
2015-06-21cmd/asm: remove pointless check for negative uintRob Pike
2015-06-11all: fix misprints in commentsAinar Garipov
2015-06-06cmd/asm: drop legacy RETURN mnemonic on ppc64Austin Clements
2015-05-30cmd/asm: delete Addr.Reg2Josh Bleecher Snyder
2015-05-29cmd/internal/obj: make Prog.From3 a pointerRuss Cox
2015-05-28cmd/internal/obj: make arm64 use RegTo2 instead of a full fledged Addr To2Shenghou Ma
2015-05-21all: retire architecture letter in file names, public APIRuss Cox
2015-05-15cmd/internal/obj: update callers to Linkline{fmt,hist} and removeMatthew Dempsky
2015-05-01cmd/internal/obj: clean up BiobufDave Cheney
2015-04-28cmd/asm: add comments back for aliases on jumps for x86Rob Pike
2015-04-20cmd/internal/obj: remove useless Trimpath field and fix usersMatthew Dempsky
2015-04-10cmd/internal/obj/x86, cmd/internal/ld, cmd/6l: 6g/asm -dynlink accesses globa...Michael Hudson-Doyle
2015-04-09cmd/internal/obj/arm64, cmd/asm/internal/asm: support CSEL instruction on arm64Dave Cheney
2015-04-08cmd/asm: remove object file if assembly fails.Rob Pike
2015-04-08cmd/asm/internal/asm: add arm64 end to end testsDave Cheney
2015-04-08cmd/asm/internal/asm: parse arm64 register pairs for LDP/STPShenghou Ma