Age | Commit message (Expand) | Author | Files | Lines |
2020-04-20 | gccgo: fix runtime compilation on NetBSD | Benny Siegert | 1 | -0/+12 |
2020-04-15 | runtime: use 64 bits of hash seed on arm64 | eric fang | 1 | -6/+6 |
2020-04-06 | libgo: update to almost the 1.14.2 release | Ian Lance Taylor | 1 | -0/+36 |
2020-02-28 | runtime: handle linux/arm64 signal register | eric fang | 1 | -40/+23 |
2020-01-22 | runtime: call runtime_nanotime1, not runtime_nanotime | Ian Lance Taylor | 1 | -1/+1 |
2020-01-21 | libgo: update to Go1.14beta1 | Ian Lance Taylor | 6 | -39/+122 |
2020-01-07 | compiler, runtime: stop using __go_runtime_error | Ian Lance Taylor | 1 | -124/+0 |
2020-01-02 | compiler, runtime, reflect: generate hash functions only for map keys | Ian Lance Taylor | 1 | -15/+9 |
2019-12-05 | re PR go/92820 (libgo.so.15 has executable stack) | Ian Lance Taylor | 1 | -1/+2 |
2019-11-21 | re PR go/92605 (r278509 causes/reveals issue in building go library) | Ian Lance Taylor | 2 | -1/+3 |
2019-10-02 | runtime: mark go-context.S as no-executable-stack and split-stack supported | Ian Lance Taylor | 1 | -0/+4 |
2019-09-17 | re PR go/91781 (r275691 breaks go test "reflect") | Ian Lance Taylor | 1 | -8/+4 |
2019-09-06 | libgo: update to Go 1.13beta1 release | Ian Lance Taylor | 4 | -30/+74 |
2019-08-30 | compile, runtime: permit anonymous and empty fields in C header | Ian Lance Taylor | 8 | -329/+90 |
2019-08-28 | runtime: move osinit to Go | Ian Lance Taylor | 10 | -145/+4 |
2019-08-20 | compiler, runtime: implement shifts by signed amounts | Ian Lance Taylor | 1 | -1/+7 |
2019-07-15 | runtime: expose the g variable | Ian Lance Taylor | 1 | -2/+2 |
2019-06-25 | runtime: mark memequal and memclrNoHeapPointers nosplit | Ian Lance Taylor | 2 | -2/+4 |
2019-06-24 | compiler: use builtin memcmp directly | Ian Lance Taylor | 1 | -13/+0 |
2019-06-21 | compiler: open code string slice expressions | Ian Lance Taylor | 1 | -30/+0 |
2019-06-03 | libgo: delay applying profile stack-frame skip until fixup | Ian Lance Taylor | 1 | -9/+1 |
2019-06-03 | runtime: remove unnecessary functions calling between C and Go | Ian Lance Taylor | 4 | -27/+0 |
2019-06-03 | runtime: fix assembly syntax | Ian Lance Taylor | 1 | -1/+1 |
2019-05-31 | runtime: drop unused C type reflection code | Ian Lance Taylor | 3 | -170/+0 |
2019-05-31 | compiler: optimize append of make | Ian Lance Taylor | 1 | -9/+15 |
2019-05-31 | runtime: implement cheaper context switch on Linux/AMD64 | Ian Lance Taylor | 3 | -19/+103 |
2019-05-14 | libgo: reduce overhead for memory/block/mutex profiling | Ian Lance Taylor | 3 | -7/+75 |
2019-05-11 | runtime: set up g early | Ian Lance Taylor | 3 | -0/+4 |
2019-05-08 | runtime: use builtin memmove directly | Cherry Zhang | 1 | -16/+0 |
2019-05-01 | compiler,runtime: do more direct interfaces | Ian Lance Taylor | 1 | -1/+1 |
2019-04-24 | re PR target/89093 (C++ exception handling clobbers d8 VFP register) | Ian Lance Taylor | 1 | -1/+4 |
2019-03-19 | libgo: fix build on AIX | Ian Lance Taylor | 1 | -0/+4 |
2019-02-19 | runtime: abort stack scan in cases that we cannot unwind the stack | Ian Lance Taylor | 1 | -16/+46 |
2019-02-15 | compiler,runtime: use __builtin_dwarf_cfa for getcallersp | Cherry Zhang | 1 | -1/+1 |
2019-02-15 | runtime: include <syscall.h> and <sys/syscall.h> if available | Ian Lance Taylor | 1 | -0/+6 |
2019-02-15 | runtime: add type cast for non-split-stack calls to scanstackblock | Ian Lance Taylor | 1 | -4/+4 |
2019-02-15 | compiler, runtime: harmonize types referenced by both C and Go | Ian Lance Taylor | 9 | -15/+27 |
2019-02-01 | runtime: add getproccount for hurd | Ian Lance Taylor | 1 | -0/+16 |
2019-02-01 | libgo: add hurd build tags | Ian Lance Taylor | 1 | -1/+1 |
2019-02-01 | runtime, sync: use __atomic intrinsics instead of __sync | Ian Lance Taylor | 2 | -176/+1 |
2019-01-29 | runtime: use the call instruction's PC for panic-in-runtime detection | Ian Lance Taylor | 1 | -1/+1 |
2019-01-21 | libgo: fix building, and some testing, on Solaris | Ian Lance Taylor | 1 | -0/+122 |
2019-01-18 | libgo: update to Go1.12beta2 | Ian Lance Taylor | 1 | -1/+1 |
2019-01-07 | runtime: in doscanstackswitch, set gp->m before gogo | Ian Lance Taylor | 1 | -6/+7 |
2019-01-07 | runtime: in getTraceback, set gp->m before gogo | Ian Lance Taylor | 1 | -6/+7 |
2019-01-05 | runtime: prevent deadlock when profiling signal arrives during traceback | Ian Lance Taylor | 2 | -2/+9 |
2018-12-29 | runtime: prevent deadlock when profiling signal arrives in stack scan | Ian Lance Taylor | 3 | -4/+12 |
2018-12-27 | runtime: let ARM32 EABI personality function continue unwind when called from... | Ian Lance Taylor | 1 | -0/+3 |
2018-12-27 | runtime: on ARM32 EABI, don't get LSDA if compact model is used | Ian Lance Taylor | 1 | -0/+11 |
2018-12-12 | runtime: handle DW_EH_PE_absptr in type table encoding | Ian Lance Taylor | 1 | -0/+2 |