aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/link.go
AgeCommit message (Expand)Author
2020-08-31cmd/compile,cmd/asm: simplify recording of branch targets, take 2Keith Randall
2020-08-28Revert "cmd/compile,cmd/asm: simplify recording of branch targets"Keith Randall
2020-08-27cmd/compile,cmd/asm: simplify recording of branch targetsKeith Randall
2020-08-27runtime: framepointers are no longer an experiment - hard code themKeith Randall
2020-08-13cmd/compile: remove AttrSeenGlobl (use AttrOnList instead)Than McIntosh
2020-08-11[dev.link] cmd: remove "2", another roundCherry Zhang
2020-08-10[dev.link] use per package filenames to build pclntabJeremy Faller
2020-08-03[dev.link] move FuncID creation into the compiler/assemblerJeremy Faller
2020-07-20[dev.link] cmd/internal/obj: handle content-addressable symbols with relocationsCherry Zhang
2020-07-16[dev.link] cmd/internal/goobj2, cmd/link: use short hash function for short s...Cherry Zhang
2020-07-16[dev.link] cmd/internal/obj: make integer/float constant symbols content-addr...Cherry Zhang
2020-07-16[dev.link] cmd/internal/goobj2, cmd/link: add content addressable symbolsCherry Zhang
2020-06-11[dev.link] cmd/compile, cmd/link: remove dead methods if type is not used in ...Cherry Zhang
2020-06-05[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
2020-06-04all: fix dead links to inferno-os bitbucket repositoryTobias Klauser
2020-05-04[dev.link] cmd: delete old object supportCherry Zhang
2020-04-30cmd: merge branch 'dev.link' into masterCherry Zhang
2020-04-30[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
2020-04-29cmd/compile,runtime: stack maps only at calls, remove register mapsAustin Clements
2020-04-29[dev.link] all: merge branch 'master' into dev.linkThan McIntosh
2020-04-24[dev.link] cmd/internal/goobj2: add index fingerprint to object fileCherry Zhang
2020-04-24cmd/internal/obj: add IsAsm flagDavid Chase
2020-04-10cmd/compile: use a Sym type instead of interface{} for symbolic offsetsKeith Randall
2020-04-02[dev.link] cmd: support large function alignmentCherry 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-02-19[dev.link] cmd/internal: remove unneeded RefIdx fieldJeremy Faller
2019-11-11[dev.link] cmd/compile, cmd/asm: delete old object file format supportCherry Zhang
2019-10-25[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
2019-10-24cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...Dan Scales
2019-10-21[dev.link] cmd: reference symbols by name when linking against Go shared libraryCherry Zhang
2019-10-16Revert "cmd/compile, cmd/link, runtime: make defers low-cost through inline c...Bryan C. Mills
2019-10-16cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...Dan Scales
2019-10-03[dev.link] cmd/internal/obj: write object file in new formatCherry Zhang
2019-10-02[dev.link] cmd/compile, cmd/asm: assign index to symbolsCherry Zhang
2019-09-27cmd/compile: don't emit autom's into object fileThan McIntosh
2019-09-27cmd/compile: add R_USETYPE relocs to func syms for autom typesThan McIntosh
2019-09-26cmd/compile: remove isStmt symbol from FuncInfoJeremy Faller
2019-09-23cmd/compile: add new symbol for debug line numbersJeremy Faller
2019-09-07cmd/internal/obj: instructions and registers for RISC-VJoel Sing
2019-05-21cmd/compile: clarify the difference between types.Sym and obj.LSymLE Manh Cuong
2019-04-23cmd/link: revert/revise CL 98075 because LLDB is very picky nowDavid Chase
2019-04-15cmd/link, runtime: mark goexit as the top of the call stackMichael Munday
2019-01-11cmd/compile: separate data and function LSymsAustin Clements
2018-12-28cmd/compile,runtime: redo mid-stack inlining tracebacksKeith Randall
2018-12-11cmd/compile: use innermost line number for -SKeith Randall
2018-11-27cmd: fix symbols addressing for aix/ppc64Clément Chigot
2018-11-12cmd/internal/obj, cmd/link: record ABIs and aliases in Go obj filesAustin Clements
2018-11-12cmd/compile: accept and parse symabisAustin Clements