Age | Commit message (Expand) | Author | Files | Lines |
2021-12-04 | RISC-V: Add implied defines of Zk, Zkn and Zks | SiYu Wu | 1 | -1/+15 |
2021-12-04 | RISC-V: Add option defines for Scalar Cryptography | SiYu Wu | 1 | -0/+22 |
2021-11-11 | RISC-V: Fix wrong zifencei handling in riscv_subset_list::to_string | Kito Cheng | 1 | -1/+1 |
2021-11-10 | [PR/target 102957] Allow Z*-ext extension with only 2 char. | Kito Cheng | 1 | -1/+0 |
2021-10-25 | RISC-V: Minimal support of bitmanip extension | Kito Cheng | 1 | -0/+10 |
2021-10-05 | Mark argument as unused | Jan-Benedict Glaw | 1 | -1/+2 |
2021-09-21 | arm: pass architecture extensions to assembler if supported | Richard Earnshaw | 1 | -0/+10 |
2021-09-17 | x86: Update -mtune=tremont | H.J. Lu | 1 | -1/+1 |
2021-09-13 | i386: support micro-levels in target{,_clone} attrs [PR101696] | Martin Liska | 3 | -0/+61 |
2021-09-08 | AVX512FP16: Initial support for AVX512FP16 feature and scalar _Float16 instru... | Guo, Xuepeng | 4 | -2/+28 |
2021-08-12 | arc: Small data doesn't need fcommon option | Claudiu Zissulescu | 1 | -3/+1 |
2021-07-18 | x86: Enable the GPR only instructions for -mgeneral-regs-only | H.J. Lu | 1 | -2/+25 |
2021-06-30 | [amdgcn] Use frame pointer for CFA expressions. | Hafiz Abid Qadeer | 1 | -1/+1 |
2021-06-18 | arm: Fix multilib mapping for CDE extensions [PR100856]. | Srinath Parvathaneni | 1 | -6/+41 |
2021-06-07 | Reformat target.def for better parsing. | Martin Liska | 1 | -16/+16 |
2021-06-03 | arc: Remove obsolete options | Claudiu Zissulescu | 1 | -1/+0 |
2021-05-19 | RISC-V: Properly parse the letter 'p' in '-march'. | Geng Qi | 1 | -33/+35 |
2021-05-18 | Use startswith in targets. | Martin Liska | 3 | -4/+4 |
2021-05-10 | arc: Fix compilation warnings. | Claudiu Zissulescu | 1 | -1/+1 |
2021-04-27 | Synchronize Rocket Lake's processor_names and processor_cost_table with proce... | Cui,Lili | 1 | -1/+1 |
2021-04-21 | x86: Add -mmwait for -mgeneral-regs-only | H.J. Lu | 1 | -0/+15 |
2021-04-12 | Add rocketlake to gcc. | Cui,Lili | 3 | -2/+13 |
2021-04-12 | Change march=alderlake ISA list and add m_ALDERLAKE to m_CORE_AVX2 | Cui,Lili | 1 | -0/+1 |
2021-03-24 | i386: fix -march=amd crash | Martin Liska | 1 | -1/+1 |
2021-03-23 | RISC-V: Add riscv{32,64}be with big endian as default | Marcus Comstedt | 1 | -0/+5 |
2021-03-09 | arm: fix bootstrap failure following automatic mode selection patch | Richard Earnshaw | 1 | -1/+1 |
2021-03-03 | arm: Ignore --with-mode when CPU only supports one instruction set. | Richard Earnshaw | 1 | -6/+43 |
2021-03-02 | IBM Z: arch14: Add command line options | Andreas Krebbel | 1 | -0/+4 |
2021-01-28 | RISC-V: Fix -march option parsing when extension exists. | Xing GUO | 1 | -3/+1 |
2021-01-14 | i386: Resolve variable shadowing in i386-options.c [PR98671] | Uros Bizjak | 1 | -1/+1 |
2021-01-08 | RISC-V: Implement new style of architecture extension test macros. | Kito Cheng | 1 | -0/+5 |
2021-01-08 | RISC-V: Move class riscv_subset_list and riscv_subset_t to riscv-protos.h | Kito Cheng | 1 | -66/+1 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 57 | -57/+57 |
2020-12-11 | Fix feature check for HRESET/AVX_VNNI/UINTR | Hongyu | 1 | -10/+15 |
2020-12-05 | X86_64: Enable support for next generation AMD Zen3 CPU. | Venkataramanan Kumar | 3 | -1/+34 |
2020-11-18 | RISC-V: Support version controling for ISA standard extensions | Kito Cheng | 1 | -72/+215 |
2020-11-18 | RISC-V: Support zicsr and zifencei extension for -march. | Kito Cheng | 1 | -0/+6 |
2020-11-18 | RISC-V: Handle implied extension in canonical ordering. | Kito Cheng | 1 | -5/+172 |
2020-11-11 | Support Intel AVX VNNI | liuhongt | 4 | -1/+23 |
2020-11-06 | RISC-V: Mark non-export symbol static and const in riscv-common.c | Kito Cheng | 1 | -2/+2 |
2020-11-02 | RISC-V: Check multiletter extension has more than 1 letter | Kito Cheng | 1 | -0/+8 |
2020-10-29 | Enable GCC to support Intel Key Locker ISA | liuhongt | 4 | -18/+93 |
2020-10-27 | RISC-V: Refine riscv_parse_arch_string | Kito Cheng | 1 | -33/+51 |
2020-10-15 | RISC-V: Add support for -mcpu option. | Kito Cheng | 1 | -5/+86 |
2020-10-15 | Enable Intel HRESET Instruction | Hongyu Wang | 4 | -0/+20 |
2020-10-15 | Enable gcc support for UINTR | liuhongt | 4 | -0/+19 |
2020-10-01 | PR target/97250: i386: Add support for x86-64-v2, x86-64-v3, x86-64-v4 levels... | Florian Weimer | 1 | -3/+7 |
2020-09-28 | Enable GCC support for AMX-TILE,AMX-INT8,AMX-BF16. | liuhongt | 4 | -0/+72 |
2020-09-17 | If -mavx implies -mxsave, then -mno-xsave should imply -mno-avx. | liuhongt | 1 | -2/+3 |
2020-09-10 | aarch64: Add support for Armv8-R | Alex Coplan | 1 | -2/+5 |