aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2023-06-28RISC-V: Support floating-point vfwadd/vfwsub vv/wv combine loweringJuzhe-Zhong16-26/+187
2023-06-28i386: Fix mvc17.c test for default target clone under --with-archHongyu Wang1-1/+1
2023-06-28Issue a warning for conversion between short and __bf16 under TARGET_AVX512BF16.liuhongt2-0/+49
2023-06-28Daily bump.GCC Administrator4-1/+303
2023-06-27RISC-V: Add autovect widening/narrowing Integer/FP conversions.Robin Dapp22-0/+737
2023-06-27RISC-V: Add autovec FP widening/narrowing.Robin Dapp12-2/+292
2023-06-27RISC-V: Add autovec FP int->float conversion.Robin Dapp15-15/+378
2023-06-27RISC-V: Implement autovec copysign.Robin Dapp9-9/+377
2023-06-27RISC-V: Split VF iterators for Zvfh(min).Robin Dapp3-111/+128
2023-06-27match.pd: Use element_mode instead of TYPE_MODE.Robin Dapp1-2/+4
2023-06-28[SVE] Fold svdupq to VEC_PERM_EXPR if elements are not constant.Prathamesh Kulkarni2-1/+78
2023-06-27Mark asm goto with outputs as volatileAndrew Pinski2-1/+32
2023-06-27ada: Fix build of GNAT toolsEric Botcazou1-3/+6
2023-06-27ada: Fix bad interaction between inlining and thunk generationEric Botcazou1-3/+6
2023-06-27ada: Make the identification of case expressions more robustEric Botcazou1-5/+3
2023-06-27ada: Fix double finalization of case expression in concatenationEric Botcazou4-72/+23
2023-06-27ada: Fix incorrect handling of iterator specifications in recent changeEric Botcazou1-7/+11
2023-06-27ada: Correct the contract of Ada.Text_IO.Get_LineClaire Dross1-9/+13
2023-06-27ada: Fix too late finalization and secondary stack release in iterator loopsEric Botcazou2-31/+14
2023-06-27ada: Plug small loophole in the handling of private views in instancesEric Botcazou1-7/+39
2023-06-27ada: Plug another loophole in the handling of private views in instancesEric Botcazou1-0/+17
2023-06-27ada: Update printing container aggregates for debuggingViljar Indus1-2/+4
2023-06-27ada: Fix expanding container aggregatesViljar Indus1-0/+1
2023-06-27Convert remaining uses of value_range in ipa-*.cc to Value_Range.Aldy Hernandez3-15/+19
2023-06-27Implement ipa_vr hashing.Aldy Hernandez2-46/+45
2023-06-27Convert ipa_jump_func to use ipa_vr instead of a value_range.Aldy Hernandez3-46/+44
2023-06-27gengtype: Handle braced initialisers in structsRichard Sandiford1-0/+6
2023-06-27tree-optimization/96208 - SLP of non-grouped loadsRichard Biener4-70/+127
2023-06-27Refine maskstore patterns with UNSPEC_MASKMOV.liuhongt1-12/+57
2023-06-27Make option mvzeroupper independent of optimization level.liuhongt3-3/+18
2023-06-27Don't issue vzeroupper for vzeroupper call_insn.liuhongt2-2/+18
2023-06-27Fix __builtin_alloca_with_align_and_max defbuiltin usageAndrew Pinski1-1/+1
2023-06-27Daily bump.GCC Administrator6-1/+219
2023-06-27RISC-V: Support const vector expansion with step vector with base != 0Juzhe-Zhong7-2/+320
2023-06-26docs: Add @cindex for some attributesAndrew Pinski1-0/+3
2023-06-26compiler: support -fgo-importcfgIan Lance Taylor10-7/+182
2023-06-26aarch64: Use <DWI> instead of <V2XWIDE> in scalar SQRSHRUN patternKyrylo Tkachov1-10/+10
2023-06-26aarch64: Clean up some rounding immediate predicatesKyrylo Tkachov4-24/+20
2023-06-26IBM zSystems: Assume symbols without explicit alignment to be okAndreas Krebbel2-2/+36
2023-06-26Fix profile of forwarders produced by cd-dceJan Hubicka1-0/+3
2023-06-26docs: Fix typoAndrew Carlotti1-1/+1
2023-06-26DSE: Add LEN_MASK_STORE analysis into DSE and fix LEN_STOREJu-Zhe Zhong1-16/+31
2023-06-26GIMPLE_FOLD: Fix gimple fold for LEN_{MASK}_{LOAD,STORE}Ju-Zhe Zhong2-2/+47
2023-06-26Avoid redundant GORI calcuations.Andrew MacLeod1-4/+17
2023-06-26vect: Cost intermediate conversionsRichard Sandiford1-2/+3
2023-06-26tree-optimization/110381 - preserve SLP permutation with in-order reductionsRichard Biener2-2/+56
2023-06-26RISC-V: Remove duplicated extern function_base declPan Li1-5/+0
2023-06-26narrowing initializers and initializer_constant_valid_p_1Richard Biener1-0/+2
2023-06-26Avoid shorten_binary_op on VECTOR_TYPERichard Biener1-0/+4
2023-06-26Fix TYPE_PRECISION use in hashable_expr_equal_pRichard Biener1-1/+1