aboutsummaryrefslogtreecommitdiff
path: root/gcc
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-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-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 Taylor1-1/+1
2016-09-29Daily bump.GCC Administrator1-1/+1
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 c++/77467 (Segmentation fault with switch statement in constexpr function)Jakub Jelinek4-29/+243
2016-09-28libgo: fix for runtime/check failure with "-O0 -g"Ian Lance Taylor1-1/+1
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-28Optimize strchr (s, 0) to s + strlen (s).Wilco Dijkstra11-15/+85
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 Taylor1-1/+1
2016-09-27compiler: avoid call duplication during order eval.Ian Lance Taylor2-8/+19
2016-09-27compiler: add src information to AST dumps (part 1 of 2).Than McIntosh5-28/+88
2016-09-27c-cppbuiltin.c (c_cpp_builtins): Define __cpp_capture_star_this for -std=c++1z.Jakub Jelinek4-0/+12
2016-09-27Implement P0018R3, C++17 lambda capture of *this by value as [=,*this]Jakub Jelinek6-5/+188
2016-09-27re PR c++/77722 (-fsanitize=undefined doesn't give runtime error in function ...Jakub Jelinek6-8/+76
2016-09-27auto-inc-dec.c (try_merge): Remove break after return.Jakub Jelinek29-72/+38
2016-09-27internal-fn.h (IFN_UNIQUE_CODES, [...]): New.Nathan Sidwell3-29/+96
2016-09-27[Obvious] Delete one redundant word in target-supports.exp comment Jiong Wang2-3/+8
2016-09-27MIPS/GCC/doc: Fix `d' constraint descriptionMaciej W. Rozycki3-4/+9
2016-09-27Fix pch with Solaris asRichard Biener2-8/+14