aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-03-16tree-optimization/104941: Actually assign the conversion resultSiddhesh Poyarekar2-2/+36
2022-03-16x86: Also check _SOFT_FLOAT in <x86gprintrin.h>H.J. Lu2-1/+12
2022-03-16RISC-V: Add version info for zk, zkn and zksKito Cheng1-0/+4
2022-03-16RISC-V: Handle combine extension in canonical ordering.LiaoShihua3-0/+120
2022-03-16tree-optimization/102008 - restore if-conversion of adjacent loadsRichard Biener2-1/+14
2022-03-16c++: further lookup_member simplificationPatrick Palka1-19/+13
2022-03-16c++: fold calls to std::move/forward [PR96780]Patrick Palka4-1/+89
2022-03-16tree-optimization/104942: Retain sizetype conversions till the endSiddhesh Poyarekar2-4/+23
2022-03-16aarch64: Fix up RTL sharing bug in aarch64_load_symref_appropriately [PR104910]Jakub Jelinek2-1/+15
2022-03-16Performance/size improvement to single_use when matching GIMPLE.Roger Sayle1-3/+21
2022-03-16Some minor HONOR_NANS improvements to match.pdRoger Sayle1-3/+3
2022-03-16Don't fold __builtin_ia32_blendvpd w/o sse4.2.liuhongt3-2/+19
2022-03-16Daily bump.GCC Administrator5-1/+98
2022-03-15analyzer: add test coverage for PR 95000David Malcolm1-0/+38
2022-03-15analyzer: presize m_cluster_map in store copy ctorDavid Malcolm1-1/+2
2022-03-15rs6000: Fix invalid address passed to __builtin_mma_disassemble_acc [PR104923]Peter Bergner2-2/+28
2022-03-15c++: extraneous access error with ambiguous lookup [PR103177]Patrick Palka2-21/+34
2022-03-15riscv: Allow -Wno-psabi to turn off ABI warnings [PR91229]Jakub Jelinek1-4/+4
2022-03-15i386: Use no-mmx,no-sse for LIBGCC2_UNWIND_ATTRIBUTE [PR104890]Jakub Jelinek1-3/+3
2022-03-15PR tree-optimization/101895: Fold VEC_PERM to help recognize FMA.Roger Sayle2-2/+30
2022-03-15c++: Fix up cp_parser_skip_to_pragma_eol [PR104623]Jakub Jelinek2-2/+9
2022-03-15ifcvt: Punt if not onlyjump_p for find_if_case_{1,2} [PR104814]Jakub Jelinek2-4/+40
2022-03-14Avoid -Wdangling-pointer for by-transparent-reference arguments [PR104436].Martin Sebor3-1/+66
2022-03-15Daily bump.GCC Administrator5-1/+104
2022-03-14Update gcc de.po, fr.po, sv.poJoseph Myers3-2526/+1780
2022-03-14Fix libitm.c/memset-1.c test fails with new peephole2s.Roger Sayle2-2/+13
2022-03-15Enable libsanitizer build on mips64Xi Ruoyao4-1/+17
2022-03-14lra: Fix up debug_p handling in lra_substitute_pseudo [PR104778]Jakub Jelinek2-2/+84
2022-03-14c++: Reject __builtin_clear_padding on non-trivially-copyable types with one ...Jakub Jelinek3-0/+76
2022-03-14i386: Fix up _mm_loadu_si{16,32} [PR99754]Jakub Jelinek3-3/+46
2022-03-14Spelling fix - cannott -> cannot [PR104899]Jakub Jelinek2-2/+3
2022-03-14Don't fold builtin into gimple when isa mismatches.liuhongt4-40/+115
2022-03-14Daily bump.GCC Administrator4-1/+20
2022-03-13d: Merge upstream dmd 02a3fafc6, druntime 26b58167, phobos 16cb085b5.Iain Buclaw58-888/+1287
2022-03-13texi + c-target.def: Fix typosTobias Burnus4-7/+7
2022-03-13Daily bump.GCC Administrator6-1/+181
2022-03-12c++: naming a dependently-scoped template for CTAD [PR104641]Patrick Palka4-10/+63
2022-03-12c++: ICE with bad conversion shortcutting [PR104622]Patrick Palka3-4/+29
2022-03-12c++: return-type-req in constraint using only outer tparms [PR104527]Patrick Palka3-26/+75
2022-03-12c++: ICE with non-constant satisfaction value [PR98644]Patrick Palka3-21/+34
2022-03-12c++: give fold expressions a locationPatrick Palka2-6/+6
2022-03-12rs6000: Do not use rs6000_cpu for .machine ppc and ppc64 (PR104829)Segher Boessenkool1-2/+10
2022-03-12OpenACC 'kernels' decomposition: resolve wrong-code cases unless manually mak...Thomas Schwinge15-11/+72
2022-03-12OpenACC 'kernels' decomposition: Mark variables used in 'present' clauses as ...Thomas Schwinge3-16/+80
2022-03-12Add 'c-c++-common/goacc/kernels-decompose-pr104086-1.c' [PR104086]Thomas Schwinge1-0/+25
2022-03-12Add 'gcc/tree.cc:user_omp_clause_code_name' [PR65095]Thomas Schwinge6-38/+41
2022-03-12PR middle-end/98420: Don't fold x - x to 0.0 with -frounding-mathRoger Sayle2-1/+12
2022-03-11Fix DImode to TImode sign extend issueMichael Meissner1-1/+1
2022-03-12Daily bump.GCC Administrator5-1/+94
2022-03-11d: Cache generated import declarations in a hash_mapIain Buclaw1-36/+41