Age | Commit message (Expand) | Author | Files | Lines |
2021-09-13 | Merged current trunk to branch. | Thomas Koenig | 4 | -11/+87 |
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-11 | Support Intel AVX VNNI | liuhongt | 4 | -1/+23 |
2020-10-29 | Enable GCC to support Intel Key Locker ISA | liuhongt | 4 | -18/+93 |
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-08-28 | Fix: AVX512VP2INTERSECT should imply AVX512DQ. | liuhongt | 1 | -2/+2 |
2020-08-19 | x86: Detect Rocket Lake and Alder Lake | H.J. Lu | 1 | -0/+10 |
2020-07-10 | Initial Sapphire Rapids and Alder Lake support from ISA r40 | Cui,Lili | 3 | -0/+16 |
2020-06-24 | x86: Remove brand ID check for Intel processors | H.J. Lu | 1 | -7/+5 |
2020-06-24 | x86: Add Cooper Lake detection with AVX512BF16 | H.J. Lu | 1 | -1/+9 |
2020-06-24 | x86: Share _isa_names_table and use cpuinfo.h | H.J. Lu | 1 | -0/+163 |
2020-06-24 | x86: Move cpuinfo.h from libgcc to common/config/i386 | H.J. Lu | 2 | -0/+942 |
2020-06-24 | x86: Fold arch_names_table into processor_alias_table | H.J. Lu | 2 | -90/+283 |
2020-05-06 | Enable TARGET_TSXLDTRK for GCC support. | liuhongt | 1 | -0/+15 |
2020-05-06 | Enable GCC support for SERIALIZE | liuhongt | 1 | -0/+15 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-12-17 | re PR target/92962 (Documentation: x86 Options - znver2 missing RDPID and WBN... | Jakub Jelinek | 1 | -5/+5 |
2019-12-09 | Use OPTION_MASK_ISA2_$target_[SET,UNSET, ] to indicate those for | Hongtao Liu | 1 | -113/+113 |
2019-08-20 | Add TIGERLAKE and COOPERLAKE to GCC. | Hongtao Liu | 1 | -0/+4 |
2019-07-23 | i386-common.c: Use PROCESSOR_ZNVER2 scheduler for znver2. | Jan Hubicka | 1 | -1/+1 |
2019-06-26 | Enable GCC support for AVX512_VP2INTERSECT which will be in tigerlaker. | Hongtao Liu | 1 | -1/+21 |
2019-05-28 | Add GCC support to ENQCMD. | Xuepeng Guo | 1 | -0/+15 |
2019-05-08 | Enable support for bfloat16 which will be in Future Cooper Lake. | Hongtao Liu | 1 | -1/+24 |
2019-03-11 | Wrap option names in gcc internal messages with %< and %>. | Martin Liska | 1 | -7/+10 |
2019-01-09 | PR other/16615 [1/5] | Sandra Loosemore | 1 | -1/+1 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-12-13 | i386-common.c (processor_names): Add cascadelake. | Wei Xiao | 1 | -0/+3 |
2018-11-22 | Fix option values for -march. | Martin Liska | 1 | -4/+21 |
2018-11-09 | Add PTWRITE builtins for x86 | Andi Kleen | 1 | -0/+15 |
2018-11-04 | Enable support for next generation AMD Zen CPU, via -march=znver2. | Venkataramanan Kumar | 1 | -0/+10 |
2018-10-15 | re PR target/87572 (ICE in emit_move_insn, at expr.c:3722) | Jakub Jelinek | 1 | -2/+0 |
2018-10-14 | i386: Also disable AVX512IFMA/AVX5124FMAPS/AVX5124VNNIW | H.J. Lu | 1 | -2/+6 |
2018-09-17 | i386: move alignment defaults to processor_costs. | Martin Liska | 1 | -43/+39 |
2018-09-04 | re PR target/87198 (ICE in extract_insn, at recog.c:2304) | Jakub Jelinek | 1 | -4/+5 |
2018-09-03 | Come up with TARGET_GET_VALID_OPTION_VALUES option hook (PR driver/83193). | Martin Liska | 1 | -0/+267 |
2018-07-17 | Define MAX_CODE_ALIGN globally. | Martin Liska | 1 | -3/+0 |
2018-07-04 | [multiple changes] | Martin Liska | 1 | -3/+13 |
2018-06-08 | Remove MPX | Martin Liska | 1 | -2/+2 |
2018-05-14 | i386-common.c (OPTION_MASK_ISA_CLDEMOTE_SET, [...]): New defines. | Sebastian Peryt | 1 | -0/+15 |
2018-05-11 | i386-common.c (OPTION_MASK_ISA_WAITPKG_SET, [...]): New defines. | Sebastian Peryt | 1 | -0/+15 |
2018-04-24 | x86/CET: Remove the -mcet command-lint option | H.J. Lu | 1 | -1/+0 |
2018-04-20 | Define __CET__ for -fcf-protection and remove -mibt | H.J. Lu | 1 | -17/+0 |
2018-04-19 | i386-common.c (OPTION_MASK_ISA_MOVDIRI_SET, [...]): New defines. | Sebastian Peryt | 1 | -0/+30 |
2018-03-05 | Enable WBOINVD and PCONFIG instructions. | Olga Makhotina | 1 | -0/+30 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |