summaryrefslogtreecommitdiff
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
* re PR go/47452 (Bootstrap fails in libgo (argument has incompatible type))Ian Lance Taylor2011-01-252-6/+6
* libgo: Fix typo in syscalls/socket_bsd.go.Ian Lance Taylor2011-01-251-2/+2
* Recognize m68k, mips, PPC. Don't require arch syscall files to exist.Ian Lance Taylor2011-01-2414-71/+200
* syscalls/sleep_rtems.go: Add missing package clause.Ian Lance Taylor2011-01-241-0/+2
* Avoid crash when M structure free just before thread exit.Ian Lance Taylor2011-01-222-6/+17
* libgo: Adjust deadlock avoidance.Ian Lance Taylor2011-01-221-9/+9
* syscalls: Add SPARC RTEMS specific file.Ian Lance Taylor2011-01-221-0/+7
* Avoid deadlock creating new thread.Ian Lance Taylor2011-01-221-0/+8
* Avoid deadlock when finalizer lock is held during gc.Ian Lance Taylor2011-01-213-2/+41
* Fix race condition in test case.Ian Lance Taylor2011-01-211-7/+7
* Remove the types float and complex.Ian Lance Taylor2011-01-21329-14946/+18851
* libgo/Makefile.am: Fix typo naming socket_bsd.go.Ian Lance Taylor2011-01-192-2/+2
* libgo: Check whether we need -lrt for sched_yield.Ian Lance Taylor2011-01-142-0/+60
* libgo: Use $(SHELL) to invoke gotest.Ian Lance Taylor2011-01-142-4/+4
* libgo/syscalls: Finish Solaris code.Ian Lance Taylor2011-01-143-3/+27
* libgo/Makefile.am: Correct typos in Solaris support.Ian Lance Taylor2011-01-142-8/+8
* mksysinfo: Define _pad128_t and _upad128_t if commented out.Ian Lance Taylor2011-01-141-0/+9
* Don't exit mksysinfo.sh if there is no _user_regs_struct.Ian Lance Taylor2011-01-131-1/+1
* Use GOARCH value of sparc64 rather than sparcv9.Ian Lance Taylor2011-01-134-18/+18
* Add some Solaris support to mksysinfo.sh.Ian Lance Taylor2011-01-131-4/+27
* Clean up syscalls, add some Solaris support.Ian Lance Taylor2011-01-1318-310/+413
* Use correct nm and nm options.Ian Lance Taylor2011-01-121-1/+3
* Make using DejaGNU work for libgo testing on a native system.Ian Lance Taylor2011-01-125-22/+42
* Preliminary framework for Solaris support.Ian Lance Taylor2011-01-1215-76/+423
* Simplify libgo Makefile conditionals.Ian Lance Taylor2011-01-1213-158/+129
* Change libgo testsuite format to be more like DejaGNU.Ian Lance Taylor2011-01-112-10/+14
* Add file missed in previous commit.Ian Lance Taylor2011-01-111-0/+42
* Add cgo support routines corresponding to the ones in 6g/8g.Ian Lance Taylor2011-01-112-3/+13
* re PR go/47176 (libgo doesn't compile if libunicode is installed)Ian Lance Taylor2011-01-052-2/+4
* re PR go/46959 (M68K Not Supported by Go)Ian Lance Taylor2011-01-051-17/+2
* re PR go/46958 (ARM Go Does Not Compile (__builtin_return_address))Ian Lance Taylor2011-01-051-1/+1
* Rework locking code to split stack much less.Ian Lance Taylor2010-12-178-31/+83
* Update to current master source.Ian Lance Taylor2010-12-171-252/+159
* Don't split stack in bytes.IndexByte.Ian Lance Taylor2010-12-171-3/+5
* Avoid always splitting the stack when calling append and copy.Ian Lance Taylor2010-12-174-25/+61
* Better error message if malloc gets a SIGSEGV.Ian Lance Taylor2010-12-141-0/+6
* Release cache while holding thread lock.Ian Lance Taylor2010-12-141-5/+4
* re PR bootstrap/46812 (Linux libgo compilation fails when a "libnet" is alrea...Ian Lance Taylor2010-12-092-2/+2
* re PR other/46840 (libgo should link against libm)Ian Lance Taylor2010-12-085-7/+58
* Fix test by copying from master.Ian Lance Taylor2010-12-081-1/+1
* re PR other/46789 (go configuration with --prefix=/usr pollutes the /usr/lib ...Ian Lance Taylor2010-12-072-341/+356
* LICENSE: separate, change PATENTS text.Ian Lance Taylor2010-12-062-42/+49
* Check for -pthread and -lpthread at configure time.Ian Lance Taylor2010-12-035-9/+106
* It's a contributor license agreement, not a copyright LA.Ian Lance Taylor2010-12-031-1/+1
* Typo.Ian Lance Taylor2010-12-031-1/+1
* Clarify copyright license agreement.Ian Lance Taylor2010-12-031-7/+5
* Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor2010-12-03893-0/+237081