aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-27re PR c/81417 (-Wsign-compare should print types being compared)Marek Polacek14-19/+74
2017-07-27re PR middle-end/81564 (ICE in group_case_labels_stmt())Peter Bergner4-2/+34
2017-07-27re PR tree-optimization/81573 (wrong code at -O3 on x86_64-linux-gnu)Richard Biener4-7/+55
2017-07-27re PR tree-optimization/81571 (ICE at -O3 in both 32-bit and 64-bit modes (in...Richard Biener4-4/+44
2017-07-27Validate that Init value is within range defined by IntegerRange.Martin Liska3-2/+10
2017-07-27sparc.c (sparc_option_override): Set MASK_FSMULD flag earlier and only if MAS...Eric Botcazou2-22/+24
2017-07-27Fix indirect call optimization done by autoFDO.Martin Liska2-7/+12
2017-07-27Initialize counters in autoFDO to zero, not to uninitialized.Martin Liska2-2/+9
2017-07-27re PR middle-end/81502 (In some cases the data is moved to memory unnecessari...Richard Biener4-9/+61
2017-07-27[Patch (preapproved)] Guard Copy Header pass onJames Greenhalgh2-1/+6
2017-07-27S/390: Fix PR81534Andreas Krebbel4-3/+32
2017-07-27[rs6000] Avoid rotates of floating-point modesRichard Sandiford4-56/+74
2017-07-27re PR tree-optimization/81555 (Wrong code at -O1)Jakub Jelinek5-4/+70
2017-07-27attribs.c (decl_attributes): Imply noinline, noclone and no_icf attributes fo...Jakub Jelinek13-7/+345
2017-07-27Daily bump.GCC Administrator1-1/+1
2017-07-26aarch64.c (thunderx_vector_cost): Decrease cost of vec_unalign_load_cost and ...Andrew Pinski2-2/+7
2017-07-26rs6000-cpus.def (ISA_2_7_MASKS_SERVER): Delete -mvsx-small-integer option.Michael Meissner16-115/+140
2017-07-26PR libstdc++/53984 fix failing testJonathan Wakely2-4/+11
2017-07-26re PR go/81548 ("make distclean" does not clean all of gotools/)Ian Lance Taylor3-2/+8
2017-07-26aarch64.c (thunderx_vector_cost): Fix vec_fp_stmt_cost.Andrew Pinski2-1/+6
2017-07-26re PR c++/71570 (ICE on invalid variable capture in cxx_incomplete_type_diagn...Paolo Carlini4-1/+27
2017-07-26configure.ac: Check for XCOFF32/XCOFF64.Tony Reix7-33/+1544
2017-07-26runtime: handle Alpha GNU/Linux in getSiginfoIan Lance Taylor2-1/+6
2017-07-26x86: Properly check saved register CFA offsetH.J. Lu4-4/+31
2017-07-26[Patch AArch64 obvious] Unify address costs to generic_addrcost_tableJames Greenhalgh2-36/+13
2017-07-26P0702R1 - List deduction of vector.Jason Merrill3-0/+43
2017-07-26PR c++/67054 - Inherited ctor with non-default-constructible membersLeonid Koppel3-1/+30
2017-07-26[Patch AArch64 Obvious] Unify branch costs to generic_branch_costJames Greenhalgh2-20/+17
2017-07-2653984.cc: Fix typo in dg-require directive.Paolo Carlini2-1/+6
2017-07-26[SPARC] Add -mfsmuld optionSebastian Huber6-13/+48
2017-07-26Disable pr79041-2.c with -mabi=ilp32.Wilco Dijkstra2-0/+6
2017-07-26re PR middle-end/70992 (Infinite recursion between fold_build2_stat_loc and f...Marek Polacek9-6/+89
2017-07-26gimple-match-head.c (do_valueize): Return OP if valueize returns NULL_TREE.Richard Biener6-18/+45
2017-07-26Fix PR46932: Block auto increment on frame pointerWilco Dijkstra4-0/+29
2017-07-26Move non-local goto expansion after parm_birth_insn (PR sanitize/81186).Martin Liska4-10/+39
2017-07-26[SPARC] Drop superfluous MASK_FPU enableSebastian Huber2-5/+10
2017-07-26genmatch.c (dt_simplify::gen): Make iterator vars const.Richard Biener2-10/+16
2017-07-26rs6000.c (rs6000_init_hard_regno_mode_ok): Eliminate TARGET_UPPER_REGS_{DF,DI...Michael Meissner5-43/+40
2017-07-26Daily bump.GCC Administrator1-1/+1
2017-07-25extend.texi: Update the built-in documentation file for the existing built-in...Carl Love4-0/+122
2017-07-25compiler: clean up unresolved placeholders for pointer typesIan Lance Taylor4-4/+49
2017-07-25PR libstdc++/53984 handle exceptions in basic_istream::sentryJonathan Wakely6-29/+123
2017-07-25Remove deprecated iostream members for C++17Jonathan Wakely5-9/+48
2017-07-25tree-ssa-uninit.c (warn_uninitialized_vars): Don't warn about memory accesses...Andrew Pinski2-0/+30
2017-07-25Fix i686-pc-cygwin build failure.Jim Wilson2-8/+13
2017-07-25Delete files unused since openbsd 2 & 3 support was dropped.Jim Wilson4-112/+5
2017-07-25i386.c (ix86_decompose_address): Do not check for register RTX when looking a...Uros Bizjak3-17/+20
2017-07-25gimple.c (gimple_assign_set_rhs_with_ops): Do not ask gsi_replace to update E...Eric Botcazou6-1/+35
2017-07-25match.pd: combine successive multiplications by constantsAlexander Monakov5-7/+36
2017-07-25match.pd: reassociate multiplicationsAlexander Monakov4-2/+26