aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-29pa.h (BIGGEST_ALIGNMENT): Adjust comment.John David Anglin2-7/+15
2016-10-28vax.h (REGNO_REG_CLASS): Access the REGNO argument.Jeff Law3-2/+8
2016-10-29* eo.po: Update.Joseph Myers2-7/+10
2016-10-29Daily bump.GCC Administrator1-1/+1
2016-10-28re PR fortran/71891 (fortran/symbol.c:4864: suspicious if ?)Steven G. Kargl2-1/+6
2016-10-28compiler, runtime: copy slice code from Go 1.7 runtimeIan Lance Taylor14-472/+661
2016-10-28* doc/sourcebuild.texi (Ada Tests): Remove mention of gcc chapter.Eric Botcazou2-4/+4
2016-10-28target.def (min_arithmetic_precision): New hook.Eric Botcazou12-21/+180
2016-10-28combine: Improve change_zero_ext (fixes PR71847)Segher Boessenkool2-4/+60
2016-10-28re PR go/78144 (FAIL: time on systems with tzdata2016g installed)Ian Lance Taylor2-3/+6
2016-10-28re PR tree-optimization/43721 (Failure to optimise (a/b) and (a%b) into singl...Prathamesh Kulkarni23-0/+735
2016-10-28re PR go/78143 (bootstrap broken in libgo on powerpc-linux-gnu)Ian Lance Taylor2-2/+2
2016-10-28Make filesystem::path work with basic_string_view (P0392R0)Jonathan Wakely3-0/+114
2016-10-28dojump.c (do_jump_by_parts_greater_rtx): Invert probability when swapping the...Eric Botcazou3-35/+55
2016-10-28libgo: redirect grep output in mkrsysinfo.sh to /dev/nullIan Lance Taylor2-2/+2
2016-10-28Fix filesystem::path for iterators with const value_typeJonathan Wakely3-5/+65
2016-10-28re PR debug/77773 (Segfault when compiling __simd64_float16_t using arm-none-...Aldy Hernandez2-5/+14
2016-10-28bfin.c (bfin_legitimate_address_p): Add missing fallthru comment.Jeff Law3-0/+12
2016-10-28sched: Do not mix prologue and epilogue insnsSegher Boessenkool6-0/+89
2016-10-28GIMPLE store merging passKyrylo Tkachov27-35/+2264
2016-10-28Implement std::launder for C++17Jonathan Wakely8-8/+185
2016-10-28re PR middle-end/72747 (powerpc: wrong code generated for vec_splats in casca...Will Schmidt5-12/+57
2016-10-28re PR middle-end/78128 (fortran/resolve.c:resolve_operator miscompiled at -O2)Richard Biener2-3/+10
2016-10-28S/390: Add static OSC breaker if necessary.Andreas Krebbel5-0/+197
2016-10-28S/390: Add support for arch<n> arch/tune options.Andreas Krebbel8-10/+430
2016-10-28re PR rtl-optimization/77919 (ICE converting DC to V2DF mode)Jakub Jelinek4-1/+20
2016-10-28re PR rtl-optimization/78132 (GCC produces invalid instruction (kmovd and kmo...Jakub Jelinek4-0/+36
2016-10-28Daily bump.GCC Administrator1-1/+1
2016-10-27Index...Carl Love2-0/+5
2016-10-27* gcc.dg/vect/pr71264.c: XFAIL on SPARC.Eric Botcazou2-1/+6
2016-10-27* config/sparc/sparc.md (<*vlop:code><VL:mode>3): Remove leading '*'.Eric Botcazou2-1/+5
2016-10-27constraints.md (wH constraint): Add new constraints for allowing 32-bit integ...Michael Meissner13-70/+429
2016-10-27re PR fortran/78026 (ICE in gfc_resolve_omp_declare_simd, at fortran/openmp.c...Jakub Jelinek6-39/+70
2016-10-27PR70975 Pass valid offset argument to sendfileUros Bizjak2-1/+8
2016-10-27re PR middle-end/78025 (ICE in simd_clone_adjust, at omp-simd-clone.c:1126)Jakub Jelinek4-93/+194
2016-10-27oacc-init.c (goacc_new_thread): Use sizeof of the appropriate size when alloc...Aldy Hernandez2-1/+6
2016-10-27Fix initialization of UNIONs with -finit-derived.Fritz Reese9-22/+318
2016-10-27builtins.c (expand_builtin_nonlocal_goto): Avoid evaluating PIC_OFFSET_TABLE_...Aldy Hernandez2-2/+7
2016-10-27match.pd ((convert (op:s (convert@2 @0) (convert?@3 @1)))): Add support for c...Bin Cheng4-5/+32
2016-10-27Fix some DEC I/O testcases.Fritz Reese3-7/+29
2016-10-27dwarf2out.c (gen_member_die): Only reparent_child instead of splice_child_die...Jakub Jelinek2-1/+7
2016-10-27Fix target selectors in uniform_inside_sphere_distribution testsJonathan Wakely7-6/+19
2016-10-27* class.c (add_method): Allow using-declarations to coexist.Jason Merrill3-0/+28
2016-10-27Add myself to the MAINTAINERS fileAndrew Burgess2-0/+7
2016-10-27Adjust precision of filesystem::last_write_time testsJonathan Wakely5-33/+47
2016-10-27Enable ARMv8-M atomic and synchronization support for ARMv8-M BaselineThomas Preud'homme13-3/+127
2016-10-27Adapt other atomic operations to ARMv8-M BaselineThomas Preud'homme4-37/+161
2016-10-27plugin.c (register_plugin_info): Produce an error message if the plugin is no...Nick Clifton2-1/+14
2016-10-27match.pd ((convert1 (minmax ((convert2 (x) c)))) -> minmax (x c)): New pattern.Bin Cheng5-0/+51
2016-10-27re PR fortran/78092 (ICE when calling SIZEOF on CLASS(*) entry)Steven G. Kargl4-1/+35