aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2018-01-26rl78.c: if operand 2 is const avoid addition with 0 and use incw and decw whe...Sebastian Perta3-2/+62
2018-01-26Fix gcc.target/aarch64/sve/peel_ind_1.c for -mcmodel=tinySzabolcs Nagy4-3/+9
2018-01-26re PR tree-optimization/81082 (Failure to vectorise after reassociating index...Richard Biener6-5/+67
2018-01-26Configure USE_HIDDEN_LINKONCE on Solaris/x86Rainer Orth8-8/+75
2018-01-26Fix various x86 avx512{bitalg, vpopcntdq, vbmi2} issues (PR target/83488)Julia Koval10-28/+44
2018-01-26Daily bump.GCC Administrator1-1/+1
2018-01-26PR84033, powerpc64le -moptimize-swaps bad code with vec_vbpermqAlan Modra4-6/+52
2018-01-25compiler: look through aliases when looking for methodsIan Lance Taylor3-22/+49
2018-01-25compiler: deref receiver types in mangled namesIan Lance Taylor3-18/+22
2018-01-25jit: remove some unused fields from recording::union_ (PR jit/81672)David Malcolm2-4/+6
2018-01-25re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Paul Thomas16-83/+210
2018-01-25Change -march to -mcpu.David Edelsohn1-1/+1
2018-01-25* doc/invoke.texi (PowerPC Options): Document 'native' cpu type.David Edelsohn2-1/+11
2018-01-25runtime: fix lfstackUnpack on ia64Ian Lance Taylor1-1/+1
2018-01-25re PR tree-optimization/83055 (ICE in operator>, at profile-count.h:834)Jan Hubicka4-13/+35
2018-01-25re PR c++/84031 (structured binding unpacks nameless padding bitfields)Jakub Jelinek4-7/+39
2018-01-25re PR middle-end/83977 (ICE in simd_clone_clauses_extract, at omp-simd-clone....Jakub Jelinek6-8/+23
2018-01-25compiler: don't write sink constants to C header fileIan Lance Taylor2-2/+4
2018-01-25[nvptx, PR84028] Add exit insn after noreturn call for neutered workersTom de Vries2-2/+8
2018-01-25Fix vect-reduc-or_[12].c changes in r257022Richard Sandiford3-2/+8
2018-01-25re PR target/81550 (gcc.target/powerpc/loop_align.c fails starting with r250482)Michael Meissner2-2/+9
2018-01-25Fix jit.dg/test-alignment* (PR jit/82846)David Malcolm3-2/+9
2018-01-25Daily bump.GCC Administrator1-1/+1
2018-01-24compiler: rationalize external symbol namesIan Lance Taylor13-352/+899
2018-01-24Fix m68k-linux-gnu libgcc build for ColdFire (PR target/68467).Joseph Myers2-0/+27
2018-01-24re PR target/83994 (%ebx is clobbered by stack-clash probing for regparm-3 fu...Jeff Law4-19/+56
2018-01-24re PR target/84014 (ICE in setup_min_max_allocno_live_range_point, at ira-bui...Vladimir Makarov4-1/+38
2018-01-24re PR middle-end/83977 (ICE in simd_clone_clauses_extract, at omp-simd-clone....Jakub Jelinek9-10/+113
2018-01-24Remove explicit dg-do runs from gcc.dg/vect (PR 83889)Richard Sandiford22-30/+30
2018-01-24Fix use of boolean_true/false_node (PR 83979)Richard Sandiford4-12/+30
2018-01-24ipa-profile.c (ipa_propagate_frequency_1): Fix logic skipping calls with zero...Jan Hubicka2-5/+8
2018-01-24rs6000.md (*call_indirect_nonlocal_sysv<mode>): Simplify the clause that sets...Bill Schmidt2-50/+33
2018-01-24PR c++/82249 - wrong mismatched pack length error.Jason Merrill3-3/+43
2018-01-24[testsuite] Fix arm options in gcc.dg/lto/20110201-1_0.cKyrylo Tkachov2-1/+7
2018-01-24[nvptx, PR83589] Workaround for branch-around-nothing JIT bugTom de Vries3-0/+111
2018-01-24[nvptx, PR81352] Add exit insn after noreturn call for neutered threads in warpTom de Vries3-1/+18
2018-01-24re PR tree-optimization/83176 ([graphite] ICE in set_codegen_error, at graphi...Richard Biener4-4/+87
2018-01-24re PR tree-optimization/82819 ([graphite] ICE in set_codegen_error, at graphi...Richard Biener4-1/+35
2018-01-24re PR fortran/84000 (ICE in replace_loop_annotate, at tree-cfg.c:352)Richard Biener2-0/+6
2018-01-24cfgcleanup.c (try_crossjump_to_edge): Use combine_with_count to merge probabi...Jan Hubicka6-48/+92
2018-01-24re PR c++/83921 (GCC rejects constexpr initialization of empty aggregate.)Paolo Carlini10-26/+103
2018-01-24Daily bump.GCC Administrator1-1/+1
2018-01-23RISC-V: Add -mpreferred-stack-boundary option.Andrew Waterman5-5/+57
2018-01-23* g++.dg/cpp1y/lambda-generic.C: Remove libstdc++ dependency.Jason Merrill1-4/+5
2018-01-23PR c++/83947 - ICE with auto declarations.Jason Merrill4-3/+21
2018-01-23C++: Fix ICE in fold_for_warn on CAST_EXPR (PR c++/83974)David Malcolm4-4/+22
2018-01-23re PR sanitizer/83987 (ICE with OpenMP, sanitizer and virtual bases)Jakub Jelinek4-11/+47
2018-01-23i386: Use const reference of struct ix86_frame to avoid copyH.J. Lu2-12/+20
2018-01-23re PR fortran/83866 (ICE in gfc_release_symbol, at fortran/symbol.c:3087)Paul Thomas4-1/+30
2018-01-23re PR fortran/83898 (ICE in gfc_conv_expr_descriptor, at fortran/trans-array....Paul Thomas4-1/+24