aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-20internal,net,os,runtime,syscall: fixes for AIX following update to go1.9Ian Lance Taylor17-20/+155
2017-09-20config.gcc: Support "knm".Sebastian Peryt14-47/+123
2017-09-20Revert my 2017-09-19 patch.Uros Bizjak7-152/+0
2017-09-20Remove non-standard std::copy_exception functionJonathan Wakely2-13/+3
2017-09-20PR libstdc++/82262 fix std::hash<std::optional<const T>>Jonathan Wakely3-10/+26
2017-09-20re PR tree-optimization/80213 (ICE in check_loop_closed_ssa_use, at tree-ssa-...Richard Biener2-30/+34
2017-09-20re PR tree-optimization/77362 ([graphite] ICE in sese_build_liveouts_use w/ -...Richard Biener2-0/+26
2017-09-20re PR tree-optimization/82264 (ICE in vn_phi_lookup at gcc/tree-ssa-sccvn.c:3...Richard Biener4-10/+41
2017-09-20dwarf2out.c (tree_add_const_value_attribute): For INTEGER_CST that fits into ...Jakub Jelinek15-13/+57
2017-09-20dwarf2out.c (DEBUG_LTO_DWO_INFO_SECTION): Reorder defines.Jakub Jelinek2-41/+78
2017-09-20re PR c++/64954 (GCC incorrectly rejects constexpr variable initialization.)Paolo Carlini2-0/+13
2017-09-20graphite-sese-to-poly.c (extract_affine): Properly handle POINTER_PLUS_EXPR, ...Richard Biener2-3/+33
2017-09-20re PR tree-optimization/81373 (Graphite ICE in ssa_default_def at gcc/tree-df...Richard Biener4-7/+62
2017-09-19combine-stack-adj.c (combine_stack_adjustments_for_block): Do nothing for sta...Jeff Law7-4/+44
2017-09-19i386.c (ix86_adjust_stack_and_probe_stack_clash): New.Jeff Law13-6/+2600