Update copyright years.
[gcc.git] / gcc / go / go-gcc.cc
2015-01-05 Jakub JelinekUpdate copyright years.
2014-12-19 Chris Manghanego-gcc.cc (array_constructor_expression): Don't constru...
2014-10-28 Andrew MacLeodcgraph.h: Flatten.
2014-10-27 Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-10-24 Ian Lance Taylorcompiler: Use MPC library for complex numbers.
2014-09-03 Chris Manghanecompiler: Add precise type information on the heap.
2014-08-25 Martin LiskaIPA C++ refactoring 4/N
2014-08-08 Ian Lance Taylorgo-gcc.cc (Gcc_backend::compound_statement): Don't...
2014-07-24 Uros Bizjakgo-gcc.cc (Gcc_backend::global_variable_set_init):...
2014-06-11 Jan Hubickavarasm.c (set_implicit_section): New function.
2014-06-09 Jan Hubickasymtab.c (dump_symtab_base): Update dumping.
2014-06-04 Ian Lance Taylorlibgo: Merge from revision 18783:00cce3a34d7e of master...
2014-06-02 Andrew MacLeodexpr.h: Remove prototypes of functions defined in built...
2014-05-06 Chris Manghanecompiler: Use backend interface for expressions.
2014-05-06 Kenneth ZadeckMerge in wide-int.
2014-05-06 Chris Manghanecompiler: Use backend interface for slice construction.
2014-05-05 Chris Manghanecompiler: Handle recursive pointer types for unary...
2014-04-30 Chris Manghanego-gcc.cc: #include "langhooks.h".
2014-04-26 Chris Manghanecompiler: Use backend interface for defining global...
2014-04-22 Chris Manghanecompiler: Use backend interface for initialization...
2014-04-17 Chris Manghanecompiler: Use backend interface for constant expressions.
2014-04-14 Chris ManghaneSync to current external repository.
2014-03-04 Ian Lance Taylorgo-gcc.cc (Gcc_backend::immutable_struct): If IS_COMMON...
2014-01-24 Chris Manghanecompiler: Use backend interface for unary expressions.
2014-01-17 Chris Manghanecompiler: Use backend interface for binary expressions.
2014-01-15 Chris Manghanecompiler: Use backend interface for interface info...
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-16 Chris Manghanecompiler: Use backend interface for struct field expres...
2013-11-23 Ian Lance Taylorcompiler: Fix backend representation of calls to interf...
2013-11-22 Andrew MacLeodgimple.h: Remove all includes.
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 gcc.gnu.org/ml/gcc/2012-08...
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.