aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2023-02-07analyzer: fix -Wanalyzer-use-of-uninitialized-value false +ve on "read" [PR10...David Malcolm4-1/+115
2023-02-07Fortran: ASSOCIATE variables should not be TREE_STATIC [PR95107]Harald Anlauf2-0/+18
2023-02-07doc: Update -fchar8_t documentationMarek Polacek1-2/+0
2023-02-07RA: Implement reuse of equivalent memory for caller saves optimizationVladimir N. Makarov4-10/+44
2023-02-07tree-optimization/26854 - compile-time hog in SSA forwpropRichard Biener1-5/+7
2023-02-07ipa-split: Don't split returns_twice functions [PR106923]Jakub Jelinek2-2/+26
2023-02-07cgraph: Handle simd clones in cgraph_node::set_{const,pure}_flag [PR106433]Jakub Jelinek2-0/+30
2023-02-07testsuite: Expect -Wdeprecated warning in warn/Wstrict-aliasing-bogus-union-2...Jakub Jelinek1-1/+1
2023-02-07Enable 512 bit vector for zen4Jan Hubicka1-1/+1
2023-02-07Daily bump.GCC Administrator5-1/+102
2023-02-06Modula2 meets clang [PR108135]Gaius Mulley1-1/+4
2023-02-06Format error in m2pp.cc (m2pp_integer_cst) [PR107234]Gaius Mulley1-1/+1
2023-02-06amdgcn: Pass -mstack-size through to runtimeAndrew Stubbs1-0/+18
2023-02-06Remove unused variables and procedures.Gaius Mulley3-29/+2
2023-02-06aarch64: Fix up bfmlal lane pattern [PR104921]Alex Coplan4-1/+28
2023-02-06ipa-sra: Fix a typo in a dump string.Martin Jambor1-2/+2
2023-02-06LoongArch: Generate bytepick.[wd] for suitable bit operation patternXi Ruoyao3-23/+77
2023-02-06testsuite: remove broken AArch64 testTamar Christina1-11/+0
2023-02-06ubsan: Fix up another spot that should have been BUILT_IN_UNREACHABLE_TRAPS [...Jakub Jelinek2-1/+16
2023-02-05c++: equivalence of non-dependent calls [PR107461]Patrick Palka6-6/+59
2023-02-06Daily bump.GCC Administrator4-1/+17
2023-02-05Fortran: prevent redundant integer division truncation warnings [PR108592]Harald Anlauf2-1/+9
2023-02-05doc: Remove note on PW32Gerald Pfeifer1-3/+0
2023-02-05Daily bump.GCC Administrator1-1/+1
2023-02-04Daily bump.GCC Administrator6-1/+370
2023-02-03range-op: Handle op?.undefined_p () in op[12]_range of comparisons [PR108647]Jakub Jelinek2-2/+53
2023-02-03fortran: Fix up hash table usage in gfc_trans_use_stmts [PR108451]Jakub Jelinek1-1/+5
2023-02-03irange: Compare nonzero bits in irange with widest_int [PR108639]Aldy Hernandez3-2/+32
2023-02-03range-ops: Handle undefined ranges in frange op[12]_range [PR108647]Aldy Hernandez1-0/+56
2023-02-03Reset SCEV before removing unreachable globals.Andrew MacLeod2-0/+29
2023-02-03c++: wrong error with constexpr array and value-init [PR108158]Marek Polacek2-4/+32
2023-02-03c++: Add fixed test [PR101071]Marek Polacek1-0/+95
2023-02-03[modula-2] Bugfix to allow html doc build and simplify target dir creationGaius Mulley2-81/+102
2023-02-03arm: [MVE] Add missing length=8 attributeChristophe Lyon1-5/+9
2023-02-03c++: unexpected ADDR_EXPR after overload set pruning [PR107461]Patrick Palka2-5/+36
2023-02-03c++: ICE on unviable/ambiguous constrained dtors [PR96745]Patrick Palka2-3/+37
2023-02-03c++: excessive satisfaction in check_methods [PR108579]Patrick Palka2-8/+22
2023-02-03ipa: Avoid invalid gimple when IPA-CP and IPA-SRA disagree on types (108384)Martin Jambor3-19/+76
2023-02-03RISC-V: Remove unnecessary register class.Monk Chiang2-14/+2
2023-02-03RISC-V: Fix constraint bug for binary operationJu-Zhe Zhong4-69/+75
2023-02-03RISC-V: Add vsll.vx C++ API testsJu-Zhe Zhong15-0/+5238
2023-02-03RISC-V: Add vsra.vx C++ API testsJu-Zhe Zhong15-0/+2862
2023-02-03RISC-V: Add vsrl.vx C++ API testsJu-Zhe Zhong15-0/+2862
2023-02-03RISC-V: Add shift constraint testsJu-Zhe Zhong1-0/+133
2023-02-03RISC-V: Add vsll.vx C++ API testsJu-Zhe Zhong18-0/+5256
2023-02-03RISC-V: Add vsra.vx C API testsJu-Zhe Zhong18-0/+2880
2023-02-03RISC-V: Add vsrl.vx C API testsJu-Zhe Zhong18-0/+2880
2023-02-03RISC-V: Add RVV shift.vx C/C++ API supportJu-Zhe Zhong5-1/+59
2023-02-03Daily bump.GCC Administrator5-1/+329
2023-02-02c: Update nullptr_t comparison checksJoseph Myers4-18/+23