summaryrefslogtreecommitdiff
path: root/src/runtime
Commit message (Expand)AuthorAgeFilesLines
* [dev.power64] all: merge default into dev.power64Austin Clements2014-11-0322-34/+117
|\
| * runtime: change top-most return PC from goexit to goexit+PCQuantumRuss Cox2014-10-295-5/+27
| * runtime: make TestCgoExternalThreadPanic run on windowsAlex Brainman2014-10-301-2/+27
| * runtime: fix line number in first stack frame in printed stack traceRuss Cox2014-10-2914-25/+46
| * runtime: update comment for CallersRuss Cox2014-10-291-1/+10
* | [dev.power64] runtime: fix gcinfo_test on power64xAustin Clements2014-10-311-7/+1
* | [dev.power64] runtime: fix fastrand1 on power64xAustin Clements2014-10-311-1/+1
* | [dev.power64] 9g: fix under-zeroing in clearfatAustin Clements2014-10-311-1/+1
* | [dev.power64] runtime: fix a syntax error that slipped in to asm_power64x.sAustin Clements2014-10-301-1/+1
* | [dev.power64] runtime: make asm_power64x.s go vet-cleanAustin Clements2014-10-301-20/+21
* | [dev.power64] runtime: fix out-of-date comment in panicAustin Clements2014-10-301-1/+1
* | [dev.power64] runtime: test CAS on large unsigned 32-bit numbersAustin Clements2014-10-301-0/+6
* | [dev.power64] runtime: match argument/return type signedness in power64x asse...Austin Clements2014-10-301-7/+7
* | [dev.power64] all: merge default (dd5014ed9b01) into dev.power64Russ Cox2014-10-2920-54/+237
|\ \ | |/
| * runtime: fix windows buildRuss Cox2014-10-291-0/+3
| * runtime: add GODEBUG invalidptr settingRuss Cox2014-10-285-4/+16
| * runtime: fix unrecovered panic on external threadRuss Cox2014-10-285-2/+107
| * cmd/gc: avoid use of goprintfRuss Cox2014-10-281-21/+6
| * doc/asm: explain coordination with garbage collectorRuss Cox2014-10-281-0/+3
| * runtime: add PauseEnd array to MemStats and GCStatsJens Frederich2014-10-285-20/+52
| * runtime: disable fake time on naclRuss Cox2014-10-271-2/+2
| * runtime: add fake time support back.Shenghou Ma2014-10-274-8/+51
* | [dev.power64] cmd/5a, cmd/6a, cmd/8a, cmd/9a: make labels function-scopedRuss Cox2014-10-2822-235/+233
* | [dev.power64] runtime: fix atomicor8 for power64xAustin Clements2014-10-282-6/+26
* | [dev.power64] runtime: fix cas64 on power64xDave Cheney2014-10-281-5/+9
* | [dev.power64] runtime: fix power64le buildDave Cheney2014-10-281-13/+6
* | [dev.power64] runtime: power64 fixes and ports of changesAustin Clements2014-10-2711-380/+332
* | [dev.power64] all: merge default into dev.power64Austin Clements2014-10-271-4/+7
|\ \ | |/
| * runtime: fix endianness assumption when decoding ftabAustin Clements2014-10-271-4/+7
* | [dev.power64] runtime: fix SigaltstackT definition for power64leDave Cheney2014-10-232-4/+4
* | [dev.power64] runtime: fix early GC of Defer objectsAustin Clements2014-10-221-1/+1
* | [dev.power64] all: merge default into dev.power64Austin Clements2014-10-22157-5394/+3999
|\ \ | |/
| * runtime/cgo: encode BLX directly, fixes one clang build error on armDave Cheney2014-10-221-9/+6
| * runtime: warn that cputicks() might not be monotonic.Keith Randall2014-10-215-23/+4
| * runtime: fix flaky TestBlockProfile testKeith Randall2014-10-201-1/+3
| * runtime: handle non-nil-terminated environment strings on Plan 9David du Colombier2014-10-201-1/+5
| * runtime: dequeue the correct SudoGKeith Randall2014-10-182-4/+33
| * runtime/pprof: fix memory profiler testDmitriy Vyukov2014-10-171-69/+21
| * runtime/pprof: fix testRuss Cox2014-10-171-1/+1
| * runtime: remove comment that leaked into CL 153710043Russ Cox2014-10-171-2/+0
| * undo CL 159990043 / 421fadcef39aRuss Cox2014-10-171-13/+2
| * runtime/pprof: disable new memory testRuss Cox2014-10-162-0/+3
| * runtime: make pprof a little nicerRuss Cox2014-10-161-2/+13
| * runtime: fix memory profilerDmitriy Vyukov2014-10-163-2/+149
| * runtime: remove hand-generated ptr bitmaps for reflectcallRuss Cox2014-10-155-170/+151
| * cmd/gc, runtime: fix race, nacl for writebarrier changesRuss Cox2014-10-141-3/+3
| * runtime: handle all windows exception (second attempt)Alex Brainman2014-10-159-76/+230
| * cmd/gc: add 2-, 3-, 4-word write barrier specializationsRuss Cox2014-10-141-0/+21
| * runtime: a few optimizations of scanblock.Keith Randall2014-10-141-17/+18
| * runtime: add comment to mgc0.hDmitriy Vyukov2014-10-091-0/+2