summaryrefslogtreecommitdiff
path: root/gcc/go
Commit message (Expand)AuthorAgeFilesLines
...
* compiler: Use backend interface for set and use temporaries.Ian Lance Taylor2014-05-051-9/+9
* compiler: Use backend interface for struct field offsets.Ian Lance Taylor2014-05-051-16/+15
* compiler: Use backend interface for bound method expressions.Ian Lance Taylor2014-05-051-22/+12
* compiler: Use backend interface for heap expressions.Ian Lance Taylor2014-05-012-23/+29
* go-backend.c: #include "diagnostics.h".Chris Manghane2014-05-015-38/+18
* compiler: Remove GCC langhooks from frontend proper.Chris Manghane2014-04-304-92/+73
* go-gcc.cc: #include "langhooks.h".Chris Manghane2014-04-307-409/+290
* compiler: Don't overwrite memory if an archive has a bad file name.Ian Lance Taylor2014-04-301-1/+1
* compiler: Use backend interface for defining global declarations.Chris Manghane2014-04-269-1062/+1161
* compiler: Use backend interface for initialization functions.Chris Manghane2014-04-225-109/+91
* compiler: Use backend interface for constant expressions.Chris Manghane2014-04-175-44/+54
* re PR go/60870 (go interface methods broken on ppc64le (bug296.go))Ian Lance Taylor2014-04-171-2/+13
* compiler: Define immutability for numeric, constant, type info, type conversi...Ian Lance Taylor2014-04-171-1/+54
* Sync to current external repository.Chris Manghane2014-04-1413-2863/+2988
* re PR other/59545 (Signed integer overflow issues)Ian Lance Taylor2014-03-281-2/+6
* compiler: Consider the depth of a nested composite literal during traversal.Ian Lance Taylor2014-03-201-0/+14
* go-gcc.cc (Gcc_backend::immutable_struct): If IS_COMMON, set DECL_WEAK.Ian Lance Taylor2014-03-042-3/+29
* re PR go/60288 (gccgo crashes compiling '*func_ptr(0)')Ian Lance Taylor2014-02-201-1/+13
* compiler: Use backend interface for conditional expressions.Ian Lance Taylor2014-01-312-1/+103
* compiler: Put nointerface methods in unique sections.Ian Lance Taylor2014-01-281-2/+9
* compiler: Use backend interface for unary expressions.Chris Manghane2014-01-245-134/+246
* compiler: Convert named types before flattening.Ian Lance Taylor2014-01-242-1/+3
* compiler: Use backend interface for binary expressions.Chris Manghane2014-01-175-250/+347
* compiler: Use backend interface for interface info and field expressions.Chris Manghane2014-01-155-141/+305
* compiler: Add Backend Function type.Ian Lance Taylor2014-01-142-0/+35
* compiler: Use backend interface for slice info.Ian Lance Taylor2014-01-107-138/+322
* compiler: Add flattening passIan Lance Taylor2014-01-096-5/+267
* Update copyright years in gcc/Richard Sandiford2014-01-0211-10/+14
* Small ChangeLog fixes.Jakub Jelinek2014-01-022-747/+748
* gnat_ugn.texi: Bump @copying's copyright year.Tobias Burnus2014-01-023-744/+753
* compiler: Use backend interface for runtime errors.Ian Lance Taylor2013-12-174-34/+26
* compiler: Use backend interface for struct field expressions.Chris Manghane2013-12-164-22/+50
* compiler: Better error messages for { on line after if/for/switch.Ian Lance Taylor2013-12-121-3/+22
* compiler: Check for nil when slicing pointer to array.Ian Lance Taylor2013-12-121-0/+8
* compiler: Tweak untyped nil error message.Ian Lance Taylor2013-12-121-2/+9
* compiler: Don't permit importing a package as "init".Ian Lance Taylor2013-12-121-0/+3
* compiler: Don't compare structs with blank non-comparable fields.Ian Lance Taylor2013-12-121-3/+0
* go-lang.c (go_langhook_post_options): Disable sibling calls by default.Ian Lance Taylor2013-12-122-0/+9
* compiler, reflect, runtime: Implement method values in reflect.Ian Lance Taylor2013-12-122-20/+35
* compiler: Minor fixes for recover thunks.Ian Lance Taylor2013-12-111-2/+23
* Make-lang.in (check_go_parallelize): Test go-test.exp r* tests separately.Ian Lance Taylor2013-12-102-1/+7
* Revert this change; no longer required.Ian Lance Taylor2013-12-052-6/+9
* compiler: If type defined as type, forward hash/equal functions.Ian Lance Taylor2013-11-262-2/+107
* compiler: Fix backend representation of calls to interface methods.Ian Lance Taylor2013-11-236-57/+202
* compiler: Fixes for middle-end changes.Ian Lance Taylor2013-11-223-5/+2
* gimple.h: Remove all includes.Andrew MacLeod2013-11-223-3/+9
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-196-0/+18
* c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford2013-11-182-1/+6
* cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford2013-11-182-1/+6
* compiler: Use backend interface for comparisons.Ian Lance Taylor2013-11-142-149/+110