aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/runtime.h
AgeCommit message (Expand)AuthorFilesLines
2012-10-05runtime: Use argv[0] to get executable name for backtrace.Ian Lance Taylor1-0/+1
2012-09-28libgo: Use libbacktrace rather than debug/elf registration.Ian Lance Taylor1-1/+3
2012-08-07runtime: support NumCPU() on more platforms Added support for Solaris, Irix, ...Ian Lance Taylor1-0/+2
2012-07-26runtime, runtime/pprof: Fix runtime/pprof test to pass, enable it.Ian Lance Taylor1-1/+1
2012-06-04runtime: Better SWIG interface for allocating Go memory from C/C++.Ian Lance Taylor1-0/+4
2012-05-25runtime: More efficient implementation of trampolines.Ian Lance Taylor1-0/+1
2012-05-24runtime: Make runtime.Stack actually work.Ian Lance Taylor1-1/+4
2012-05-24runtime: Copy runtime_printf from other Go library.Ian Lance Taylor1-2/+34
2012-05-22runtime: Use getcontext, not setjmp, to save regs for GC.Ian Lance Taylor1-2/+1
2012-05-17runtime: Print stack trace on panic or signal.Ian Lance Taylor1-3/+14
2012-05-14libgo: Use -fgo-pkgpath.Ian Lance Taylor1-8/+8
2012-04-20runtime: Ignore stack sizes when deciding when to GC.Ian Lance Taylor1-0/+5
2012-03-30libgo: Update to weekly.2012-03-13.Ian Lance Taylor1-2/+0
2012-03-13libgo: Export {enter,exit}syscall and use it for getaddrinfo.Ian Lance Taylor1-2/+2
2012-03-07libgo: Implement and use runtime.Caller, runtime.Func.FileLine.Ian Lance Taylor1-0/+9
2012-03-06libgo: Update to weekly.2012-03-04 release.Ian Lance Taylor1-0/+15
2012-03-02libgo: Update to weekly.2012-02-22 release.Ian Lance Taylor1-5/+13
2012-03-02libgo: Update to weekly.2012-02-14 release.Ian Lance Taylor1-22/+55
2012-02-28runtime: Call exit rather than _exit.Ian Lance Taylor1-1/+1
2012-02-09libgo: Update to weekly.2012-02-07.Ian Lance Taylor1-0/+1
2012-01-25libgo: Update to weekly.2012-01-15.Ian Lance Taylor1-0/+1
2012-01-13libgo: Update to weekly.2011-12-22.Ian Lance Taylor1-5/+9
2012-01-12libgo: Update to weekly.2011-12-14.Ian Lance Taylor1-1/+2
2011-12-21runtime: Catch signals on altstack, disable splitstack signal blocking.Ian Lance Taylor1-1/+16
2011-12-20libgo/runtime: Don't define _GNU_SOURCE in source code.Ian Lance Taylor1-1/+0
2011-12-12libgo: Update to weekly.2011-11-18.Ian Lance Taylor1-0/+38
2011-12-02libgo: Update to weekly.2011-11-01.Ian Lance Taylor1-2/+6
2011-12-01runtime: Remove temporary runtime_cond_wait function.Ian Lance Taylor1-3/+0
2011-12-01compiler/runtime: Copy channel implementation from master library.Ian Lance Taylor1-3/+5
2011-11-30runtime: Copy runtime_panicstring from master library.Ian Lance Taylor1-1/+13
2011-11-28runtime: Multiplex goroutines onto OS threads.Ian Lance Taylor1-39/+71
2011-11-22runtime: New lock/note implementation.Ian Lance Taylor1-31/+54
2011-11-14runtime: Use some of 6g runtime.c for easier merging.Ian Lance Taylor1-6/+38
2011-11-11Introduce G structure and thread-local global g.Ian Lance Taylor1-2/+33
2011-10-26Update Go library to last weekly.Ian Lance Taylor1-3/+6
2011-09-16Update Go library to r60.Ian Lance Taylor1-2/+6
2011-05-20Update to current version of Go library.Ian Lance Taylor1-2/+2
2011-04-04libgo: Always initialize semaphores.Rainer Orth1-0/+1
2011-03-27Add runtime profiling infrastructure, not yet working.Ian Lance Taylor1-3/+8
2011-03-16Update to current version of Go library (revision 94d654be2064).Ian Lance Taylor1-0/+1
2011-01-29re PR go/47515 (Issues porting libgo to IRIX 6.5)Ian Lance Taylor1-0/+3
2011-01-21Avoid deadlock when finalizer lock is held during gc.Ian Lance Taylor1-0/+2
2010-12-17Rework locking code to split stack much less.Ian Lance Taylor1-4/+5
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor1-0/+190