aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-29builtins.c (expand_builtin_memcmp): don't swap args unless result is only bei...Bernd Schmidt2-5/+12
2016-09-29rtti.c (involves_incomplete_p): Add fall through comment.Marek Polacek4-1/+12
2016-09-29Make optional::reset noexcept, make optional::value work in constant expressi...Ville Voutilainen4-2/+81
2016-09-29[ARM] Fix new constraints and attributes of SI/HI data movement patternsMatthew Wahab3-7/+17
2016-09-29* g++.dg/cpp0x/fallthrough2.C: Use the c++14_down target.Marek Polacek2-1/+5
2016-09-29Define C++17 std::hypot without _GLIBCXX_USE_C99_MATH_TR1Jonathan Wakely2-40/+52
2016-09-29fallthrough2.C: Only expect the warning in C++11 and C++14.Marek Polacek2-1/+6
2016-09-29objc: update documetation and add test-case ofMartin Liska4-2/+20
2016-09-29re PR bootstrap/77768 (LTO/PGO -O3 bootstrap broken: tree-vrp.c:11053:0: inte...Richard Biener4-2/+28
2016-09-29re PR middle-end/77407 (Optimize integer i / abs (i) into the sign of i)Richard Biener4-2/+44
2016-09-29re PR middle-end/55152 (MAX_EXPR(a,-a) is really ABS_EXPR(a))Richard Biener6-2/+35
2016-09-29[Patch] Remove all uses of TARGET_FLT_EVAL_METHOD_NON_DEFAULT and poison itJames Greenhalgh11-13/+33
2016-09-29Fix 64-bit gcc.dg/profile-update-warning.c on 32-bit-default x86Rainer Orth2-2/+7
2016-09-29tree-vrp.c (set_defs_to_varying): New helper avoiding writing to vr_const_var...Richard Biener2-20/+29
2016-09-29tree-vect-stmts.c (vectorizable_load): Avoid emitting vector constructors wit...Richard Biener2-5/+41
2016-09-29re PR bootstrap/77768 (LTO/PGO -O3 bootstrap broken: tree-vrp.c:11053:0: inte...Richard Biener2-17/+22
2016-09-29runtime: copy runtime.go and runtime1.go from Go 1.7Ian Lance Taylor16-396/+927
2016-09-29Daily bump.GCC Administrator1-1/+1
2016-09-29Disable .gnu.attributes tags in compatibility-ldbl.oAlan Modra15-13/+55
2016-09-29[RS6000] .gnu.attributes Tag_GNU_Power_ABI_FPAlan Modra7-20/+203
2016-09-28gimple-ssa-sprintf.c (pass_sprintf_length::gate): Use x > 0 instead of 0 < x.Jakub Jelinek2-8/+17
2016-09-28re PR target/77756 (__get_cpuid() returns wrong values for level 7 (extended ...Uros Bizjak4-67/+81
2016-09-28PR middle-end/77721 - -Wformat-length not uses arg range for converted varsMartin Sebor2-0/+97
2016-09-28gimple-ssa-sprintf.c: Fix comment formatting.Jakub Jelinek2-25/+26
2016-09-28re PR fortran/77707 (formatted direct access: nextrec off by one)Jerry DeLisle2-0/+15
2016-09-28re PR fortran/77707 (formatted direct access: nextrec off by one)Jerry DeLisle2-3/+10
2016-09-28re PR c++/77467 (Segmentation fault with switch statement in constexpr function)Jakub Jelinek4-29/+243
2016-09-28cpuinfo.c (__get_cpuid_output): Remove.Uros Bizjak2-17/+8
2016-09-28* include/std/chrono (system_clock): Fix typo in comment.Jonathan Wakely2-1/+3
2016-09-28libgo: fix for runtime/check failure with "-O0 -g"Ian Lance Taylor3-1/+3
2016-09-28Check for overflow in filesystem::last_write_timeJonathan Wakely5-14/+159
2016-09-28If strchr can't be folded in gimple-fold...Wilco Dijkstra2-1/+9
2016-09-28PR c/77762 - Incorrect destination buffer length in -Wformat-length warningMartin Sebor4-7/+21
2016-09-28PR middle-end/77683 - ICE on %lf directive in format_floating inMartin Sebor4-3/+44
2016-09-28PR bootstrap/77753 - [7 Regression] broken profiledbootstrap due toMartin Sebor2-1/+8
2016-09-28dwarf2out.c (cu_die_list): New global.Richard Biener2-8/+38
2016-09-28dwarf2out.c (struct die_struct): Add removed flag.Richard Biener2-33/+90
2016-09-28[ARC] New CPU C-define handler.Claudiu Zissulescu7-55/+180
2016-09-28[ARC] Add simple shift/rotate ops.Claudiu Zissulescu2-0/+45
2016-09-28re PR c++/77748 (pr77550.C fails on arm-none-eabi)Bernd Edlinger2-4/+10
2016-09-28pr68198.c: Fix dg-final.Bernd Edlinger2-1/+5
2016-09-28gimple-pretty-print.c (dump_gimple_call_args): Simplify "' " printing.Nathan Sidwell2-9/+9
2016-09-28[ARC COMMITTED] MAINTAINERS (Reviewers): Add myself.Claudiu Zissulescu2-0/+5
2016-09-28Optimize strchr (s, 0) to s + strlen (s).Wilco Dijkstra11-15/+85
2016-09-28libstdc++/77686 use may_alias for std::function storageJonathan Wakely2-1/+6
2016-09-28re PR tree-optimization/77724 (bootstrap-O3 broken: ICE: in tree_to_uhwi, at ...Robin Dapp3-5/+25
2016-09-27Fix Liu Hao's name in ChangeLog entryJeff Law1-1/+1
2016-09-28Daily bump.GCC Administrator1-1/+1
2016-09-27libgo: separate mksysinfo inputs into separate Makefile targetsIan Lance Taylor5-273/+306
2016-09-27compiler: avoid call duplication during order eval.Ian Lance Taylor2-8/+19