summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-30Makefile.def: Remove libjava.Andrew Haley
2016-09-30Implement LWG 2192 and LWG 2294 for std::absJonathan Wakely
2016-09-30runtime: copy internal locking code from Go 1.7 runtimeIan Lance Taylor
2016-09-30Remove use of std::abs in experimental::{gcd,lcm}Jonathan Wakely
2016-09-30[Testsuite] Use correct effective-target settings for ARM fp16-aapcs tests.Matthew Wahab
2016-09-30* config/aarch64/aarch64-simd.md: Adjust fall through comments.Marek Polacek
2016-09-30Fix ICE for maps with zero components.Fritz Reese
2016-09-30Fix ICE caused by union types comparing equal to structures.Fritz Reese
2016-09-30trans-array.c (gfc_array_allocate): Use the token from coarray's .token member.Andre Vehreschild
2016-09-30[RTL ifcvt] Transform (X == CST) ? -CST : Y into (X == CST) ? -X : Y when con...Kyrylo Tkachov
2016-09-30Enhance documentation of asan-use-after-return param.Martin Liska
2016-09-30tree-vrp.c (intersect_ranges): If we failed to handle the intersection choose...Richard Biener
2016-09-30re PR tree-optimization/77399 (Poor code generation for vector casts and loads)Richard Biener
2016-09-29pr27336.c: Make dependency on -fdelete-null-pointer-checks explicit.Sandra Loosemore
2016-09-30Daily bump.GCC Administrator
2016-09-30[RS6000] Revert rs6000_opt_vars changeAlan Modra
2016-09-29Implement P0001R1 - C++17 removal of register storage class specifier c-family/Jakub Jelinek
2016-09-29driver-i386.c (host_detect_local_cpu): Check maximum ext_level before calling...Uros Bizjak
2016-09-29Machine-readable RTL dumps: print_rtx_functionDavid Malcolm
2016-09-29adx-check.h (main): Simplify feature bit tests.Uros Bizjak
2016-09-29re PR target/77756 (__get_cpuid() returns wrong values for level 7 (extended ...Uros Bizjak
2016-09-29* genattrtab.c (write_attr_case): Also emit FALLTHRU marker.Marek Polacek
2016-09-29builtins.c (expand_builtin_memcmp): don't swap args unless result is only bei...Bernd Schmidt
2016-09-29rtti.c (involves_incomplete_p): Add fall through comment.Marek Polacek
2016-09-29Make optional::reset noexcept, make optional::value work in constant expressi...Ville Voutilainen
2016-09-29[ARM] Fix new constraints and attributes of SI/HI data movement patternsMatthew Wahab
2016-09-29* g++.dg/cpp0x/fallthrough2.C: Use the c++14_down target.Marek Polacek
2016-09-29Define C++17 std::hypot without _GLIBCXX_USE_C99_MATH_TR1Jonathan Wakely
2016-09-29fallthrough2.C: Only expect the warning in C++11 and C++14.Marek Polacek
2016-09-29objc: update documetation and add test-case ofMartin Liska
2016-09-29re PR bootstrap/77768 (LTO/PGO -O3 bootstrap broken: tree-vrp.c:11053:0: inte...Richard Biener
2016-09-29re PR middle-end/77407 (Optimize integer i / abs (i) into the sign of i)Richard Biener
2016-09-29re PR middle-end/55152 (MAX_EXPR(a,-a) is really ABS_EXPR(a))Richard Biener
2016-09-29[Patch] Remove all uses of TARGET_FLT_EVAL_METHOD_NON_DEFAULT and poison itJames Greenhalgh
2016-09-29Fix 64-bit gcc.dg/profile-update-warning.c on 32-bit-default x86Rainer Orth
2016-09-29tree-vrp.c (set_defs_to_varying): New helper avoiding writing to vr_const_var...Richard Biener
2016-09-29tree-vect-stmts.c (vectorizable_load): Avoid emitting vector constructors wit...Richard Biener
2016-09-29re PR bootstrap/77768 (LTO/PGO -O3 bootstrap broken: tree-vrp.c:11053:0: inte...Richard Biener
2016-09-29runtime: copy runtime.go and runtime1.go from Go 1.7Ian Lance Taylor
2016-09-29Daily bump.GCC Administrator
2016-09-29Disable .gnu.attributes tags in compatibility-ldbl.oAlan Modra
2016-09-29[RS6000] .gnu.attributes Tag_GNU_Power_ABI_FPAlan Modra
2016-09-28gimple-ssa-sprintf.c (pass_sprintf_length::gate): Use x > 0 instead of 0 < x.Jakub Jelinek
2016-09-28re PR target/77756 (__get_cpuid() returns wrong values for level 7 (extended ...Uros Bizjak
2016-09-28PR middle-end/77721 - -Wformat-length not uses arg range for converted varsMartin Sebor
2016-09-28gimple-ssa-sprintf.c: Fix comment formatting.Jakub Jelinek
2016-09-28re PR fortran/77707 (formatted direct access: nextrec off by one)Jerry DeLisle
2016-09-28re PR fortran/77707 (formatted direct access: nextrec off by one)Jerry DeLisle
2016-09-28re PR c++/77467 (Segmentation fault with switch statement in constexpr function)Jakub Jelinek
2016-09-28cpuinfo.c (__get_cpuid_output): Remove.Uros Bizjak