aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/gofrontend/gogo-tree.cc
AgeCommit message (Expand)AuthorFilesLines
2014-05-01go-backend.c: #include "diagnostics.h".Chris Manghane1-37/+0
2014-04-30compiler: Remove GCC langhooks from frontend proper.Chris Manghane1-85/+0
2014-04-30go-gcc.cc: #include "langhooks.h".Chris Manghane1-378/+0
2014-04-26compiler: Use backend interface for defining global declarations.Chris Manghane1-882/+0
2014-04-22compiler: Use backend interface for initialization functions.Chris Manghane1-84/+19
2014-04-17compiler: Use backend interface for constant expressions.Chris Manghane1-35/+13
2014-04-14Sync to current external repository.Chris Manghane1-887/+37
2014-01-24compiler: Convert named types before flattening.Ian Lance Taylor1-1/+0
2013-12-17compiler: Use backend interface for runtime errors.Ian Lance Taylor1-24/+0
2013-11-22compiler: Fixes for middle-end changes.Ian Lance Taylor1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-11-12compiler: Update for mainline changes.Ian Lance Taylor1-0/+1
2013-10-14runtime: Don't clobber saved context when catching signal.Chris Manghane1-2/+4
2013-10-11compiler: Fix handling of hidden methods for unnamed types.Ian Lance Taylor1-4/+5
2013-10-11compiler: Use backend interface for function code expressions.Chris Manghane1-83/+9
2013-10-11compiler: Use backend interface for function declarations.Chris Manghane1-233/+108
2013-09-28compiler: Avoid knockon errors for invalid uses of _.Ian Lance Taylor1-0/+6
2013-09-18compiler: Fix name of unexported method of embedded imported type.Ian Lance Taylor1-1/+25
2013-09-03compiler, runtime: Use runtime functions to pass closure value.Ian Lance Taylor1-63/+24
2013-06-24compiler: generate dummy names for blank-named constants.Ian Lance Taylor1-8/+9
2013-06-21compiler: do not skip compilation of blank-named functions.Ian Lance Taylor1-0/+8
2013-06-18compiler, runtime: Use function descriptors.Ian Lance Taylor1-101/+131
2013-01-29compiler: Correct initialization order determination.Ian Lance Taylor1-30/+43
2013-01-17compiler: Provide location for initialization function.Ian Lance Taylor1-5/+7
2012-12-21re PR bootstrap/54659 (Bootstrap with --disable-nls broken under Windows)Ian Lance Taylor1-2/+0
2012-11-29compiler, runtime: Track fields with tag go:"track".Ian Lance Taylor1-0/+3
2012-11-18compiler: Adjust for vec changes.Ian Lance Taylor1-24/+29
2012-11-01compiler, runtime: More steps toward separating int and intgo.Ian Lance Taylor1-2/+5
2012-09-22compiler: Fix unnamed struct type converted to interface type.Ian Lance Taylor1-4/+12
2012-09-20compiler: Update for GCC push_cfun changes.Ian Lance Taylor1-9/+0
2012-09-19compiler: Fix multiple types with same name in function.Ian Lance Taylor1-2/+12
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-15/+20
2012-08-15compiler: Adjust for GCC always being built with C++.Ian Lance Taylor1-10/+1
2012-05-18compiler: Fix erroneous use of VEC.Ian Lance Taylor1-1/+1
2012-05-16compiler: Fix assembler names of types defined in functions.Ian Lance Taylor1-1/+1
2012-05-09compiler: Add -fgo-pkgpath option.Ian Lance Taylor1-9/+19
2012-05-03compiler: Fix order of initialization bug with global var a, b = f().Ian Lance Taylor1-15/+39
2012-04-30cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.cJan Hubicka1-1/+1
2012-04-20compiler: Don't call cgraph_mark_needed_node.Ian Lance Taylor1-1/+0
2012-03-08compiler: Don't initialize zero sized variables.Ian Lance Taylor1-1/+3
2012-02-17compiler: Check for initialization loop in constant initializer.Ian Lance Taylor1-2/+9
2012-01-27compiler: Use new __builtin_init_heap_trampoline.Ian Lance Taylor1-2/+2
2012-01-24compiler: Better handling of erroneous function signatures.Ian Lance Taylor1-0/+4
2012-01-12libgo: Update to weekly.2011-12-14.Ian Lance Taylor1-3/+94
2012-01-06compiler, runtime: Implement struct and array comparisons.Ian Lance Taylor1-5/+10
2011-12-01compiler/runtime: Copy channel implementation from master library.Ian Lance Taylor1-16/+11
2011-11-29compiler: Define and use backend-independent Location class.Sanjoy Das1-52/+69
2011-10-11Remove incorrect ChangeLog entry, correct spacing.Ian Lance Taylor1-1/+1
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner1-5/+3
2011-09-16Fix defer when not calling recover in function with named results.Ian Lance Taylor1-4/+14