]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/go/go-lang.c
Update copyright years.
[thirdparty/gcc.git] / gcc / go / go-lang.c
2020-01-01  Jakub JelinekUpdate copyright years.
2019-11-12  Martin LiskaUse more SET_OPTION_IF_UNSET.
2019-09-05  Ian Lance Taylorre PR tree-optimization/91663 (split function can be...
2019-08-23  Jakub Jelinekre PR middle-end/91283 (gcc.dg/torture/c99-contract...
2019-05-08  Cherry Zhangcompiler: add an option to emit optimization diagnostics
2019-01-01  Jakub JelinekUpdate copyright years.
2018-07-20  Martin SeborPR middle-end/82063 - issues with arguments enabled...
2018-02-02  Cherry Zhangcompiler: turn on escape analysis by default
2018-01-09  Cherry Zhangcompiler: add escape analysis debug hash
2018-01-03  Richard SandifordAdd support for MODE_VECTOR_BOOL
2018-01-03  Richard Sandifordpoly_int: TYPE_VECTOR_SUBPARTS
2018-01-03  Jakub JelinekUpdate copyright years.
2017-12-12  Tony Reixgo-lang.c (TARGET_AIX): Define if not defined.
2017-12-01  Than McIntoshcompiler: introduce size threshold for nil checks
2017-08-30  Richard Sandiford[77/77] Add a complex_mode class
2017-08-30  Richard Sandiford[20/77] Replace MODE_INT checks with is_int_mode
2017-08-30  Richard Sandiford[7/77] Add scalar_float_mode
2017-06-09  Ian Lance Tayloropts.c (finish_options): If -fsplit-stack, disable...
2017-01-01  Jakub JelinekUpdate copyright years.
2016-10-25  David Malcolmgo-lang.c: remove a redundant cast
2016-10-11  Than McIntoshcompiler: move Backend/Linemap creation out of front...
2016-08-30  Ian Lance Taylorcompiler: add -fgo-c-header=FILE to create a C header
2016-08-02  Chris Manghaneescape: Add basic debugging.
2016-02-08  Bernd SchmidtRemove -fshort-double
2016-01-27  Ian Lance Taylorgo-lang.c (go_langhook_init_options_struct): Default...
2016-01-04  Jakub JelinekUpdate copyright years.
2015-11-11  Andrew MacLeoddecl.c: Remove unused header files.
2015-10-29  Andrew MacLeoddecl.c: Reorder #include's and remove duplicates.
2015-07-31  Andreas Schwabgo-lang.c (go_langhook_init_options_struct): Don't...
2015-07-08  Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-17  Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08  Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-05  Aldy HernandezMerge debug-early branch into mainline.
2015-06-04  Andrew MacLeodcoretypes.h: Include machmode.h...
2015-01-23  Ian Lance Taylorre PR go/64595 (go programs abort when debug info is...
2015-01-09  Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05  Jakub JelinekUpdate copyright years.
2014-10-29  Richard Sandiforddecl.c, [...]: Remove redundant enum from machine_mode.
2014-10-27  Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-05-17  Trevor Saundersuse templates instead of gengtype for typed allocation...
2014-05-06  Chris Manghanecompiler: Store flags for division checks in Gogo objec...
2014-04-30  Chris Manghanecompiler: Remove GCC langhooks from frontend proper.
2014-01-02  Richard SandifordUpdate copyright years in gcc/
2013-12-12  Ian Lance Taylorgo-lang.c (go_langhook_post_options): Disable sibling...
2013-12-05  Ian Lance TaylorRevert this change; no longer required.
2013-11-22  Andrew MacLeodgimple.h: Remove all includes.
2013-11-19  Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-14  Andrew MacLeodgimplify-be.h: New file.
2013-11-12  Andrew MacLeodgimple-expr.h (create_tmp_var_name, [...]): Relocate...
2013-11-06  Ian Lance Taylorgo-lang.c (go_langhook_post_options): If -fisolate...
2013-07-23  Ian Lance Taylorgo-lang.c: Don't #include "except.h".
2013-01-10  Richard SandifordUpdate copyright years in gcc/
2012-11-18  Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-10-31  Ian Lance Taylorcompiler: Add -fgo-relative-import-path.
2012-07-24  Uros Bizjaklto-tree.h (lang_decl): Add variable_size GTY option.
2012-05-09  Ian Lance Taylorcompiler: Add -fgo-pkgpath option.
2012-04-23  Ian Lance Taylorgo-lang.c (go_langhook_init): Set MPFR precision to...
2012-02-01  Jakub Jelinekre PR target/52079 (ICE in aggregate_value_p while...
2012-01-12  Ian Lance Taylorgo-lang.c (go_langhook_init): Initialize void_list_node...
2011-08-24  Roberto Lublinermangccgo...
2011-07-06  Richard Guenthertree.c (build_common_tree_nodes_2): Merge with build_co...
2011-06-14  Joseph Myerstarget-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to...
2011-06-07  Richard Guenthertree.c (build_common_tree_nodes): Also initialize size_...
2011-05-07  Eric Botcazoulanghooks.h (lang_hooks_for_types): Change global_bindi...
2011-04-13  Nathan Froydada-tree.h (union lang_tree_node): Check for TS_COMMON...
2011-02-08  Ian Lance Taylorgo-lang.c (go_langhook_init_options_struct): Set fronte...
2011-01-21  Ian Lance TaylorRemove the types float and complex.
2010-12-07  Ian Lance Taylorre PR tree-optimization/46805 (ICE: SIGSEGV in optab_fo...
2010-12-07  Ian Lance Taylorre PR other/46789 (go configuration with --prefix=...
2010-12-03  Ian Lance TaylorAdd Go frontend, libgo library, and Go testsuite.