aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2023-05-06Daily bump.GCC Administrator5-1/+1200
2023-05-06CRIS: peephole2 an add into two addq or subqHans-Peter Nilsson3-2/+81
2023-05-06CRIS: peephole2 a move of constant followed by and of same registerHans-Peter Nilsson2-0/+55
2023-05-06CRIS: peephole2 a lsrq into a lslq+lsrq pairHans-Peter Nilsson3-0/+91
2023-05-06doc: Document order of define_peephole2 scanningHans-Peter Nilsson1-0/+9
2023-05-05Fortran: overloading of intrinsic binary operators [PR109641]Harald Anlauf4-0/+162
2023-05-05RISC-V: Legitimise the const0_rtx for RVV indexed load/storePan Li2-32/+33
2023-05-05RISC-V: Allow RVV VMS{Compare}(V1, V1) simplify to VMSETPan Li2-5/+6
2023-05-05arm: [MVE intrinsics] rework vshrq vrshrqChristophe Lyon4-628/+6
2023-05-05arm: [MVE intrinsics] factorize vsrhrq vrshrqChristophe Lyon2-38/+22
2023-05-05arm: [MVE intrinsics] add binary_rshift shapeChristophe Lyon2-0/+37
2023-05-05arm: [MVE intrinsics] rework vqrshrunbq vqrshruntq vqshrunbq vqshruntqChristophe Lyon5-320/+25
2023-05-05arm: [MVE intrinsics] factorize vqrshrunb vqrshrunt vqshrunb vqshruntChristophe Lyon2-132/+40
2023-05-05arm: [MVE intrinsics] add binary_rshift_narrow_unsigned shapeChristophe Lyon2-0/+49
2023-05-05arm: [MVE intrinsics] rework vshrnbq vshrntq vrshrnbq vrshrntq vqshrnbq vqshr...Christophe Lyon5-1153/+42
2023-05-05arm: [MVE intrinsics] factorize vshrntq vshrnbq vrshrnbq vrshrntq vqshrnbq vq...Christophe Lyon2-242/+85
2023-05-05arm: [MVE intrinsics] add binary_rshift_narrow shapeChristophe Lyon2-0/+48
2023-05-05arm: [MVE intrinsics] rework vmaxq vminqChristophe Lyon4-628/+15
2023-05-05arm: [MVE intrinsics] factorize vmaxq vminqChristophe Lyon2-39/+16
2023-05-05arm: [MVE intrinsics] rework vqshlq vshlqChristophe Lyon4-1492/+19
2023-05-05arm: [MVE intrinsics] add unspec_mve_function_exact_insn_vshlChristophe Lyon1-0/+150
2023-05-05arm: [MVE intrinsics] add binary_lshift_r shapeChristophe Lyon2-0/+42
2023-05-05arm: [MVE intrinsics] add support for MODE_rChristophe Lyon2-2/+7
2023-05-05arm: [MVE intrinsics] add binary_lshift shapeChristophe Lyon2-0/+58
2023-05-05arm: [MVE intrinsics] rework vabdqChristophe Lyon4-431/+13
2023-05-05arm: [MVE intrinsics] factorize vabdqChristophe Lyon2-22/+12
2023-05-05arm: [MVE intrinsics] rework vqrdmulhqChristophe Lyon4-213/+3
2023-05-05arm: [MVE intrinsics] factorize vqshlq vshlqChristophe Lyon3-81/+51
2023-05-05arm: [MVE intrinsics] rework vrshlq vqrshlqChristophe Lyon5-952/+9
2023-05-05arm: [MVE intrinsics] factorize vqrshlq vrshlqChristophe Lyon2-39/+24
2023-05-05arm: [MVE intrinsics] add binary_round_lshift shapeChristophe Lyon2-0/+62
2023-05-05RISC-V: Fix PR109615Juzhe-Zhong4-66/+56
2023-05-05i386: Rename index_register_operand predicate to register_no_SP_operandUros Bizjak2-9/+9
2023-05-05match.pd: Use splits in makefile and make configurable.Tamar Christina3-22/+89
2023-05-05match.pd: automatically partition *-match.cc files.Tamar Christina1-36/+190
2023-05-05genmatch: split shared code to gimple-match-exports.ccTamar Christina4-1193/+1260
2023-05-05match.pd: CSE the dump output check.Tamar Christina1-1/+7
2023-05-05match.pd: Remove commented out line pragmas unless -vv is used.Tamar Christina1-1/+1
2023-05-05match.pd: don't emit label if not neededTamar Christina1-8/+22
2023-05-05GCN: Silence unused-variable warningTobias Burnus1-2/+0
2023-05-05tree-optimization/109735 - conversion for vectorized pointer-diffRichard Biener1-12/+13
2023-05-05i386: Introduce mulv2si3 instructionUros Bizjak2-0/+76
2023-05-05nvptx/mkoffload.cc: Add dummy proc for OpenMP rev-offload table [PR108098]Tobias Burnus1-0/+14
2023-05-05builtins: Fix comment typo mpft_t -> mpfr_tJakub Jelinek2-4/+4
2023-05-04PHIOPT: Fix diamond case of match_simplify_replacementAndrew Pinski3-3/+90
2023-05-05MATCH: Add ABSU<a> == 0 to a == 0 simplificationAndrew Pinski2-5/+18
2023-05-04Revert "c++: restore instantiate_decl assert"Jason Merrill2-6/+10
2023-05-05Daily bump.GCC Administrator5-1/+407
2023-05-04i386: Tighten ashift to lea splitter operand predicates [PR109733]Uros Bizjak2-4/+9
2023-05-04PR modula2/109729 cannot use a CHAR type as a FOR loop iteratorGaius Mulley4-30/+85