aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/symtab.go
AgeCommit message (Expand)Author
2017-04-12runtime: expand inlining iteratively in CallersFramesAustin Clements
2017-03-29runtime: include inlined calls in result of CallersFramesDavid Lazar
2017-03-06runtime: avoid repeated findmoduledatap callsAustin Clements
2017-03-03runtime: use inlining tables to generate accurate tracebacksDavid Lazar
2017-03-03cmd/compile,link: generate PC-value tables with inlining informationDavid Lazar
2017-02-27cmd/internal/obj, runtime: update funcdata commentsAustin Clements
2017-02-14runtime: speed up fastrand() % nJosh Bleecher Snyder
2017-01-25runtime: reorder modules so main.main comes firstDavid Crawshaw
2016-12-01runtime: fix incorrect comment about bitvector layoutAustin Clements
2016-11-17runtime: handle bad ftab index in symtab.goLynn Boger
2016-11-15cmd/link, runtime, plugin: versioningDavid Crawshaw
2016-11-02runtime: address comments from CL 32357David Crawshaw
2016-11-01runtime: access modules via a sliceDavid Crawshaw
2016-10-31runtime: make module typemaps visible to the GCDavid Crawshaw
2016-10-31cmd/link, plugin: use full plugin path for symbolsDavid Crawshaw
2016-10-11cmd/compile, runtime: stop padding stackmaps to 4 bytesMatthew Dempsky
2016-09-21cmd/link: split large elf text sections on ppc64xLynn Boger
2016-09-16cmd/link: -buildmode=plugin support for linuxDavid Crawshaw
2016-08-30runtime: rename fastrand1 to fastrandJosh Bleecher Snyder
2016-04-29cmd/cgo, runtime, runtime/cgo: use cgo context functionIan Lance Taylor
2016-04-13cmd/compile, etc: store method tables as offsetsDavid Crawshaw
2016-04-12cmd/link, etc: store typelinks as offsetsDavid Crawshaw
2016-03-29cmd/link: collect itablinks as a slice in moduledataMichel Lespinasse
2016-03-04runtime: fix off-by-one error finding module for PCIan Lance Taylor
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-25runtime, runtime/pprof: add Frames to get file/line for CallersIan Lance Taylor
2015-11-12runtime: break out system-specific constants into package sysMichael Matloob
2015-10-22runtime: add pcvalue cache to improve stack scan speedAustin Clements
2015-10-09runtime: remove redundant type castNodir Turakulov
2015-09-07runtime: remove unused FUNCDATA_DeadValueMapsMichael Hudson-Doyle
2015-07-23runtime: make pcln table check not trigger next to foreign codeRuss Cox
2015-07-18runtime: check for findmoduledatap returning nilIan Lance Taylor
2015-06-29runtime: fix broken arm buildsRuss Cox
2015-06-29cmd/link: record missing pcdata tables correctlyRuss Cox
2015-05-16runtime: replace GC programs with simpler encoding, faster decoderRuss Cox
2015-05-12cmd/internal/ld, runtime: abort on shared library ABI mismatchMichael Hudson-Doyle
2015-05-11runtime: remove wbshadow modeRuss Cox
2015-05-07runtime: check consistency of all module data objectsMichael Hudson-Doyle
2015-04-15cmd/6l: call runtime.addmoduledata from .init_arrayMichael Hudson-Doyle
2015-04-10runtime, cmd/internal/ld: rename themoduledata to firstmoduledataMichael Hudson-Doyle
2015-04-10runtime, reflect: support multiple moduledata objectsMichael Hudson-Doyle
2015-04-08runtime, cmd/internal/ld: initialize themoduledata slices directlyMichael Hudson-Doyle
2015-03-31runtime, cmd/internal/ld: change runtime to use a single linker symbolMichael Hudson-Doyle
2015-02-19runtime: reorganize memory codeRuss Cox
2015-02-10runtime: don't put container symbols in functabKeith Randall
2015-01-07runtime: faster version of findfuncKeith Randall
2014-12-29runtime: remove go prefix from a few routinesKeith Randall
2014-12-28runtime: rename gothrow to throwKeith Randall
2014-12-08runtime: fix missing newline when dumping bad symbol tableAustin Clements
2014-11-12[dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstackRuss Cox