aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2023-06-02c++: make initializer_list array static again [PR110070]Jason Merrill14-8/+104
2023-06-02reg-stack: Change return type of predicate functions from int to boolUros Bizjak2-75/+86
2023-06-02varasm: check float sizeJason Merrill1-5/+6
2023-06-02analyzer: implement various atomic builtins [PR109015]David Malcolm5-0/+983
2023-06-02analyzer: regions in different memory spaces can't aliasDavid Malcolm1-0/+12
2023-06-02testsuite: Require LTO for pr107557-[12].cDavid Edelsohn2-0/+2
2023-06-02doc: clarify semantics of vector bitwise shiftsAlexander Monakov1-1/+8
2023-06-02VECT: Change flow of decrement IVJu-Zhe Zhong1-11/+25
2023-06-02target/110088: Improve operation of l-reg with const after move from d-reg.Georg-Johann Lay1-1/+40
2023-06-02Support parallel testing in libgomp: fallback Perl 'flock' [PR66005]Thomas Schwinge1-0/+3
2023-06-02Back to requiring "Perl version 5.6.1 (or later)" [PR82856]Thomas Schwinge1-1/+1
2023-06-02Fortran: Fix some problems blocking associate meta-bug [PR87477]Paul Thomas9-29/+310
2023-06-02RISC-V: Add _mu C++ overloaded intrinsics for load && viota && vidJuzhe-Zhong2-9/+13
2023-06-02RISC-V: Optimize reverse series index vectorJuzhe-Zhong2-0/+19
2023-06-02RISC-V: Fix warning in predicated.mdJuzhe-Zhong1-1/+1
2023-06-02RISC-V: Add test for vfloat16*_t (non tuple) typesPan Li2-0/+12
2023-06-02RISC-V: Add __RISCV_ prefix to VXRM and FRM enumJuzhe-Zhong10-31/+31
2023-06-02RISC-V: Add vwadd.wv/vwsub.wv auto-vectorization lowering optimizationJuzhe-Zhong8-6/+215
2023-06-02RISC-V: Support RVV permutation auto-vectorizationJuzhe-Zhong19-0/+1217
2023-06-02Daily bump.GCC Administrator5-1/+145
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