summaryrefslogtreecommitdiff
path: root/gcc/go/Make-lang.in
Commit message (Expand)AuthorAgeFilesLines
* Big merge of changes to gofrontend repo that were postponed due to theian2017-05-101-1/+2
* Update copyright years.jakub2017-01-011-1/+1
* compiler: relocate ID encoding utilities to gofrontendian2016-11-221-0/+2
* compiler: better abstraction layer for diagnostics.ian2016-09-231-0/+3
* compiler: add abstraction layer for sha1 checksums.ian2016-09-091-0/+2
* escape: Add skeleton for gc analysis.ian2016-05-061-0/+1
* escape: Remove previously existing analysis.ian2016-04-291-2/+0
* Update copyright years.jakub2016-01-041-1/+1
* ada/wilson2015-04-271-0/+1
* compiler: Escape analysis.ian2015-04-171-0/+1
* Update copyright years.jakub2015-01-051-1/+1
* gcc/jakub2014-09-151-5/+1
* * go-backend.c: #include "diagnostics.h".ian2014-05-011-1/+0
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* * Make-lang.in (check_go_parallelize): Test go-test.exp r* testsian2013-12-101-1/+2
* * Make-lang.in (gospec.o): Remove.tromey2013-09-251-91/+8
* * Makefile.in (DRIVER_DEFINES): Use $(and), not shell code,tromey2013-09-251-2/+1
* * go-backend.c: Don't #include "rtl.h".ian2013-07-231-1/+1
* * go-lang.c: Don't #include "except.h".ian2013-07-231-1/+1
* * Makefile.in (LLINKER): New variable.jason2013-05-161-1/+1
* Update copyright years in gcc/rsandifo2013-01-101-1/+1
* compiler, runtime: Track fields with tag go:"track".ian2012-11-291-2/+2
* * Make-lang.in (gccgo$(exeext)): Add + at start of command.ian2012-11-161-2/+2
* compile: Detect invalid and likely-bad import statements.ian2012-09-171-4/+5
* compiler: Add parameter names to export information.ian2012-02-171-1/+2
* PR go/48411ian2012-02-141-7/+16
* compiler: Define and use backend-independent Location class.ian2011-11-291-4/+9
* Move shlib support to toplevel libgccro2011-11-021-1/+1
* gccgo: fixes to ast-dump, refactoring of export and ast-dumpian2011-08-241-12/+14
* * Makefile.in (CFLAGS-collect2.o, CFLAGS-c-family/c-opts.o)jsm282011-08-241-4/+2
* gcc:ro2011-08-081-1/+2
* gccgo: Added code to dump the AST tree. The AST dump isian2011-08-031-2/+8
* * target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move tojsm282011-06-141-2/+3
* Change builtin make to runtime call at lowering time.ian2011-06-141-1/+1
* Use backend interface for type descriptors.ian2011-06-111-1/+2
* Change export code to use the backend interface.ian2011-05-271-3/+3
* * Makefile.in (GCC_OBJS): Remove opts-common.o and options.o.jsm282011-05-241-3/+3
* * Makefile.in (LIBDEPS): Add libcommon.a.jsm282011-05-201-1/+1
* Use backend interface for function types.ian2011-04-251-1/+2
* statement.cc no longer includes gcc headers.ian2011-04-191-3/+2
* Use backend interface for variables.ian2011-04-191-2/+3
* Use backend interface for go and defer statements.ian2011-04-131-1/+1
* Unify handling of runtime support functions.ian2011-04-131-3/+9
* Use backend interface for labels and goto statements.ian2011-04-051-2/+2
* Use backend interface for return statements.ian2011-04-041-1/+2
* Start using backend interface separate from gofrontend.ian2011-04-031-2/+6
* Move clearing of flag_strict_aliasing to gcc interface.ian2011-01-141-4/+5
* * Make-lang.in (check-go): Remove.ian2010-12-211-1/+5
* PR other/46789ian2010-12-071-3/+9
* PR bootstrap/46776ian2010-12-041-6/+9