aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/gofrontend/runtime.def
AgeCommit message (Expand)AuthorFilesLines
2015-07-14compiler,runtime: Determine if allocations need new pointers in runtime.Ian Lance Taylor1-4/+0
2015-01-16compiler, reflect, runtime: Use static chain for closures.Richard Henderson1-6/+0
2014-10-20compiler, runtime: Add type information to single object allocation.Ian Lance Taylor1-2/+2
2014-04-14Sync to current external repository.Chris Manghane1-7/+9
2013-10-09compiler, runtime: Fix complex division of NaN / 0.Ian Lance Taylor1-0/+6
2013-06-18compiler, runtime: Use function descriptors.Ian Lance Taylor1-5/+0
2012-11-29compiler, runtime: Track fields with tag go:"track".Ian Lance Taylor1-0/+4
2012-11-06compiler, runtime: Memcmp routine returns intgo.Ian Lance Taylor1-1/+1
2012-11-01compiler, runtime: More steps toward separating int and intgo.Ian Lance Taylor1-1/+1
2012-10-23libgo: Update to current sources.Ian Lance Taylor1-6/+7
2012-02-08compiler, runtime: Check make int64 args for overflow.Ian Lance Taylor1-0/+7
2012-01-21compiler: Change alias handling, change rune alias to int32.Ian Lance Taylor1-1/+1
2012-01-06compiler, runtime: Implement struct and array comparisons.Ian Lance Taylor1-0/+3
2011-12-01compiler/runtime: Copy channel implementation from master library.Ian Lance Taylor1-21/+29
2011-10-25Implement predeclared delete function.Ian Lance Taylor1-0/+3
2011-09-21Support nil maps.Ian Lance Taylor1-2/+2
2011-09-16Fix defer when not calling recover in function with named results.Ian Lance Taylor1-3/+3
2011-06-14Change builtin make to runtime call at lowering time.Ian Lance Taylor1-2/+8
2011-04-13Unify handling of runtime support functions.Ian Lance Taylor1-0/+341