aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2016-10-01re PR middle-end/77798 (465.tonto ICE with trunk with -O2)Richard Biener4-5/+39
2016-10-01re PR libfortran/77663 (libgfortran/caf/single.c: three minor problems and a ...Andre Vehreschild2-0/+34
2016-10-01sse.md (<mask_codefor><code><mode>): Add FALLTHRU comments.Jakub Jelinek2-51/+53
2016-10-01Daily bump.GCC Administrator1-1/+1
2016-10-01re PR c/77490 (bit-not (~) on boolean should be warned about)Jakub Jelinek2-1/+9
2016-09-30re PR fortran/66643 (Missing compilation error for formatted data transfer wi...Jerry DeLisle5-3/+20
2016-10-01* doc/invoke.texi (-Wregister): Document.Jakub Jelinek2-1/+14
2016-09-30configure.ac: Split CHECKING_P into CHECKING_P and ENABLE_EXTRA_CHECKING.Bernd Edlinger5-19/+39
2016-09-30re PR other/31566 (@missing_file gives bad error message)Prasad Ghangal2-1/+12
2016-09-30* config/alpha/predicates.md: Adjust fall through comment.Marek Polacek2-1/+2
2016-09-30Makefile.def: Remove libjava.Andrew Haley45-55365/+0
2016-09-30runtime: copy internal locking code from Go 1.7 runtimeIan Lance Taylor3-1/+21
2016-09-30[Testsuite] Use correct effective-target settings for ARM fp16-aapcs tests.Matthew Wahab3-4/+11
2016-09-30* config/aarch64/aarch64-simd.md: Adjust fall through comments.Marek Polacek2-2/+6
2016-09-30Fix ICE for maps with zero components.Fritz Reese4-4/+46
2016-09-30Fix ICE caused by union types comparing equal to structures.Fritz Reese4-0/+50
2016-09-30trans-array.c (gfc_array_allocate): Use the token from coarray's .token member.Andre Vehreschild7-14/+84
2016-09-30[RTL ifcvt] Transform (X == CST) ? -CST : Y into (X == CST) ? -X : Y when con...Kyrylo Tkachov4-0/+111
2016-09-30Enhance documentation of asan-use-after-return param.Martin Liska2-0/+9
2016-09-30tree-vrp.c (intersect_ranges): If we failed to handle the intersection choose...Richard Biener2-1/+15
2016-09-30re PR tree-optimization/77399 (Poor code generation for vector casts and loads)Richard Biener4-4/+78
2016-09-29pr27336.c: Make dependency on -fdelete-null-pointer-checks explicit.Sandra Loosemore7-4/+16
2016-09-30Daily bump.GCC Administrator1-1/+1
2016-09-30[RS6000] Revert rs6000_opt_vars changeAlan Modra2-3/+4
2016-09-29Implement P0001R1 - C++17 removal of register storage class specifier c-family/Jakub Jelinek21-17/+190
2016-09-29driver-i386.c (host_detect_local_cpu): Check maximum ext_level before calling...Uros Bizjak2-9/+23
2016-09-29Machine-readable RTL dumps: print_rtx_functionDavid Malcolm4-0/+140
2016-09-29adx-check.h (main): Simplify feature bit tests.Uros Bizjak11-21/+32
2016-09-29re PR target/77756 (__get_cpuid() returns wrong values for level 7 (extended ...Uros Bizjak4-27/+34
2016-09-29* genattrtab.c (write_attr_case): Also emit FALLTHRU marker.Marek Polacek2-0/+6
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