summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/arm
AgeCommit message (Expand)AuthorFilesLines
2010-05-21runtime: correct tracebacks for nascent goroutines, even closuresRuss Cox1-1/+6
2010-05-03runtime/arm: fix buildRuss Cox1-7/+7
2010-04-15support for printing floats:Kai Backman2-17/+399
2010-04-05runtime: various arm fixesRuss Cox4-17/+101
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-03-23runtime: add CallersRuss Cox1-130/+3
2010-01-25in C and asm, replace pkg·name with ·nameRuss Cox4-15/+15
2009-12-17 first stub for softfloats, intercepts float instructions and skipsKai Backman3-1/+72
2009-12-10fix calling convention and make memmove restore the g and mKai Backman1-2/+10
2009-11-18bugs in memmove:Rob Pike1-2/+1
2009-11-18Remove unnecessary execute bits.William Josephson1-0/+0
2009-11-17runtime: add ARM memmoveRuss Cox1-0/+248
2009-11-12add support for pre arm v6 cas. set GOARM=5 to enable.Kai Backman2-0/+43
2009-11-11 add cache flushing call after generating closure.Kai Backman1-0/+4
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-19first version of closures. test/closure doesn't yet pass.Kai Backman1-0/+122
2009-10-15rename sys functions to runtime,Russ Cox3-15/+15
2009-10-15test/64bit.go passes but doesn't generate properly yet.Kai Backman1-3/+9
2009-10-14casKai Backman1-2/+17
2009-10-12changed 5c 64 bit word ordering to little endian so it matchesKai Backman1-13/+13
2009-10-10fix float <-> int64 conversionsKai Backman1-0/+13
2009-10-065l library loading, 64 bit entry pointsKai Backman1-0/+24
2009-10-05move cas out, add dummy runcgo.Kai Backman2-37/+39
2009-09-18changed 5c calling convention to use stack exclusively for inKai Backman2-4/+8
2009-09-15fixed register usage and removed some dead code.Kai Backman1-17/+5
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 Backman2-81/+213
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 Backman5-62/+1252
2009-06-09mv src/lib to src/pkgRob Pike3-0/+86