aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/asm_amd64.s
AgeCommit message (Expand)Author
2015-06-18runtime: remove cgocall and asmcgocallAlex Brainman
2015-06-02runtime: implement GC stack barriersAustin Clements
2015-05-12runtime: fix addmoduledata to follow the platform ABIMichael Hudson-Doyle
2015-04-29runtime: tail call into memeq/cmp body implementationsKeith Randall
2015-04-24runtime: implement xadduintptr and update system mstats using itSrdjan Petrovic
2015-04-15cmd/6l: call runtime.addmoduledata from .init_arrayMichael Hudson-Doyle
2015-04-07cmd/internal/gc: inline runtime.getgRuss Cox
2015-04-02runtime: auto-generate duff routinesJosh Bleecher Snyder
2015-03-30runtime: rename ·main·f to ·mainPC to avoid duplicate symbolMichael Hudson-Doyle
2015-03-20runtime: implement atomicand8 atomicallyRuss Cox
2015-03-07runtime: add argument sizes for asm functions for bytes, stringsShenghou Ma
2015-02-28runtime: fix traceback from goexit1Dmitry Vyukov
2015-02-25runtime: remove gogetcallerpc and gogetcallersp functionsMatthew Dempsky
2015-02-23[dev.cc] all: merge master (48469a2) into dev.ccRuss Cox
2015-02-20runtime: fix cputicks on x86Dmitry Vyukov
2015-02-20[dev.cc] runtime,syscall: quiet some more vet errorsRob Pike
2015-02-06runtime: speed up eqstringJosh Bleecher Snyder
2015-02-02cmd/6g, liblink, runtime: support saving base pointersAustin Clements
2015-02-02runtime: eliminate uses of BP on amd64Austin Clements
2015-01-19strings: remove overengineered Compare implementationRuss Cox
2015-01-15strings: add Compare(x, y string) int, for symmetry with bytes.CompareAlan Donovan
2015-01-07runtime: remove stray commas in assemblyJosh Bleecher Snyder
2015-01-07runtime: remove size argument from hash and equal algorithmsKeith Randall
2015-01-06reflect: add write barriersRuss Cox
2015-01-05Revert "liblink, cmd/ld, runtime: remove stackguard1"Russ Cox
2015-01-02runtime: use SETEQ instead of JZ for casJosh Bleecher Snyder
2014-12-29liblink, cmd/ld, runtime: remove stackguard1Shenghou Ma
2014-12-23runtime: remove thunk.sRuss Cox
2014-12-11runtime: faster aeshash implementationKeith Randall
2014-11-21[dev.garbage] runtime: add prefetcht0, prefetcht1, prefetcht2, prefetcht3, pr...Russ Cox
2014-11-14[dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.ccRuss Cox
2014-11-12[dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstackRuss Cox
2014-11-11[dev.cc] runtime: convert assembly files for C to Go transitionRuss Cox
2014-11-03[dev.power64] all: merge default into dev.power64Austin Clements
2014-10-29runtime: change top-most return PC from goexit to goexit+PCQuantumRuss Cox
2014-10-29[dev.power64] all: merge default (dd5014ed9b01) into dev.power64Russ Cox
2014-10-28runtime: fix unrecovered panic on external threadRuss Cox
2014-10-28[dev.power64] cmd/5a, cmd/6a, cmd/8a, cmd/9a: make labels function-scopedRuss Cox
2014-10-21runtime: warn that cputicks() might not be monotonic.Keith Randall
2014-10-15runtime: remove hand-generated ptr bitmaps for reflectcallRuss Cox
2014-10-07runtime: change Windows M.thread from void* to uintptrRuss Cox
2014-09-25runtime: add load_g call in arm callback.Keith Randall
2014-09-25cgo: adjust return value location to account for stack copies.Keith Randall
2014-09-24cmd/cc, cmd/ld, runtime: disallow conservative data/bss objectsRuss Cox
2014-09-16liblink: make GO_ARGS the default for functions beginning with ·Russ Cox
2014-09-14runtime: mark asmcgocall<>(SB) as having no argumentsRuss Cox
2014-09-12runtime: stop scanning stack frames/args conservativelyRuss Cox
2014-09-11runtime: fix cgo to handle the case where the G stack is copied.Keith Randall
2014-09-11runtime: allow crash from gsignal stackRuss Cox
2014-09-10runtime: stop plan9/amd64 build from crashingAnthony Martin