summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/386
AgeCommit message (Expand)AuthorFilesLines
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-88/+165
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý1-0/+8
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-9/+10
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý5-66/+60
2010-04-09Library support for cgo export.Ian Lance Taylor1-1/+38
2010-04-05runtime: various arm fixesRuss Cox2-0/+7
2010-03-31runtime: make type assertion a runtime.Error, the first of manyRuss Cox1-14/+0
2010-03-30gc: add panic and recover (still unimplemented in runtime)Russ Cox1-7/+20
2010-03-29runtime: run deferred calls at GoexitRuss Cox1-6/+6
2010-03-23runtime: add CallersRuss Cox1-149/+0
2010-01-25in C and asm, replace pkg·name with ·nameRuss Cox4-15/+15
2010-01-13runtime: reset DF flag after running external code on 386Russ Cox1-0/+4
2010-01-06Ported runtime to Windows.Hector Chu1-18/+49
2009-12-08Fix stack on FreeBSD / add stack check across the boardDevon H. O'Dell1-0/+11
2009-12-03runtime: fix Caller crash on 386.Russ Cox1-2/+2
2009-11-18bugs in memmove:Rob Pike1-2/+3
2009-11-18Remove unnecessary execute bits.William Josephson2-0/+0
2009-11-17copy tweaksRuss Cox1-0/+90
2009-11-15runtime: avoid crash in CallerRuss Cox1-1/+1
2009-10-15rename sys functions to runtime,Russ Cox4-14/+14
2009-10-12stack overflow debugging and fix.Russ Cox1-2/+12
2009-10-038c, 8l dynamic loading support.Russ Cox1-8/+32
2009-09-22changes to accommodate nacl:Russ Cox2-6/+6
2009-09-21convert 386 to use %gs instead of %fs for extern register.Russ Cox1-3/+3
2009-08-31use correct pc for printing fn+%#x in tracebacksRuss Cox1-5/+6
2009-08-14Account for CALL instructions before looking up the functionAustin Clements1-3/+3
2009-08-13Don't try to account for CALL instruction in 0th frame.Austin Clements1-2/+3
2009-07-28make every func literal expression allocate,Russ Cox1-29/+32
2009-07-08reflection for functionsRuss Cox1-0/+42
2009-06-17update 386 to new runtime (CL 30381)Russ Cox2-69/+109
2009-06-09mv src/lib to src/pkgRob Pike5-0/+1332