aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
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
2023-02-12RISC-V: allow vx instruction use "zero" as scalar register.Ju-Zhe Zhong1-24/+33
2023-02-12RISC-V: Add integer widening instructionsJu-Zhe Zhong12-13/+539
2023-02-12RISC-V: Add vmulh C/C++ supportJu-Zhe Zhong9-0/+346
2023-02-12RISC-V: Add vsext/vzext C/C++ intrinsic supportJu-Zhe Zhong10-14/+401
2023-02-12RISC-V: Add saturating Addition && Subtraction C/C++ SupportJu-Zhe Zhong7-20/+320
2023-02-12RISC-V: Add unary C/C++ API supportJu-Zhe Zhong9-41/+108
2023-02-12RISC-V: Fix VSETVL PASS bug in exception handlingJu-Zhe Zhong1-3/+7
2023-02-10RISC-V: Add binary vx C/C++ supportJu-Zhe Zhong11-44/+591
2023-02-08aarch64: Fix return_address_sign_ab_exception.C regressionAndrea Corallo7-10/+4
2023-02-07Enable 512 bit vector for zen4Jan Hubicka1-1/+1
2023-02-06amdgcn: Pass -mstack-size through to runtimeAndrew Stubbs1-0/+18
2023-02-06aarch64: Fix up bfmlal lane pattern [PR104921]Alex Coplan1-1/+1
2023-02-06LoongArch: Generate bytepick.[wd] for suitable bit operation patternXi Ruoyao2-23/+45
2023-02-03arm: [MVE] Add missing length=8 attributeChristophe Lyon1-5/+9
2023-02-03RISC-V: Remove unnecessary register class.Monk Chiang2-14/+2
2023-02-03RISC-V: Fix constraint bug for binary operationJu-Zhe Zhong2-61/+66
2023-02-03RISC-V: Add RVV shift.vx C/C++ API supportJu-Zhe Zhong5-1/+59
2023-02-02amdgcn: Add instruction pattern for conditional shift operationsPaul-Antoine Arras1-0/+23
2023-02-02amdgcn, libgomp: Manually allocated stacksAndrew Stubbs4-111/+147
2023-02-02arm: Fix MVE predicates synthesis [PR 108443]Andre Vieira12-89/+117
2023-02-02arm: Remove unnecessary zero-extending of MVE predicates before use [PR 107674]Andre Vieira2-4/+9
2023-02-02arm: Fix sign of MVE predicate mve_pred16_t [PR 107674]Andre Vieira1-8/+8
2023-02-01AArch64: Fix native detection in the presence of mandatory features which don...Tamar Christina1-8/+0
2023-02-01IBM zSystems: Save argument registers to the stack -mpreserve-argsAndreas Krebbel2-74/+184
2023-02-01IBM zSystems: Make stack_tie to work with hard frame pointerAndreas Krebbel2-11/+11
2023-02-01RISC-V: Add integer binary vv C/C++ API supportJu-Zhe Zhong13-8/+421
2023-01-31PR target/108589 - Check REG_P for AARCH64_FUSE_ADDSUB_2REG_CONST1Philipp Tomsich1-0/+1
2023-01-31i386: Fix up ix86_convert_const_wide_int_to_broadcast [PR108599]Jakub Jelinek1-1/+3
2023-01-31i386: Fix up -Wuninitialized warnings in avx512erintrin.h [PR105593]Jakub Jelinek1-12/+6
2023-01-31RISC-V: Add indexed loads/stores C/C++ intrinsic supportJu-Zhe Zhong11-33/+845
2023-01-30Add support for x86_64-*-gnu-* targets to build x86_64 gnumach/hurdFlavio Cruz1-0/+40
2023-01-30aarch64: Update Ampere-1A (-mcpu=ampere1a) to include SM4Philipp Tomsich1-1/+1
2023-01-30Change AVX512FP16 to AVX512-FP16 in the document.liuhongt1-1/+1
2023-01-29aarch64: Correct the maximum shift amount for shifted operandsPhilipp Tomsich1-1/+1
2023-01-28RISC-V: Add vlse/vsse intrinsics supportJu-Zhe Zhong6-14/+143
2023-01-28RISC-V: Remove redundant attributes [NFC]Ju-Zhe Zhong1-20/+0
2023-01-27mips: Don't add crtfastmath.o for -sharedRichard Biener1-1/+1
2023-01-27ia64: Don't add crtfastmath.o for -sharedRichard Biener1-1/+1
2023-01-27alpha: Don't add crtfastmath.o for -sharedRichard Biener1-1/+1
2023-01-27RISC-V: Fix vop_m overloaded C++ API name.Ju-Zhe Zhong1-0/+4
2023-01-27RISC-V: Add vlm/vsm C/C++ API intrinsics supportJu-Zhe Zhong7-8/+86
2023-01-27RISC-V: Finalize VSETVL PASS implementationJu-Zhe Zhong2-223/+737
2023-01-27RISC-V: Fix bug of before_p functionJu-Zhe Zhong1-1/+1