]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/go/go-gcc.cc
Factor unrelated declarations out of tree.h.
[thirdparty/gcc.git] / gcc / go / go-gcc.cc
2013-11-19  Diego NovilloFactor unrelated declarations out of tree.h.
2013-10-14  Chris Manghaneruntime: Don't clobber saved context when catching...
2013-10-11  Chris Manghanecompiler: Use backend interface for function code expre...
2013-10-11  Chris Manghanecompiler: Use backend interface for function declarations.
2013-10-04  Chris Manghanecompiler: Use backend interface for temporary reference...
2013-10-02  Chris Manghanecompiler: Use backend interface for numeric expressions.
2013-09-30  Chris Manghanecompiler: Use backend interface for variable expressions.
2013-08-29  Ian Lance Taylorgo-gcc.cc (Gcc_backend::immutable_struct): Set TREE_PUB...
2013-08-06  Ian Lance Taylorgo-gcc.cc (Gcc_backend::immutable_struct_set_init)...
2013-08-02  Ian Lance Taylorgo-gcc.cc (immutable_struct_set_init): Always call...
2013-07-24  Ian Lance Taylorgo-gcc.cc (Gcc_backend::non_zero_size_type): If a struc...
2013-06-18  Ian Lance Taylorcompiler, runtime: Use function descriptors.
2013-01-10  Richard SandifordUpdate copyright years in gcc/
2012-11-29  Ian Lance Taylorcompiler, runtime: Track fields with tag go:"track".
2012-08-15  Diego Novillobackport: As described in http://gcc.gnu.org/ml/gcc...
2012-05-09  Ian Lance Taylorcompiler: Add -fgo-pkgpath option.
2012-04-18  Steven Bosschertarghooks.c (default_case_values_threshold): Fix code...
2012-03-09  Ian Lance Taylorcompiler: Be more careful to follow GENERIC type rules.
2012-03-08  Ian Lance Taylorcompiler: Don't initialize zero sized variables.
2012-03-01  Ian Lance Taylorcompiler: Avoid some compiler crashes on invalid code.
2012-02-23  Richard Guenthergo-gcc.cc (Gcc_backend::placeholder_pointer_type):...
2012-01-21  Ian Lance Taylorcompiler: The type descriptor of an undefined forward...
2012-01-20  Ian Lance Taylorcompiler: Handle recursive interfaces.
2012-01-11  Ian Lance Taylorcompiler: Use backend interface for type sizes and...
2011-12-28  Ian Lance Taylorgo-gcc.cc (Gcc_backend::set_placeholder_struct_type...
2011-12-22  Ian Lance Taylorgo-gcc.cc (set_placeholder_pointer_type): Arrange for...
2011-11-29  Sanjoy Dascompiler: Define and use backend-independent Location...
2011-06-11  Ian Lance TaylorUse backend interface for type descriptors.
2011-06-09  Ian Lance TaylorUse backend interface for zero initialization.
2011-05-13  Ian Lance TaylorFix bug with multiple results returning structs with...
2011-05-12  Ian Lance TaylorFix bug with taking address of a variable when address...
2011-05-06  Nathan Froydgeneralize build_case_label to the rest of the compiler
2011-05-04  Ian Lance TaylorUse backend interface for named types and array types.
2011-04-27  Ian Lance TaylorUse backend interface for struct types.
2011-04-25  Ian Lance TaylorUse backend interface for function types.
2011-04-25  Evan ShawUse backend interface for basic types
2011-04-19  Ian Lance TaylorUse backend interface for temporary variables.
2011-04-19  Ian Lance TaylorUse backend interface for blocks.
2011-04-19  Ian Lance TaylorUse backend interface for variables.
2011-04-15  Ian Lance TaylorAdd compound_list to backend interface.
2011-04-15  Ian Lance TaylorUse the backend interface for select statements.
2011-04-06  Ian Lance TaylorUse backend interface for constant switch statements.
2011-04-06  Ian Lance TaylorUse backend interface for if statements.
2011-04-06  Ian Lance TaylorUse backend interface for expression statements.
2011-04-05  Ian Lance TaylorUse backend interface for labels and goto statements.
2011-04-04  Ian Lance TaylorUse backend interface for return statements.
2011-04-03  Ian Lance TaylorStart using backend interface separate from gofrontend.