platform/upstream/gcc.git
2018-01-26 Sebastian Pertarl78.c: if operand 2 is const avoid addition with 0...
2018-01-26 Szabolcs NagyFix gcc.target/aarch64/sve/peel_ind_1.c for -mcmodel...
2018-01-26 Richard Bienerre PR tree-optimization/81082 (Failure to vectorise...
2018-01-26 Rainer OrthConfigure USE_HIDDEN_LINKONCE on Solaris/x86
2018-01-26 Julia KovalFix various x86 avx512{bitalg, vpopcntdq, vbmi2} issues...
2018-01-26 GCC AdministratorDaily bump.
2018-01-25 Alan ModraPR84033, powerpc64le -moptimize-swaps bad code with...
2018-01-25 Ian Lance Taylorcompiler: look through aliases when looking for methods
2018-01-25 Ian Lance Taylorcompiler: deref receiver types in mangled names
2018-01-25 David Malcolmjit: remove some unused fields from recording::union_...
2018-01-25 Paul Thomasre PR fortran/37577 ([meta-bug] change internal array...
2018-01-25 David EdelsohnChange -march to -mcpu.
2018-01-25 David Edelsohn* doc/invoke.texi (PowerPC Options): Document 'native...
2018-01-25 Ian Lance Taylorelf.c (elf_open_debugfile_by_debuglink): Don't check...
2018-01-25 Ian Lance Taylorruntime: fix lfstackUnpack on ia64
2018-01-25 Jan Hubickare PR tree-optimization/83055 (ICE in operator>, at...
2018-01-25 Jakub Jelinekre PR c++/84031 (structured binding unpacks nameless...
2018-01-25 Ian Lance Taylor* pecoff.c (coff_add): Only release syms_view if it...
2018-01-25 Ian Lance Taylor* pecoff.c (coff_add): Another memcpy -> coff_read4...
2018-01-25 Jakub Jelinekre PR middle-end/83977 (ICE in simd_clone_clauses_extra...
2018-01-25 Jonathan WakelyPR libstdc++/81076 make __byte_operand SFINAE-friendly
2018-01-25 Ian Lance Taylorcompiler: don't write sink constants to C header file
2018-01-25 Tom de Vries[nvptx, PR84028] Add exit insn after noreturn call...
2018-01-25 Richard Bienergcc_release (build_sources): Use getconf to get at...
2018-01-25 Richard SandifordFix vect-reduc-or_[12].c changes in r257022
2018-01-25 Ian Lance Taylor* pecoff.c (coff_add): Use coff_read4, not memcpy.
2018-01-25 Ian Lance Taylorre PR other/68239 (libbacktrace allocation is sometimes...
2018-01-25 Michael Meissnerre PR target/81550 (gcc.target/powerpc/loop_align.c...
2018-01-25 David MalcolmFix jit.dg/test-alignment* (PR jit/82846)
2018-01-25 GCC AdministratorDaily bump.
2018-01-24 Ian Lance Taylorcompiler: rationalize external symbol names
2018-01-24 Joseph MyersFix m68k-linux-gnu libgcc build for ColdFire (PR target...
2018-01-24 Jeff Lawre PR target/83994 (%ebx is clobbered by stack-clash...
2018-01-24 Vladimir Makarovre PR target/84014 (ICE in setup_min_max_allocno_live_r...
2018-01-24 Jakub Jelinekre PR middle-end/83977 (ICE in simd_clone_clauses_extra...
2018-01-24 Richard SandifordRemove explicit dg-do runs from gcc.dg/vect (PR 83889)
2018-01-24 Richard SandifordFix use of boolean_true/false_node (PR 83979)
2018-01-24 Jan Hubickaipa-profile.c (ipa_propagate_frequency_1): Fix logic...
2018-01-24 Bill Schmidtrs6000.md (*call_indirect_nonlocal_sysv<mode>): Simplif...
2018-01-24 Jason MerrillPR c++/82249 - wrong mismatched pack length error.
2018-01-24 Kyrylo Tkachov[testsuite] Fix arm options in gcc.dg/lto/20110201...
2018-01-24 Tom de Vries[nvptx, PR83589] Workaround for branch-around-nothing...
2018-01-24 Tom de Vries[nvptx, PR81352] Add exit insn after noreturn call...
2018-01-24 Richard Bienerre PR tree-optimization/83176 ([graphite] ICE in set_co...
2018-01-24 Richard Bienerre PR tree-optimization/82819 ([graphite] ICE in set_co...
2018-01-24 Richard Bienerre PR fortran/84000 (ICE in replace_loop_annotate,...
2018-01-24 Jan Hubickacfgcleanup.c (try_crossjump_to_edge): Use combine_with_...
2018-01-24 Paolo Carlinire PR c++/83921 (GCC rejects constexpr initialization...
2018-01-24 GCC AdministratorDaily bump.
2018-01-23 Andrew WatermanRISC-V: Add -mpreferred-stack-boundary option.
2018-01-23 Max Filippovlibgcc: xtensa: fix NaN return from add/sub/mul/div...
2018-01-23 Jason Merrill* g++.dg/cpp1y/lambda-generic.C: Remove libstdc++ depen...
2018-01-23 Jason MerrillPR c++/83947 - ICE with auto declarations.
2018-01-23 David MalcolmC++: Fix ICE in fold_for_warn on CAST_EXPR (PR c++...
2018-01-23 Jakub Jelinekre PR sanitizer/83987 (ICE with OpenMP, sanitizer and...
2018-01-23 H.J. Lui386: Use const reference of struct ix86_frame to avoid...
2018-01-23 Paul Thomasre PR fortran/83866 (ICE in gfc_release_symbol, at...
2018-01-23 Paul Thomasre PR fortran/83898 (ICE in gfc_conv_expr_descriptor...
2018-01-23 Bin Chengre PR tree-optimization/82604 (SPEC CPU2006 410.bwaves...
2018-01-23 Martin LiskaHandle trailing arrays in ODR warning (PR lto/81440).
2018-01-23 Martin LiskaRemove predictors that are unrealiable.
2018-01-23 Nathan Sidwell[PR c++/839888] Baselink tsubst ICE
2018-01-23 Jakub Jelinekre PR c++/82882 (ICE Segmentation fault)
2018-01-23 Jakub Jelinekre PR c++/83958 (ICE: Segmentation fault (in find_decom...
2018-01-23 Martin LiskaClean-up IPA profile dump output.
2018-01-23 Martin LiskaFix profile_quality sanity check.
2018-01-23 Nathan Sidwell[C++ PATCH] Deprecate ARM-era for scopes
2018-01-23 David Malcolm-Warray-bounds: Fix false positive in some "switch...
2018-01-23 David MalcolmAdd more test coverage to selftest::test_location_wrappers
2018-01-23 David MalcolmFix memory leaks in sbitmap.c selftests
2018-01-23 Richard SandifordFix vect_float markup for a couple of tests (PR 83888)
2018-01-23 Richard SandifordDisable some patterns for fold-left reductions (PR...
2018-01-23 Jan Hubickapredict.c (probably_never_executed): Only use precise...
2018-01-23 Jan Hubickaprofile-count.h (profile_probability::very_unlikely...
2018-01-23 Richard Bienerre PR tree-optimization/83963 ([graphite] ICE in merge_...
2018-01-23 Jakub Jelinekre PR c++/83918 ([c++17] ICE on constexpr eval of datat...
2018-01-23 Ian Lance Taylorcmd/go: buildid support for AIX archives.
2018-01-23 GCC AdministratorDaily bump.
2018-01-22 Jakub Jelinekre PR tree-optimization/83957 (ICE: Segmentation fault...
2018-01-22 Jakub Jelinekre PR tree-optimization/83081 ([arm] gcc.dg/pr80218...
2018-01-22 Jason MerrillPR c++/83720 - different fix
2018-01-22 Jason MerrillPR c++/83720 - ICE with lambda and LTO.
2018-01-22 David MalcolmFinish removing class move_computations_dom_walker
2018-01-22 Sebastian Pertarl78-expand.md: New define_expand "bswaphi2"
2018-01-22 Sebastian Pertarl78-protos.h: New function declaration rl78_split_movdi
2018-01-22 Michael Meissnerre PR target/83862 (powerpc: ICE in signbit testcase)
2018-01-22 Sebastian Pertarl78.md: New define_expand "anddi3".
2018-01-22 Sebastian Pertarl78.md: New define_expand "umindi3".
2018-01-22 Joseph Myers* es.po: Update.
2018-01-22 Sebastian Pertarl78.md: New define_expand "smindi3".
2018-01-22 Sebastian Pertarl78.md: New define_expand "smaxdi3".
2018-01-22 Carl Lovers6000-builtin.def (ST_ELEMREV_V1TI, [...]): Add macro...
2018-01-22 Marek Polacekre PR c++/81933 (Invalid "constexpr call flows off...
2018-01-22 Sebastian Pertafixed year in gcc/ChangeLog and libgcc/ChangeLog
2018-01-22 Sebastian Pertarl78.md: New define_expand "umaxdi3".
2018-01-22 Will Schmidtfold-vec-abs-short-fwrap.c: Add xxspltib to scan-asembl...
2018-01-22 Sebastian Pertarl78.c (rl78_note_reg_set): fixed dead reg check for...
2018-01-22 Janne BlomqvistPR 78534, 83704 Large character lengths
2018-01-22 Richard Bienerre PR tree-optimization/83963 ([graphite] ICE in merge_...
2018-01-22 Ville Voutilainenre PR c++/83895 (-Wparentheses warns about pointer...
next