summaryrefslogtreecommitdiff
path: root/gcc/go
Commit message (Expand)AuthorAgeFilesLines
* Mark ChangeLoggccadmin2014-10-301-0/+4
* PR go/61880ian2014-10-021-4/+1
* compiler: Fix comparison of struct/array with interface.ian2014-08-291-2/+5
* PR go/61308ian2014-08-051-1/+4
* Mark ChangeLoggccadmin2014-07-161-0/+4
* PR go/61746ian2014-07-081-1/+1
* compiler: Fix bug in embedded method handling.ian2014-05-062-21/+26
* compiler: Don't overwrite memory if an archive has a bad file name.ian2014-04-301-1/+1
* Mark ChangeLoggccadmin2014-04-221-0/+4
* PR other/59545ian2014-03-281-2/+6
* compiler: Consider the depth of a nested composite literal during traversal.ian2014-03-201-0/+14
* * go-gcc.cc (Gcc_backend::immutable_struct): If IS_COMMON, setian2014-03-042-3/+29
* PR go/60288ian2014-02-201-1/+13
* compiler: Use backend interface for conditional expressions.ian2014-01-312-1/+103
* compiler: Put nointerface methods in unique sections.ian2014-01-281-2/+9
* compiler: Use backend interface for unary expressions.ian2014-01-245-134/+246
* compiler: Convert named types before flattening.ian2014-01-242-1/+3
* compiler: Use backend interface for binary expressions.ian2014-01-175-250/+347
* compiler: Use backend interface for interface info and field expressions.ian2014-01-155-141/+305
* compiler: Add Backend Function type.ian2014-01-142-0/+35
* compiler: Use backend interface for slice info.ian2014-01-107-138/+322
* compiler: Add flattening passian2014-01-096-5/+267
* Update copyright years in gcc/rsandifo2014-01-0211-10/+14
* Small ChangeLog fixes.jakub2014-01-022-747/+748
* 2014-01-02 Tobias Burnus <burnus@net-b.de>burnus2014-01-023-744/+753
* compiler: Use backend interface for runtime errors.ian2013-12-174-34/+26
* compiler: Use backend interface for struct field expressions.ian2013-12-164-22/+50
* compiler: Better error messages for { on line after if/for/switch.ian2013-12-121-3/+22
* compiler: Check for nil when slicing pointer to array.ian2013-12-121-0/+8
* compiler: Tweak untyped nil error message.ian2013-12-121-2/+9
* compiler: Don't permit importing a package as "init".ian2013-12-121-0/+3
* compiler: Don't compare structs with blank non-comparable fields.ian2013-12-121-3/+0
* * go-lang.c (go_langhook_post_options): Disable sibling calls byian2013-12-122-0/+9
* compiler, reflect, runtime: Implement method values in reflect.ian2013-12-122-20/+35
* compiler: Minor fixes for recover thunks.ian2013-12-111-2/+23
* * Make-lang.in (check_go_parallelize): Test go-test.exp r* testsian2013-12-102-1/+7
* Revert this change; no longer required.ian2013-12-052-6/+9
* compiler: If type defined as type, forward hash/equal functions.ian2013-11-262-2/+107
* compiler: Fix backend representation of calls to interface methods.ian2013-11-236-57/+202
* compiler: Fixes for middle-end changes.ian2013-11-223-5/+2
* * gimple.h: Remove all includes.amacleod2013-11-223-3/+9
* Factor unrelated declarations out of tree.h.dnovillo2013-11-196-0/+18
* gcc/c-family/rsandifo2013-11-182-1/+6
* gcc/ada/rsandifo2013-11-182-1/+6
* compiler: Use backend interface for comparisons.ian2013-11-142-149/+110
* * gimplify-be.h: New file. Add prototypes.amacleod2013-11-142-1/+6
* compiler: Update for mainline changes.ian2013-11-123-0/+3
* 2013-11-12 Andrew MacLeod <amacleod@redhat.com>amacleod2013-11-122-1/+5
* compiler: Support Go 1.2 nil checks.ian2013-11-113-6/+38
* compiler: Fix bogus init loop error with struct composite literal.ian2013-11-081-3/+45