aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)AuthorFilesLines
2017-01-11compiler: add containing Bfunction to conditional_expressionThan McIntosh6-24/+44
2017-01-11compiler: mark generated struct/array types as incomparableIan Lance Taylor5-17/+56
2017-01-10runtime: copy more scheduler code from Go 1.7 runtimeIan Lance Taylor1-1/+1
2017-01-10compiler, runtime: drop size arguments to hash/equal functionsIan Lance Taylor6-72/+298
2017-01-09runtime: copy more of scheduler from Go 1.7 runtimeIan Lance Taylor1-1/+1
2017-01-06re PR go/78978 (runtime/pprof FAILs on Solaris 2/x86)Ian Lance Taylor1-1/+1
2017-01-03runtime: remove __go_alloc and __go_freeIan Lance Taylor1-1/+1
2017-01-03re PR go/78789 (Error: no such instruction: `aesenc %xmm0,%xmm2' when compili...Ian Lance Taylor1-1/+1
2017-01-01Update copyright years.Jakub Jelinek14-13/+15
2017-01-01gcc.c (process_command): Update copyright notice dates.Jakub Jelinek2-2/+6
2016-12-30compile: add type conversion in Type::gc_symbol_pointerIan Lance Taylor2-2/+5
2016-12-30compiler: use more accurate array type in Gogo::register_gc_varsIan Lance Taylor2-4/+4
2016-12-22compiler: fix spurious redefinition error for anon structIan Lance Taylor3-26/+28
2016-12-19runtime: copy cgo support from Go 1.7 runtimeIan Lance Taylor1-1/+1
2016-12-16compiler: add containing Bfunction to some backend interfaces.Than McIntosh8-68/+135
2016-12-16compiler: fix comments + fieldnames to match libgo sourceIan Lance Taylor2-13/+13
2016-12-15compiler: fix off-by-1 array type len in Type::gc_symbol_constructorIan Lance Taylor2-2/+2
2016-12-15re PR go/78763 (go1: internal compiler error: in do_get_backend, at go/gofron...Ian Lance Taylor3-20/+50
2016-12-15compiler: remove unneeded zero-length slice value initIan Lance Taylor2-7/+1
2016-12-13libgo: fixes for Solaris buildIan Lance Taylor1-1/+1
2016-12-08runtime: mark non-x86 aeshashbody parameters as unusedIan Lance Taylor1-1/+1
2016-12-08runtime: copy memory hash code from Go 1.7Ian Lance Taylor2-2/+2
2016-12-08runtime: allocate _panic struct on heapIan Lance Taylor1-1/+1
2016-12-08compiler: make Slice_construction_expression::do_flatten idempotentIan Lance Taylor2-3/+3
2016-12-08runtime: remove some unused variables/declarations from runtime.hIan Lance Taylor1-1/+1
2016-12-06compiler: pass lvalue/rvalue context to back end for var exprsThan McIntosh10-28/+139
2016-12-01compiler: add slice initializers to the GC root listIan Lance Taylor5-5/+128
2016-12-01runtime: set isarchive in initsigIan Lance Taylor1-1/+1
2016-11-30runtime: print C functions in tracebackIan Lance Taylor1-1/+1
2016-11-30runtime: fixes for -buildmode=c-archiveIan Lance Taylor1-1/+1
2016-11-22compiler: relocate ID encoding utilities to gofrontendThan McIntosh10-192/+303
2016-11-22re PR go/77910 (go: open zversion.go: no such file or directory)Ian Lance Taylor1-1/+1
2016-11-22runtime: rewrite panic/defer code from C to GoIan Lance Taylor9-35/+46
2016-11-18runtime: move schedt type and sched var from C to GoIan Lance Taylor1-1/+1
2016-11-18runtime: don't call __go_alloc/__go_free in environment functionsIan Lance Taylor1-1/+1
2016-11-18libgo: remove old/regexp and old/templateIan Lance Taylor1-1/+1
2016-11-18Correct gcc/go/gofrontend/lex.cc and libgo/aclocal.m4 to the versions in the ...Ian Lance Taylor1-2/+2
2016-11-18runtime, reflect: rewrite Go to FFI type conversion in GoIan Lance Taylor1-1/+1
2016-11-16runtime: replace runtime1.goc with Go and C codeIan Lance Taylor1-1/+1
2016-11-16compiler: separate incomparable types from comparable onesIan Lance Taylor2-3/+21
2016-11-14runtime: don't crash if signal handler info argument is nilIan Lance Taylor1-1/+1
2016-11-11libgo: fix GOARCH_INT64ALIGN for several targetsIan Lance Taylor1-1/+1
2016-11-10runtime: copy signal code from Go 1.7 runtimeIan Lance Taylor5-5/+15
2016-11-09compiler: rework static initializer codeIan Lance Taylor4-73/+140
2016-11-05re PR go/78172 (gen-sysinfo.go vs AIX cred.h)Ian Lance Taylor1-1/+1
2016-11-01libgo: fix GOARCH_PHYSPAGESIZE for ia64Ian Lance Taylor1-1/+1
2016-11-01runtime: recreate function called by cgo -gccgoIan Lance Taylor1-1/+1
2016-11-01libgo: only rebuild package if dependent .gox has changedIan Lance Taylor1-1/+1
2016-11-01libgo: minor Makefile improvementsIan Lance Taylor1-1/+1
2016-11-01re PR go/78145 (Several go.test tests fail with error: integer constant overf...Ian Lance Taylor2-2/+2