summaryrefslogtreecommitdiffstats
path: root/gcc/go/gofrontend/gogo-tree.cc
Commit message (Expand)AuthorAgeFilesLines
* compiler: Convert named types before flattening.ian2014-01-241-1/+0
* compiler: Use backend interface for runtime errors.ian2013-12-171-24/+0
* compiler: Fixes for middle-end changes.ian2013-11-221-1/+1
* Factor unrelated declarations out of tree.h.dnovillo2013-11-191-0/+3
* compiler: Update for mainline changes.ian2013-11-121-0/+1
* runtime: Don't clobber saved context when catching signal.ian2013-10-141-2/+4
* compiler: Fix handling of hidden methods for unnamed types.ian2013-10-111-4/+5
* compiler: Use backend interface for function code expressions.ian2013-10-111-83/+9
* compiler: Use backend interface for function declarations.ian2013-10-111-233/+108
* compiler: Avoid knockon errors for invalid uses of _.ian2013-09-281-0/+6
* compiler: Fix name of unexported method of embedded imported type.ian2013-09-181-1/+25
* compiler, runtime: Use runtime functions to pass closure value.ian2013-09-031-63/+24
* compiler: generate dummy names for blank-named constants.ian2013-06-241-8/+9
* compiler: do not skip compilation of blank-named functions.ian2013-06-211-0/+8
* compiler, runtime: Use function descriptors.ian2013-06-181-101/+131
* compiler: Correct initialization order determination.ian2013-01-291-30/+43
* compiler: Provide location for initialization function.ian2013-01-171-5/+7
* PR bootstrap/54659ian2012-12-211-2/+0
* compiler, runtime: Track fields with tag go:"track".ian2012-11-291-0/+3
* compiler: Adjust for vec changes.ian2012-11-181-24/+29
* compiler, runtime: More steps toward separating int and intgo.ian2012-11-011-2/+5
* compiler: Fix unnamed struct type converted to interface type.ian2012-09-221-4/+12
* compiler: Update for GCC push_cfun changes.ian2012-09-201-9/+0
* compiler: Fix multiple types with same name in function.ian2012-09-191-2/+12
* Remove unnecessary VEC function overloads.dnovillo2012-09-111-15/+20
* compiler: Adjust for GCC always being built with C++.ian2012-08-151-10/+1
* compiler: Fix erroneous use of VEC.ian2012-05-181-1/+1
* compiler: Fix assembler names of types defined in functions.ian2012-05-161-1/+1
* compiler: Add -fgo-pkgpath option.ian2012-05-091-9/+19
* compiler: Fix order of initialization bug with global var a, b = f().ian2012-05-031-15/+39
* * cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.chubicka2012-04-301-1/+1
* compiler: Don't call cgraph_mark_needed_node.ian2012-04-201-1/+0
* compiler: Don't initialize zero sized variables.ian2012-03-081-1/+3
* compiler: Check for initialization loop in constant initializer.ian2012-02-171-2/+9
* compiler: Use new __builtin_init_heap_trampoline.ian2012-01-271-2/+2
* compiler: Better handling of erroneous function signatures.ian2012-01-241-0/+4
* libgo: Update to weekly.2011-12-14.ian2012-01-121-3/+94
* compiler, runtime: Implement struct and array comparisons.ian2012-01-061-5/+10
* compiler/runtime: Copy channel implementation from master library.ian2011-12-011-16/+11
* compiler: Define and use backend-independent Location class.ian2011-11-291-52/+69
* Remove incorrect ChangeLog entry, correct spacing.ian2011-10-111-1/+1
* Convert standard builtin functions from being arrays to using a functional in...meissner2011-10-111-5/+3
* Fix defer when not calling recover in function with named results.ian2011-09-161-4/+14
* Fix defer/recover at high optimization levels.ian2011-09-141-2/+5
* Always dereference nil receiver passed to value method.ian2011-09-131-21/+3
* * gogo-tree.cc (Gogo::define_builtin_function_trees): Changeamacleod2011-06-211-4/+4
* Use backend interface for map descriptors.ian2011-06-111-135/+0
* Use backend interface for type descriptors.ian2011-06-111-189/+5
* Use backend interface for zero initialization.ian2011-06-091-19/+11
* Use backend types for all type conversions.ian2011-05-071-15/+22
OpenPOWER on IntegriCloud