summaryrefslogtreecommitdiff
path: root/libgo/runtime
Commit message (Expand)AuthorAgeFilesLines
* libgo: Make os.setenv_c work on systems without setenv.Ian Lance Taylor2011-05-241-4/+20
* Update to current version of Go library.Ian Lance Taylor2011-05-2032-143/+458
* More uses of backend interface for types.Ian Lance Taylor2011-05-066-12/+16
* libgo: Fix append declaration.Ian Lance Taylor2011-04-181-1/+1
* Unify handling of runtime support functions.Ian Lance Taylor2011-04-1315-68/+75
* libgo: Use MAP_FIXED if necessary to grab arena.Ian Lance Taylor2011-04-051-0/+23
* libgo: Always initialize semaphores.Rainer Orth2011-04-044-0/+14
* Add runtime profiling infrastructure, not yet working.Ian Lance Taylor2011-03-276-38/+582
* Remove closedchan function.Ian Lance Taylor2011-03-271-11/+0
* Remove closed function. Fix tuple receive in select.Ian Lance Taylor2011-03-256-41/+23
* Update to current version of Go library.Ian Lance Taylor2011-03-246-26/+51
* Tuple receives indicate whether channel is closed.Ian Lance Taylor2011-03-244-15/+30
* Send on a closed channel panics.Ian Lance Taylor2011-03-239-66/+32
* Don't catch LIBPROF in Go code.Ian Lance Taylor2011-03-161-3/+0
* Update to current version of Go library (revision 94d654be2064).Ian Lance Taylor2011-03-1626-678/+982
* re PR go/48019 (Need to handle EINTR in libgo testsuite)Ian Lance Taylor2011-03-091-2/+7
* re PR go/47910 (typo in __go_map_next_prime)Ian Lance Taylor2011-03-091-1/+1
* Permit garbage collection on any compiler generated memory allocation.Ian Lance Taylor2011-03-071-1/+1
* Avoid race condition manipulating heap when goroutine exits.Ian Lance Taylor2011-03-071-8/+15
* Permit comparing non-empty interfaces with empty interfaces.Ian Lance Taylor2011-02-221-0/+32
* Implement __sync_fetch_and_add_4 if necessary.Ian Lance Taylor2011-02-041-0/+32
* Check whether we are using setjmp/longjmp exceptions.Ian Lance Taylor2011-02-031-1/+1
* Test whether libgcc or kernel defines __sync_bool_compare_and_swap_4.Ian Lance Taylor2011-02-011-1/+1
* Add __sync_bool_compare_and_swap_4 for targets which don't have it.Ian Lance Taylor2011-02-011-0/+36
* re PR go/47515 (Issues porting libgo to IRIX 6.5)Ian Lance Taylor2011-01-292-1/+30
* 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
* 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
* Remove the types float and complex.Ian Lance Taylor2011-01-217-45/+48
* Add file missed in previous commit.Ian Lance Taylor2011-01-111-0/+42
* 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
* Avoid always splitting the stack when calling append and copy.Ian Lance Taylor2010-12-172-19/+45
* 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
* Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor2010-12-03115-0/+12060