* ChangeLog: Fix whitespace.
[gcc.git] / gcc / go /
2014-06-13 Ian Lance Taylorre PR go/61496 (Many Go tests FAIL with ld warning...
2014-06-11 Jan Hubickavarasm.c (set_implicit_section): New function.
2014-06-09 Jan Hubickasymtab.c (dump_symtab_base): Update dumping.
2014-06-04 Ian Lance Taylorlibgo: Merge from revision 18783:00cce3a34d7e of master...
2014-06-02 Andrew MacLeodexpr.h: Remove prototypes of functions defined in built...
2014-05-17 Trevor Saundersuse templates instead of gengtype for typed allocation...
2014-05-06 Chris Manghanecompiler: Use backend interface for expressions.
2014-05-06 Kenneth ZadeckUpdate ChangeLogs for wide-int work.
2014-05-06 Kenneth ZadeckMerge in wide-int.
2014-05-06 Chris Manghanecompiler: Store flags for division checks in Gogo objec...
2014-05-06 Ian Lance Taylorcompiler: Fix bug in embedded method handling.
2014-05-06 Ian Lance Taylorcompiler: Use backend interface for array length.
2014-05-06 Chris Manghanecompiler: Use backend interface for slice construction.
2014-05-05 Chris Manghanecompiler: Handle recursive pointer types for unary...
2014-05-05 Ian Lance Taylorcompiler: Use backend interface for type info expressions.
2014-05-05 Ian Lance Taylorcompiler: Use backend interface for sink expressions.
2014-05-05 Ian Lance Taylorcompiler: Use backend interface for set and use tempora...
2014-05-05 Ian Lance Taylorcompiler: Use backend interface for struct field offsets.
2014-05-05 Ian Lance Taylorcompiler: Use backend interface for bound method expres...
2014-05-01 Ian Lance Taylorcompiler: Use backend interface for heap expressions.
2014-05-01 Chris Manghanego-backend.c: #include "diagnostics.h".
2014-04-30 Chris Manghanecompiler: Remove GCC langhooks from frontend proper.
2014-04-30 Chris Manghanego-gcc.cc: #include "langhooks.h".
2014-04-30 Ian Lance Taylorcompiler: Don't overwrite memory if an archive has...
2014-04-26 Chris Manghanecompiler: Use backend interface for defining global...
2014-04-22 Chris Manghanecompiler: Use backend interface for initialization...
2014-04-17 Chris Manghanecompiler: Use backend interface for constant expressions.
2014-04-17 Ian Lance Taylorre PR go/60870 (go interface methods broken on ppc64le...
2014-04-17 Ian Lance Taylorcompiler: Define immutability for numeric, constant...
2014-04-14 Chris ManghaneSync to current external repository.
2014-03-28 Ian Lance Taylorre PR other/59545 (Signed integer overflow issues)
2014-03-20 Ian Lance Taylorcompiler: Consider the depth of a nested composite...
2014-03-04 Ian Lance Taylorgo-gcc.cc (Gcc_backend::immutable_struct): If IS_COMMON...
2014-02-20 Ian Lance Taylorre PR go/60288 (gccgo crashes compiling '*func_ptr...
2014-01-31 Ian Lance Taylorcompiler: Use backend interface for conditional express...
2014-01-28 Ian Lance Taylorcompiler: Put nointerface methods in unique sections.
2014-01-24 Chris Manghanecompiler: Use backend interface for unary expressions.
2014-01-24 Ian Lance Taylorcompiler: Convert named types before flattening.
2014-01-17 Chris Manghanecompiler: Use backend interface for binary expressions.
2014-01-15 Chris Manghanecompiler: Use backend interface for interface info...
2014-01-14 Ian Lance Taylorcompiler: Add Backend Function type.
2014-01-10 Ian Lance Taylorcompiler: Use backend interface for slice info.
2014-01-09 Ian Lance Taylorcompiler: Add flattening pass
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2014-01-02 Jakub JelinekSmall ChangeLog fixes.
2014-01-02 Tobias Burnusgnat_ugn.texi: Bump @copying's copyright year.
2013-12-17 Ian Lance Taylorcompiler: Use backend interface for runtime errors.
2013-12-16 Chris Manghanecompiler: Use backend interface for struct field expres...
2013-12-12 Ian Lance Taylorcompiler: Better error messages for { on line after...
2013-12-12 Ian Lance Taylorcompiler: Check for nil when slicing pointer to array.
2013-12-12 Ian Lance Taylorcompiler: Tweak untyped nil error message.
2013-12-12 Ian Lance Taylorcompiler: Don't permit importing a package as "init".
2013-12-12 Ian Lance Taylorcompiler: Don't compare structs with blank non-comparab...
2013-12-12 Ian Lance Taylorgo-lang.c (go_langhook_post_options): Disable sibling...
2013-12-12 Ian Lance Taylorcompiler, reflect, runtime: Implement method values...
2013-12-11 Ian Lance Taylorcompiler: Minor fixes for recover thunks.
2013-12-10 Ian Lance TaylorMake-lang.in (check_go_parallelize): Test go-test.exp...
2013-12-05 Ian Lance TaylorRevert this change; no longer required.
2013-11-26 Ian Lance Taylorcompiler: If type defined as type, forward hash/equal...
2013-11-23 Ian Lance Taylorcompiler: Fix backend representation of calls to interf...
2013-11-22 Ian Lance Taylorcompiler: Fixes for middle-end changes.
2013-11-22 Andrew MacLeodgimple.h: Remove all includes.
2013-11-19 Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-18 Richard Sandifordc-common.c, [...]: Replace tree_low_cst (..., 0) with...
2013-11-18 Richard Sandifordcuintp.c: Replace host_integerp (..., 0) with tree_fits...
2013-11-14 Ian Lance Taylorcompiler: Use backend interface for comparisons.
2013-11-14 Andrew MacLeodgimplify-be.h: New file.
2013-11-12 Ian Lance Taylorcompiler: Update for mainline changes.
2013-11-12 Andrew MacLeodgimple-expr.h (create_tmp_var_name, [...]): Relocate...
2013-11-11 Ian Lance Taylorcompiler: Support Go 1.2 nil checks.
2013-11-08 Ian Lance Taylorcompiler: Fix bogus init loop error with struct composi...
2013-11-08 Ian Lance Taylorcompiler: Correct types when type conversion makes...
2013-11-06 Ian Lance Taylorgo-lang.c (go_langhook_post_options): If -fisolate...
2013-10-24 Ian Lance Taylorcompiler: Implement 3-index slicing.
2013-10-23 Ian Lance Taylorcompiler: use builtin runtime calls for integer to...
2013-10-17 Ian Lance Taylorcompiler: Rework handling of imported anonymous builtin...
2013-10-17 Ian Lance Taylorcompiler: Don't warn for unknown type when importing...
2013-10-14 Chris Manghaneruntime: Don't clobber saved context when catching...
2013-10-13 Ian Lance Taylorcompiler: Fix handling of imported struct with embedded...
2013-10-11 Ian Lance Taylorcompiler: Fix handling of hidden methods for unnamed...
2013-10-11 Chris Manghanecompiler: Use backend interface for function code expre...
2013-10-11 Ian Lance Taylorcompiler: Error if receiver and parameter have same...
2013-10-11 Ian Lance Taylorcompiler: Better error message of unsafe.Offsetof(metho...
2013-10-11 Ian Lance Taylorcompiler: accept integral float constants as string...
2013-10-11 Ian Lance Taylorcompiler: Improve handling of invalid ASCII characters...
2013-10-11 Chris Manghanecompiler: Use backend interface for function declarations.
2013-10-11 Ian Lance Taylorcompiler: Avoid extra error for anonymous embedded...
2013-10-10 Ian Lance Taylorcompiler: Fix test for constant argument too large...
2013-10-10 Ian Lance Taylorcompiler: Don't inherit logical operator operand type...
2013-10-10 Ian Lance Taylorcompiler: A type conversion of a constant is not always...
2013-10-09 Ian Lance Taylorcompiler, runtime: Fix complex division of NaN / 0.
2013-10-08 Ian Lance Taylorcompiler: Error for qualified ID as field name in struc...
2013-10-04 Chris Manghanecompiler: Use backend interface for temporary reference...
2013-10-02 Chris Manghanecompiler: Use backend interface for numeric expressions.
2013-09-30 Chris Manghanecompiler: Use backend interface for variable expressions.
2013-09-28 Ian Lance Taylorcompiler: Avoid knockon errors for invalid uses of _.
2013-09-25 Tom TromeyMake-lang.in (gospec.o): Remove.
2013-09-25 Tom TromeyMakefile.in (DRIVER_DEFINES): Use $(and), not shell...
2013-09-25 Ian Lance Taylorcompiler: don't permit nil assignment to blank identifier.
2013-09-19 Ian Lance Taylorcompiler: Fix inconsistent check for structs using...
next