summaryrefslogtreecommitdiff
path: root/gcc/go
Commit message (Expand)AuthorAgeFilesLines
...
| * compiler: Use backend interface for set and use temporaries.ian2014-05-051-9/+9
| * compiler: Use backend interface for struct field offsets.ian2014-05-051-16/+15
| * compiler: Use backend interface for bound method expressions.ian2014-05-051-22/+12
| * compiler: Use backend interface for heap expressions.ian2014-05-012-23/+29
| * * go-backend.c: #include "diagnostics.h".ian2014-05-015-38/+18
| * compiler: Remove GCC langhooks from frontend proper.ian2014-04-304-92/+73
* | Merge in trunk.mrs2014-05-058-174/+131
* | Merge in trunk.mrs2014-04-308-410/+291
|\ \ | |/
| * * go-gcc.cc: #include "langhooks.h".ian2014-04-307-409/+290
| * compiler: Don't overwrite memory if an archive has a bad file name.ian2014-04-301-1/+1
* | Merge from trunk.rsandifo2014-04-289-1062/+1161
|\ \ | |/
| * compiler: Use backend interface for defining global declarations.ian2014-04-269-1062/+1161
* | Merge in trunk.mrs2014-04-245-109/+91
|\ \ | |/
| * compiler: Use backend interface for initialization functions.ian2014-04-225-109/+91
* | Merge from trunk.rsandifo2014-04-225-47/+121
|\ \ | |/
| * compiler: Use backend interface for constant expressions.ian2014-04-175-44/+54
| * PR go/60870ian2014-04-171-2/+13
| * compiler: Define immutability for numeric, constant, type info, type conversi...ian2014-04-171-1/+54
* | Merge from trunk.rsandifo2014-04-1713-2863/+2988
|\ \ | |/
| * Sync to current external repository.ian2014-04-1413-2863/+2988
* | Merge in trunk.mrs2014-04-023-6/+62
|\ \ | |/
| * 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
* | Merge in trunk.mrs2014-02-1010-517/+1036
|\ \ | |/
| * 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
* | Merge in trunk.mrs2014-01-139-143/+589
|\ \ | |/
| * compiler: Use backend interface for slice info.ian2014-01-107-138/+322
| * compiler: Add flattening passian2014-01-096-5/+267
* | Merge in trunk.mrs2014-01-0317-67/+101
|\ \ | |/
| * 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
* | Merge in trunk.mrs2013-12-138-36/+124
|\ \ | |/
| * 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