Age | Commit message (Expand) | Author | Files | Lines |
2024-12-07 | i386: x r<< (c - y) to x r>> y etc. optimization [PR117930] | Jakub Jelinek | 1 | -0/+141 |
2024-12-06 | i386: Add missing part from my previous commit. | Uros Bizjak | 1 | -0/+3 |
2024-12-06 | i386: Fix gcc.target/i386/pr101716.c (and some related cleanups) | Uros Bizjak | 1 | -25/+15 |
2024-12-06 | i386: Fix unwanted fwprop to 3dNOW! insn [PR117926] | Uros Bizjak | 1 | -36/+58 |
2024-12-06 | diagnostics: UX: add doc URLs for attributes (v2) | David Malcolm | 1 | -0/+3 |
2024-12-05 | i386: Fix addcarry/subborrow issues [PR117860] | Uros Bizjak | 2 | -20/+88 |
2024-12-02 | x86: Correct comments for pass_apx_nf_convert | H.J. Lu | 1 | -1/+1 |
2024-11-29 | __builtin_prefetch fixes [PR117608] | Jakub Jelinek | 2 | -25/+22 |
2024-11-28 | i386: Macroize compound shift patterns some more | Uros Bizjak | 1 | -302/+151 |
2024-11-28 | inline-asm, i386: Add "redzone" clobber support | Jakub Jelinek | 2 | -0/+23 |
2024-11-27 | i386: x86 can use x >> y for x >> 32+y [PR36503] | Uros Bizjak | 1 | -4/+96 |
2024-11-26 | Optimize 128-bit vector permutation with pand, pandn and por. | Cui, Lili | 1 | -0/+50 |
2024-11-25 | i386: Generalize x >> 32-y to x >> -y conversion with multiples of 32 | Uros Bizjak | 1 | -4/+4 |
2024-11-25 | Regeernate .opt.urls after nios2 removal | Andrew Pinski | 2 | -2/+2 |
2024-11-25 | target/116760 - 416.gamess slowdown with SLP | Richard Biener | 1 | -3/+5 |
2024-11-25 | Add extra 64bit SSE vector epilogue in some cases | Richard Biener | 1 | -0/+7 |
2024-11-24 | Fix uninitialized operands[2] in vec_unpacks_hi_v4sf. | liuhongt | 1 | -1/+4 |
2024-11-24 | i386: x86 can use x >> -y for x >> 32-y [PR36503] | Uros Bizjak | 1 | -0/+112 |
2024-11-24 | opt.url: Regenerate the .opt.urls files | Andrew Pinski | 1 | -1/+1 |
2024-11-22 | build: Remove INCLUDE_MEMORY [PR117737] | Andrew Pinski | 6 | -6/+0 |
2024-11-22 | i386: Make __builtin_ia32_f{nstenv,ldenv,nstsw,fnclex} builtins internal [PR1... | Jakub Jelinek | 1 | -4/+4 |
2024-11-21 | Use decl size in Solaris ASM_DECLARE_OBJECT_NAME [PR102296] | Rainer Orth | 1 | -1/+1 |
2024-11-20 | i386: Remove workaround for Solaris ld 64-bit TLS IE limitation | Uros Bizjak | 2 | -28/+0 |
2024-11-20 | Add microarchtecture tunable for pass_align_tight_loops [PR117438] | MayShao-oc | 3 | -2/+11 |
2024-11-19 | Add LTO support | Evgeny Karpov | 2 | -4/+2 |
2024-11-19 | aarch64: Multiple adjustments to support the SMALL code model correctly | Evgeny Karpov | 1 | -4/+4 |
2024-11-19 | Support weak references | Evgeny Karpov | 1 | -2/+2 |
2024-11-18 | i386: Enable *rsqrtsf2_sse without TARGET_SSE_MATH [PR117357] | Uros Bizjak | 1 | -1/+1 |
2024-11-18 | i386: Add zero maskload else operand. | Robin Dapp | 1 | -3/+18 |
2024-11-14 | i386: Fix cstorebf4 fp comparison operand [PR117495] | Hongyu Wang | 1 | -11/+7 |
2024-11-13 | i386: Add -mveclibabi=aocl [PR56504] | Filip Kastl | 5 | -1/+152 |
2024-11-13 | i386: Zero extend 32-bit address to 64-bit with option -mx32 -maddress-mode=l... | Hu, Lin1 | 1 | -0/+12 |
2024-11-12 | Add X86_TUNE_AVX512_TWO_EPILOGUES, enable for Zen4 and Zen5 | Richard Biener | 2 | -0/+17 |
2024-11-11 | Initial Diamond Rapids Support | Haochen Jiang | 4 | -3/+28 |
2024-11-10 | Guard truncate from vector float to vector __bf16 with !flag_rounding_math &&... | liuhongt | 3 | -7/+28 |
2024-11-08 | Update gcc-auto-profile / gen_autofdo_event.py | Andi Kleen | 1 | -7/+14 |
2024-11-07 | i386: Support cstorebf4 with native bf16 comi | Hongyu Wang | 1 | -10/+14 |
2024-11-06 | i386: Add OPTION_MASK_ISA2_EVEX512 for some AVX512 instructions. | Hu, Lin1 | 1 | -5/+5 |
2024-11-05 | Support vector float_extend from __bf16 to float. | liuhongt | 4 | -1/+78 |
2024-11-05 | Support vector float_truncate for SF to BF. | liuhongt | 4 | -0/+101 |
2024-11-05 | i386: Handling exception input of __builtin_ia32_prefetch. [PR117416] | Hu, Lin1 | 1 | -0/+11 |
2024-11-05 | i386: Utilize VCOMSBF16 for BF16 Comparisons with AVX10.2 | Levy Hsu | 4 | -28/+56 |
2024-11-04 | target: Fix asm codegen for vfpclasss* and vcvtph2* instructions | Antoni Boucher | 1 | -2/+8 |
2024-11-02 | i386: Do not allow pointer conversion for CMPccXADD intrin under -O0 | Haochen Jiang | 1 | -3/+3 |
2024-11-01 | Support Intel AMX-MOVRS | Hu, Lin1 | 8 | -1/+126 |
2024-11-01 | Support Intel MOVRS | Hu, Lin1 | 14 | -7/+566 |
2024-11-01 | Support Intel AMX-FP8 | Liwei Xu | 8 | -1/+83 |
2024-11-01 | Support Intel AMX-TRANSPOSE | Haochen Jiang | 8 | -1/+193 |
2024-11-01 | Support Intel AMX-TF32 | Haochen Jiang | 8 | -1/+63 |
2024-11-01 | Support Intel AMX-AVX512 | Haochen Jiang | 8 | -1/+209 |