summaryrefslogtreecommitdiff
path: root/src/runtime
Commit message (Expand)AuthorAgeFilesLines
* [dev.cc] all: merge master (6a10f72) into dev.ccRuss Cox2015-02-231-2/+4
|\
| * runtime: Add prefetch to allocation codeRick Hudson2015-02-231-2/+4
* | [dev.cc] runtime, syscall: add names to FP offsets in freebsd, netbsd arm ass...Russ Cox2015-02-232-107/+107
* | [dev.cc] all: merge master (48469a2) into dev.ccRuss Cox2015-02-2324-950/+359
|\ \ | |/
| * runtime: remove unneeded C header filesMatthew Dempsky2015-02-232-27/+0
| * gdb: fix "gdb.error: No struct named reflect.rtype."Jan Kratochvil2015-02-221-3/+1
| * cmd/trace: add new commandDmitry Vyukov2015-02-203-666/+151
| * runtime/race: update race runtime to rev 229396Dmitry Vyukov2015-02-205-1/+1
| * runtime: adjust program counters in race detectorDmitry Vyukov2015-02-203-20/+7
| * runtime: split gc_m into gcMark and gcSweepRuss Cox2015-02-203-116/+76
| * runtime: unroll gc_m loopRuss Cox2015-02-201-14/+10
| * runtime: tidy GC driverRuss Cox2015-02-204-124/+96
| * runtime: fix cputicks on x86Dmitry Vyukov2015-02-204-12/+50
* | [dev.cc] runtime: print to stderr as well as android logdDavid Crawshaw2015-02-201-0/+3
* | [dev.cc] all: merge master (5868ce3) into dev.ccRuss Cox2015-02-2036-2734/+2948
|\ \ | |/
| * runtime: do not unmap work.spans until after checkmark phaseRuss Cox2015-02-191-9/+8
| * runtime: missed change from reorganization CLRuss Cox2015-02-191-1/+3
| * runtime: reorganize memory codeRuss Cox2015-02-1920-2565/+2539
| * runtime: don't test gdb on darwinJosh Bleecher Snyder2015-02-191-0/+4
| * runtime: use more natural types in struct workbufAustin Clements2015-02-191-17/+17
| * runtime: switch to gcWork abstractionAustin Clements2015-02-191-118/+72
| * runtime: introduce higher-level GC work abstractionAustin Clements2015-02-192-1/+188
| * runtime: drop unused workbufhdr.id fieldAustin Clements2015-02-191-1/+0
| * runtime: make gcDrainN take an int instead of uintptrAustin Clements2015-02-191-3/+3
| * runtime: fix accidentally exported OpenBSD constantsMatthew Dempsky2015-02-191-15/+15
| * runtime: fix runtime-gdb_test on armAustin Clements2015-02-171-1/+1
| * runtime: rename gcwork.go to mgcwork.goAustin Clements2015-02-171-0/+0
| * runtime: in runtime-gdb.py, use SliceValue wrapperAustin Clements2015-02-171-4/+4
| * runtime: fix GDB "info goroutines" for Go 1.5Austin Clements2015-02-172-9/+58
| * all: fix typo in docYasuhiro Matsumoto2015-02-171-2/+2
| * os/signal: add ability to ignore signals and restore initial signal handlersMichael MacInnis2015-02-167-0/+35
| * runtime: remove C-style strcmp and strncmp helpersMatthew Dempsky2015-02-163-64/+20
| * cmd/gc: fix noscan mapsDmitry Vyukov2015-02-152-1/+56
* | [dev.cc] runtime,syscall: quiet some more vet errorsRob Pike2015-02-205-84/+86
* | [dev.cc] runtime,syscall: add symbols for FP and SP references in darwin-armRob Pike2015-02-191-52/+52
* | [dev.cc] runtime: fix FP reference in atomic_ppc64x.sRob Pike2015-02-191-3/+3
* | [dev.cc] cmd/asm: make 4(SP) illegal except on 386Rob Pike2015-02-183-85/+85
* | [dev.cc] cmd/gc, cmd/ld, runtime: minor tweaks for c2goRuss Cox2015-02-171-0/+4
* | [dev.cc] runtime/cgo: change PC to R15 in asm_arm.sRob Pike2015-02-171-3/+3
* | [dev.cc] runtime: remove comma at the end of DIVL instruction (fixes windows ...Alex Brainman2015-02-172-2/+2
* | [dev.cc] all: edit assembly source for ARM to be more regularRob Pike2015-02-136-265/+264
|/
* runtime: fix stack corruption in race modeDmitry Vyukov2015-02-131-1/+2
* runtime/race: fix test in preparation for new race runtimeDmitry Vyukov2015-02-131-1/+1
* runtime: rename drainworkbuf and drainobjectsAustin Clements2015-02-131-10/+11
* runtime: remove drainallwbufs argument to drainworkbufAustin Clements2015-02-131-11/+6
* runtime: eliminate drainworkbufs from scanblockAustin Clements2015-02-131-7/+3
* runtime: eliminate b == 0 special case from scanblockAustin Clements2015-02-131-12/+7
* runtime: replace scanblock(0, 0, nil, nil) with drainworkbufAustin Clements2015-02-131-14/+7
* runtime: move checknocurrentwbuf() from scanblock to drainworkbufAustin Clements2015-02-131-4/+3
* cmd/gc: transform closure calls to function callsDmitry Vyukov2015-02-131-0/+12