aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/Make-lang.in
AgeCommit message (Expand)AuthorFilesLines
2022-11-14Revert "sphinx: support Sphinx in build system"Martin Liska1-29/+36
2022-11-14Revert "sphinx: add --with-sphinx-build"Martin Liska1-5/+5
2022-11-14Revert "sphinx: support installation if sphinx-build is missing"Martin Liska1-2/+5
2022-11-09sphinx: support installation if sphinx-build is missingMartin Liska1-5/+2
2022-11-09sphinx: add --with-sphinx-buildMartin Liska1-5/+5
2022-11-09sphinx: support Sphinx in build systemMartin Liska1-36/+29
2022-05-31build: TAGS and .cc transitionJason Merrill1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-11-29Make etags path used by build system configurableEric Gallager1-2/+2
2021-01-14compiler: add support for reading embedcfg filesIan Lance Taylor1-0/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-20configury: Fix up --enable-link-serialization supportJakub Jelinek1-3/+3
2020-11-18configury: --enable-link-serialization supportJakub Jelinek1-2/+5
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
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