aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/plist.go
AgeCommit message (Expand)Author
2021-05-03cmd/compile: add traceback argument info to ABI0 assembly functionsCherry Zhang
2021-04-14cmd/internal/obj: don't emit args_stackmap for ABIInternal asm funcsThan McIntosh
2021-04-05cmd/compile: untangle Wrapper and ABIWrapper flagsCherry Zhang
2021-03-16cmd/asm: when dynamic linking, reject code that uses a clobbered R15Keith Randall
2021-02-19cmd/asm, cmd/link, runtime: introduce FuncInfo flag bitsRuss Cox
2020-12-22[dev.regabi] cmd/compile,cmd/link: initial support for ABI wrappersThan McIntosh
2020-10-30cmd/compile: delete register maps, completelyCherry Zhang
2020-10-16cmd/internal/obj: move LSym.Func into LSym.ExtraRuss Cox
2020-08-13cmd/compile: remove AttrSeenGlobl (use AttrOnList instead)Than McIntosh
2020-08-03[dev.link] move FuncID creation into the compiler/assemblerJeremy Faller
2020-07-08[dev.link] cmd/compile: mark stmp and stkobj symbols as staticThan McIntosh
2020-05-08[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
2020-05-06cmd/internal/obj, runtime: preempt & restart some instruction sequencesCherry Zhang
2020-05-04[dev.link] cmd: delete old object supportCherry Zhang
2020-03-23[dev.link] cmd/internal/obj: restore old DWARF symbol handlingCherry Zhang
2020-03-20[dev.link] cmd/compile, cmd/link: move DWARF info sym to anonymous aux dataThan McIntosh
2020-03-12[dev.link] cmd/link: demote DWARF line symbols to anonymous auxThan McIntosh
2020-03-12[dev.link] cmd/link: demote dwarf {range,loc} sub-symbols to auxThan McIntosh
2020-03-10[dev.link] cmd/asm: new -p option, changes to DWARF generationThan McIntosh
2019-11-27cmd/internal/obj: mark split-stack prologue nonpreemptibleCherry Zhang
2019-11-27cmd/internal/obj, runtime: use register map to mark unsafe pointsCherry Zhang
2019-11-07cmd/internal/obj/arm64: mark unsafe pointsCherry Zhang
2019-09-26cmd/compile: remove isStmt symbol from FuncInfoJeremy Faller
2019-09-24cmd/compile: generate debug_lines in compilerJeremy Faller
2019-09-23cmd/compile: add new symbol for debug line numbersJeremy Faller
2019-04-15cmd/link, runtime: mark goexit as the top of the call stackMichael Munday
2019-04-12cmd/internal/obj: stop plist flushing early on errorJosh Bleecher Snyder
2018-12-11cmd/compile: use innermost line number for -SKeith Randall
2018-11-03cmd/compile: avoid duplicate GC bitmap symbolsAustin Clements
2018-08-20cmd/internal/obj: remove pointless validationXia Bin
2018-05-22cmd/compile, cmd/internal/obj: record register maps in binaryAustin Clements
2018-05-22cmd/internal/obj: consolidate emitting entry stack mapAustin Clements
2018-04-04cmd/link: process is_stmt data into dwarf line tablesDavid Chase
2017-11-30compiler,linker: support for DWARF inlined instancesThan McIntosh
2017-07-27[dev.debug] cmd/compile: better DWARF with optimizations ondev.debugHeschi Kreinick
2017-05-18cmd/compile: output DWARF lexical blocks for local variablesAlessandro Arzilli
2017-05-02cmd/internal/obj: fix LSym.Type during compilation, not linkingJosh Bleecher Snyder
2017-04-28cmd/internal: remove SymKind values that are only checked for, never setMichael Hudson-Doyle
2017-04-20cmd/internal/obj: eliminate LSym.VersionJosh Bleecher Snyder
2017-04-19cmd/internal/objabi: extract shared functionality from objMatthew Dempsky
2017-04-18cmd/internal/obj: un-embed FuncInfo field in LSymMatthew Dempsky
2017-04-18cmd/internal/obj: rework gclocals handlingJosh Bleecher Snyder
2017-04-13cmd/internal/obj: generate function DWARF symbols earlyJosh Bleecher Snyder
2017-04-13cmd/internal/obj: build ctxt.Text during Sym initJosh Bleecher Snyder
2017-04-12cmd/compile: move Text.From.Sym initialization earlierJosh Bleecher Snyder
2017-04-12cmd/internal/obj: stop storing Text flags in From3Josh Bleecher Snyder
2017-04-11cmd/internal/obj: refactor ATEXT symbol initializationJosh Bleecher Snyder
2017-04-06cmd/internal/obj: remove LinklookupJosh Bleecher Snyder
2017-04-06cmd/compile: add Prog cache to ProgsJosh Bleecher Snyder
2017-04-06cmd/compile: teach assemblers to accept a Prog allocatorJosh Bleecher Snyder