aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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
2023-06-26RISC-V: Remove redundant vcond patternsJuzhe-Zhong3-61/+0
2023-06-26tree-optimization/110392 - ICE with predicate analysisRichard Biener1-2/+2
2023-06-26SCCVN: Fix repeating variable name "len"Ju-Zhe Zhong1-7/+7
2023-06-26i386: New *ashl<dwi3>_doubleword_highpart define_insn_and_split.Roger Sayle3-0/+67
2023-06-26Use cvt_op to save intermediate type operand instead of "subtle" vec_dest.liuhongt2-4/+30
2023-06-26Don't use intermiediate type for FIX_TRUNC_EXPR when ftrapping-math.liuhongt3-3/+4
2023-06-26i386: Sync tune_string with arch_string for target attribute arch=*Hongyu Wang2-1/+16
2023-06-26RISC-V: Fix one test failure of dg config.Juzhe-Zhong1-1/+1
2023-06-26d: Suboptimal codegen for __builtin_expect(cond, false)Iain Buclaw2-12/+41
2023-06-26Daily bump.GCC Administrator4-1/+186
2023-06-26d: Merge upstream dmd, druntime a45f4e9f43, phobos 106038f2e.Iain Buclaw42-205/+428
2023-06-25RISC-V: Optimize VSETVL codegen of SELECT_VL with LEN_MASK_{LOAD, STORE}Juzhe-Zhong4-4/+76
2023-06-25RISC-V: fix expand function of vlmul_ext RVV intrinsicLi Xu2-1/+9
2023-06-25RISC-V: Enable len_mask{load, store} and remove len_{load, store}Juzhe-Zhong12-15/+346
2023-06-25internal-fn: Fix bug of BIAS argument indexJu-Zhe Zhong1-1/+1
2023-06-25Revert "RISC-V:Add float16 tuple type abi"Pan Li9-630/+17
2023-06-25Revert "RISC-V:Add float16 tuple type support"Pan Li12-366/+3
2023-06-25GIMPLE_FOLD: Apply LEN_MASK_{LOAD,STORE} into GIMPLE_FOLDJu-Zhe Zhong1-5/+18
2023-06-25Refine maskloadmn pattern with UNSPEC_MASKLOAD.liuhongt2-14/+28
2023-06-25SSA ALIAS: Apply LEN_MASK_STORE to 'ref_maybe_used_by_call_p_1'Ju-Zhe Zhong1-0/+1
2023-06-25SSA ALIAS: Apply LEN_MASK_{LOAD, STORE} into SSA alias analysisJu-Zhe Zhong1-0/+2
2023-06-25RISC-V:Add float16 tuple type abiyulong9-17/+630
2023-06-25Daily bump.GCC Administrator5-1/+128
2023-06-24i386: Add alternate representation for {and,or,xor}b %ah,%dh.Roger Sayle1-0/+22
2023-06-24Fortran: ABI for scalar CHARACTER(LEN=1),VALUE dummy argument [PR110360]Harald Anlauf1-8/+13
2023-06-24RISC-V: Refactor the integer ternary autovec patternJuzhe-Zhong1-26/+28
2023-06-24RISC-V: Support RVV floating-point auto-vectorizationJuzhe-Zhong40-34/+1386
2023-06-24LOOP IVOPTS: Apply LEN_MASK_{LOAD,STORE}Ju-Zhe Zhong1-3/+11
2023-06-24IVOPTS: Add LEN_MASK_{LOAD, STORE} into 'get_alias_ptr_type_for_ptr_address'Ju-Zhe Zhong1-0/+2
2023-06-23text-art: remove explicit #include of C++ standard library headersDavid Malcolm18-5/+25
2023-06-24VECT: Apply LEN_MASK_{LOAD,STORE} into vectorizerJu-Zhe Zhong4-83/+267
2023-06-24Daily bump.GCC Administrator6-1/+154
2023-06-23compiler, libgo: support bootstrapping gc compilerIan Lance Taylor3-3/+33
2023-06-23c++: provide #include hint for missing includes [PR110164]David Malcolm4-1/+22
2023-06-23c++: Add support for -std={c,gnu}++2{c,6}Marek Polacek9-12/+103
2023-06-23Tiny phiprop compile time optimizationJan Hubicka1-3/+5
2023-06-23Fortran: ABI for scalar CHARACTER(LEN=1),VALUE dummy argument [PR110360]Harald Anlauf2-0/+97
2023-06-23Fix power10 fusion bug with prefixed loads, PR target/105325Michael Meissner6-42/+84
2023-06-23testsuite,objective-c++: Fix imported NSObjCRuntime.h.Iain Sandoe1-0/+3
2023-06-23Improved SUBREG simplifications in simplify-rtx.cc's simplify_subreg.Roger Sayle1-0/+32
2023-06-23Fix initializer_constant_valid_p_1 TYPE_PRECISION useRichard Biener1-1/+2
2023-06-23Deal with vector typed operands in conversionsRichard Biener1-5/+8
2023-06-23[aarch64/match.pd] Fix ICE observed in PR110280.Prathamesh Kulkarni2-1/+20
2023-06-23Fix tree_simple_nonnegative_warnv_p for VECTOR_TYPEsRichard Biener1-1/+2
2023-06-23Properly guard vect_look_through_possible_promotionRichard Biener1-1/+5
2023-06-23Use element_precision for match.pd arith conversion optimizationRichard Biener1-4/+4
2023-06-23Bogus and missed folding on vector comparesRichard Biener2-4/+4