aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)Author
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
2013-11-12compiler: Update for mainline changes.Ian Lance Taylor
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod
2013-11-11compiler: Support Go 1.2 nil checks.Ian Lance Taylor
2013-11-08compiler: Fix bogus init loop error with struct composite literal.Ian Lance Taylor
2013-11-08compiler: Correct types when type conversion makes backend call.Ian Lance Taylor
2013-11-06go-lang.c (go_langhook_post_options): If -fisolate-erroneous-paths was turned...Ian Lance Taylor
2013-10-24compiler: Implement 3-index slicing.Ian Lance Taylor
2013-10-23compiler: use builtin runtime calls for integer to string and string to array...Ian Lance Taylor
2013-10-17compiler: Rework handling of imported anonymous builtin types again.Ian Lance Taylor
2013-10-17compiler: Don't warn for unknown type when importing anonymous field.Ian Lance Taylor
2013-10-14runtime: Don't clobber saved context when catching signal.Chris Manghane
2013-10-13compiler: Fix handling of imported struct with embedded builtin type.Ian Lance Taylor