aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-22re PR fortran/52832 ([F03] ASSOCIATE construct with proc-pointer selector is ...Paul Thomas1-39/+0
2017-09-22graphite-isl-ast-to-gimple.c (translate_pending_phi_nodes): Verify both BBs c...Richard Biener6-231/+222
2017-09-22sse.md ("mov<mode>_internal"): Use <sseinsnmode> mode attribute for TARGET_AV...Sergey Shalnov9-15/+104
2017-09-22Daily bump.GCC Administrator1-1/+1
2017-09-21<commit missing files>Michael Meissner4-0/+61
2017-09-21i386.c (ix86_adjust_stack_and_probe_stack_clash): Fix dump output if the only...Jeff Law4-1/+24
2017-09-21Fix spu build after r253072Richard Sandiford2-1/+6
2017-09-21re PR go/82284 (go -version segfaults on big endian architectures)Ian Lance Taylor2-0/+6
2017-09-21re PR fortran/52832 ([F03] ASSOCIATE construct with proc-pointer selector is ...Paul Thomas11-22/+306
2017-09-21PR c/81882 - attribute ifunc documentation uses invalid codeMartin Sebor2-4/+12
2017-09-21[demangler PATCH]: Revert and update generic lambda demanglingNathan Sidwell3-77/+85
2017-09-21* stor-layout.c (bit_from_pos): Do not distribute the conversion.Eric Botcazou5-11/+44
2017-09-21re PR testsuite/78421 (vect-strided-a-u8-i2-gap.c fails on armeb)Tamar Christina2-1/+7
2017-09-21Rename existing insn_cost to insn_sched_costSegher Boessenkool5-11/+17
2017-09-21openmp.c (gfc_match_oacc_wait): Don't restrict wait directive arguments to co...Cesar Philippidis4-2/+22
2017-09-21toplev: read from /dev/urandom only when neededAlexander Monakov3-38/+28
2017-09-21ipa: fix dumping with deleted multiversioning nodesEvgeny Kudryashov4-15/+27
2017-09-21re PR sanitizer/81715 (asan-stack=1 redzone allocation is too inflexible)Jakub Jelinek5-2/+105
2017-09-21re PR tree-optimization/82276 (-O2: ICE: SSA corruption during RTL pass: expa...Richard Biener4-9/+53
2017-09-21PR71951: Fix unwinding with -fomit-frame-pointerWilco Dijkstra2-0/+13
2017-09-21graphite-isl-ast-to-gimple.c (graphite_regenerate_ast_isl): Restore valid IL ...Richard Biener3-9/+36
2017-09-21Make more use of simplify_gen_binaryRichard Sandiford3-27/+14
2017-09-21Add copy_rtx call to RTL loop unrollerRichard Sandiford2-1/+8
2017-09-21Fix unguarded uses of tree_to_uhwiRichard Sandiford2-3/+9
2017-09-21Tighten tree-ssa-ccp.c:get_value_for_expr conditionRichard Sandiford2-1/+8
2017-09-21TweakEric Botcazou1-2/+1
2017-09-21Add missing int_cst_rangeN checks to tree-vrp.cRichard Sandiford2-2/+11
2017-09-21re PR tree-optimization/71351 (ICE: Segmentation fault (graphite))Richard Biener5-87/+45
2017-09-21Fix tests for std::clampJonathan Wakely3-8/+14
2017-09-21re PR target/82260 ([x86] Unnecessary use of 8-bit registers with -Os. sligh...Jakub Jelinek5-23/+106
2017-09-20s390.c (MIN_UNROLL_PROBES): Define.Andreas Krebbel5-28/+260
2017-09-21[C++ PATCH] class member orderingNathan Sidwell2-23/+37
2017-09-21enable handling of -gno- command-line options as negated prefixesAlexandre Oliva10-35/+79
2017-09-21Daily bump.GCC Administrator1-1/+1
2017-09-20libgo: fix build when using -enable-static=noIan Lance Taylor3-3/+27
2017-09-20Fix C++ testsuite fallout from r252976.Martin Sebor4-4/+12
2017-09-20Fix testsuite fallout from r252976.Martin Sebor8-12/+25
2017-09-20powerpcspe.c (rs6000_expand_prologue): Fix thinko in stack clash protection s...Jeff Law2-1/+4
2017-09-20PR libstdc++/79162 Fix std::string regression due to LWG 2946 (old ABI)Jonathan Wakely2-0/+6
2017-09-20explow.c (compute_stack_clash_protection_loop_data): Use CONST_INT_P instead ...Jeff Law4-10/+26
2017-09-20rs6000: Don't touch below the stack pointer (PR77687)Segher Boessenkool4-4/+33
2017-09-20re PR sanitizer/77631 (no symbols in backtrace shown by ASan when debug info ...Ian Lance Taylor11-19/+705
2017-09-20P0409R2 - allow lambda capture [=, this]Jakub Jelinek5-3/+34
2017-09-20cplusplus.C: Test that __cplusplus is equal to 201703L.Jakub Jelinek3-2/+13
2017-09-20PR libstdc++/79162 Fix std::string regression due to LWG 2946Jonathan Wakely4-0/+115
2017-09-20syscall: enable ParseDirent for AIXIan Lance Taylor4-2/+22
2017-09-20syscall: workaround for getsockname bug in AIXIan Lance Taylor5-2/+189
2017-09-20Fix failing C++17 testJonathan Wakely2-2/+5
2017-09-20PR libstdc++/81469 deprecate std::uncaught_exception for C++17Jonathan Wakely4-1/+10
2017-09-20Deprecate nested types in std::hashJonathan Wakely5-8/+34