aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2018-10-29Extract VXWORKS_NET_LIBS_RTP from VXWORKS_LIBS_RTPOlivier Hainque1-0/+4
2018-10-29Introduce notion of VXWORKS_PERSONALITYOlivier Hainque1-0/+7
2018-10-29re PR tree-optimization/87790 (ICE in vect_get_vec_def_for_operand_1, at tree...Richard Biener1-0/+9
2018-10-29re PR tree-optimization/87785 (ICE in dr_misalignment, at tree-vectorizer.h:1...Richard Biener1-0/+10
2018-10-29GCOV: introduce --json-format.Martin Liska1-0/+30
2018-10-29combine: Fix various shortcomings in make_more_copies (PR87701, PR87780)Segher Boessenkool1-0/+6
2018-10-29gimplefe-30.c: New test.Kugan Vivekanandarajah1-0/+8
2018-10-28Add D front-end, libphobos library, and D2 testsuite.Iain Buclaw1-0/+102
2018-10-28darwin - fix powerpc-darwin stack alignmentsIain Sandoe1-0/+7
2018-10-27re PR target/80024 (nios2: unclear wording "numeric digits" in diagnostic)Sandra Loosemore1-0/+6
2018-10-26powerpc: Fix typos in the manualTulio Magno Quites Machado Filho1-0/+5
2018-10-26rs6000-string.c (expand_strncmp_gpr_sequence): Change to a shorter sequence w...Aaron Sawdey1-0/+6
2018-10-26[rs6000] Add compatible implementations of x86 SSSE3 intrinsicsPaul A. Clarke1-1/+6
2018-10-26[rs6000] x86 vector intrinsics compatibility: clean-ups for 32bit support Paul A. Clarke1-0/+5
2018-10-26[rs6000] Fix _mm_extract_pi16 for big-endianPaul A. Clarke1-0/+4
2018-10-26tree-vect-slp.c (vect_mark_slp_stmts): Add visited hash_set and wrapper.Richard Biener1-0/+9
2018-10-26ipa-devirt.c (odr_subtypes_equivalent_p): Fix recursion.Jan Hubicka1-0/+6
2018-10-26re PR tree-optimization/87105 (Autovectorization [X86, SSE2, AVX2, DoublePrec...Richard Biener1-0/+19
2018-10-26Relax hash function to match equals function behavior (PR testsuite/86158).Martin Liska1-0/+6
2018-10-26* tree.c (free_lang_data_in_type): Only check main variants.Jan Hubicka1-0/+1
2018-10-26ipa-devirt.c (warn_odr): Make static.Jan Hubicka1-0/+18
2018-10-26re PR tree-optimization/87746 (ICE in vect_update_misalignment_for_peel, at t...Richard Biener1-0/+8
2018-10-25rs6000-c.c (P9V_BUILTIN_VEC_VSCEDPGT, [...]): Rename base overloaded name.Carl Love1-0/+14
2018-10-25emmintrin.h (_mm_slli_epi16): Replace deprecated function with vec_sl.Bill Schmidt1-0/+21
2018-10-25emmintrin.h (_mm_sll_epi16): Replace comparison operators with vec_cmp* for c...Bill Schmidt1-0/+13
2018-10-25emmintrin.h (_mm_sll_epi64): Remove wrong cast.Bill Schmidt1-0/+48
2018-10-25rl78.c (insn_ok_now): Always re-recognize the insn if returning false.Jeff Law1-0/+5
2018-10-25extend.texi (aligned): Expand attribute description.Martin Sebor1-0/+5
2018-10-25ipa-devirt.c (main_odr_variant): Remove.Jan Hubicka1-0/+10
2018-10-25tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Initialize ng to sile...Richard Biener1-0/+5
2018-10-25S/390: Merge movdi_larl into movdi_64Ilya Leoshkevich1-0/+8
2018-10-25tree-if-conv.c: Include tree-ssa-sccvn.h.Richard Biener1-0/+5
2018-10-25Fix rtx_code_size static initialization order fiascoIlya Leoshkevich1-0/+7
2018-10-25ipa-devirt.c (odr_types_equivalent_p): Do not ICE if one of types is anonymous.Jan Hubicka1-0/+5
2018-10-25re PR tree-optimization/87665 (gcc HEAD (svn: 265340) breaks elements on resize)Richard Biener1-0/+7
2018-10-25[DOC] Relocate list under Deprecated in options.texi to VarSam Tebbs1-0/+4
2018-10-25combine: Don't do make_more_copies for dest PC (PR87720)Segher Boessenkool1-0/+5
2018-10-24gOlogy: do not change code in isolate-paths for warnings onlyAlexandre Oliva1-0/+7
2018-10-24rs6000.c (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Define as rs6000_mangle_decl_as...Michael Meissner1-0/+8
2018-10-24extend.texi (nonnull): List no-argument form.Martin Sebor1-0/+5
2018-10-24tree-ssa-sccvn.c (do_rpo_vn): Free rpo_state.Richard Biener1-0/+4
2018-10-24Switch conversion: support any ax + b transformation (PR tree-optimization/84...Martin Liska1-0/+11
2018-10-24Return hash of ADDR_EXPR if its argument is CONSTANT_CLASS_P.Richard Biener1-0/+5
2018-10-24ipa-utils.h (type_with_linkage_p): No longer check for TYPE_STUB_DECL; it is ...Jan Hubicka1-0/+5
2018-10-24S/390: Fix ICE in s390_check_qrst_address ()Ilya Leoshkevich1-0/+5
2018-10-24re PR tree-optimization/87105 (Autovectorization [X86, SSE2, AVX2, DoublePrec...Richard Biener1-0/+10
2018-10-24Disable string merging with alignment > 1 before Solaris 11.4/SPARCRainer Orth1-0/+9
2018-10-24re PR tree-optimization/84013 (wrong __restrict clique with inline asm operand)Richard Biener1-0/+9
2018-10-24Remove reduntant dumps and make tp_first_run dump more compact.Martin Liska1-0/+5
2018-10-24re PR tree-optimization/87665 (gcc HEAD (svn: 265340) breaks elements on resize)Richard Biener1-0/+6