aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/asm/internal/asm/testdata/amd64.s
AgeCommit message (Expand)Author
2019-04-09cmd/internal/obj/x86: allow non-zero offset in TLS referenceCherry Zhang
2018-03-01cmd/asm: fix assembling return jumpCherry Zhang
2017-04-12cmd/internal/obj: stop storing Text flags in From3Josh Bleecher Snyder
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-10[dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranchKeith Randall
2016-01-24cmd/asm: add requested amd64 instructionsRuss Cox
2016-01-24cmd/asm: add test for verification of instruction encodingsRuss Cox
2016-01-24cmd/asm: simplify golden test maintenanceRuss Cox
2015-07-09cmd/asm: add copyright notices to testsRob Pike
2015-03-05cmd/asm: update to use new encoding for x86 instructionsRob Pike
2015-03-03cmd/asm: LOOP is a branch instruction on x86Rob Pike
2015-02-23[dev.cc] cmd/asm: add end to end test for amd64Rob Pike