aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2022-11-08i386: Improve vector [GL]E{,U} comparison against vector constants [PR107546]Jakub Jelinek3-11/+94
2022-11-08Revert "i386: Prefer remote atomic insn for atomic_fetch{add, and, or, xor}"konglin12-28/+3
2022-11-08Add m_CORE_ATOM for atom coresHaochen Jiang2-31/+41
2022-11-07bpf: cleanup missed refactorDavid Faust1-23/+1
2022-11-07Initial Grand Ridge supportHu, Lin14-1/+15
2022-11-07i386: Prefer remote atomic insn for atomic_fetch{add, and, or, xor}konglin12-3/+28
2022-11-07Support Intel RAO-INTkonglin19-1/+139
2022-11-07Initial Granite Rapids SupportHaochen Jiang4-2/+17
2022-11-07Support Intel prefetchit0/t1Haochen Jiang13-3/+190
2022-11-06LoongArch: Add fcopysign instructionsXi Ruoyao1-1/+21
2022-11-04aarch64: Fix typo in aarch64-sve.md commentKyrylo Tkachov1-2/+2
2022-11-04Remove support for Intel MIC offloadingThomas Schwinge5-783/+0
2022-11-04Better integrate default 'sorry' 'TARGET_ASM_CONSTRUCTOR', 'TARGET_ASM_DESTRU...Thomas Schwinge1-1/+0
2022-11-04Restore default 'sorry' 'TARGET_ASM_CONSTRUCTOR', 'TARGET_ASM_DESTRUCTOR'Thomas Schwinge1-0/+1
2022-11-04Support Intel AMX-FP16 ISAHongyu Wang7-1/+59
2022-11-04Initial Sierra Forest SupportHaochen Jiang4-1/+16
2022-11-04Support Intel CMPccXADDHaochen Jiang11-2/+160
2022-11-03amdgcn: Fix instruction generation for exp2 and log2 operationsKwok Cheung Yeung1-6/+14
2022-11-03i386: Fix uninitialized register after peephole2 conversion [PR107404]Uros Bizjak1-1/+2
2022-11-03amdgcn: Fix duplicate conditionals [PR107510]Andrew Stubbs1-2/+0
2022-11-02RISC-V: Add Zawrs ISA extension supportChristoph Müllner2-0/+6
2022-11-02rs6000: Byte reverse V8HI on Power8 by vector rotation.Xionghu Luo2-7/+16
2022-11-01i386: correct integer division modeling in znver.mdAlexander Monakov1-18/+21
2022-11-01Fix incorrect digit constraintliuhongt2-84/+58
2022-11-01Enable more optimization for 32-bit/64-bit shrd/shld with imm shift count.liuhongt1-4/+146
2022-10-31RISC-V: Change constexpr back to CONSTEXPRJu-Zhe Zhong4-11/+11
2022-10-31amdgcn: add fmin/fmax patternsAndrew Stubbs2-0/+32
2022-10-31amdgcn: multi-size vector reductionsAndrew Stubbs3-94/+45
2022-10-31amdgcn: Silence unused parameter warningAndrew Stubbs1-1/+1
2022-10-31Support Intel AVX-NE-CONVERTkonglin113-25/+316
2022-10-31i386:: using __bf16 for AVX512BF16 intrinsicskonglin17-117/+180
2022-10-31Enable V4BFmode and V2BFmode.liuhongt5-17/+30
2022-10-29d: Make TARGET_D_MINFO_SECTION hooks in elfos.h the language default.Iain Buclaw4-32/+4
2022-10-29d: Remove D-specific version definitions from target headersIain Buclaw19-91/+325
2022-10-28Fix signed vs unsigned issue in H8 portJeff Law2-2/+2
2022-10-28c: tree: target: C2x (...) function prototypes and va_start relaxationJoseph Myers23-49/+79
2022-10-28Aarch64: Do not define DONT_USE_BUILTIN_SETJMPEric Botcazou1-4/+0
2022-10-27x86: Replace ne:CCC/ne:CCO with UNSPEC_CC_NE in neg patternsH.J. Lu1-20/+25
2022-10-27aarch64: Reinstate some uses of CONSTEXPRRichard Sandiford8-62/+62
2022-10-27RISC-V: Limit regs use for z*inx extension.Jiawei2-6/+20
2022-10-27RISC-V: Target support for z*inx extension.Jiawei4-44/+46
2022-10-27RISC-V: Minimal support of z*inx extension.Jiawei3-0/+18
2022-10-26bpf: add preserve_field_info builtinDavid Faust3-75/+334
2022-10-26xtensa: Fix out-of-bounds array access in the movdi patternTakayuki 'January June' Suwa1-3/+4
2022-10-26RISC-V: Fix epilogue generation for barrier.Ju-Zhe Zhong1-2/+2
2022-10-26RISC-V: ADJUST_NUNITS according to -march.Ju-Zhe Zhong5-53/+50
2022-10-26RISC-V: Support load/store in mov<mode> pattern for RVV modes.Ju-Zhe Zhong11-27/+645
2022-10-26RISC-V: Recognized Svinval and Svnapot extensionsMonk Chiang2-0/+9
2022-10-26RISC-V: Adjust table indentation in commnet for riscv-modes.defJu-Zhe Zhong1-23/+23
2022-10-26rs6000: cannot_force_const_mem for HIGH code rtx[PR106460]Jiufu Guo1-2/+5