aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/asm/internal/flags/flags.go
AgeCommit message (Expand)Author
14 dayscmd/asm, cmd/go: pass -std to assembler for standard library packagesCherry Mui
2025-11-18cmd/asm,cmd/compile,cmd/internal/obj/riscv: use compressed instructions on ri...Joel Sing
2023-08-22cmd/asm,cmd/dist,cmd/go: remove asm -compiling-runtime flagAustin Clements
2022-09-29cmd/asm: use strings.TrimSuffixcuiweixie
2022-09-01cmd/go: support long commands in asm and cgoDaniel Martí
2022-05-11cmd/asm: require -p flagCherry Mui
2022-03-15cmd/asm: support -d=pctab flagCherry Mui
2021-11-05cmd/{asm,compile,internal/obj}: add "maymorestack" supportAustin Clements
2021-02-19cmd/asm, cmd/link, runtime: introduce FuncInfo flag bitsRuss Cox
2020-12-10cmd/go, cmd/asm: pass -linkshared to assembler for shared linkage buildsThan McIntosh
2020-10-20cmd/asm: rename "compiling runtime" flagThan McIntosh
2020-10-19cmd/dist,cmd/go: broaden use of asm macro GOEXPERIMENT_REGABIThan McIntosh
2020-09-17cmd/asm: make asm -S flag consistent with compile -S flagThan McIntosh
2020-05-04[dev.link] cmd: delete old object supportCherry Zhang
2020-03-27[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
2020-03-23[dev.link] cmd/asm, cmd/compile: add back newobj flagCherry Zhang
2020-03-13cmd/asm, cmd/compile, runtime: add -spectre=ret modeRuss Cox
2020-03-10[dev.link] cmd/asm: new -p option, changes to DWARF generationThan McIntosh
2019-11-11[dev.link] cmd/compile, cmd/asm: delete old object file format supportCherry Zhang
2019-11-11[dev.link] cmd: reenable newobj mode by defaultCherry Zhang
2019-11-05[dev.link] cmd: default to old object file formatCherry Zhang
2019-10-16[dev.link] cmd: default to new object filesCherry Zhang
2019-10-02[dev.link] cmd/compile, cmd/asm: assign index to symbolsCherry Zhang
2018-11-16cmd/asm: rename -symabis to -gensymabisAustin Clements
2018-11-12cmd/asm: add mode to collect symbol ABIsAustin Clements
2017-10-06cmd/asm, cmd/cgo, cmd/compile, cmd/cover, cmd/link: use standard -V outputRuss Cox
2016-08-24cmd/asm, go/build: invoke cmd/asm only once per packageJosh Bleecher Snyder
2016-02-24all: fix typos and spellingMartin Möhrmann
2016-01-24cmd/asm: add -e flag (no limit on errors) to match compilerRuss Cox
2015-11-19cmd/asm: add doc.goRob Pike
2015-05-21all: retire architecture letter in file names, public APIRuss Cox
2015-04-10cmd/internal/obj/x86, cmd/internal/ld, cmd/6l: 6g/asm -dynlink accesses globa...Michael Hudson-Doyle
2015-03-04liblink, cmd/6l: re-enable -shared on amd64Michael Hudson-Doyle
2015-02-25cmd/go: make asm the first assemblerRob Pike
2015-02-02[dev.cc] cmd/asm: fix a few minor issuesRob Pike
2015-01-29[dev.cc] cmd/asm: set the flags to production settings (turn off debug)Rob Pike
2015-01-23[dev.cc] cmd/asm: add lex internal packageRob Pike