[ARM/AArch64][testsuite] Add vmull tests.
[gcc.git] / gcc / go /
2015-01-20 Ian Lance Taylorcompiler: Do not mark unused variables as used inside...
2015-01-16 Richard Hendersoncompiler, reflect, runtime: Use static chain for closures.
2015-01-15 Ian Lance Taylorlibgo, compiler: Upgrade libgo to Go 1.4, except for...
2015-01-09 Ian Lance Taylorconfigure.ac (host_tools): Add gotools.
2015-01-09 Jakub Jelinekre PR rtl-optimization/64536 (Undefined .L* symbol...
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-07 Chris Manghanere PR go/61204 (gccgo: ICE in in fold_convert_loc ...
2015-01-07 Ian Lance Taylorcompiler: Don't assign to embedded builtins in imported...
2015-01-07 Ian Lance Taylorcompiler: Add explicit sign to exported complex constan...
2015-01-06 Chris Manghanego-gcc.cc (constructor_expression): Don't initialize...
2015-01-06 Ian Lance Taylorcompiler: Use function receiver name in mangled named...
2015-01-05 Jakub JelinekUpdate copyright years.
2015-01-05 Jakub Jelinekgcc.c (process_command): Update copyright notice dates.
2014-12-23 Ian Lance Taylorcompiler: Evaluate array range expression once before...
2014-12-19 Ian Lance Taylorcompiler: Add temporaries required in cases of interfac...
2014-12-19 Chris Manghanego-gcc.cc (array_constructor_expression): Don't constru...
2014-12-19 Ian Lance Taylorcompiler: More cases that need a temporary for interfac...
2014-12-19 Ian Lance Taylorcompiler: Avoid multiple evaluations in interface conve...
2014-12-17 Ian Lance Taylorcompiler: Don't crash on append with single argument.
2014-12-16 Ian Lance Taylorcompiler: Don't built hash/equality functions for thunk...
2014-12-16 Ian Lance Taylorre PR go/61246 (gccgo: ICE in do_determine_types [GoSmith])
2014-12-16 Ian Lance Taylorre PR go/61264 (gccgo: ICE in __normal_iterator [GoSmith])
2014-12-16 Ian Lance Taylorre PR go/61273 (gccgo: ICE in Unsafe_type_conversion_ex...
2014-12-15 Ian Lance Taylorre PR go/61255 (gccgo: spurious "error: argument 2...
2014-12-15 Ian Lance Taylorre PR go/61248 (gccgo: spurious "error: too many argume...
2014-12-15 Ian Lance Taylorre PR go/61253 (gccgo: spurious "error: expected '...
2014-12-14 Ian Lance Taylorcompiler: Fix crash when tracked field used in global...
2014-12-14 Ian Lance Taylorre PR go/61244 (gccgo: ICE in write_specific_type_funct...
2014-12-13 Ian Lance Taylorre PR go/61254 (gccgo: spurious "error: slice end must...
2014-12-10 Ian Lance Taylorre PR go/61316 (gccgo: spurious "incompatible types...
2014-12-10 Ian Lance Taylorcompiler: Don't track fields in compiler-generated...
2014-12-08 Ian Lance Taylorre PR go/64198 (ICE in gofrontend)
2014-12-01 Ian Lance Taylorcompiler: Don't crash with self-referential types.
2014-11-24 Ian Lance Taylorcompiler: Do not dereference a named pointer type when...
2014-11-18 Ian Lance Taylorcompiler: Initialize variables in declaration order.
2014-11-13 Ian Lance Taylorcompiler: Do not count package uses from ambiguous...
2014-11-04 Ian Lance Taylorcompiler: Logical operators should yield untyped bool...
2014-10-29 Richard Sandiforddecl.c, [...]: Remove redundant enum from machine_mode.
2014-10-28 Andrew MacLeodcgraph.h: Flatten.
2014-10-27 Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-10-24 Ian Lance Taylorcompiler: Use MPC library for complex numbers.
2014-10-24 Ian Lance Taylorcompiler: Simplify making integer expressions.
2014-10-21 Ian Lance Taylorcompiler: Remove obsolete hidden_fields_are_ok code.
2014-10-20 Ian Lance Taylorcompiler, runtime: Add type information to single objec...
2014-10-18 Ian Lance Taylorcompiler: Don't allow tuple assignments to contain...
2014-10-16 Ian Lance Taylorcompiler: Method names must be non-blank.
2014-10-16 Ian Lance Taylorcompiler: Don't record interface types with blank type...
2014-10-16 Ian Lance Taylorcompiler: Check for initialization cycles in bound...
2014-10-16 Ian Lance Taylorre PR go/63560 (__go_set_defer_retaddr shouldn't be...
2014-10-16 Ian Lance Taylorcompiler: Parse receiver as a single parameter.
2014-10-09 Ian Lance Taylorcompiler: Permit "for range x" clauses.
2014-10-03 Ian Lance Taylorcompiler: Recognize 64-bit symbol tables in archives.
2014-10-03 Ian Lance Taylorcompiler: Don't insert promoted methods that conflict...
2014-10-02 Ian Lance Taylorre PR go/61880 (Linking with external functions in...
2014-09-19 Ian Lance Taylorcompiler: Pass constant arguments directly to thunk...
2014-09-15 Jakub JelinekMakefile.in (dg_target_exps): Remove.
2014-09-03 Chris Manghanecompiler: Add precise type information on the heap.
2014-08-29 Ian Lance Taylorcompiler: Fix comparison of struct/array with interface.
2014-08-27 Ian Lance Taylorcompiler: Disallow call of *T method using **T variable.
2014-08-25 Martin LiskaIPA C++ refactoring 4/N
2014-08-16 Ian Lance Taylorcompiler: Pass initialization of frame temporary to...
2014-08-13 Ian Lance Taylorcompiler, runtime: Fix unexpected GC interfering with...
2014-08-11 Ian Lance Taylorcompiler: Change return type comma-ok assignments to...
2014-08-08 Ian Lance Taylorgo-gcc.cc (Gcc_backend::compound_statement): Don't...
2014-08-05 Ian Lance Taylorre PR go/61308 (gccgo: ICE in Expression::check_bounds...
2014-08-05 Ian Lance Taylorre PR go/61308 (gccgo: ICE in Expression::check_bounds...
2014-07-24 Uros Bizjakgo-gcc.cc (Gcc_backend::global_variable_set_init):...
2014-07-20 Ian Lance Taylorcompiler: If a variable that is only set, give not...
2014-07-20 Ian Lance Taylorcompiler: Don't let dot-import names match names from...
2014-07-18 Ian Lance Taylorcompiler: fix test for mismatch between function result...
2014-07-08 Ian Lance Taylorre PR go/61308 (gccgo: ICE in Expression::check_bounds...
2014-07-08 Ian Lance Taylorre PR go/61746 (A line starting with /*// causes an...
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...
next