aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/asm/main.go
AgeCommit message (Expand)Author
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
2016-02-25cmd/asm: fix EOF message on operand parsing errors.Tal Shprecher
2016-01-24cmd/asm: reject foo(SB)(AX) instead of silently treating as foo(SB)Russ Cox
2016-01-24cmd/asm: report more than one instruction encoding errorRuss Cox
2015-05-21all: retire architecture letter in file names, public APIRuss Cox
2015-05-01cmd/internal/obj: clean up BiobufDave Cheney
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-08cmd/asm: remove object file if assembly fails.Rob Pike
2015-03-04liblink, cmd/6l: re-enable -shared on amd64Michael Hudson-Doyle
2015-02-25cmd/go: make asm the first assemblerRob Pike
2015-02-09[dev.cc] cmd/asm: rewrite to work with new obj APIRob Pike
2015-02-05[dev.cc] cmd/internal/obj: reconvert from liblinkRuss Cox
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