aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2023-05-08RISC-V: Handle multi-lib path correclty for linuxKito Cheng4-41/+100
2023-05-08Makefile.in: clean up match.pd-related dependenciesAlexander Monakov1-6/+3
2023-05-07Move substitute_and_fold over to use simple_dce_from_worklistAndrew Pinski10-51/+82
2023-05-08fortran: Remove conditionals around free()Bernhard Reutner-Fischer1-2/+1
2023-05-08Fortran: Fix mpz and mpfr memory leaks [PR fortran/68800]Bernhard Reutner-Fischer2-4/+9
2023-05-07Fortran: Reject semicolon after namelist name.Jerry DeLisle1-0/+15
2023-05-08Daily bump.GCC Administrator4-1/+146
2023-05-07c++: fix pretty printing of 'alignof' vs '__alignof__' [PR85979]Patrick Palka3-5/+30
2023-05-07c++: goto entering scope of obj w/ non-trivial dtor [PR103091]Patrick Palka3-43/+42
2023-05-07c++: satisfaction of non-dep member alias template-idPatrick Palka2-3/+18
2023-05-07c++: various code cleanupsPatrick Palka4-25/+20
2023-05-07c++: parenthesized -> resolving to static data member [PR98283]Patrick Palka3-3/+17
2023-05-07c++: bound ttp in lambda function type [PR109651]Patrick Palka3-8/+50
2023-05-07Fix aarch64/109762: push_options/push_options does not work sometimesAndrew Pinski2-3/+3
2023-05-07c++: non-dep init folding and access checking [PR109480]Patrick Palka2-1/+18
2023-05-07c++: potentiality of templated memfn call [PR109480]Patrick Palka3-27/+21
2023-05-07rs6000: Load high and low part of 64bit constant independentlyJiufu Guo2-12/+54
2023-05-07Don't call emit_clobber in lower-subreg.cc's resolve_simple_move.Roger Sayle2-3/+11
2023-05-07Daily bump.GCC Administrator3-1/+209
2023-05-06Delete duplicated riscv definition.Jeff Law1-38/+0
2023-05-06RISC-V: autovec: Verify that GET_MODE_NUNITS is a multiple of 2.Michael Collison1-2/+5
2023-05-06RISC-V:autovec: Add target vectorization hooksMichael Collison1-0/+116
2023-05-06Remove duplicated definition in risc-v vector support.Jeff Law1-11/+0
2023-05-06RISC-V:autovec: Add auto-vectorization support functionsMichael Collison1-8/+93
2023-05-06RISC-V: autovec: Export policy functions to global scopeMichael Collison2-2/+5
2023-05-06RISC-V: autovec: Add new predicates and function prototypesMichael Collison1-0/+4
2023-05-07LoongArch: Enable shrink wrappingXi Ruoyao3-3/+197
2023-05-07build: Use -nostdinc generating macro_list [PR109522]Xi Ruoyao1-1/+1
2023-05-06RISC-V: Enable basic RVV auto-vectorization support.Juzhe-Zhong39-2/+559
2023-05-06Fortran: Namelist read with invalid input accepted.Jerry DeLisle1-0/+15
2023-05-06gimple-range-op: Improve handling of sin/cos rangesJakub Jelinek4-17/+178
2023-05-06Remove type from vrange_storage::equal_p.Aldy Hernandez3-21/+15
2023-05-06RISC-V: Fix incorrect demand info merge in local vsetvli optimization [PR109748]Juzhe-Zhong2-45/+93
2023-05-06Canonicalize vec_merge when mask is constant.liuhongt2-0/+29
2023-05-06gimple-range-op: Improve handling of sqrt rangesJakub Jelinek4-16/+182
2023-05-06build: Replace seq for portability with GNU Make variantJakub Jelinek1-10/+12
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