aboutsummaryrefslogtreecommitdiff
path: root/gcc/common
AgeCommit message (Expand)AuthorFilesLines
2020-12-11Fix feature check for HRESET/AVX_VNNI/UINTRHongyu1-10/+15
2020-12-05X86_64: Enable support for next generation AMD Zen3 CPU.Venkataramanan Kumar3-1/+34
2020-11-18RISC-V: Support version controling for ISA standard extensionsKito Cheng1-72/+215
2020-11-18RISC-V: Support zicsr and zifencei extension for -march.Kito Cheng1-0/+6
2020-11-18RISC-V: Handle implied extension in canonical ordering.Kito Cheng1-5/+172
2020-11-11Support Intel AVX VNNIliuhongt4-1/+23
2020-11-06RISC-V: Mark non-export symbol static and const in riscv-common.cKito Cheng1-2/+2
2020-11-02RISC-V: Check multiletter extension has more than 1 letterKito Cheng1-0/+8
2020-10-29Enable GCC to support Intel Key Locker ISAliuhongt4-18/+93
2020-10-27RISC-V: Refine riscv_parse_arch_stringKito Cheng1-33/+51
2020-10-15RISC-V: Add support for -mcpu option.Kito Cheng1-5/+86
2020-10-15Enable Intel HRESET InstructionHongyu Wang4-0/+20
2020-10-15Enable gcc support for UINTRliuhongt4-0/+19
2020-10-01PR target/97250: i386: Add support for x86-64-v2, x86-64-v3, x86-64-v4 levels...Florian Weimer1-3/+7
2020-09-28Enable GCC support for AMX-TILE,AMX-INT8,AMX-BF16.liuhongt4-0/+72
2020-09-17If -mavx implies -mxsave, then -mno-xsave should imply -mno-avx.liuhongt1-2/+3
2020-09-10aarch64: Add support for Armv8-RAlex Coplan1-2/+5
2020-09-08MSP430: Use enums to handle -mcpu= valuesJozef Lawrynowicz1-23/+3
2020-08-28Fix: AVX512VP2INTERSECT should imply AVX512DQ.liuhongt1-2/+2
2020-08-19x86: Detect Rocket Lake and Alder LakeH.J. Lu1-0/+10
2020-07-10Initial Sapphire Rapids and Alder Lake support from ISA r40Cui,Lili3-0/+16
2020-07-01RISC-V: Preserve arch version info during normalizing arch stringKito Cheng1-24/+46
2020-06-24x86: Remove brand ID check for Intel processorsH.J. Lu1-7/+5
2020-06-24x86: Add Cooper Lake detection with AVX512BF16H.J. Lu1-1/+9
2020-06-24x86: Share _isa_names_table and use cpuinfo.hH.J. Lu1-0/+163
2020-06-24x86: Move cpuinfo.h from libgcc to common/config/i386H.J. Lu2-0/+942
2020-06-24x86: Fold arch_names_table into processor_alias_tableH.J. Lu2-90/+283
2020-06-08[arm] (header usage fix) include c++ algorithm header via system.hChristophe Lyon1-1/+1
2020-05-21Add outline-atomics to target attribute.Martin Liska1-0/+4
2020-05-19RISC-V: Handle implied extension for -march parser.Kito Cheng1-10/+75
2020-05-19RISC-V: Update march parserKito Cheng1-20/+20
2020-05-06Enable TARGET_TSXLDTRK for GCC support.liuhongt1-0/+15
2020-05-06Enable GCC support for SERIALIZEliuhongt1-0/+15
2020-04-29[gcn] Set 'UI_NONE' for 'TARGET_EXCEPT_UNWIND_INFO' [PR94282]Thomas Schwinge1-0/+9
2020-04-27rs6000: enable -fweb for small loops unrollingguojiufu1-3/+3
2020-04-03AArch64: Fix options canonicalization for assemblerTamar Christina1-1/+16
2020-03-16[ARM][GCC][2/x]: MVE ACLE intrinsics framework patch.Srinath Parvathaneni1-1/+2
2020-02-20Remove trailing | in help message.Martin Liska1-3/+3
2020-02-13arc: Don't use if-conversion when optimizing for size.Claudiu Zissulescu1-0/+1
2020-02-13[ARC] Deprecate q-class option.Claudiu Zissulescu1-1/+0
2020-01-09avr-common.c (avr_option_optimization_table): Set -fsplit-wide-types-early.Georg-Johann Lay1-0/+2
2020-01-01Update copyright years.Jakub Jelinek54-54/+54
2019-12-17re PR target/92962 (Documentation: x86 Options - znver2 missing RDPID and WBN...Jakub Jelinek1-5/+5
2019-12-09Use OPTION_MASK_ISA2_$target_[SET,UNSET, ] to indicate those forHongtao Liu1-113/+113
2019-11-16Delete common/config/powerpcspeSegher Boessenkool1-321/+0
2019-11-12Remove option_default_params and option_validate_param hooks.Martin Liska9-130/+17
2019-11-12Remove set_default_param_value from documentation.Martin Liska1-4/+2
2019-11-12Remove gcc/params.* files.Martin Liska6-6/+0
2019-11-12Apply mechanical replacement (generated patch).Martin Liska5-16/+13
2019-11-11rs6000: Refine small loop unroll in loop_unroll_adjust hookJiufu Guo1-1/+8