| Commit message (Expand) | Author | Age | Files | Lines |
| * | [dev.cc] all: merge master (6a10f72) into dev.cc | Russ Cox | 2015-02-23 | 1 | -2/+4 |
| |\ |
|
| | * | runtime: Add prefetch to allocation code | Rick Hudson | 2015-02-23 | 1 | -2/+4 |
| * | | [dev.cc] runtime, syscall: add names to FP offsets in freebsd, netbsd arm ass... | Russ Cox | 2015-02-23 | 2 | -107/+107 |
| * | | [dev.cc] all: merge master (48469a2) into dev.cc | Russ Cox | 2015-02-23 | 24 | -950/+359 |
| |\ \
| |/ |
|
| | * | runtime: remove unneeded C header files | Matthew Dempsky | 2015-02-23 | 2 | -27/+0 |
| | * | gdb: fix "gdb.error: No struct named reflect.rtype." | Jan Kratochvil | 2015-02-22 | 1 | -3/+1 |
| | * | cmd/trace: add new command | Dmitry Vyukov | 2015-02-20 | 3 | -666/+151 |
| | * | runtime/race: update race runtime to rev 229396 | Dmitry Vyukov | 2015-02-20 | 5 | -1/+1 |
| | * | runtime: adjust program counters in race detector | Dmitry Vyukov | 2015-02-20 | 3 | -20/+7 |
| | * | runtime: split gc_m into gcMark and gcSweep | Russ Cox | 2015-02-20 | 3 | -116/+76 |
| | * | runtime: unroll gc_m loop | Russ Cox | 2015-02-20 | 1 | -14/+10 |
| | * | runtime: tidy GC driver | Russ Cox | 2015-02-20 | 4 | -124/+96 |
| | * | runtime: fix cputicks on x86 | Dmitry Vyukov | 2015-02-20 | 4 | -12/+50 |
| * | | [dev.cc] runtime: print to stderr as well as android logd | David Crawshaw | 2015-02-20 | 1 | -0/+3 |
| * | | [dev.cc] all: merge master (5868ce3) into dev.cc | Russ Cox | 2015-02-20 | 36 | -2734/+2948 |
| |\ \
| |/ |
|
| | * | runtime: do not unmap work.spans until after checkmark phase | Russ Cox | 2015-02-19 | 1 | -9/+8 |
| | * | runtime: missed change from reorganization CL | Russ Cox | 2015-02-19 | 1 | -1/+3 |
| | * | runtime: reorganize memory code | Russ Cox | 2015-02-19 | 20 | -2565/+2539 |
| | * | runtime: don't test gdb on darwin | Josh Bleecher Snyder | 2015-02-19 | 1 | -0/+4 |
| | * | runtime: use more natural types in struct workbuf | Austin Clements | 2015-02-19 | 1 | -17/+17 |
| | * | runtime: switch to gcWork abstraction | Austin Clements | 2015-02-19 | 1 | -118/+72 |
| | * | runtime: introduce higher-level GC work abstraction | Austin Clements | 2015-02-19 | 2 | -1/+188 |
| | * | runtime: drop unused workbufhdr.id field | Austin Clements | 2015-02-19 | 1 | -1/+0 |
| | * | runtime: make gcDrainN take an int instead of uintptr | Austin Clements | 2015-02-19 | 1 | -3/+3 |
| | * | runtime: fix accidentally exported OpenBSD constants | Matthew Dempsky | 2015-02-19 | 1 | -15/+15 |
| | * | runtime: fix runtime-gdb_test on arm | Austin Clements | 2015-02-17 | 1 | -1/+1 |
| | * | runtime: rename gcwork.go to mgcwork.go | Austin Clements | 2015-02-17 | 1 | -0/+0 |
| | * | runtime: in runtime-gdb.py, use SliceValue wrapper | Austin Clements | 2015-02-17 | 1 | -4/+4 |
| | * | runtime: fix GDB "info goroutines" for Go 1.5 | Austin Clements | 2015-02-17 | 2 | -9/+58 |
| | * | all: fix typo in doc | Yasuhiro Matsumoto | 2015-02-17 | 1 | -2/+2 |
| | * | os/signal: add ability to ignore signals and restore initial signal handlers | Michael MacInnis | 2015-02-16 | 7 | -0/+35 |
| | * | runtime: remove C-style strcmp and strncmp helpers | Matthew Dempsky | 2015-02-16 | 3 | -64/+20 |
| | * | cmd/gc: fix noscan maps | Dmitry Vyukov | 2015-02-15 | 2 | -1/+56 |
| * | | [dev.cc] runtime,syscall: quiet some more vet errors | Rob Pike | 2015-02-20 | 5 | -84/+86 |
| * | | [dev.cc] runtime,syscall: add symbols for FP and SP references in darwin-arm | Rob Pike | 2015-02-19 | 1 | -52/+52 |
| * | | [dev.cc] runtime: fix FP reference in atomic_ppc64x.s | Rob Pike | 2015-02-19 | 1 | -3/+3 |
| * | | [dev.cc] cmd/asm: make 4(SP) illegal except on 386 | Rob Pike | 2015-02-18 | 3 | -85/+85 |
| * | | [dev.cc] cmd/gc, cmd/ld, runtime: minor tweaks for c2go | Russ Cox | 2015-02-17 | 1 | -0/+4 |
| * | | [dev.cc] runtime/cgo: change PC to R15 in asm_arm.s | Rob Pike | 2015-02-17 | 1 | -3/+3 |
| * | | [dev.cc] runtime: remove comma at the end of DIVL instruction (fixes windows ... | Alex Brainman | 2015-02-17 | 2 | -2/+2 |
| * | | [dev.cc] all: edit assembly source for ARM to be more regular | Rob Pike | 2015-02-13 | 6 | -265/+264 |
| |/ |
|
| * | runtime: fix stack corruption in race mode | Dmitry Vyukov | 2015-02-13 | 1 | -1/+2 |
| * | runtime/race: fix test in preparation for new race runtime | Dmitry Vyukov | 2015-02-13 | 1 | -1/+1 |
| * | runtime: rename drainworkbuf and drainobjects | Austin Clements | 2015-02-13 | 1 | -10/+11 |
| * | runtime: remove drainallwbufs argument to drainworkbuf | Austin Clements | 2015-02-13 | 1 | -11/+6 |
| * | runtime: eliminate drainworkbufs from scanblock | Austin Clements | 2015-02-13 | 1 | -7/+3 |
| * | runtime: eliminate b == 0 special case from scanblock | Austin Clements | 2015-02-13 | 1 | -12/+7 |
| * | runtime: replace scanblock(0, 0, nil, nil) with drainworkbuf | Austin Clements | 2015-02-13 | 1 | -14/+7 |
| * | runtime: move checknocurrentwbuf() from scanblock to drainworkbuf | Austin Clements | 2015-02-13 | 1 | -4/+3 |
| * | cmd/gc: transform closure calls to function calls | Dmitry Vyukov | 2015-02-13 | 1 | -0/+12 |