aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/gofrontend/runtime.cc
AgeCommit message (Expand)AuthorFilesLines
2019-08-28compiler, runtime: provide index information on bounds check failureIan Lance Taylor1-0/+7
2019-06-21compiler: intrinsify some math/bits functionsCherry Zhang1-0/+7
2019-05-17compiler: intrinsify runtime/internal/atomic functionsCherry Zhang1-0/+7
2019-05-16compiler: add intrinsics for runtime/internal/sys functionsIan Lance Taylor1-0/+7
2019-02-15compiler, runtime: harmonize types referenced by both C and GoIan Lance Taylor1-12/+0
2017-12-22compiler: bring escape analysis mostly in line with gc compilerIan Lance Taylor1-19/+11
2017-01-11compiler: mark generated struct/array types as incomparableIan Lance Taylor1-4/+24
2016-10-28compiler, runtime: copy slice code from Go 1.7 runtimeIan Lance Taylor1-2/+2
2016-10-12compiler, runtime: copy string code from Go 1.7Ian Lance Taylor1-0/+36
2016-09-21compiler, runtime: replace hashmap code with Go 1.7 hashmapIan Lance Taylor1-33/+0
2016-04-23compiler: Expose runtime code through Func_expression.Ian Lance Taylor1-0/+36
2014-10-24compiler: Simplify making integer expressions.Ian Lance Taylor1-7/+3
2014-10-20compiler, runtime: Add type information to single object allocation.Ian Lance Taylor1-5/+4
2014-08-11compiler: Change return type comma-ok assignments to untyped bools.Ian Lance Taylor1-2/+2
2013-10-09compiler, runtime: Fix complex division of NaN / 0.Ian Lance Taylor1-0/+7
2012-12-21re PR bootstrap/54659 (Bootstrap with --disable-nls broken under Windows)Ian Lance Taylor1-2/+0
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-0/+7
2012-01-21compiler: Change alias handling, change rune alias to int32.Ian Lance Taylor1-0/+7
2012-01-20compiler: Handle recursive interfaces.Ian Lance Taylor1-2/+4
2011-12-01compiler/runtime: Copy channel implementation from master library.Ian Lance Taylor1-16/+0
2011-11-29compiler: Define and use backend-independent Location class.Sanjoy Das1-5/+6
2011-06-14Change builtin make to runtime call at lowering time.Ian Lance Taylor1-0/+11
2011-04-23Define go_unreachable to replace gcc_unreachable.Ian Lance Taylor1-2/+2
2011-04-21Define go_assert to replace gcc_assertIan Lance Taylor1-6/+6
2011-04-15Use the backend interface for select statements.Ian Lance Taylor1-0/+9
2011-04-13Unify handling of runtime support functions.Ian Lance Taylor1-0/+383