aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/arm
AgeCommit message (Expand)Author
2011-06-095l: fix softfloat nitsRuss Cox
2011-06-09math: add sqrt_arm.s and sqrtGoC.go as fallback to soft fp emulationFan Hongjian
2011-05-30pkg: spelling tweaks, I-ZRobert Hencke
2011-05-22runtime: fix function args not checked warning on armDave Cheney
2011-04-27runtime: stack split + garbage collection bugRuss Cox
2011-04-17runtime: fix arm5 softfloatRuss Cox
2011-03-25runtime: fix arm buildRuss 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-25runtime: use kernel-supplied cas on linux/armRuss Cox
2011-02-23runtime: traceback through active lessstackRuss Cox
2011-02-22ld: detect stack overflow due to NOSPLITRuss Cox
2011-02-18runtime: handle non-standard call sequences in arm tracebackRuss Cox
2011-02-16arm runtime: attempt to fix build by adding casp (same as cas)Rob Pike
2011-02-02runtime: more detailed panic traces, line number workRuss Cox
2011-01-14runtime: fix arm reflect.call boundary caseRuss Cox
2010-12-09arm floating point simulationKen Thompson
2010-11-11last of the arm conversionsKen Thompson
2010-11-10runtime: omit runtime· prefix from static functions (in ARM code).Ian Lance Taylor
2010-11-10runtime: Add some missing runtime· prefixes to ARM asm code.Ian Lance Taylor
2010-11-04runtime: ,s/[a-zA-Z0-9_]+/runtime·&/g, almostRuss Cox
2010-10-25arm: enable all testsRuss Cox
2010-10-25arm: precise float64 software floating pointRuss Cox
2010-10-21fix arm buildRuss Cox
2010-10-21arm: prop up software floating pointRuss Cox
2010-10-20arm: fix typo in softfloatRuss Cox
2010-10-18runtime: fix arm softfloat again for R12Russ Cox
2010-10-18runtime: update arm softfloat - no more R12Russ Cox
2010-10-175l: stop using R12 as SBRuss Cox
2010-10-13fix arm bug in reflect.callKen Thompson
2010-10-08bug in stack size in arm.Ken Thompson
2010-08-06arm: bugfixes and syscallKai Backman
2010-07-28arm: minor bugfixes.Kai Backman
2010-07-20more soft float support. passes several basic testsKai Backman
2010-05-21runtime: correct tracebacks for nascent goroutines, even closuresRuss Cox
2010-05-03runtime/arm: fix buildRuss Cox
2010-04-15support for printing floats:Kai Backman
2010-04-05runtime: various arm fixesRuss Cox
2010-03-31runtime: make type assertion a runtime.Error, the first of manyRuss Cox
2010-03-30runtime: fix arm build, slightly.Russ 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-17 first stub for softfloats, intercepts float instructions and skipsKai Backman
2009-12-10fix calling convention and make memmove restore the g and mKai Backman
2009-11-18bugs in memmove:Rob Pike
2009-11-18Remove unnecessary execute bits.William Josephson
2009-11-17runtime: add ARM memmoveRuss Cox