aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime
AgeCommit message (Expand)AuthorFilesLines
2011-01-11Add file missed in previous commit.Ian Lance Taylor1-0/+42
2011-01-05re PR go/46959 (M68K Not Supported by Go)Ian Lance Taylor1-17/+2
2011-01-05re PR go/46958 (ARM Go Does Not Compile (__builtin_return_address))Ian Lance Taylor1-1/+1
2010-12-17Rework locking code to split stack much less.Ian Lance Taylor8-31/+83
2010-12-17Avoid always splitting the stack when calling append and copy.Ian Lance Taylor2-19/+45
2010-12-14Better error message if malloc gets a SIGSEGV.Ian Lance Taylor1-0/+6
2010-12-14Release cache while holding thread lock.Ian Lance Taylor1-5/+4
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor115-0/+12060