aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/Make-lang.in
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-10-17Run selftests for C++ as well as CDavid Malcolm1-0/+3
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-10-05compiler: centralize all symbol name handlingIan Lance Taylor1-0/+1
2017-05-10Big merge of changes to gofrontend repo that were postponed due to theIan Lance Taylor1-1/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-22compiler: relocate ID encoding utilities to gofrontendThan McIntosh1-0/+2
2016-09-23compiler: better abstraction layer for diagnostics.Than McIntosh1-0/+3
2016-09-09compiler: add abstraction layer for sha1 checksums.Than McIntosh1-0/+2
2016-05-06escape: Add skeleton for gc analysis.Chris Manghane1-0/+1
2016-04-29escape: Remove previously existing analysis.Chris Manghane1-2/+0
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-04-27Makefile-lan.in (ada.mostlyclean): Remove gnatbind and gnat1.Jim Wilson1-0/+1
2015-04-17compiler: Escape analysis.Chris Manghane1-0/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-09-15Makefile.in (dg_target_exps): Remove.Jakub Jelinek1-5/+1
2014-05-01go-backend.c: #include "diagnostics.h".Chris Manghane1-1/+0
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-10Make-lang.in (check_go_parallelize): Test go-test.exp r* tests separately.Ian Lance Taylor1-1/+2
2013-09-25Make-lang.in (gospec.o): Remove.Tom Tromey1-91/+8
2013-09-25Makefile.in (DRIVER_DEFINES): Use $(and), not shell code, to add -DENABLE_SHA...Tom Tromey1-2/+1
2013-07-23go-backend.c: Don't #include "rtl.h".Ian Lance Taylor1-1/+1
2013-07-23go-lang.c: Don't #include "except.h".Ian Lance Taylor1-1/+1
2013-05-16Makefile.in (LLINKER): New variable.Jason Merrill1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2012-11-29compiler, runtime: Track fields with tag go:"track".Ian Lance Taylor1-2/+2
2012-11-16Make-lang.in (gccgo$(exeext)): Add + at start of command.Ian Lance Taylor1-2/+2
2012-09-17compile: Detect invalid and likely-bad import statements.Ian Lance Taylor1-4/+5
2012-02-17compiler: Add parameter names to export information.Ian Lance Taylor1-1/+2
2012-02-14re PR go/48411 (Bogusly canonicalized $target-gccgo)Ian Lance Taylor1-7/+16
2011-11-29compiler: Define and use backend-independent Location class.Sanjoy Das1-4/+9
2011-11-02Move shlib support to toplevel libgccRainer Orth1-1/+1
2011-08-24gccgo...Roberto Lublinerman1-12/+14
2011-08-24* Makefile.in (CFLAGS-collect2.o, CFLAGS-c-family/c-opts.o)Joseph Myers1-4/+2
2011-08-08driver-sparc.c: New file.Rainer Orth1-1/+2
2011-08-03gccgo: Added code to dump the AST tree.Roberto Lublinerman1-2/+8
2011-06-15target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers1-2/+3
2011-06-14Change builtin make to runtime call at lowering time.Ian Lance Taylor1-1/+1
2011-06-11Use backend interface for type descriptors.Ian Lance Taylor1-1/+2
2011-05-27Change export code to use the backend interface.Ian Lance Taylor1-3/+3
2011-05-24Makefile.in (GCC_OBJS): Remove opts-common.o and options.o.Joseph Myers1-3/+3
2011-05-20Makefile.in (LIBDEPS): Add libcommon.a.Joseph Myers1-1/+1
2011-04-25Use backend interface for function types.Ian Lance Taylor1-1/+2
2011-04-19statement.cc no longer includes gcc headers.Ian Lance Taylor1-3/+2
2011-04-19Use backend interface for variables.Ian Lance Taylor1-2/+3
2011-04-13Use backend interface for go and defer statements.Ian Lance Taylor1-1/+1
2011-04-13Unify handling of runtime support functions.Ian Lance Taylor1-3/+9
2011-04-05Use backend interface for labels and goto statements.Ian Lance Taylor1-2/+2
2011-04-04Use backend interface for return statements.Ian Lance Taylor1-1/+2
2011-04-03Start using backend interface separate from gofrontend.Ian Lance Taylor1-2/+6