aboutsummaryrefslogtreecommitdiff
path: root/gcc/common
AgeCommit message (Expand)AuthorFilesLines
2021-09-21arm: pass architecture extensions to assembler if supportedRichard Earnshaw1-0/+10
2021-09-17x86: Update -mtune=tremontH.J. Lu1-1/+1
2021-09-13i386: support micro-levels in target{,_clone} attrs [PR101696]Martin Liska3-0/+61
2021-09-08AVX512FP16: Initial support for AVX512FP16 feature and scalar _Float16 instru...Guo, Xuepeng4-2/+28
2021-08-12arc: Small data doesn't need fcommon optionClaudiu Zissulescu1-3/+1
2021-07-18x86: Enable the GPR only instructions for -mgeneral-regs-onlyH.J. Lu1-2/+25
2021-06-30[amdgcn] Use frame pointer for CFA expressions.Hafiz Abid Qadeer1-1/+1
2021-06-18arm: Fix multilib mapping for CDE extensions [PR100856].Srinath Parvathaneni1-6/+41
2021-06-07Reformat target.def for better parsing.Martin Liska1-16/+16
2021-06-03arc: Remove obsolete optionsClaudiu Zissulescu1-1/+0
2021-05-19RISC-V: Properly parse the letter 'p' in '-march'.Geng Qi1-33/+35
2021-05-18Use startswith in targets.Martin Liska3-4/+4
2021-05-10arc: Fix compilation warnings.Claudiu Zissulescu1-1/+1
2021-04-27Synchronize Rocket Lake's processor_names and processor_cost_table with proce...Cui,Lili1-1/+1
2021-04-21x86: Add -mmwait for -mgeneral-regs-onlyH.J. Lu1-0/+15
2021-04-12Add rocketlake to gcc.Cui,Lili3-2/+13
2021-04-12Change march=alderlake ISA list and add m_ALDERLAKE to m_CORE_AVX2Cui,Lili1-0/+1
2021-03-24i386: fix -march=amd crashMartin Liska1-1/+1
2021-03-23RISC-V: Add riscv{32,64}be with big endian as defaultMarcus Comstedt1-0/+5
2021-03-09arm: fix bootstrap failure following automatic mode selection patchRichard Earnshaw1-1/+1
2021-03-03arm: Ignore --with-mode when CPU only supports one instruction set.Richard Earnshaw1-6/+43
2021-03-02IBM Z: arch14: Add command line optionsAndreas Krebbel1-0/+4
2021-01-28RISC-V: Fix -march option parsing when extension exists.Xing GUO1-3/+1
2021-01-14i386: Resolve variable shadowing in i386-options.c [PR98671]Uros Bizjak1-1/+1
2021-01-08RISC-V: Implement new style of architecture extension test macros.Kito Cheng1-0/+5
2021-01-08RISC-V: Move class riscv_subset_list and riscv_subset_t to riscv-protos.hKito Cheng1-66/+1
2021-01-04Update copyright years.Jakub Jelinek57-57/+57
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