aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)Author
2015-11-01re PR go/67968 (go1: internal compiler error: in write_specific_type_function...Ian Lance Taylor
2015-06-26Mark ChangeLogGCC Administrator
2015-01-30compiler: Fix -fgo-prefix handling.Ian Lance Taylor
2015-01-05backport: compiler: Recognize 64-bit symbol tables in archives.Ian Lance Taylor
2014-10-30Mark ChangeLogGCC Administrator
2014-10-02re PR go/61880 (Linking with external functions in C does not work in GO when...Ian Lance Taylor
2014-08-29compiler: Fix comparison of struct/array with interface.Ian Lance Taylor
2014-08-05re PR go/61308 (gccgo: ICE in Expression::check_bounds [GoSmith])Ian Lance Taylor
2014-07-16Mark ChangeLogGCC Administrator
2014-07-08re PR go/61746 (A line starting with /*// causes an error even if the /* is c...Ian Lance Taylor
2014-05-06compiler: Fix bug in embedded method handling.Ian Lance Taylor
2014-04-30compiler: Don't overwrite memory if an archive has a bad file name.Ian Lance Taylor
2014-04-22Mark ChangeLogGCC Administrator
2014-03-28re PR other/59545 (Signed integer overflow issues)Ian Lance Taylor
2014-03-20compiler: Consider the depth of a nested composite literal during traversal.Ian Lance Taylor
2014-03-04go-gcc.cc (Gcc_backend::immutable_struct): If IS_COMMON, set DECL_WEAK.Ian Lance Taylor
2014-02-20re PR go/60288 (gccgo crashes compiling '*func_ptr(0)')Ian Lance Taylor
2014-01-31compiler: Use backend interface for conditional expressions.Ian Lance Taylor
2014-01-28compiler: Put nointerface methods in unique sections.Ian Lance Taylor
2014-01-24compiler: Use backend interface for unary expressions.Chris Manghane
2014-01-24compiler: Convert named types before flattening.Ian Lance Taylor
2014-01-17compiler: Use backend interface for binary expressions.Chris Manghane
2014-01-15compiler: Use backend interface for interface info and field expressions.Chris Manghane
2014-01-14compiler: Add Backend Function type.Ian Lance Taylor
2014-01-10compiler: Use backend interface for slice info.Ian Lance Taylor
2014-01-09compiler: Add flattening passIan Lance Taylor
2014-01-02Update copyright years in gcc/Richard Sandiford
2014-01-02Small ChangeLog fixes.Jakub Jelinek
2014-01-02gnat_ugn.texi: Bump @copying's copyright year.Tobias Burnus
2013-12-17compiler: Use backend interface for runtime errors.Ian Lance Taylor
2013-12-16compiler: Use backend interface for struct field expressions.Chris Manghane
2013-12-12compiler: Better error messages for { on line after if/for/switch.Ian Lance Taylor
2013-12-12compiler: Check for nil when slicing pointer to array.Ian Lance Taylor
2013-12-12compiler: Tweak untyped nil error message.Ian Lance Taylor
2013-12-12compiler: Don't permit importing a package as "init".Ian Lance Taylor
2013-12-12compiler: Don't compare structs with blank non-comparable fields.Ian Lance Taylor
2013-12-12go-lang.c (go_langhook_post_options): Disable sibling calls by default.Ian Lance Taylor
2013-12-12compiler, reflect, runtime: Implement method values in reflect.Ian Lance Taylor
2013-12-11compiler: Minor fixes for recover thunks.Ian Lance Taylor
2013-12-10Make-lang.in (check_go_parallelize): Test go-test.exp r* tests separately.Ian Lance Taylor
2013-12-05Revert this change; no longer required.Ian Lance Taylor
2013-11-26compiler: If type defined as type, forward hash/equal functions.Ian Lance Taylor
2013-11-23compiler: Fix backend representation of calls to interface methods.Ian Lance Taylor
2013-11-22compiler: Fixes for middle-end changes.Ian Lance Taylor
2013-11-22gimple.h: Remove all includes.Andrew MacLeod
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford
2013-11-14compiler: Use backend interface for comparisons.Ian Lance Taylor
2013-11-14gimplify-be.h: New file.Andrew MacLeod