aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2023-02-24i386: Update i386-builtin.def file comment description of BDESC{,_FIRST}Jakub Jelinek1-2/+2
2023-02-24aarch64: Update FLAGS field documentation comment in aarch64-cores.defKyrylo Tkachov1-1/+4
2023-02-24i386: Fix up builtins used in avx512bf16vlintrin.h [PR108881]Jakub Jelinek1-16/+16
2023-02-24RTEMS: Tune multilib selectionSebastian Huber1-8/+9
2023-02-24MIPS: Add pattern for cloJunxian Zhu1-0/+9
2023-02-24Hazard barrier return supportJunxian Zhu3-0/+19
2023-02-23gcc: xtensa: update include style in xtensa-dynconfig.ccMax Filippov1-5/+5
2023-02-23gcc: xtensa: rename xtensa-dynconfig.c and update its build ruleMax Filippov2-4/+3
2023-02-23xtensa: Eliminate unnecessary general-purpose reg-reg movesTakayuki 'January June' Suwa1-0/+46
2023-02-23xtensa: Eliminate the use of callee-saved register that saves and restores on...Takayuki 'January June' Suwa1-25/+107
2023-02-23xtensa: Fix up fatal_error message strings in xtensa-dynconfig.c [PR108890]Jakub Jelinek1-4/+4
2023-02-23xtensa: Fix missing mode warnings in machine descriptionTakayuki 'January June' Suwa1-6/+6
2023-02-23xtensa: fix PR target/108876Max Filippov1-3/+3
2023-02-23Revert "gcc: xtensa: fix PR target/108876"Max Filippov2-13/+9
2023-02-22RISC-V: Add RVV reduction C/C++ intrinsics supportJu-Zhe Zhong11-14/+668
2023-02-22RISC-V: Add floating-point RVV C/C++ apiJu-Zhe Zhong11-211/+2998
2023-02-21gcc: xtensa: fix PR target/108876Max Filippov2-9/+13
2023-02-20xtensa: Enforce return address saving when -Og is specifiedTakayuki 'January June' Suwa1-2/+5
2023-02-20i386: Introduce general_x64constmem_operand predicateUros Bizjak2-8/+15
2023-02-20powerpc: Another umaddditi4 fix [PR108862]Jakub Jelinek1-2/+2
2023-02-20RISC-V: prefetch.* only take base register with zero-offset for the addressKito Cheng1-2/+2
2023-02-18i386: Fix up replacement of registers in certain peephole2s [PR108832]Jakub Jelinek3-5/+44
2023-02-18LoongArch: Fix multiarch tuple canonizationXi Ruoyao1-1/+1
2023-02-17ii386: Generate QImode binary ops with high-part input register [PR108831]Uros Bizjak2-0/+71
2023-02-17RISC-V: Add RVV all mask C/C++ intrinsics supportJu-Zhe Zhong9-20/+511
2023-02-17RISC-V: Rename tu_preds to none_tu_preds [NFC]Ju-Zhe Zhong2-9/+9
2023-02-17RISC-V: Normalize SEW = 64 handling into a simplified functionJu-Zhe Zhong3-503/+316
2023-02-17RISC-V: Rearrange the organization of declarations of RVV intrinsics [NFC]Ju-Zhe Zhong1-101/+161
2023-02-17RISC-V: Move saturating add/subtract md pattern location [NFC]Ju-Zhe Zhong1-245/+245
2023-02-17RISC-V: Remove "extern" for namespace [NFC]Ju-Zhe Zhong1-20/+20
2023-02-17RISC-V: Replace simm32_p with immediate_operand (Pmode)Ju-Zhe Zhong3-28/+17
2023-02-15Fix PR target/90458Eric Botcazou1-3/+8
2023-02-15Fix an accidental double spaceJan-Benedict Glaw1-1/+1
2023-02-15i386: Relax extract location operand mode requirementsUros Bizjak1-67/+67
2023-02-15i386: Rename extr_register_operand to int248_register_operandUros Bizjak2-41/+14
2023-02-15RISC-V: Finish all integer C/C++ intrinsicsJu-Zhe Zhong9-20/+1079
2023-02-15RISC-V: Add integer compare C/C++ intrinsic supportJu-Zhe Zhong12-41/+999
2023-02-15powerpc: Fix up expansion for WIDEN_MULT_PLUS_EXPR [PR108787]Jakub Jelinek1-9/+24
2023-02-15target/108738 - optimize bit operations in STVRichard Biener1-10/+8
2023-02-15target/108738 - STV bitmap operations compile-time hogRichard Biener1-23/+26
2023-02-14bpf: fix memory constraint of ldx/stx instructions [PR108790]David Faust2-5/+16
2023-02-13i386: Relax extract location operand mode requirements [PR108516]Uros Bizjak2-2/+23
2023-02-13IBM zSystems: Do not propagate scheduler state across basic blocks [PR108102]Stefan Schulze Frielinghaus1-35/+7
2023-02-13IBM zSystems: Fix predicate execute_operationStefan Schulze Frielinghaus1-2/+2
2023-02-13RISC-V: Handle vlenb correctly in unwindingKito Cheng1-0/+7
2023-02-12RISC-V: Change the generation mode of ADJUST_SP_RTX from gen_insn to gen_SET.Jin Ma1-4/+6
2023-02-12RISC-V: Add fixed-point supportJu-Zhe Zhong5-13/+346
2023-02-12RISC-V: Add vnsrl/vnsra/vncvt/vmerge/vmv C/C++ supportJu-Zhe Zhong12-56/+536
2023-02-12RISC-V: Add vmadc/vmsbc C/C++ API supportJu-Zhe Zhong9-1/+642
2023-02-12RISC-V: Add vadc/vsbc C/C++ API supportJu-Zhe Zhong11-7/+429