summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/386/asm.s
AgeCommit message (Expand)AuthorFilesLines
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-549/+0
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+549
2011-09-13Imported Upstream version 60Ondřej Surý1-503/+0
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý1-1/+1
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ý1-45/+45
2010-04-09Library support for cgo export.Ian Lance Taylor1-1/+38
2010-04-05runtime: various arm fixesRuss Cox1-0/+4
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-01-25in C and asm, replace pkg·name with ·nameRuss Cox1-6/+6
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-10-15rename sys functions to runtime,Russ Cox1-6/+6
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 Cox1-6/+3
2009-09-21convert 386 to use %gs instead of %fs for extern register.Russ Cox1-3/+3
2009-07-08reflection for functionsRuss Cox1-0/+42
2009-06-17update 386 to new runtime (CL 30381)Russ Cox1-58/+99
2009-06-09mv src/lib to src/pkgRob Pike1-0/+217