aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/amd64
AgeCommit message (Expand)Author
2011-12-16runtime: make more build-friendlyRuss Cox
2011-12-07ld: increase default stack size on Windows for cgoDmitriy Vyukov
2011-11-09cgo: fix g0 stack guardDmitriy Vyukov
2011-10-27runtime: lock the main goroutine to the main OS thread during initRuss Cox
2011-10-13runtime: run goroutines during initRuss Cox
2011-10-06runtime: faster finalizersDmitriy Vyukov
2011-08-29runtime: add runtime· prefix to showframeRuss Cox
2011-08-26cgo: fixes callback for windows amd64Wei Guangjing
2011-08-22runtime: simplify stack tracesRuss Cox
2011-08-18runtime: speed up cgo callsAlex Brainman
2011-07-29runtime: fix data race in findfunc()Dmitriy Vyukov
2011-07-29runtime: improve Linux mutexDmitriy Vyukov
2011-07-26gc, runtime: fix range+panic line number bugsRuss Cox
2011-07-23runtime: replace byte-at-a-time zeroing loop with memclrQuan Yong Zhai
2011-07-19cgo: windows amd64 portWei Guangjing
2011-07-15runtime: native xadd for 386/amd64Dmitriy Vyukov
2011-07-13runtime: fix data race during Itab hash update/lookupDmitriy Vyukov
2011-07-12runtime: replace runtime.mcpy with runtime.memmoveQuan Yong Zhai
2011-06-28runtime: replace Semacquire/Semrelease implementationDmitriy Vyukov
2011-06-09runtime: improve memmoveQuan Yong Zhai
2011-04-27runtime: stack split + garbage collection bugRuss Cox
2011-03-23runtime: cpu profiling supportRuss Cox
2011-03-07runtime: scheduler, cgo reorganizationRuss Cox
2011-03-02runtime: record goroutine creation pc and display in tracebackRuss Cox
2011-02-23runtime: traceback through active lessstackRuss Cox
2011-02-16runtime: minor cleanupRuss Cox
2011-02-02runtime: more detailed panic traces, line number workRuss Cox
2011-01-28runtime: simpler heap map, memory allocationRuss Cox
2011-01-25runtime: prefer fixed stack allocator over general memory allocatorRuss Cox
2011-01-14runtime: fix arm reflect.call boundary caseRuss Cox
2010-11-04runtime: ,s/[a-zA-Z0-9_]+/runtime·&/g, almostRuss Cox
2010-10-07runtime: fix argument dump in tracebackRuss Cox
2010-09-09runtime: fix bug in tracebacksRob Pike
2010-08-04amd64: use segment memory for thread-local storageRuss Cox
2010-05-21runtime: correct tracebacks for nascent goroutines, even closuresRuss Cox
2010-04-09Run initcgo for all amd64 targets, not just GNU/Linux.Ian Lance Taylor
2010-04-09Support cgo export on amd64.Ian Lance Taylor
2010-04-05runtime: various arm fixesRuss Cox
2010-03-31runtime: make type assertion a runtime.Error, the first of manyRuss Cox
2010-03-30gc: add panic and recover (still unimplemented in runtime)Russ Cox
2010-03-29runtime: run deferred calls at GoexitRuss Cox
2010-03-23runtime: add CallersRuss Cox
2010-01-25in C and asm, replace pkg·name with ·nameRuss Cox
2009-12-08Fix stack on FreeBSD / add stack check across the boardDevon H. O'Dell
2009-11-18bugs in memmove:Rob Pike
2009-11-17copy tweaksRuss Cox
2009-11-17FreeBSD-specific porting work.Devon H. O'Dell
2009-11-15runtime: avoid crash in CallerRuss Cox
2009-10-15rename sys functions to runtime,Russ Cox
2009-10-12stack overflow debugging and fix.Russ Cox