aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime
AgeCommit message (Expand)AuthorFilesLines
2016-10-11Accidentally failed to commit these earlier, as part of:Ian Lance Taylor1-36/+0
2016-10-10runtime: copy print/println support from Go 1.7Ian Lance Taylor5-274/+82
2016-10-10runtime: copy channel code from Go 1.7 runtimeIan Lance Taylor8-1228/+59
2016-09-30runtime: copy internal locking code from Go 1.7 runtimeIan Lance Taylor9-729/+74
2016-09-29runtime: copy runtime.go and runtime1.go from Go 1.7Ian Lance Taylor5-352/+91
2016-09-21compiler, runtime: replace hashmap code with Go 1.7 hashmapIan Lance Taylor35-917/+208
2016-09-20re PR go/77642 (GO Bootstrap fail starting with r239872 splitstack signature ...Ian Lance Taylor1-6/+14
2016-09-09runtime: use alignof to check alignment of ucontext_tIan Lance Taylor1-1/+7
2016-09-09runtime: remove remaining use of MAKECONTEXT_STACK_TOP macroIan Lance Taylor1-3/+0
2016-09-09runtime: align ucontext_t argument to 16 byte boundaryIan Lance Taylor1-20/+38
2016-08-31runtime: make gsignal stack at least SIGSTKSZ bytesIan Lance Taylor1-1/+8
2016-08-30runtime: use -fgo-c-header to build C header fileIan Lance Taylor26-975/+650
2016-08-08re PR go/72814 (reflect FAILs on 32-bit Solaris/SPARC: SIGILL)Ian Lance Taylor1-0/+11
2016-08-06libgo: change build procedure to use build tagsIan Lance Taylor1-0/+56
2016-08-04runtime: fix incorrectly commented out code in heapdump.cIan Lance Taylor1-2/+4
2016-07-22libgo: update to go1.7rc3Ian Lance Taylor7-7/+236
2016-04-02runtime: Use atomic load for in entersyscall.Ian Lance Taylor1-1/+1
2016-02-24runtime: lock M during cgo callIan Lance Taylor1-0/+4
2016-02-18libgo: Update to final Go 1.6 release.Ian Lance Taylor1-1/+1
2016-02-12runtime: For c-archive/c-shared, install signal handlers synchronously.Ian Lance Taylor4-5/+15
2016-02-10re PR go/69511 (G.gcstack_size uses uintptr instead of size_t)Ian Lance Taylor2-2/+2
2016-02-09re PR go/69357 (libgo refers to _end in a non-weak way)Ian Lance Taylor3-2/+15
2016-02-03libgo: Update to go1.6rc1.Ian Lance Taylor4-90/+125
2016-02-03compiler, runtime: mark stub methods, ignore them in runtime.Caller.Ian Lance Taylor1-0/+2
2015-11-26re PR go/61303 (gccgo: segfault, regression since 4.8.2)Ian Lance Taylor1-6/+10
2015-11-23re PR go/68496 ([libgo] reflect test fails on Linux x86-64)Ian Lance Taylor1-0/+6
2015-11-21re PR go/66574 (Time is provided in millisecond precision instead of nanoseco...Ian Lance Taylor1-4/+4
2015-11-06libgo: Solaris portability fixes.Ian Lance Taylor1-0/+1
2015-10-31runtime: If no split stacks, allocate stacks using mmap on 64-bit systems.Ian Lance Taylor1-2/+15
2015-10-31runtime: Remove now unnecessary pad field from ParFor.Ian Lance Taylor11-51/+209
2015-10-29compiler, reflect, runtime: remove zero field from type descriptorIan Lance Taylor3-17/+3
2015-10-29compiler, runtime: change type hash/equal to Go funcsIan Lance Taylor18-35/+109
2015-10-07re PR go/67874 (fd_unix.go does not build when there is fcntl64 and no fcntl ...Ian Lance Taylor1-0/+24
2015-09-24runtime: Fix recent lfstack change on Solaris.Ian Lance Taylor1-1/+1
2015-09-23runtime: rewrite lfstack packing/unpacking to look more like that in GoIan Lance Taylor1-21/+37
2015-09-15runtime: Ignore stack sizes when deciding when to GC.Ian Lance Taylor1-1/+1
2015-09-11libgo/runtime: return 0, not NULL, from mainIan Lance Taylor1-1/+1
2015-08-04runtime: initialize variable to avoid compiler warningIan Lance Taylor1-1/+1
2015-08-03re PR go/67101 (mprof.goc:408:5: error: calling ‘__builtin_frame_address’...Ian Lance Taylor1-3/+1
2015-07-14compiler,runtime: Determine if allocations need new pointers in runtime.Ian Lance Taylor1-9/+2
2015-05-16libgo: Use __USING_SJLJ_EXCEPTIONS__ rather than configure test.Ian Lance Taylor1-1/+1
2015-05-11runtime: Fix runtime/pprof test when libgo is not optimized.Ian Lance Taylor1-3/+3
2015-05-05re PR go/66016 (Accessing nil Func's name results in crash)Ian Lance Taylor1-0/+2
2015-04-29runtime: Support -buildmode=c-shared.Ian Lance Taylor5-2/+295
2015-04-17re PR go/65798 (runtime.Caller returns ok=true when return data is invalid)Ian Lance Taylor1-1/+1
2015-04-17re PR go/64999 (s390x libgo test failure in TestMemoryProfiler)Ian Lance Taylor1-1/+14
2015-04-17re PR go/65755 (incorrect reflection of struct fields with gccgo)Ian Lance Taylor1-11/+0
2015-03-31Remove some files that were accidentally committed in 2014.Ian Lance Taylor3-1612/+0
2015-03-09re PR go/65349 (go tool crashes, can't compile go code on 32bit linux systems)Ian Lance Taylor1-1/+3
2015-03-09re PR go/65349 (go tool crashes, can't compile go code on 32bit linux systems)Ian Lance Taylor1-30/+6