]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/go/go-gcc.cc
Merge in trunk.
[thirdparty/gcc.git] / gcc / go / go-gcc.cc
2014-04-30  mrsMerge in trunk.
2014-04-30  ian * go-gcc.cc: #include "langhooks.h".
2014-04-28  rsandifoMerge from trunk.
2014-04-26  iancompiler: Use backend interface for defining global...
2014-04-24  mrsMerge in trunk.
2014-04-22  iancompiler: Use backend interface for initialization...
2014-04-22  mrsMerge in trunk.
2014-04-22  rsandifoMerge from trunk.
2014-04-17  iancompiler: Use backend interface for constant expressions.
2014-04-17  rsandifoMerge from trunk.
2014-04-14  ianSync to current external repository.
2014-04-02  mrsMerge in trunk.
2014-03-04  ian * go-gcc.cc (Gcc_backend::immutable_struct): If IS_COM...
2014-02-10  mrsMerge in trunk.
2014-01-24  iancompiler: Use backend interface for unary expressions.
2014-01-17  iancompiler: Use backend interface for binary expressions.
2014-01-15  iancompiler: Use backend interface for interface info...
2014-01-13  mrsMerge in trunk.
2014-01-03  mrsMerge in trunk.
2014-01-02  rsandifoUpdate copyright years in gcc/
2013-12-16  iancompiler: Use backend interface for struct field expres...
2013-12-16  mrsMerge in trunk.
2013-12-13  mrsMerge in trunk.
2013-12-04  rsandifoMerge with trunk.
2013-11-23  iancompiler: Fix backend representation of calls to interf...
2013-11-22  amacleod * gimple.h: Remove all includes.
2013-11-22  rsandifoMerge with trunk.
2013-11-21  rsandifoRemove a whitespace difference with trunk.
2013-11-21  rsandifoMerge with trunk.
2013-11-20  rsandifoRemove cst_fits_[su]hwi_p.
2013-11-20  rsandifoMerge from trunk.
2013-11-19  dnovilloFactor unrelated declarations out of tree.h.
2013-11-19  rsandifoRemove tree_to_hwi.
2013-11-18  rsandifoMerge from trunk.
2013-11-16  mrsMerge in trunk.
2013-11-09  rsandifoMerge with trunk.
2013-11-06  mrsMerge in trunk.
2013-11-04  mrsMerge in trunk.
2013-10-20  mrsMerge in trunk.
2013-10-14  ianruntime: Don't clobber saved context when catching...
2013-10-11  iancompiler: Use backend interface for function code expre...
2013-10-11  iancompiler: Use backend interface for function declarations.
2013-10-04  iancompiler: Use backend interface for temporary reference...
2013-10-02  iancompiler: Use backend interface for numeric expressions.
2013-09-30  iancompiler: Use backend interface for variable expressions.
2013-09-20  mrsMerge in trunk.
2013-09-04  mrsMerge in trunk.
2013-08-29  ian * go-gcc.cc (Gcc_backend::immutable_struct): Set TREE_...
2013-08-13  mrsAdd wide-int branch.
2013-08-06  ian * go-gcc.cc (Gcc_backend::immutable_struct_set_init...
2013-08-02  ian * go-gcc.cc (immutable_struct_set_init): Always call
2013-07-24  ian * go-gcc.cc (Gcc_backend::non_zero_size_type): If...
2013-06-18  iancompiler, runtime: Use function descriptors.
2013-01-10  rsandifoUpdate copyright years in gcc/
2012-11-29  iancompiler, runtime: Track fields with tag go:"track".
2012-08-15  dnovilloMerge from cxx-conversion branch (http://gcc.gnu.org...
2012-05-09  iancompiler: Add -fgo-pkgpath option.
2012-04-18  stevengcc/
2012-03-09  iancompiler: Be more careful to follow GENERIC type rules.
2012-03-08  iancompiler: Don't initialize zero sized variables.
2012-03-01  iancompiler: Avoid some compiler crashes on invalid code.
2012-02-23  rguenth2012-02-23 Richard Guenther <rguenther@suse.de>
2012-01-21  iancompiler: The type descriptor of an undefined forward...
2012-01-20  iancompiler: Handle recursive interfaces.
2012-01-11  iancompiler: Use backend interface for type sizes and...
2011-12-28  ian * go-gcc.cc (Gcc_backend::set_placeholder_struct_type...
2011-12-22  ian * go-gcc.cc (set_placeholder_pointer_type): Arrange...
2011-11-29  iancompiler: Define and use backend-independent Location...
2011-06-11  ianUse backend interface for type descriptors.
2011-06-09  ianUse backend interface for zero initialization.
2011-05-13  ianFix bug with multiple results returning structs with...
2011-05-12  ianFix bug with taking address of a variable when address...
2011-05-06  froydnjgeneralize build_case_label to the rest of the compiler
2011-05-04  ianUse backend interface for named types and array types.
2011-04-27  ianUse backend interface for struct types.
2011-04-25  ianUse backend interface for function types.
2011-04-25  ianUse backend interface for basic types
2011-04-19  ianUse backend interface for temporary variables.
2011-04-19  ianUse backend interface for blocks.
2011-04-19  ianUse backend interface for variables.
2011-04-15  ianAdd compound_list to backend interface.
2011-04-15  ianUse the backend interface for select statements.
2011-04-06  ianUse backend interface for constant switch statements.
2011-04-06  ianUse backend interface for if statements.
2011-04-06  ianUse backend interface for expression statements.
2011-04-05  ianUse backend interface for labels and goto statements.
2011-04-04  ianUse backend interface for return statements.
2011-04-03  ianStart using backend interface separate from gofrontend.