gcc.git
2018-10-06 Thomas Koenigre PR fortran/86111 (ICE in gfc_arith_concat, at fortra...
2018-10-06 Paul Thomasre PR fortran/83999 (ICE in gfc_trans_assignment_1...
2018-10-06 Thomas Koenigre PR fortran/84640 (gcc/fortran/simplify.c:2587:9...
2018-10-06 Peter Bergnerre PR rtl-optimization/86939 (IRA incorrectly creates...
2018-10-06 GCC AdministratorDaily bump.
2018-10-05 Andrew WatermanRISC-V: Fix -fsignaling-nans for glibc testsuite.
2018-10-05 Segher Boessenkoolrs6000: Some mfcr pattern simplification
2018-10-05 Bernd Edlingerstring_merge1.adb: Fix test expectations.
2018-10-05 David MalcolmSupport string locations for C++ in -Wformat (PR c...
2018-10-05 Uros Bizjak* config/i386/i386.md: Reorder cmpi patterns.
2018-10-05 Uros Bizjaki386.md (*cmpxf_cc_i387): Remove pattern.
2018-10-05 Paul KoningAdd some pdp11 target hook definitions for C++
2018-10-05 Ian Lance Taylorlibgo: use inline assembly in favor of call to _xgetbv()
2018-10-05 Paul KoningRemove -mfloat32, -mfloat64 switches from pdp11 target.
2018-10-05 David Malcolmtestsuite: multiline.exp: implement optional target...
2018-10-05 Uros Bizjaki386.md (*cmpxf_i387): Change operand 2 predicate to...
2018-10-05 Uros Bizjakconstraints.md ("C"): Do not depend on TARGET_SSE.
2018-10-05 Martin SeborPR tree-optimization/87490 - ICE in expand_builtin_strn...
2018-10-05 François Dumont2018-10-05 François Dumont <fdumont@gcc.gnu.org>
2018-10-05 Steve Ellceyre PR tree-optimization/71625 (missing strlen optimizat...
2018-10-05 Ian Lance Taylorruntime: remove checkgoarm function
2018-10-05 Ian Lance Taylorre PR libbacktrace/87529 (libbacktrace API forces users...
2018-10-05 Richard Bienerre PR middle-end/63155 (memory hog)
2018-10-05 Richard Bienertree-core.h (tree_block::abstract_flag): Remove.
2018-10-05 Richard Bieneri386.c (ix86_add_stmt_cost): When scalar cost is asked...
2018-10-05 H.J. Lui386: Don't pass -msse2avx to assembler for -mavx
2018-10-05 Segher Boessenkoolrs6000: Various fixes for the new fpscr builtins (PR87509)
2018-10-05 Paul Thomasre PR testsuite/87487 (New test case gfortran.dg/deferr...
2018-10-05 GCC AdministratorDaily bump.
2018-10-04 Bernhard Reutner... contrib: unused_functions.py: Handle archives
2018-10-04 Uros Bizjaki386.md (*fop_<X87MODEF:mode>_2_i387): Macroize insn...
2018-10-04 Vinay Kumarinvoke.texi (-Wno-prio-ctor-dtor): Document new warning...
2018-10-04 David MalcolmReport vectorization problems via a new opt_problem...
2018-10-04 David MalcolmAdd -fopt-info-internals
2018-10-04 Bernd Edlingervarasm.c (output_constant): Add new parameter merge_str...
2018-10-04 Thomas Preud... Revert "Never reload fixed form constraints memory...
2018-10-04 Thomas SchwingeList myself as "libgomp (OpenACC)" and "OpenACC" maintainer
2018-10-04 Bill Seurer[PATCH, rs6000] Fix expected error output for test...
2018-10-04 Martin LiskaError about alias attribute with body definition (PR...
2018-10-04 Martin LiskaRedirect call within specific target attribute among...
2018-10-04 David MalcolmFix -fopt-info for plugin passes
2018-10-04 Peter BergnerAdd missing ChangeLog entry for previous commit
2018-10-04 Peter Bergnerre PR rtl-optimization/87466 (IRA and LRA spill all...
2018-10-04 Tamar ChristinaRemove superfluous assignment in add_params.
2018-10-04 Martin LiskaFix divergence in indirect profiling (PR gcov-profile...
2018-10-04 Nathan Sidwell[C++ PATCH] String concatenation is a thing
2018-10-04 Prathamesh... re PR tree-optimization/85787 (malloc_candidate_p fails...
2018-10-04 Bernhard Reutner... contrib: Add unused_functions.py script
2018-10-04 Richard Bienercunroll-15.c: Add XFAILs for arm and powerpc.
2018-10-04 Martin LiskaCall ultimate_alias_target for node being inlined ...
2018-10-04 Thomas Preud... Never reload fixed form constraints memory operand
2018-10-04 Jeff Lawgimple-ssa-sprintf.c (format_string): Do not hardcode...
2018-10-04 GCC AdministratorDaily bump.
2018-10-03 Uros Bizjaki386.md (*cmp<X87MODEF:mode>_<SWI24:mode>_i387): Change...
2018-10-03 Ian Lance Taylor* go.test/go-test.exp (go-set-goarch): Use amd64p32...
2018-10-03 Uros Bizjaklibgcc2.c (isnan): Use __builtin_isnan.
2018-10-03 Martin Seborgimple-ssa-sprintf.c (struct fmtresult): Add new member...
2018-10-03 Jim WilsonRISC-V: Add macro for ilp32e ABI. Cleanup white space.
2018-10-03 Paul KoningEnable LRA register allocator for PDP11.
2018-10-03 Paul KoningEnable LRA register allocator for PDP11.
2018-10-03 Uros Bizjaki386.md (*<absneg:code>extendsfdf2): Remove.
2018-10-03 Aldy Hernandezre PR tree-optimization/87415 (wrong code at -O1 and...
2018-10-03 Jeff Lawgimple-fold.c (get_range_strlen): Only set *nonstr...
2018-10-03 Aldy Hernandeztree-vrp.c (extract_range_from_unary_expr): Special...
2018-10-03 Jason MerrillImplement P0840, language support for empty objects.
2018-10-03 Jonathan WakelyPR libstdc++/59439 optimize uses of classic ("C") std...
2018-10-03 Jerome LambourgFix ARM_TARGET2_DWARF_FORMAT for vxworks
2018-10-03 Martin LiskaProperly mark lambdas in GCOV (PR gcov-profile/86109).
2018-10-03 François Dumont2018-10-03 François Dumont <fdumont@gcc.gnu.org>
2018-10-03 GCC AdministratorDaily bump.
2018-10-02 Gerald Pfeifer* io/close.c [!HAVE_UNLINK_OPEN_FILE]: Include <string.h>.
2018-10-02 Aaron Sawdeyre PR target/87474 (ICE in extract_insn, at recog.c...
2018-10-02 Ian Lance Taylorinternal/bytealg: support systems that don't have memmem
2018-10-02 Andreas KrebbelS/390: Support IBM z14 Model ZR1 with -march=native
2018-10-02 Andreas KrebbelS/390: Rename arch12 to z14
2018-10-02 Uros Bizjaki386.md (fxam<mode>2_i387_with_temp): Remove.
2018-10-02 Uros Bizjaki386.c (ix86_emit_i387_round): Extend op1 to XFmode...
2018-10-02 Ian Lance Taylornet: don't fail test if splice fails because pipe2...
2018-10-02 Marc Glisse((X /[ex] A) +- B) * A --> X +- A * B
2018-10-02 Marc Glissevector<bool> _M_start and 0 offset
2018-10-02 Marc GlisseNo a*x+b*x factorization for signed vectors
2018-10-02 Segher Boessenkoolrs6000: Fix vec-init-6.c (PR87081)
2018-10-02 Jeff Law* gimple-fold.c (get_range_strlen): Remove dead code.
2018-10-02 Martin Seborbuiltins.c (unterminated_array): Add new arguments.
2018-10-02 Jonathan WakelyAvoid redundant runtime checks in std::visit
2018-10-02 Richard Bienersse.md (reduc_plus_scal_v4df): Avoid the use of haddv4df...
2018-10-02 Joseph MyersUse -fno-show-column in libstdc++ installed testing.
2018-10-02 Bernhard Reutner... config: Remove unused define for os uClibc
2018-10-02 Eric Botcazoudojump.h (do_jump): Delete.
2018-10-02 Eric Botcazoureorg.c (make_return_insns): Use emit_copy_of_insn_afte...
2018-10-02 Richard Bienerc-decl.c (warn_if_shadowing): Do not test DECL_FROM_INLINE.
2018-10-02 Richard Bienertree-inline.c (expand_call_inline): Use the location...
2018-10-02 GCC AdministratorDaily bump.
2018-10-01 Ian Lance Taylorcompiler: use the underlying type to build placeholder...
2018-10-01 Ian Lance Taylorlibgo: support x32 as GOARCH=amd64p32 GOOS=linux
2018-10-01 Ian Lance Taylorruntime: add arm64 version of AES hash code
2018-10-01 Nathan Sidwell[libiberty] Use pipe inside pex_run
2018-10-01 Joseph Myers* ru.po: Update.
2018-10-01 Carl LoveUpdate, forgot to put the PR number in the Change Log.
2018-10-01 Carl Lovers6000-builtin.def (__builtin_mffsl): New.
next