summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/arm/asm.s
AgeCommit message (Expand)AuthorFilesLines
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-316/+0
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+316
2011-09-13Imported Upstream version 60Ondřej Surý1-316/+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-28/+37
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý1-5/+36
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-11/+10
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-52/+60
2010-04-05runtime: various arm fixesRuss Cox1-6/+9
2010-03-31runtime: make type assertion a runtime.Error, the first of manyRuss Cox1-15/+0
2010-03-30runtime: fix arm build, slightly.Russ Cox1-1/+1
2010-03-30gc: add panic and recover (still unimplemented in runtime)Russ Cox1-0/+15
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
2009-12-17 first stub for softfloats, intercepts float instructions and skipsKai Backman1-1/+2
2009-10-29clone and futexKai Backman1-6/+8
2009-10-23fix off by 4 bug in morestack (lr again). remove storing of r0Kai Backman1-13/+2
2009-10-22fix off by 4 in newproc arg copying.Kai Backman1-2/+2
2009-10-19getcallerpc and setcallerpcKai Backman1-11/+7
2009-10-15rename sys functions to runtime,Russ Cox1-8/+8
2009-10-05move cas out, add dummy runcgo.Kai Backman1-37/+25
2009-09-18changed 5c calling convention to use stack exclusively for inKai Backman1-4/+7
2009-07-12Fixed minor typo in asm file.Kai Backman1-1/+1
2009-07-08reflection for functionsRuss Cox1-0/+35
2009-06-25Add Gobuf.r0 that stores arg0 or return value ofKai Backman1-2/+2
2009-06-23Runtime is now starting up with a dummy c program as target:Kai Backman1-81/+119
2009-06-16grab bag of changes aimed at getting stack splitting to work:Kai Backman1-110/+119
2009-06-10Adding a batch of missing system calls.Kai Backman1-62/+184
2009-06-09mv src/lib to src/pkgRob Pike1-0/+83