tree-inline.c (remap_ssa_name): Check for POINTER_TYPE_P before accessing SSA_NAME_PT...
[gcc.git] / gcc /
2016-08-04 Kugan Vivekanandarajahtree-inline.c (remap_ssa_name): Check for POINTER_TYPE_...
2016-08-04 Georg-Johann Layre PR target/70677 (Suboptimal cond on AVR: unneeded...
2016-08-04 Georg-Johann Layre PR target/55181 (Expensive shift loop where a bit...
2016-08-04 Marek Polacekre PR c++/70229 (error: constexpr constructor does...
2016-08-04 Richard Bienerre PR rtl-optimization/71984 (wrong code with -O -mavx5...
2016-08-04 Kugan Vivekanandarajahtree-vrp.c (set_value_range): Use vrp_equiv_obstack...
2016-08-04 GCC AdministratorDaily bump.
2016-08-04 Ian Lance Taylorescape: Enable escape analysis in gccgo.
2016-08-03 Peter Bergnerrs6000.c (rs6000_option_override_internal): Make LRA...
2016-08-03 Ian Lance Taylorgotest: multiple +build lines must all be true
2016-08-03 Andrew Pinski20160802-1.c: New testcase.
2016-08-03 Ian Lance Taylorcompiler: improve type caching for interface types
2016-08-03 Bernd Edlingerre PR middle-end/71876 (longjmp is miscompiled with...
2016-08-03 Vladimir Makarovre PR rtl-optimization/72778 (internal compiler error...
2016-08-03 Nathan Sidwellnvptx.c (nvptx_declare_function_name): Round frame...
2016-08-03 Ian Lance Taylorescape: Stack allocate non-escaping expressions.
2016-08-03 Fritz Reeselang.opt: New option -fdec-intrinsic-ints.
2016-08-03 Richard Bienerpr71403-1.c: Use dg-additional-options and remove -O3.
2016-08-03 Richard Bienerloadpre2.c: Disable LIM.
2016-08-03 Senthil Kumar SelvarajFix tests that break unnecessarily for avr.
2016-08-03 Alan Modra[RS6000] power8 unaligned fp load/store
2016-08-03 Alan Modra[RS6000] cost SLOW_UNALIGNED_ACCESS
2016-08-03 Alan Modra[RS6000] Force source of fix_trunc<mode>si2 to reg
2016-08-03 Alan Modra[RS6000] Remove negative from option help strings
2016-08-03 Alan Modra[RS6000] Delete duplicate code
2016-08-03 GCC AdministratorDaily bump.
2016-08-02 Chris Manghaneescape: Add basic debugging.
2016-08-02 Vladimir Makarovre PR rtl-optimization/72778 (internal compiler error...
2016-08-02 Roger Sayleexpr.c (push_value): Only call flush_quick_stack for...
2016-08-02 Vladimir Makarovre PR rtl-optimization/69847 (Spec 2006 403.gcc slows...
2016-08-02 James Greenhalgh[Patch AArch64 Obvious] Fix Bootstrap for my mistake...
2016-08-02 Bin Chengre PR tree-optimization/34114 (Missed optimization...
2016-08-02 Bin Chengre PR tree-optimization/34114 (Missed optimization...
2016-08-02 Tamar Christina[PATCH AArch64] Add more AArch64 NEON intrinsics
2016-08-02 GCC AdministratorDaily bump.
2016-08-01 Michael Meissnerrs6000-c.c (altivec_resolve_overloaded_builtin): Add...
2016-08-01 Jason MerrillWarn about mangled name change even if DECL_REALLY_EXTERN.
2016-08-01 Jason Merrillmangle.c (get_abi_tags): New.
2016-08-01 Jason Merrill* mangle.c (mangle_decl): Fix mangled name change warning.
2016-08-01 Georg-Johann Layre PR target/71948 ([avr] Make progmem work on reduced...
2016-08-01 Wilco DijkstraThis patch optimizes the prolog and epilog code to...
2016-08-01 Jason MerrillPR c++/72766 - ICE with VLA
2016-08-01 H.J. LuConvert V1TImode register to TImode in debug insn
2016-08-01 Alan Haywardre PR tree-optimization/71818 (ICE in as_a, at is-a...
2016-08-01 Martin LiskaChange dump expectation in PR71857
2016-08-01 Georg-Johann Layre PR target/72767 ([avr] Some branches report too...
2016-08-01 Georg-Johann Layextend.texi (AVR Built-in Functions): Document __builti...
2016-08-01 Kyrylo Tkachov[AArch64] Allow multiple-of-8 immediate offsets for...
2016-08-01 Virendra Pathakaarch64.c (vulcan_tunings): Update vulcan L1 cache_line...
2016-08-01 Jan Beulichextend shift count warnings to vector types
2016-08-01 GCC AdministratorDaily bump.
2016-07-31 William SchmidtOops, ChangeLog didn't commit
2016-07-31 William Schmidtdivkc3-1.c: Require POWER8 hardware.
2016-07-31 Jonathan WakelyMake check_effective_target_c++ work for libstdc++
2016-07-31 Steven G. Karglre PR fortran/41922 (Diagnostic: No location shown...
2016-07-31 GCC AdministratorDaily bump.
2016-07-30 Steven G. Karglre PR fortran/68566 (ICE on using unusable array in...
2016-07-30 Martin SeborPR c++/60760 - arithmetic on null pointers should not...
2016-07-30 Michael Meissnerrs6000-protos.h (rs6000_adjust_vec_address): New functi...
2016-07-30 Steven G. Karglre PR fortran/69867 (ICE on initializing character...
2016-07-30 Steven G. Karglre PR fortran/69962 (ICE on missing parameter attribute...
2016-07-30 Steven G. Karglre PR fortran/70006 (Duplicate errors "label not defined")
2016-07-30 Steven G. Karglre PR fortran/71730 (ICE when character length specific...
2016-07-30 GCC AdministratorDaily bump.
2016-07-29 William Schmidtpr70098.C: Remove XFAIL for powerpc64_no_dm.
2016-07-29 Marek Polacekre PR c/71926 (wrong location for -Wparentheses warning)
2016-07-29 Marek Polacekre PR c/71573 (ICE on invalid C code on x86_64-linux...
2016-07-29 Marek Polacekre PR c/71853 (ICE on an ill-formed case statement...
2016-07-29 Marek Polacekre PR c/71742 (Wrong formulation of "error: flexible...
2016-07-29 Georg-Johann Layavr.c (avr_out_compare): Use const0_rtx instead of...
2016-07-29 Uros Bizjakpr59833.c: Use dg-add-options ieee.
2016-07-29 Bin Chengre PR tree-optimization/57558 (Loop not vectorized...
2016-07-29 Bin Chengcfgloop.h (struct loop): New field constraints.
2016-07-29 Prathamesh Kulkarni2016-07-29 Prathamesh Kulkarni <prathamesh.kulkarni...
2016-07-29 Jason Merrill* decl.c (build_enumerator): Tweak diagnostic.
2016-07-29 Georg-Johann Lay* config/avr/avr.md: Fix " in comment.
2016-07-29 Paolo Carlinire PR c++/51488 (ICE on infinite template recursion)
2016-07-29 Jason MerrillPR c++/72457 - ICE with list-value-initialized base.
2016-07-29 Marek Polacekre PR c/7652 (-Wswitch-break : Warn if a switch case...
2016-07-29 Segher Boessenkoolre PR rtl-optimization/71976 (insn-combiner deletes...
2016-07-29 Jakub Jelinekre PR c/71969 (Wrong setting of DECL_DISREGARD_INLINE_L...
2016-07-29 Marek Polacekre PR c/71583 (ICE on invalid code on x86_64-linux...
2016-07-29 Marek Polacekre PR c/71574 (ICE on code with alloc_align attribute...
2016-07-29 Marek Polacekre PR c/7652 (-Wswitch-break : Warn if a switch case...
2016-07-29 Georg-Johann Layavr.md (addqi3): Revert glitch in insn attribute introd...
2016-07-29 Dominik Vogtgfortran: Fix allocation of diagnostig string (was...
2016-07-29 Kugan Vivekanandarajahre PR rtl-optimization/68217 (Wrong constant folding)
2016-07-29 GCC AdministratorDaily bump.
2016-07-28 Steven G. Karglre PR fortran/71067 (ICE on data initialization with...
2016-07-28 Joseph Myers* sv.po: Update.
2016-07-28 Michael Meissnerrs6000-protos.h (rs6000_split_vec_extract_var): New...
2016-07-28 Steven G. Karglre PR fortran/71799 (ICE in DO loop code emission ...
2016-07-28 Paolo Carlinire PR c++/71665 (ICE on invalid C++ code with non-integ...
2016-07-28 Steven G. Karglre PR fortran/71859 (ICE on same variable/subroutine...
2016-07-28 Marek Polacekre PR c/7652 (-Wswitch-break : Warn if a switch case...
2016-07-28 Paul Thomas[multiple changes]
2016-07-28 Wilco DijkstraOn AArch64 the UXTB and UXTH instructions are aliases...
2016-07-28 Kristina MartsenkoThis patchset improves zero extend costs and code gener...
2016-07-28 Wilco DijkstraThis patch improves the readability of the prolog and...
2016-07-28 Yuri Rumyantsevre PR middle-end/71734 (FAIL: libgomp.fortran/simd4...
next