aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-06-27Remove quite obvious dead assignments.Martin Liska40-88/+85
2019-06-27ix86: pass correct options to compiler for gfni-4 testcaseJan Beulich2-1/+5
2019-06-27tree-ssa-sccvn.c (vn_reference_lookup_3): Encode valueized RHS.Richard Biener4-1/+41
2019-06-27re PR tree-optimization/89772 (memchr for a character not in constant nul-pad...Jun Ma4-1/+60
2019-06-27PR libstdc++/91012 fixfilesystem_error::what() stringJonathan Wakely3-13/+24
2019-06-27Fix ICE when __builtin_calloc has no LHS (PR tree-optimization/91014).Martin Liska4-2/+22
2019-06-27re PR testsuite/91004 (Excess errors in g++.dg/torture/pr34850.C starting wit...Richard Biener2-1/+7
2019-06-27Fix warnings seen by clang in gcc/symbol-summary.h.Martin Liska2-7/+14
2019-06-27Fix misc stuff seen by clang-static-analyzer.Martin Liska4-2/+36
2019-06-27One line change onto r272731Kewen Lin1-1/+1
2019-06-27Call finite_loop_p in RTL to get better finiteness information.Kewen Lin4-1/+50
2019-06-26re PR tree-optimization/90883 (Generated code is worse if returned struct is ...Jeff Law1-4/+4
2019-06-26re PR tree-optimization/90883 (Generated code is worse if returned struct is ...Jeff Law1-0/+4
2019-06-27Daily bump.GCC Administrator1-1/+1
2019-06-26Define std::chars_format enumeration typeJonathan Wakely3-0/+89
2019-06-26re PR tree-optimization/90883 (Generated code is worse if returned struct is ...Jeff Law6-15/+268
2019-06-26re PR target/89021 (Implement mmintrin.h in SSE)Uros Bizjak4-3/+26
2019-06-26[PATCH, PPC 2/2] Fix Darwin bootstrap after split of rs6000.c.Iain Sandoe4-98/+113
2019-06-26[PATCH, PPC 1/2] Make sure the gt- files are built for all sub-targets.Iain Sandoe2-1/+6
2019-06-26tree-ssa-dse.c (initialize_ao_ref_for_dse): Handle _chk variants of memcpy, m...Jeff Law9-6/+31
2019-06-26ChangeLog: Document revision 272698Steven G. Kargl2-0/+22
2019-06-26Add new helper traits for signed/unsigned integer typesJonathan Wakely16-225/+127
2019-06-26* config/rs6000/rs6000-logue.c: Add #ifndef TARGET_PROFILE_KERNEL.David Edelsohn2-0/+9
2019-06-26* config.gcc (powerpc-ibm-aix*): Define target_gtfiles.David Edelsohn2-0/+7
2019-06-26[PR preprocessor/90927] Fixe dependency outputNathan Sidwell4-3/+31
2019-06-26rs6000: Fix rs6000_keep_leaf_when_profiledSegher Boessenkool4-4/+13
2019-06-26rs6000: Remove duplicated codeSegher Boessenkool2-1279/+4
2019-06-26re PR middle-end/90982 (ICE in make_decl_rtl, at varasm.c:1344)Richard Biener4-0/+43
2019-06-26lto-streamer.h (lto_bitmap_alloc): Remove.Richard Biener4-41/+23
2019-06-26Fix sanitizer_common/sanitizer_posix_libcdep.cc compilation on Solaris 11.5Rainer Orth2-3/+8
2019-06-26re PR c++/67184 (Missed optimization with C++11 final specifier)Paolo Carlini3-0/+54
2019-06-26re PR target/90991 (_mm_loadu_ps instrinsic translates to vmovaps in combinat...Jakub Jelinek4-6/+80
2019-06-26[RS6000] Change maddld match_operand from DI to GPRLi Jia He5-6/+38
2019-06-26doc: Fix opindex for -W optionsSegher Boessenkool2-2/+6
2019-06-26Fix one another thinko in tree-vect-loop.c (PR tree-optimization/90973).Martin Liska2-1/+8
2019-06-26Fix missing else keyword seen with clang-static-analyzer:Martin Liska2-1/+13
2019-06-26PR c++/70462 - unnecessary base ctor variant with final.Jason Merrill3-4/+23
2019-06-26Enable GCC support for AVX512_VP2INTERSECT which will be in tigerlaker.Hongtao Liu34-26/+485
2019-06-26re PR fortran/90988 (Wrong error message with variables named "PUBLIC*")Steven G. Kargl4-51/+110
2019-06-26libgo/testsuite: ignore symbols with a leading dot in symtogoIan Lance Taylor2-1/+8
2019-06-26Daily bump.GCC Administrator1-1/+1
2019-06-26cmd/go: silence ar with D flag failuresIan Lance Taylor2-2/+9
2019-06-25Darwin, add a missed file changeIain Sandoe1-2/+2
2019-06-25[Darwin, PPC] Move the out of line register save/restore to an endfile.Iain Sandoe5-10/+54
2019-06-25[PATCH, rs6000] Split up rs6000.c.Bill Seurer7-4288/+5786
2019-06-25class.c (resolves_to_fixed_type_p): Check CLASSTYPE_FINAL.Jason Merrill3-2/+16
2019-06-25Put hashtab_chk_error into hash-table.c.Martin Liska3-12/+19
2019-06-25re PR c++/90969 (ICE: tree check: expected array_type, have vector_type in ar...Jakub Jelinek4-1/+18
2019-06-25Fix non-portable use of std::abs(double) in constexpr functionJonathan Wakely2-4/+10
2019-06-25Transform filter-rtags-warnings to filter-clang-warnings.Martin Liska2-23/+29