aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/go-gcc.cc
AgeCommit message (Expand)AuthorFilesLines
2014-09-03compiler: Add precise type information on the heap.Chris Manghane1-14/+77
2014-08-25IPA C++ refactoring 4/NMartin Liska1-2/+2
2014-08-08go-gcc.cc (Gcc_backend::compound_statement): Don't return NULL_TREE.Ian Lance Taylor1-0/+6
2014-07-24go-gcc.cc (Gcc_backend::global_variable_set_init): Rename symtab_get_node to ...Uros Bizjak1-2/+2
2014-06-11varasm.c (set_implicit_section): New function.Jan Hubicka1-1/+2
2014-06-09symtab.c (dump_symtab_base): Update dumping.Jan Hubicka1-1/+1
2014-06-04libgo: Merge from revision 18783:00cce3a34d7e of master library.Ian Lance Taylor1-4/+23
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod1-0/+1
2014-05-06compiler: Use backend interface for expressions.Chris Manghane1-76/+22
2014-05-06Merge in wide-int.Kenneth Zadeck1-2/+1
2014-05-06compiler: Use backend interface for slice construction.Chris Manghane1-4/+11
2014-05-05compiler: Handle recursive pointer types for unary indirection.Chris Manghane1-9/+22
2014-04-30go-gcc.cc: #include "langhooks.h".Chris Manghane1-3/+216
2014-04-26compiler: Use backend interface for defining global declarations.Chris Manghane1-13/+155
2014-04-22compiler: Use backend interface for initialization functions.Chris Manghane1-11/+13
2014-04-17compiler: Use backend interface for constant expressions.Chris Manghane1-0/+27
2014-04-14Sync to current external repository.Chris Manghane1-4/+443
2014-03-04go-gcc.cc (Gcc_backend::immutable_struct): If IS_COMMON, set DECL_WEAK.Ian Lance Taylor1-3/+22
2014-01-24compiler: Use backend interface for unary expressions.Chris Manghane1-0/+44
2014-01-17compiler: Use backend interface for binary expressions.Chris Manghane1-4/+128
2014-01-15compiler: Use backend interface for interface info and field expressions.Chris Manghane1-0/+41
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-16compiler: Use backend interface for struct field expressions.Chris Manghane1-0/+36
2013-11-23compiler: Fix backend representation of calls to interface methods.Ian Lance Taylor1-24/+5
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+2
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-10-14runtime: Don't clobber saved context when catching signal.Chris Manghane1-0/+16
2013-10-11compiler: Use backend interface for function code expressions.Chris Manghane1-0/+16
2013-10-11compiler: Use backend interface for function declarations.Chris Manghane1-0/+71
2013-10-04compiler: Use backend interface for temporary reference expressions.Chris Manghane1-0/+17
2013-10-02compiler: Use backend interface for numeric expressions.Chris Manghane1-0/+67
2013-09-30compiler: Use backend interface for variable expressions.Chris Manghane1-0/+34
2013-08-29go-gcc.cc (Gcc_backend::immutable_struct): Set TREE_PUBLIC if the struct is n...Ian Lance Taylor1-10/+6
2013-08-06go-gcc.cc (Gcc_backend::immutable_struct_set_init): Use compute_reloc_for_con...Ian Lance Taylor1-1/+3
2013-08-02go-gcc.cc (immutable_struct_set_init): Always call resolve_unique_section.Ian Lance Taylor1-4/+5
2013-07-24go-gcc.cc (Gcc_backend::non_zero_size_type): If a struct has a fields...Ian Lance Taylor1-14/+35
2013-06-18compiler, runtime: Use function descriptors.Ian Lance Taylor1-6/+9
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2012-11-29compiler, runtime: Track fields with tag go:"track".Ian Lance Taylor1-0/+16
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-9/+0
2012-05-09compiler: Add -fgo-pkgpath option.Ian Lance Taylor1-4/+4
2012-04-18targhooks.c (default_case_values_threshold): Fix code style nit.Steven Bosscher1-1/+1
2012-03-09compiler: Be more careful to follow GENERIC type rules.Ian Lance Taylor1-0/+24
2012-03-08compiler: Don't initialize zero sized variables.Ian Lance Taylor1-3/+82
2012-03-01compiler: Avoid some compiler crashes on invalid code.Ian Lance Taylor1-1/+5
2012-02-23go-gcc.cc (Gcc_backend::placeholder_pointer_type): Use build_distinct_type_copy.Richard Guenther1-1/+1
2012-01-21compiler: The type descriptor of an undefined forward type is an error.Ian Lance Taylor1-3/+14
2012-01-20compiler: Handle recursive interfaces.Ian Lance Taylor1-8/+14
2012-01-11compiler: Use backend interface for type sizes and alignments.Ian Lance Taylor1-1/+63
2011-12-28go-gcc.cc (Gcc_backend::set_placeholder_struct_type): Use build_distinct_type...Ian Lance Taylor1-2/+20