Age | Commit message (Expand) | Author | Files | Lines |
2021-03-08 | runtime: cast SIGSTKSZ to uintptr | Ian Lance Taylor | 1 | -2/+2 |
2021-02-25 | libgo: ensure memmove, memset 8 byte atomicity on ppc64x | Lynn Boger | 3 | -2/+135 |
2020-12-30 | libgo: update to Go1.16beta1 release | Ian Lance Taylor | 1 | -4/+3 |
2020-12-08 | libgo: update to 1.15.6 release | Ian Lance Taylor | 1 | -0/+3 |
2020-12-04 | runtime: update type descriptor name in fieldtrack C support code | Ian Lance Taylor | 1 | -1/+1 |
2020-12-03 | compiler: defer to middle-end for complex division | Ian Lance Taylor | 1 | -49/+0 |
2020-11-20 | compiler, libgo: change mangling scheme | Ian Lance Taylor | 5 | -20/+20 |
2020-10-21 | syscall: only compile ptrace varargs shim on Linux | Nikhil Benesch | 1 | -4/+3 |
2020-10-15 | runtime: use correct types in __go_ptrace shim | Nikhil Benesch | 1 | -1/+1 |
2020-10-14 | libgo: print reason code if throwing unwind exception fails | Nikhil Benesch | 1 | -5/+9 |
2020-10-13 | runtime: populate signal PC on NetBSD | Nikhil Benesch | 1 | -0/+2 |
2020-09-24 | runtime: remove __go_ptrace on AIX | Clément Chigot | 1 | -1/+3 |
2020-09-17 | libgo: fix ptrace syscall hooks into glibc | Paul E. Murphy | 1 | -0/+16 |
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 |