aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2023-06-01Fortran: force error on bad KIND specifier [PR88552]Harald Anlauf2-0/+10
2023-06-01testsuite: print any leaking torture options for debuggingVineet Gupta1-3/+3
2023-06-01testsuite: Unbork multilib setups using -march flags (RISC-V)Vineet Gupta1-7/+7
2023-06-01doc: improve docs for -pedantic{,-errors}Jason Merrill1-18/+80
2023-06-01testsuite: Skip powerpc tests on AIX.David Edelsohn2-1/+2
2023-06-01cse: Change return type of predicate functions from int to boolUros Bizjak2-83/+77
2023-06-01xtensa: Add 'adddi3' and 'subdi3' insn patternsTakayuki 'January June' Suwa1-0/+52
2023-06-01PR target/109973: CCZmode and CCCmode variants of [v]ptest on x86.Roger Sayle8-28/+102
2023-06-01doc: Fix description of x86 -m32 option [PR109954]Jonathan Wakely1-1/+1
2023-06-01aarch64: Add =r,m and =m,r alternatives to 64-bit vector move patternsKyrylo Tkachov2-17/+65
2023-06-01OpenMP/Fortran: Permit pure directives inside PURETobias Burnus8-29/+276
2023-06-01RISC-V: Introduce vfloat16m{f}*_t and their machine mode.Pan Li7-10/+49
2023-05-31c++: make -fpermissive avoid -Werror=narrowingJason Merrill1-1/+2
2023-06-01Daily bump.GCC Administrator3-1/+316
2023-06-01RISC-V: Add RVV FRM enum for floating-point rounding mode intriniscsJuzhe-Zhong3-0/+61
2023-05-31Refactor wi::bswap as a function (instead of a method).Roger Sayle5-24/+36
2023-05-31testsuite: rename force_conventional_outputBernhard Reutner-Fischer4-15/+15
2023-05-31aarch64: PR target/99195 Annotate dot-product patterns for vec-concat-zeroKyrylo Tkachov2-5/+43
2023-05-31aarch64: PR target/99195 Annotate saturating mult patterns for vec-concat-zeroKyrylo Tkachov3-11/+54
2023-05-31btf: improve -dA comments for testsuiteDavid Faust17-69/+224
2023-05-31btf: be clear when record size/type is not usedDavid Faust1-0/+6
2023-05-31emit-rtl: Change return type of predicate functions from int to boolUros Bizjak3-36/+32
2023-05-31alias: Change return type of predicate functions from int to boolUros Bizjak3-135/+122
2023-05-31RISC-V: Add vwadd<u>/vwsub<u>/vwmul<u>/vwmulsu.vv lowering optimizaiton for R...Juzhe-Zhong10-4/+262
2023-05-31RISC-V: Add testcase for vrsub.vi auto-vectorizationJuzhe-Zhong4-1/+59
2023-05-31RISC-V: Remove FRM for vfwcvt (RVV float to float widening conversion)Juzhe-Zhong1-3/+1
2023-05-31RISC-V: Remove FRM for vfwcvt.f.x<u>.v (RVV integer to float widening convers...Juzhe-Zhong1-3/+1
2023-05-31RISC-V: Remove FRM for vfncvt.rod instructionJuzhe-Zhong1-3/+1
2023-05-31aarch64: Add pattern for bswap + rotate [PR 110039]Christophe Lyon1-0/+10
2023-05-31ipa/109983 - (IPA) PTA speedupRichard Biener1-72/+46
2023-05-31IPA PTA stats enhancement and non-details dump slimmingRichard Biener1-2/+8
2023-05-31aarch64: Simplify output template emission code for a few patternsKyrylo Tkachov2-99/+40
2023-05-31xtensa: Improve "*shlrd_reg" insn pattern and its variantTakayuki 'January June' Suwa2-26/+58
2023-05-31Fix ICE in rewrite_expr_tree_parallelCui, Lili3-1/+15
2023-05-31RISC-V: Add ZVFH extension to the -march= optionPan Li4-0/+66
2023-05-31RISC-V: Fix unreachable test code for init repeat sequence.Pan Li1-1/+0
2023-05-31Daily bump.GCC Administrator6-1/+554
2023-05-31Enhance NARROW FLOAT_EXPR vectorization by truncating integer to lower precis...liuhongt4-32/+121
2023-05-30testsuite: add verify-sarif-file to some testcases that were missing itDavid Malcolm2-0/+3
2023-05-30testsuite/52641: Fix more of implicit int=32 assumption fallout.Georg-Johann Lay7-3/+13
2023-05-30LRA: Update insn sp offset if its input reload changes SPVladimir N. Makarov3-4/+36
2023-05-30i386: Fix misleading identation in i386-expand.cc [PR110041]Uros Bizjak1-12/+12
2023-05-30jump: Change return type of predicate functions from int to boolUros Bizjak2-107/+107
2023-05-30testsuite: make mve_intrinsic_type_overloads-int.c libc-agnosticChristophe Lyon1-13/+15
2023-05-30Add a != MIN/MAX_VALUE_CST ? CST-+1 : a to minmax_from_comparisonAndrew Pinski3-2/+40
2023-05-30MATCH: Move `a <= CST1 ? MAX<a, CST2> : a` optimization to matchAndrew Pinski5-2/+68
2023-05-30Fix ACLE data-intrinsics testcasesChristophe Lyon2-1/+2
2023-05-30Replace a HWI_COMPUTABLE_MODE_P with wide-int in simplify-rtx.cc.Roger Sayle1-7/+8
2023-05-30PR target/107172: Avoid "unusual" MODE_CC comparisons in simplify-rtx.ccRoger Sayle1-0/+6
2023-05-30OpenMP: Improve C/C++ parsing error message [PR109999]Tobias Burnus8-16/+16