aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/asm/main.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
2025-11-11std,cmd: go fix -any std cmdAlan Donovan
2025-10-20cmd/asm: fix typo in commentJoel Sing
2025-04-13cmd: fix DWARF gen bug with packages that use assemblyThan McIntosh
2024-06-21cmd/internal: separate counter package from telemetry packageMichael Matloob
2024-06-13cmd/go: call telemetry.MaybeChild at start of go commandMichael Matloob
2024-05-14cmd: add telemetry for commands in cmdMichael Matloob
2023-08-29cmd: simplify some handling of package pathsMatthew Dempsky
2023-08-22cmd/internal/objabi: generalize "is runtime package" checkAustin Clements
2023-08-22cmd/asm,cmd/dist,cmd/go: remove asm -compiling-runtime flagAustin Clements
2022-03-15cmd/asm: support -d=pctab flagCherry Mui
2021-11-05cmd/{asm,compile,internal/obj}: add "maymorestack" supportAustin Clements
2021-11-03cmd/asm,cmd/compile,runtime: stop using X3 (aka GP) on riscv64Joel Sing
2021-04-23cmd/asm, cmd/link: use full objabi headerRuss Cox
2021-04-16internal/buildcfg: move build configuration out of cmd/internal/objabiRuss Cox
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-19cmd/dist,cmd/go: broaden use of asm macro GOEXPERIMENT_REGABIThan McIntosh
2020-10-19cmd/asm: allow def/ref of func ABI when compiling runtimeThan McIntosh
2020-09-17cmd/asm: make asm -S flag consistent with compile -S flagThan McIntosh
2020-07-20[dev.link] cmd/internal/obj: handle content-addressable symbols with relocationsCherry Zhang
2020-05-19[dev.link] cmd/internal/obj: remove asm parameter of NumberSymsCherry Zhang
2020-05-19[dev.link] cmd/asm: expand package path if knownCherry Zhang
2020-05-04[dev.link] cmd: delete old object supportCherry Zhang
2020-04-24cmd/internal/obj: add IsAsm flagDavid Chase
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-10-02[dev.link] cmd/compile, cmd/asm: assign index to symbolsCherry Zhang
2019-10-01[dev.link] cmd/compile, cmd/asm: use bio.Writer for object file writingCherry Zhang
2019-05-06cmd/internal/obj: write package path at compile time if possibleCherry Zhang
2018-12-11cmd/compile: use innermost line number for -SKeith Randall
2018-11-12cmd/asm: add mode to collect symbol ABIsAustin Clements
2017-11-30compiler,linker: support for DWARF inlined instancesThan McIntosh
2017-04-19cmd/internal/objabi: extract shared functionality from objMatthew Dempsky
2017-04-07cmd/internal/obj: eagerly initialize assemblersJosh Bleecher Snyder
2017-04-06cmd/compile: add Prog cache to ProgsJosh Bleecher Snyder
2017-03-20cmd/internal/obj: convert Debug* Link fields into boolsJosh Bleecher Snyder
2017-03-01cmd/compile, cmd/asm: remove Link.PlistsHeschi Kreinick
2017-01-09[dev.inline] cmd/internal/src: replace src.Pos with syntax.PosRobert Griesemer
2016-10-05cmd/asm: close file before removeYasuhiro Matsumoto
2016-09-09cmd: use obj.GOOS, obj.GOARCH, etcDavid Crawshaw
2016-08-24cmd/asm, go/build: invoke cmd/asm only once per packageJosh Bleecher Snyder
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-09cmd: remove bio.BufReader and bio.BufWriterDave Cheney
2016-04-07cmd: extract obj's Biobuf code into new bio packageMatthew Dempsky