summaryrefslogtreecommitdiff
path: root/libgo/runtime/runtime.h
Commit message (Expand)AuthorAgeFilesLines
* runtime: Support -buildmode=c-shared.Ian Lance Taylor2015-04-291-0/+9
* compiler, reflect, runtime: Use static chain for closures.Richard Henderson2015-01-161-4/+0
* libgo, compiler: Upgrade libgo to Go 1.4, except for runtime.Ian Lance Taylor2015-01-151-3/+2
* compiler: Add precise type information on the heap.Chris Manghane2014-09-031-1/+1
* reflect, runtime: Use libffi closures to implement reflect.MakeFunc.Ian Lance Taylor2014-07-191-1/+1
* libgo: Update to Go 1.3 release.Ian Lance Taylor2014-07-191-7/+43
* runtime: Merge master revision 19185.Ian Lance Taylor2014-07-121-5/+6
* libgo: Merge to master revision 19184.Ian Lance Taylor2014-06-061-31/+51
* libgo: Merge from revision 18783:00cce3a34d7e of master library.Ian Lance Taylor2014-06-041-1/+6
* runtime: fix misc gcc-isms and undefined behaviorIan Lance Taylor2014-05-281-1/+2
* runtime: Fix prototype and one use of runtime_traceback.Ian Lance Taylor2013-12-031-1/+1
* libgo: Avoid some cases of getting callers recursively.Ian Lance Taylor2013-12-011-0/+1
* libgo: Update to October 24 version of master library.Ian Lance Taylor2013-11-061-39/+62
* compiler, runtime: Use runtime functions to pass closure value.Ian Lance Taylor2013-09-031-0/+4
* runtime: Support cgo callbacks from threads started by C.Ian Lance Taylor2013-07-231-0/+4
* libgo: Update to Go 1.1.1.Ian Lance Taylor2013-07-161-80/+175
* compiler, runtime: Use function descriptors.Ian Lance Taylor2013-06-181-3/+9
* runtime: In backtraces, get inline functions, skip split-stack fns.Ian Lance Taylor2013-01-301-3/+16
* libgo: Update Go library to master revision 15502/229081515358.Ian Lance Taylor2013-01-301-2/+4
* libgo: Update Go library to master revision 15489/921e53d4863c.Ian Lance Taylor2013-01-291-4/+13
* re PR go/46986 (Go is not supported on Darwin)Ian Lance Taylor2013-01-241-10/+14
* libgo: Update to revision 15193:6fdc1974457c of master library.Ian Lance Taylor2012-12-221-3/+0
* libgo: Update to current version of master library.Ian Lance Taylor2012-11-211-5/+16
* runtime: Fix use of __atomic_compare_exchange_n: not weak, consistent.Ian Lance Taylor2012-11-171-1/+1
* compiler, runtime: Size of int is now 64 bits on x86_64.Ian Lance Taylor2012-11-061-2/+2
* compiler, libgo: Fixes to prepare for 64-bit int.Ian Lance Taylor2012-11-061-2/+2
* compiler, runtime: More steps toward separating int and intgo.Ian Lance Taylor2012-11-011-4/+7
* libgo: Update to current sources.Ian Lance Taylor2012-10-231-12/+104
* runtime: Use argv[0] to get executable name for backtrace.Ian Lance Taylor2012-10-051-0/+1
* libgo: Use libbacktrace rather than debug/elf registration.Ian Lance Taylor2012-09-281-1/+3
* runtime: support NumCPU() on more platforms Added support for Solaris, Irix, ...Ian Lance Taylor2012-08-071-0/+2
* runtime, runtime/pprof: Fix runtime/pprof test to pass, enable it.Ian Lance Taylor2012-07-261-1/+1
* runtime: Better SWIG interface for allocating Go memory from C/C++.Ian Lance Taylor2012-06-041-0/+4
* runtime: More efficient implementation of trampolines.Ian Lance Taylor2012-05-251-0/+1
* runtime: Make runtime.Stack actually work.Ian Lance Taylor2012-05-241-1/+4
* runtime: Copy runtime_printf from other Go library.Ian Lance Taylor2012-05-241-2/+34
* runtime: Use getcontext, not setjmp, to save regs for GC.Ian Lance Taylor2012-05-221-2/+1
* runtime: Print stack trace on panic or signal.Ian Lance Taylor2012-05-171-3/+14
* libgo: Use -fgo-pkgpath.Ian Lance Taylor2012-05-141-8/+8
* runtime: Ignore stack sizes when deciding when to GC.Ian Lance Taylor2012-04-201-0/+5
* libgo: Update to weekly.2012-03-13.Ian Lance Taylor2012-03-301-2/+0
* libgo: Export {enter,exit}syscall and use it for getaddrinfo.Ian Lance Taylor2012-03-131-2/+2
* libgo: Implement and use runtime.Caller, runtime.Func.FileLine.Ian Lance Taylor2012-03-071-0/+9
* libgo: Update to weekly.2012-03-04 release.Ian Lance Taylor2012-03-061-0/+15
* libgo: Update to weekly.2012-02-22 release.Ian Lance Taylor2012-03-021-5/+13
* libgo: Update to weekly.2012-02-14 release.Ian Lance Taylor2012-03-021-22/+55
* runtime: Call exit rather than _exit.Ian Lance Taylor2012-02-281-1/+1
* libgo: Update to weekly.2012-02-07.Ian Lance Taylor2012-02-091-0/+1
* libgo: Update to weekly.2012-01-15.Ian Lance Taylor2012-01-251-0/+1
* libgo: Update to weekly.2011-12-22.Ian Lance Taylor2012-01-131-5/+9