| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: Enable the GPR only instructions for -mgeneral-regs-only | H.J. Lu | 2021-08-25 | 1 | -2/+28 |
* | x86: Add -mmwait for -mgeneral-regs-only | H.J. Lu | 2021-08-25 | 1 | -0/+15 |
* | arm: Fix multilib mapping for CDE extensions [PR100856]. | Srinath Parvathaneni | 2021-06-18 | 1 | -6/+41 |
* | Synchronize Rocket Lake's processor_names and processor_cost_table with proce... | Cui,Lili | 2021-04-28 | 1 | -1/+1 |
* | Add rocketlake to gcc. | Cui,Lili | 2021-04-12 | 3 | -2/+13 |
* | Change march=alderlake ISA list and add m_ALDERLAKE to m_CORE_AVX2 | Cui,Lili | 2021-04-12 | 1 | -0/+1 |
* | i386: fix -march=amd crash | Martin Liska | 2021-03-24 | 1 | -1/+1 |
* | RISC-V: Add riscv{32,64}be with big endian as default | Marcus Comstedt | 2021-03-23 | 1 | -0/+5 |
* | arm: fix bootstrap failure following automatic mode selection patch | Richard Earnshaw | 2021-03-09 | 1 | -1/+1 |
* | arm: Ignore --with-mode when CPU only supports one instruction set. | Richard Earnshaw | 2021-03-03 | 1 | -6/+43 |
* | IBM Z: arch14: Add command line options | Andreas Krebbel | 2021-03-02 | 1 | -0/+4 |
* | RISC-V: Fix -march option parsing when extension exists. | Xing GUO | 2021-01-28 | 1 | -3/+1 |
* | i386: Resolve variable shadowing in i386-options.c [PR98671] | Uros Bizjak | 2021-01-14 | 1 | -1/+1 |
* | RISC-V: Implement new style of architecture extension test macros. | Kito Cheng | 2021-01-08 | 1 | -0/+5 |
* | RISC-V: Move class riscv_subset_list and riscv_subset_t to riscv-protos.h | Kito Cheng | 2021-01-08 | 1 | -66/+1 |
* | Update copyright years. | Jakub Jelinek | 2021-01-04 | 57 | -57/+57 |
* | Fix feature check for HRESET/AVX_VNNI/UINTR | Hongyu | 2020-12-11 | 1 | -10/+15 |
* | X86_64: Enable support for next generation AMD Zen3 CPU. | Venkataramanan Kumar | 2020-12-05 | 3 | -1/+34 |
* | RISC-V: Support version controling for ISA standard extensions | Kito Cheng | 2020-11-18 | 1 | -72/+215 |
* | RISC-V: Support zicsr and zifencei extension for -march. | Kito Cheng | 2020-11-18 | 1 | -0/+6 |
* | RISC-V: Handle implied extension in canonical ordering. | Kito Cheng | 2020-11-18 | 1 | -5/+172 |
* | Support Intel AVX VNNI | liuhongt | 2020-11-11 | 4 | -1/+23 |
* | RISC-V: Mark non-export symbol static and const in riscv-common.c | Kito Cheng | 2020-11-06 | 1 | -2/+2 |
* | RISC-V: Check multiletter extension has more than 1 letter | Kito Cheng | 2020-11-02 | 1 | -0/+8 |
* | Enable GCC to support Intel Key Locker ISA | liuhongt | 2020-10-29 | 4 | -18/+93 |
* | RISC-V: Refine riscv_parse_arch_string | Kito Cheng | 2020-10-27 | 1 | -33/+51 |
* | RISC-V: Add support for -mcpu option. | Kito Cheng | 2020-10-15 | 1 | -5/+86 |
* | Enable Intel HRESET Instruction | Hongyu Wang | 2020-10-15 | 4 | -0/+20 |
* | Enable gcc support for UINTR | liuhongt | 2020-10-15 | 4 | -0/+19 |
* | PR target/97250: i386: Add support for x86-64-v2, x86-64-v3, x86-64-v4 levels... | Florian Weimer | 2020-10-01 | 1 | -3/+7 |
* | Enable GCC support for AMX-TILE,AMX-INT8,AMX-BF16. | liuhongt | 2020-09-28 | 4 | -0/+72 |
* | If -mavx implies -mxsave, then -mno-xsave should imply -mno-avx. | liuhongt | 2020-09-17 | 1 | -2/+3 |
* | aarch64: Add support for Armv8-R | Alex Coplan | 2020-09-10 | 1 | -2/+5 |
* | MSP430: Use enums to handle -mcpu= values | Jozef Lawrynowicz | 2020-09-08 | 1 | -23/+3 |
* | Fix: AVX512VP2INTERSECT should imply AVX512DQ. | liuhongt | 2020-08-28 | 1 | -2/+2 |
* | x86: Detect Rocket Lake and Alder Lake | H.J. Lu | 2020-08-19 | 1 | -0/+10 |
* | Initial Sapphire Rapids and Alder Lake support from ISA r40 | Cui,Lili | 2020-07-10 | 3 | -0/+16 |
* | RISC-V: Preserve arch version info during normalizing arch string | Kito Cheng | 2020-07-01 | 1 | -24/+46 |
* | x86: Remove brand ID check for Intel processors | H.J. Lu | 2020-06-24 | 1 | -7/+5 |
* | x86: Add Cooper Lake detection with AVX512BF16 | H.J. Lu | 2020-06-24 | 1 | -1/+9 |
* | x86: Share _isa_names_table and use cpuinfo.h | H.J. Lu | 2020-06-24 | 1 | -0/+163 |
* | x86: Move cpuinfo.h from libgcc to common/config/i386 | H.J. Lu | 2020-06-24 | 2 | -0/+942 |
* | x86: Fold arch_names_table into processor_alias_table | H.J. Lu | 2020-06-24 | 2 | -90/+283 |
* | [arm] (header usage fix) include c++ algorithm header via system.h | Christophe Lyon | 2020-06-08 | 1 | -1/+1 |
* | Add outline-atomics to target attribute. | Martin Liska | 2020-05-21 | 1 | -0/+4 |
* | RISC-V: Handle implied extension for -march parser. | Kito Cheng | 2020-05-19 | 1 | -10/+75 |
* | RISC-V: Update march parser | Kito Cheng | 2020-05-19 | 1 | -20/+20 |
* | Enable TARGET_TSXLDTRK for GCC support. | liuhongt | 2020-05-06 | 1 | -0/+15 |
* | Enable GCC support for SERIALIZE | liuhongt | 2020-05-06 | 1 | -0/+15 |
* | [gcn] Set 'UI_NONE' for 'TARGET_EXCEPT_UNWIND_INFO' [PR94282] | Thomas Schwinge | 2020-04-29 | 1 | -0/+9 |