aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)Author
2014-07-16Merge branches/gcc-4_9-branch rev 212419Yvan Roux
2014-07-08 PR go/61746Ian Lance Taylor
2014-06-26Make Linaro GCC 4.9-2014.06-1.gcc-linaro-4.9-2014.06-1Yvan Roux
2014-06-13Make Linaro GCC 4.9-2014.06.gcc-linaro-4.9-2014.06Yvan Roux
2014-06-12Merge branches/gcc-4_9-branch rev 211054Yvan Roux
2014-05-19Make Linaro GCC 4.9-2014.05.gcc-linaro-4.9-2014.05Yvan Roux
2014-05-13Merge branches/gcc-4_9-branch rev 210052Yvan Roux
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-28Make Linaro GCC 4.9-2014.04.gcc-linaro-4.9-2014.04Yvan Roux
2014-04-22Mark ChangeLogGCC Administrator
2014-03-28 PR other/59545Ian Lance Taylor
2014-03-20compiler: Consider the depth of a nested composite literal during traversal.Ian Lance Taylor
2014-03-04 * go-gcc.cc (Gcc_backend::immutable_struct): If IS_COMMON, setIan Lance Taylor
2014-02-20 PR go/60288Ian 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-022014-01-02 Tobias Burnus <burnus@net-b.de>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-12 * go-lang.c (go_langhook_post_options): Disable sibling calls byIan 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-10 * Make-lang.in (check_go_parallelize): Test go-test.exp r* testsIan Lance Taylor
2013-12-05 Revert 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-22 * gimple.h: Remove all includes.Andrew Macleod
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-11-18gcc/c-family/Richard Sandiford
2013-11-18gcc/ada/Richard Sandiford
2013-11-14compiler: Use backend interface for comparisons.Ian Lance Taylor
2013-11-14 * gimplify-be.h: New file. Add prototypes.Andrew Macleod
2013-11-12compiler: Update for mainline changes.Ian Lance Taylor
2013-11-122013-11-12 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod