aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/asm/internal/asm/pseudo_test.go
AgeCommit message (Expand)Author
2021-04-14cmd/asm: require NOSPLIT for ABIInternal asm functionsThan McIntosh
2020-10-19cmd/asm: allow def/ref of func ABI when compiling runtimeThan McIntosh
2019-02-27cmd/asm: improve DATA size operand validationJosh Bleecher Snyder
2018-02-13cmd/asm: fix crash on bad symbol for TEXTRob Pike
2017-01-09[dev.inline] cmd/internal/src: replace src.Pos with syntax.PosRobert Griesemer
2016-03-14cmd/internal/obj, cmd/asm: get rid of obj.ADATAMatthew Dempsky
2016-02-25cmd/asm: fix EOF message on operand parsing errors.Tal Shprecher
2015-09-11cmd/asm: fix some fuzz bugsRob Pike
2015-09-02cmd/asm: fix several panics with erroneous inputDidier Spezia