aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-28* tree-predcom.c (determine_roots_comp): Skip trivial components.Bin Cheng2-1/+8
2017-07-28match.pd: Remove superfluous :c.Richard Biener3-37/+108
2017-07-28Set DECL_VALUE_EXPR after a debug stmt is generated (PR sanitizer/81340).Martin Liska4-2/+36
2017-07-28re PR middle-end/81502 (In some cases the data is moved to memory unnecessari...Richard Biener8-5/+82
2017-07-28re PR sanitizer/80998 (Implement -fsanitize=pointer-overflow)Jakub Jelinek20-21/+593
2017-07-28Do not handle VLA in sanitization (PR sanitizer/81460).Martin Liska4-2/+22
2017-07-28[PowerPC/RTEMS] Add 64-bit support using ELFv2 ABISebastian Huber6-20/+229
2017-07-28re PR tree-optimization/81578 (ICE in omp_reduction_init_op)Jakub Jelinek4-9/+49
2017-07-28re PR tree-optimization/81573 (wrong code at -O3 on x86_64-linux-gnu)Richard Biener2-1/+6
2017-07-28go-backend.c (go_write_export_data): Use EXCLUDE section for AIX.Tony Reix2-1/+12
2017-07-28Daily bump.GCC Administrator1-1/+1
2017-07-27predicates.md (volatile_mem_operand): Remove code related to reload_in_progress.Peter Bergner7-252/+62
2017-07-27rs6000.opt (mlra): Replace with stub.Peter Bergner24-70/+56
2017-07-27re PR c/45784 (gcc OpenMP - error: invalid controlling predicate)Jakub Jelinek5-0/+80
2017-07-27Add RTEMS supportSebastian Huber3-1/+42
2017-07-27[PATCH][AArch64] Fix missing optimization for CMP+ANDKyrylo Tkachov5-0/+73
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