varasm.c (set_implicit_section): New function.
[gcc.git] / gcc / go / ChangeLog
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-17 Trevor Saundersuse templates instead of gengtype for typed allocation...
2014-05-06 Chris Manghanecompiler: Use backend interface for expressions.
2014-05-06 Kenneth ZadeckUpdate ChangeLogs for wide-int work.
2014-05-06 Chris Manghanecompiler: Store flags for division checks in Gogo objec...
2014-05-06 Chris Manghanecompiler: Use backend interface for slice construction.
2014-05-05 Chris Manghanecompiler: Handle recursive pointer types for unary...
2014-05-01 Chris Manghanego-backend.c: #include "diagnostics.h".
2014-04-30 Chris Manghanecompiler: Remove GCC langhooks from frontend proper.
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/
2014-01-02 Jakub JelinekSmall ChangeLog fixes.
2014-01-02 Tobias Burnusgnat_ugn.texi: Bump @copying's copyright year.
2013-12-16 Chris Manghanecompiler: Use backend interface for struct field expres...
2013-12-12 Ian Lance Taylorgo-lang.c (go_langhook_post_options): Disable sibling...
2013-12-10 Ian Lance TaylorMake-lang.in (check_go_parallelize): Test go-test.exp...
2013-12-05 Ian Lance TaylorRevert this change; no longer required.
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-11-18 Richard Sandifordc-common.c, [...]: Replace tree_low_cst (..., 0) with...
2013-11-18 Richard Sandifordcuintp.c: Replace host_integerp (..., 0) with tree_fits...
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-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-09-25 Tom TromeyMake-lang.in (gospec.o): Remove.
2013-09-25 Tom TromeyMakefile.in (DRIVER_DEFINES): Use $(and), not shell...
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-07-23 Ian Lance Taylorgo-backend.c: Don't #include "rtl.h".
2013-07-23 Ian Lance Taylorgo-lang.c: Don't #include "except.h".
2013-06-18 Ian Lance Taylorcompiler, runtime: Use function descriptors.
2013-05-16 Jason MerrillMakefile.in (LLINKER): New variable.
2013-01-16 Shenghou Ma* gospec.c: pass -u pthread_create to linker when stati...
2012-12-21 Ian Lance Taylorre PR bootstrap/54659 (Bootstrap with --disable-nls...
2012-12-18 Ian Lance Taylorlibgo: Link against libatomic_convenience.la.
2012-12-18 Andreas Schwablibgo: Link against libatomic.
2012-11-29 Ian Lance Taylorcompiler, runtime: Track fields with tag go:"track".
2012-11-18 Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-11-16 Ian Lance TaylorMake-lang.in (gccgo$(exeext)): Add + at start of command.
2012-10-31 Ian Lance Taylorcompiler: Add -fgo-relative-import-path.
2012-09-17 Ian Lance Taylorlibbacktrace/:
2012-09-17 Ian Lance Taylorcompile: Detect invalid and likely-bad import statements.
2012-08-15 Diego Novillobackport: As described in gcc.gnu.org/ml/gcc/2012-08...
2012-07-24 Uros Bizjaklto-tree.h (lang_decl): Add variable_size GTY option.
2012-05-11 Ian Lance TaylorRemove ChangeLog entry for change to gofrontend file.
2012-05-09 Ian Lance Taylorcompiler: Add -fgo-pkgpath option.
2012-04-30 Jan Hubickacgraph.c (ld_plugin_symbol_resolution_names): Move...
2012-04-23 Ian Lance Taylorgo-lang.c (go_langhook_init): Set MPFR precision to...
2012-04-20 Ian Lance Taylorcompiler, runtime: Add explicit checks for zero and...
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-02-17 Ian Lance Taylorcompiler: Add parameter names to export information.
2012-02-17 Ian Lance Taylorgospec.c (lang_specific_driver): If linking, and no...
2012-02-14 Ian Lance Taylorre PR go/48411 (Bogusly canonicalized $target-gccgo)
2012-02-07 Ian Lance Taylorcompiler, libgo: Use //extern comments rather than...
2012-02-01 Jakub Jelinekre PR target/52079 (ICE in aggregate_value_p while...
2012-01-21 Ian Lance Taylorcompiler: The type descriptor of an undefined forward...
2012-01-20 Ian Lance Taylorcompiler: Handle recursive interfaces.
2012-01-17 Ian Lance Taylorgospec.c (lang_specific_driver): If we see -S without...
2012-01-12 Ian Lance Taylorgo-lang.c (go_langhook_init): Initialize void_list_node...
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-12-14 Ian Lance Taylorcompiler: Move import of Go export data to gcc side...
2011-11-29 Sanjoy Dascompiler: Define and use backend-independent Location...
2011-11-02 Rainer OrthMove shlib support to toplevel libgcc
2011-10-11 Ian Lance TaylorRemove incorrect ChangeLog entry, correct spacing.
2011-10-11 Michael MeissnerConvert standard builtin functions from being arrays...
2011-08-24 Roberto Lublinermangccgo...
2011-08-24 Joseph Myers* Makefile.in (CFLAGS-collect2.o, CFLAGS-c-family/c...
2011-08-16 Ian Lance TaylorRemove entry for gofrontend directory which should...
2011-08-15 Gabriel CharetteLINEMAP_POSITION_FOR_COLUMN had the exact same effect...
2011-08-08 Rainer Orthdriver-sparc.c: New file.
2011-08-03 Roberto Lublinermangccgo: Added code to dump the AST tree.
2011-07-06 Richard Guenthertree.c (build_common_tree_nodes_2): Merge with build_co...
2011-06-24 Ian Lance TaylorRemove entry for gofrontend change which should not...
2011-06-21 Andrew MacLeodgogo-tree.cc (Gogo::define_builtin_function_trees)...
next