]> Cypherpunks.ru repositories - gostls13.git/history - src/runtime/symtab.go
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / src / runtime / symtab.go
2023-11-08 cui fliterruntime: add available godoc link
2023-10-24 qiulaidongfengruntime: use max/min func
2023-09-12 Cherry Muiruntime: fix off-by-1 error in textOff
2023-08-21 Austin Clementsruntime: drop stack-allocated pcvalueCaches
2023-08-21 Austin Clementsruntime: move pcvalue cache to M
2023-08-20 Austin Clementsruntime: add self-check mode to cache in pcvalue
2023-08-07 Austin ClementsRevert "runtime: move pcvalue cache to M"
2023-08-07 Austin ClementsRevert "runtime: drop stack-allocated pcvalueCaches"
2023-08-07 Austin Clementsruntime: drop stack-allocated pcvalueCaches
2023-08-07 Austin Clementsruntime: move pcvalue cache to M
2023-08-07 Austin Clementsruntime: store start PC in pcvalueCache
2023-05-05 Cherry Muiruntime, runtime/pprof: record instantiated symbol...
2023-05-05 Cherry Muicmd/link, runtime: include full symbol name for generic...
2023-04-21 Austin Clementsinternal/abi, runtime, cmd: merge PCDATA_* and FUNCDATA...
2023-04-21 Austin Clementsinternal/abi, runtime, cmd: merge funcFlag_* consts...
2023-04-21 Austin Clementsinternal/abi, runtime, cmd: merge funcID_* consts into...
2023-04-14 Keith Randallcmd/link: establish dependable package initialization...
2023-03-10 Austin Clementsruntime: implement traceback iterator
2023-03-10 Austin Clementsruntime: use inlineUnwinder
2023-03-10 Austin Clementsruntime: create an API for unwinding inlined frames
2023-03-10 Austin Clementsruntime: dedup function name logic into moduledata...
2023-03-09 Keith RandallRevert "cmd/link: establish dependable package initiali...
2023-03-03 Keith Randallcmd/link: establish dependable package initialization...
2023-02-09 Tolyan Korniltsevruntime: skip trailing wrappers in runtime_expandFinalI...
2022-11-11 cui fliterall: fix problematic comments
2022-10-14 Michael Prattruntime/pprof: set Function.start_line field
2022-10-14 Michael Prattcmd/compile,cmd/link,runtime: add start line numbers...
2022-09-27 Than McIntoshcmd/compile,cmd/link: hooks for identifying coverage...
2022-09-07 Michael Prattruntime: rename _func.entryoff to entryOff
2022-09-07 Michael Prattruntime: rename _func.nameoff and friends to nameOff
2022-09-07 Michael Prattruntime: rename inlinedCall.func_ to inlinedCall.nameOff
2022-09-06 Michael Prattcmd/link,runtime: remove unused fields from inlinedCall
2022-08-12 Michael Prattruntime: convert panicking to atomic type
2022-08-09 Cuong Manh Leall: use ":" for compiler generated symbols
2022-04-20 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-05 Russ Coxall: separate doc comment from //go: directives
2022-03-07 David Chase[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-02-11 Cherry Muicmd/compile, runtime: use unwrapped PC for goroutine...
2022-02-08 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-02-05 Ian Lance Taylorruntime: change sys.PtrSize to goarch.PtrSize in comments
2022-02-03 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-11-11 cuiweixieruntime: fix typo
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-10-29 Michael Anthony... runtime: track scannable globals space
2021-10-27 Cherry Muicmd/compile, runtime: track argument stack slot liveness
2021-10-11 Cherry Muiruntime: simplify multiple text section handling in...
2021-10-07 Cherry Muiruntime: handle end PC in textAddr
2021-10-07 Meng Zhuoruntime,sync: using fastrandn instead of modulo reduction
2021-10-06 Josh Bleecher Snyderruntime: streamline moduledata.textAddr
2021-10-06 Josh Bleecher Snydercmd/link,runtime: make textsectmap fields more convenie...
2021-10-05 Josh Bleecher Snyderruntime: start moduledata memory load early
2021-10-05 Josh Bleecher Snyderruntime: make funcspdelta inlineable
2021-10-05 Josh Bleecher Snyderruntime: add a single-text-section fast path to findfunc
2021-10-05 Josh Bleecher Snydercmd/link,runtime: remove unnecessary funcdata alignment
2021-10-05 Josh Bleecher Snydercmd/link,runtime: remove functab relocations
2021-10-05 Josh Bleecher Snyderruntime: remove a branch from funcdata
2021-10-05 Josh Bleecher Snydercmd/link,runtime: remove relocations from stkobjs
2021-10-05 Josh Bleecher Snydercmd/link, runtime: convert FUNCDATA relocations to...
2021-10-04 Josh Bleecher Snydercmd, runtime: mark assembly routines in FuncFlags
2021-09-29 Josh Bleecher Snydercmd/link, runtime: use offset for _func.entry
2021-09-29 Josh Bleecher Snyderruntime: extract text address calculation into a separa...
2021-09-27 Josh Bleecher Snyderruntime: fix and simplify printing on bad ftab
2021-09-27 Josh Bleecher Snyderruntime, cmd/link: minor cleanup
2021-09-27 Josh Bleecher Snyderruntime: move entry method from _func to funcInfo
2021-09-27 Josh Bleecher Snyderruntime: convert _func.entry to a method
2021-09-27 Josh Bleecher Snyderruntime: change funcinl sentinel value from 0 to ^0
2021-09-27 Josh Bleecher Snyderruntime: look up funcInfo by func pointer
2021-09-21 Josh Bleecher Snyderruntime: fix output for bad pcHeader
2021-09-21 Josh Bleecher Snyderruntime, cmd/link: fix comment typos
2021-09-09 Jay Conrod[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
2021-08-25 Michael Matloob[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgo
2021-08-16 Roland Shoemaker[dev.boringcrypto] all: merge commit 57c115e1 into...
2021-08-12 Gerrit Code ReviewMerge "all: REVERSE MERGE dev.typeparams (4d3cc84)...
2021-08-12 Matthew Dempskyall: REVERSE MERGE dev.typeparams (4d3cc84) into master
2021-08-12 Matthew Dempsky[dev.typeparams] all: merge master (46fd547) into dev...
2021-08-03 Austin Clements[dev.typeparams] runtime,cmd/compile,cmd/link: replace...
2021-07-30 Austin Clements[dev.typeparams] Revert "[dev.typeparams] runtime,cmd...
2021-07-30 Austin Clements[dev.typeparams] runtime,cmd/compile,cmd/link: replace...
2021-07-26 Matthew Dempsky[dev.typeparams] all: merge master (ecaa681) into dev...
2021-07-22 Matthew Dempsky[dev.typeparams] all: merge master (798ec73) into dev...
2021-07-20 Matthew Dempsky[dev.typeparams] all: merge master (c8f4e61) into dev...
2021-07-08 Matthew Dempsky[dev.typeparams] all: merge master (296ddf2) into dev...
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-07-02 Matthew Dempsky[dev.typeparams] all: merge master (912f075) into dev...
2021-07-01 Matthew Dempsky[dev.typeparams] all: merge master (4711bf3) into dev...
2021-06-28 Katie Hockman[dev.fuzz] all: merge master (c95464f) into dev.fuzz
2021-06-25 Cuong Manh Le[dev.typeparams] all: merge master (37f9a8f) into dev...
2021-06-21 Cuong Manh Le[dev.typeparams] all: merge master (16e82be) into dev...
2021-06-18 Matthew Dempskyruntime: clarify Frames.Next documentation
2021-06-17 Michael Anthony... [dev.typeparams] runtime: fix import sort order [generated]
2021-06-17 Michael Anthony... [dev.typeparams] runtime: replace uses of runtime/inter...
2021-05-17 Katie Hockman[dev.fuzz] all: merge master (d137b74) into dev.fuzz
2021-05-13 Filippo Valsorda[dev.boringcrypto] all: merge commit 9d0819b27c (CL...
2021-05-11 Cherry Mui[dev.typeparams] all: merge master (9b84814) into dev...
2021-04-22 Cherry Zhangcmd/compile, runtime: add metadata for argument printin...
2021-04-14 Michael Anthony... runtime: update debug call protocol for register ABI
2021-04-13 David Chaseruntime, cgo/test: improve debugging output
2021-04-13 Austin Clementsruntime: eliminate externalthreadhandler
2021-04-12 Michael Prattruntime: non-strict InlTreeIndex lookup in expandFinalI...
2021-04-06 Michael Anthony... runtime: use funcID to identify abort in isAbortPC
next