aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2020-06-05ix86: Improve __builtin_c[lt]z followed by extension [PR95535]Jakub Jelinek1-0/+86
2020-06-05Fix bitmask conflict between PTA_AVX512VP2INTERSECT and PTA_WAITPKG in gcc/co...Cui,Lili1-1/+1
2020-06-04aarch64: PR target/95526: Fix gimplification of varargsRichard Biener1-0/+1
2020-06-04[ARM]: Correct the grouping of operands in MVE vector scatter store intrinsic...Srinath Parvathaneni2-321/+513
2020-06-04[PATCH][GCC] arm: Fix the MVE ACLE vbicq intrinsics.Srinath Parvathaneni1-16/+16
2020-06-04Fix zero-masking for vcvtps2ph when dest operand is memory.liuhongt2-4/+40
2020-06-04Fix missing assemble_external in ASM_OUTPUT_FDESCAndreas Schwab1-0/+1
2020-06-04Fix uppercase in trunc<mode><pmov_dst_3>2.liuhongt1-1/+3
2020-06-03identify lfs prefixed case PR95347Aaron Sawdey1-12/+25
2020-06-02aarch64: Fix an ICE in aarch64_short_vector_p [PR95459]Fei Yang1-1/+2
2020-06-02aarch64: Add initial support for -mcpu=zeusKyrylo Tkachov2-1/+4
2020-06-02Correctly identify stfs if prefixedAaron Sawdey1-1/+54
2020-06-02amdgcn: Remove -mlocal-symbol-id optionAndrew Stubbs3-22/+2
2020-06-02S/390: Emit vector alignment hints for z13Stefan Schulze Frielinghaus1-1/+1
2020-05-30Disable brabc/brabs patterns as their length computation is horribly broken a...Jeff Law1-2/+12
2020-05-30RISC-V: Optimize si to di zero-extend followed by left shift.Jim Wilson1-0/+22
2020-05-30gcc/config/i386/mingw32.h: Ensure `-lmsvcrt` precede `-lkernel32`Jonathan Yong1-1/+1
2020-05-29rs6000: Prefer VSX insns over VMX ones (part 1: perm and mrg)Segher Boessenkool1-52/+52
2020-05-29amdgcn: Fix VCC early clobberAndrew Stubbs1-16/+16
2020-05-29aarch64: add support for unpacked EOR, ORR and ANDJoe Ramsay1-4/+4
2020-05-28Finish prior patchJeff Law1-8/+0
2020-05-28Fix incorrect code generation with bit insns on H8/SX.Jeff Law1-19/+17
2020-05-28aarch64: Fix missed shrink-wrapping opportunityRichard Sandiford2-0/+25
2020-05-28aarch64: Fix segfault in aarch64_expand_epilogue [PR95361]Richard Sandiford1-1/+5
2020-05-28arm: Fix unwanted fall-throughs in arm.cAndrea Corallo1-0/+6
2020-05-28Fix nonconforming memory_operand for vpmovq{d,w,b}/vpmovd{w,b}/vpmovwb.liuhongt7-283/+421
2020-05-27gcc: xtensa: delegitimize UNSPEC_PLTMax Filippov1-0/+24
2020-05-27i386: Fix V2SF horizontal add/subtract insnsUros Bizjak2-33/+46
2020-05-27i386: Remove %q modifier from two pmov insn templates [PR95355]Uros Bizjak1-2/+2
2020-05-27i386: Implement V2SF shufflesUros Bizjak2-20/+83
2020-05-26Fix pr20601-1.c on the H8Jeff Law1-2/+2
2020-05-26i386: Add SSE2 alternative to mmx_pswapd2vsi2Uros Bizjak1-7/+13
2020-05-26i386: Implement V2SI and V4HI shufflesUros Bizjak2-1/+47
2020-05-26Fix non-comforming expander for floatv2div2sf2,floatunsv2div2sf2,fix_truncv2s...liuhongt2-10/+45
2020-05-25i386: Remove broadcasts from TARGET_MMX_WITH_SSE vec_dup insn patternsUros Bizjak1-77/+32
2020-05-25Add missing expander for vector float_extend and float_truncate.liuhongt1-0/+14
2020-05-23Darwin: Make sanitizer local vars linker-visible.Iain Sandoe1-0/+6
2020-05-22i386: Fix <rounding_insn><mode>2 expander [PR95255]Uros Bizjak1-5/+7
2020-05-22Add missing vector truncmn2 expanders [PR92658]liuhongt1-4/+73
2020-05-22x86: Handle -mavx512vpopcntdq for -march=nativeH.J. Lu1-3/+6
2020-05-21config/i386/cpuid.h: Use hexadecimal in commentsH.J. Lu1-3/+3
2020-05-21libgcc: Move FEATURE_AVX512VP2INTERSECT after FEATURE_AVX512BF16H.J. Lu1-3/+3
2020-05-21Add outline-atomics to target attribute.Martin Liska1-0/+2
2020-05-21i386: Do not use commutative operands with (use) RTX [PR95238]Uros Bizjak3-43/+85
2020-05-20i386: Fix zero/sign extend expanders [PR95229]Uros Bizjak1-10/+10
2020-05-20i386: Fix *pushsi2_rex64 constraints [PR95238]Uros Bizjak1-1/+1
2020-05-20[ARM]: Fix the wrong code-gen generated by MVE vector load/store intrinsics (...Srinath Parvathaneni6-68/+228
2020-05-19[aarch64] PR target/94591: Don't generate invalid REV64 insnsAlex Coplan1-1/+2
2020-05-19bpf: do not save/restore callee-saved registers in function prolog/epilogJose E. Marchesi1-57/+76
2020-05-19bpf: add support for the -mxbpf optionJose E. Marchesi1-0/+6