OSDN Git Service

PR go/56171
[pf3gnuchains/gcc-fork.git] / libgo / runtime /
2013-02-02 ianruntime: Correct handling of runtime.Callers skip param...
2013-02-01 ianruntime: Correct test for morestack.S.
2013-01-31 ianruntime: Recognize morestack.S if there is no function...
2013-01-31 ianruntime: Remove confusion about split stack functions...
2013-01-31 ianruntime: Block signals when creating a new thread.
2013-01-31 ianruntime: Don't allocate when doing a backtrace.
2013-01-30 ianruntime: In backtraces, get inline functions, skip...
2013-01-30 ianlibgo: Update Go library to master revision 15502/22908...
2013-01-29 ianlibgo: Update Go library to master revision 15489/921e5...
2013-01-29 ianruntime: SPARCv9 fixes for lfstack.
2013-01-25 ian PR other/56076
2013-01-24 ian PR go/46986
2012-12-22 ianlibgo: Update to revision 15193:6fdc1974457c of master...
2012-12-12 ianruntime: Delete from a nil map is now a no-op.
2012-12-12 ianlibgo: Update to current master library sources.
2012-12-04 ianruntime: Fix build failures with -D_FORTIFY_SOURCE=2.
2012-11-29 iancompiler, runtime: Track fields with tag go:"track".
2012-11-21 ianlibgo: Update to current version of master library.
2012-11-17 ianruntime: Fix use of __atomic_compare_exchange_n: not...
2012-11-06 iancompiler, runtime: Size of int is now 64 bits on x86_64.
2012-11-06 iancompiler, libgo: Fixes to prepare for 64-bit int.
2012-11-06 iancompiler, runtime: Memcmp routine returns intgo.
2012-11-05 ianruntime: provide initcontext and fixcontext for NetBSD
2012-11-02 ianruntime: Fix reflect.Call support for 64-bit ints.
2012-11-01 iancompiler, runtime: More steps toward separating int...
2012-10-31 ianruntime/goc2c: Drop gc support, change int to intgo.
2012-10-23 ianlibgo: Update to current sources.
2012-10-08 ianruntime: Fix __go_symbol_value val argument to backtrac...
2012-10-05 ianruntime: Use argv[0] to get executable name for backtrace.
2012-10-03 ianlibgo: Update to Go 1.0.3.
2012-09-28 ianruntime: Better detection of memory allocation request...
2012-09-28 ianruntime: runtime.Caller should succeed even without...
2012-09-28 ianlibgo: Use libbacktrace rather than debug/elf registration.
2012-09-22 ianruntime: Reject surrogate pairs in range over string.
2012-09-22 iancompiler, runtime: Reject surrogate pair converting...
2012-09-22 ianruntime: Return random number of hash of NaN.
2012-08-10 ianruntime: use sched_getaffinity for runtime.NumCPU(...
2012-08-07 ianruntime: support NumCPU() on more platforms
2012-07-26 ianruntime, runtime/pprof: Fix runtime/pprof test to pass...
2012-07-23 ianruntime: correct a logic error in hashmap growth.
2012-06-25 ianlibgo: Update to Go 1.0.2 release.
2012-06-07 ianruntime: Fix printing of names in stack dumps.
2012-06-07 ianruntime: Use dl_iterate_phdr to get TLS size.
2012-06-05 ianruntime: Comment out code adding TLS size to stack...
2012-06-05 ianruntime: Fix call to _dl_get_tls_static_info for i386.
2012-06-04 ianruntime: Better SWIG interface for allocating Go memory...
2012-05-25 ianruntime: More efficient implementation of trampolines.
2012-05-25 ianruntime: Fix cast error in print.c on 32-bit systems.
2012-05-24 ianruntime: Make runtime.Stack actually work.
2012-05-24 ianruntime: Correct definition of __go_file_line to match...
2012-05-24 ianruntime: Copy runtime_printf from other Go library.
2012-05-24 ianruntime: Copy runtime_printf from other Go library.
2012-05-22 ianruntime: Tweak runtime.Callers for Go 1 compatibility.
2012-05-22 ianruntime: Use getcontext, not setjmp, to save regs for GC.
2012-05-17 ianruntime: Print stack trace on panic or signal.
2012-05-15 ianruntime: Make all variables used across getcontext...
2012-05-14 ianlibgo: Use -fgo-pkgpath.
2012-04-27 ian PR go/52358
2012-04-27 ianruntime: Correct syscall.Setenv for systems that don...
2012-04-20 iancompiler, runtime: Add explicit checks for zero and...
2012-04-20 ianruntime: Ignore stack sizes when deciding when to GC.
2012-03-30 ianlibgo: Update to weekly.2012-03-27 aka go1 release.
2012-03-30 ianlibgo: Update to weekly.2012-03-22.
2012-03-30 ianlibgo: Update to weekly.2012-03-13.
2012-03-13 ianlibgo: Export {enter,exit}syscall and use it for getadd...
2012-03-07 ianlibgo: Implement and use runtime.Caller, runtime.Func...
2012-03-06 ianlibgo: Update to weekly.2012-03-04 release.
2012-03-05 ianruntime: Implement runtime.Callers.
2012-03-05 ian PR go/52342
2012-03-02 ianruntime: Add type casts to fix Solaris build.
2012-03-02 ianlibgo: Update to weekly.2012-02-22 release.
2012-03-02 ianlibgo: Update to weekly.2012-02-14 release.
2012-02-29 iansyscall: Fill out GNU/Linux support.
2012-02-28 ianruntime: Call exit rather than _exit.
2012-02-25 ianruntime: Fix typo in go-nosys.c.
2012-02-18 ianlibgo: Add mount flags, fallocate, statfs.
2012-02-15 ianruntime: Support broken makecontext on Solaris 8/9.
2012-02-14 ian PR go/48407
2012-02-14 ian PR go/48501
2012-02-14 ian PR go/50654
2012-02-12 ian PR go/52084
2012-02-11 ianruntime: Handle FFI promoting result types.
2012-02-11 ianruntime: Tweak __go_can_recover for SPARC.
2012-02-11 ianruntime: Fix chan code for big-endian strict-alignment...
2012-02-10 ianruntime: For g0 set stack_size to 0 when not -fsplit...
2012-02-10 ianruntime: Save all registers on stack for GC scan.
2012-02-10 ianruntime: Use __builtin_{inf,nan} rather than INFINITY...
2012-02-09 ianlibgo: Update to weekly.2012-02-07.
2012-02-08 ianruntime: Add matherr function when appropriate.
2012-02-08 iancompiler, runtime: Check make int64 args for overflow.
2012-02-08 ianruntime: System-specific hack fix for x86_64 Solaris 10.
2012-02-02 ianruntime: Correct ENOSYS functions.
2012-01-27 ianlibgo: Fix merge errors shown on Solaris.
2012-01-26 ianlibgo: Build stubs for some syscall functions not on...
2012-01-25 ianlibgo: Update to weekly.2012-01-15.
2012-01-21 ianruntime: Make builtin print exactly match gc builtin...
2012-01-17 ianlibgo: Solaris and Irix compatibility patches.
2012-01-13 ianlibgo: Update to weekly.2011-12-22.
2012-01-12 ianlibgo: Update to weekly.2011-12-14.
2012-01-06 iancompiler, runtime: Implement struct and array comparisons.
next