summaryrefslogtreecommitdiff
path: root/gcc/go/go-lang.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* * go-lang.c (go_langhook_post_options): Disable sibling calls byian2013-12-121-0/+4
* Revert this change; no longer required.ian2013-12-051-6/+0
* * gimple.h: Remove all includes.amacleod2013-11-221-2/+2
* Factor unrelated declarations out of tree.h.dnovillo2013-11-191-0/+1
* * gimplify-be.h: New file. Add prototypes.amacleod2013-11-141-0/+1
* 2013-11-12 Andrew MacLeod <amacleod@redhat.com>amacleod2013-11-121-1/+1
* * go-lang.c (go_langhook_post_options): Ifian2013-11-061-0/+6
* * go-lang.c: Don't #include "except.h".ian2013-07-231-1/+0
* Update copyright years in gcc/rsandifo2013-01-101-1/+1
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-8/+5
* compiler: Add -fgo-relative-import-path.ian2012-10-311-1/+7
* gcc/lto/ChangeLog:uros2012-07-241-1/+1
* compiler: Add -fgo-pkgpath option.ian2012-05-091-2/+11
* * go-lang.c (go_langhook_init): Set MPFR precision to 256.ian2012-04-231-1/+1
* PR target/52079jakub2012-02-011-2/+18
* * go-lang.c (go_langhook_init): Initialize void_list_node beforeian2012-01-121-3/+3
* gccgo: fixes to ast-dump, refactoring of export and ast-dumpian2011-08-241-0/+4
* 2011-07-06 Richard Guenther <rguenther@suse.de>rguenth2011-07-061-3/+1
* * target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move tojsm282011-06-141-1/+2
* 2011-06-07 Richard Guenther <rguenther@suse.de>rguenth2011-06-071-9/+0
* 2011-05-07  Eric Botcazou  <ebotcazou@adacore.com>ebotcazou2011-05-071-2/+4
* gcc/ada/froydnj2011-04-131-1/+1
* * go-lang.c (go_langhook_init_options_struct): Setian2011-02-081-3/+1
* Remove the types float and complex.ian2011-01-211-2/+2
* PR tree-optimization/46805ian2010-12-071-0/+14
* PR other/46789ian2010-12-071-4/+57
* Add Go frontend, libgo library, and Go testsuite.ian2010-12-031-0/+404