summaryrefslogtreecommitdiff
path: root/gcc/go
Commit message (Expand)AuthorAgeFilesLines
* compiler: Disallow call of *T method using **T variable.ian2014-08-271-2/+3
* IPA C++ refactoring 4/Nmarxin2014-08-251-2/+2
* compiler: Pass initialization of frame temporary to backend.ian2014-08-161-0/+2
* compiler, runtime: Fix unexpected GC interfering with closure passing.ian2014-08-132-4/+47
* compiler: Change return type comma-ok assignments to untyped bools.ian2014-08-112-5/+10
* * go-gcc.cc (Gcc_backend::compound_statement): Don't returnian2014-08-082-0/+11
* PR go/61308ian2014-08-051-1/+4
* PR go/61308ian2014-08-051-3/+16
* * go-gcc.cc (Gcc_backend::global_variable_set_init): Renameuros2014-07-242-3/+8
* compiler: If a variable that is only set, give not used error.ian2014-07-202-8/+20
* compiler: Don't let dot-import names match names from previous files.ian2014-07-204-11/+32
* compiler: fix test for mismatch between function results and usesian2014-07-184-3/+48
* PR go/61308ian2014-07-081-2/+10
* PR go/61746ian2014-07-081-1/+1
* PR go/61496ian2014-06-132-0/+16
* * varasm.c (set_implicit_section): New function.hubicka2014-06-112-1/+7
* * symtab.c (dump_symtab_base): Update dumping.hubicka2014-06-092-1/+6
* libgo: Merge from revision 18783:00cce3a34d7e of master library.ian2014-06-048-34/+183
* * expr.h: Remove prototypes of functions defined in builtins.c.amacleod2014-06-022-0/+5
* use templates instead of gengtype for typed allocation functionstbsaunde2014-05-172-1/+5
* compiler: Use backend interface for expressions.ian2014-05-0610-718/+554
* Update ChangeLogs for wide-int work.mrs2014-05-061-0/+6
* Merge in trunk.mrs2014-05-0612-240/+284
|\
| * compiler: Store flags for division checks in Gogo object instead of using glo...ian2014-05-066-11/+49
| * compiler: Fix bug in embedded method handling.ian2014-05-062-21/+26
| * compiler: Use backend interface for array length.ian2014-05-062-62/+48
| * compiler: Use backend interface for slice construction.ian2014-05-065-111/+96
| * compiler: Handle recursive pointer types for unary indirection.ian2014-05-055-32/+58
| * compiler: Use backend interface for type info expressions.ian2014-05-051-3/+7
* | Merge in trunk.mrs2014-05-051-30/+40
|\ \ | |/
| * compiler: Use backend interface for sink expressions.ian2014-05-051-5/+16
| * 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
|\ \ | |/