aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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
2023-02-02c: Update checks on constexpr floating-point initializersJoseph Myers7-52/+98
2023-02-02driver, toplevel: Avoid emitting the version information twice.Iain Sandoe1-1/+1
2023-02-02amdgcn: Add instruction pattern for conditional shift operationsPaul-Antoine Arras9-0/+279
2023-02-02rtl-ssa: Extend m_num_defs to a full unsigned int [PR108086]Richard Sandiford1-5/+9
2023-02-02rtl-ssa: Fix splitting of clobber groups [PR108508]Richard Sandiford2-4/+38
2023-02-02testsuite: Add case-values-threshold to pr107876.CRichard Sandiford1-1/+1
2023-02-02analyzer: fix -Wanalyzer-fd-type-mismatch false +ve on "listen" [PR108633]David Malcolm2-2/+85
2023-02-02analyzer: add deref-before-check-qemu-qtest_rsp_args.c test caseDavid Malcolm1-0/+73
2023-02-02RISC-V: Fix bug of TARGET_COMPUTE_MULTILIB implemented in riscv.Jin Ma1-1/+4
2023-02-02sched-deps, cselib: Fix up some -fcompare-debug issues and regressions [PR108...Jakub Jelinek3-8/+42
2023-02-02middle-end/108625 - wrong folding due to misinterpreted !Richard Biener2-2/+18
2023-02-02amdgcn, libgomp: Manually allocated stacksAndrew Stubbs9-112/+152
2023-02-02arm: Fix MVE predicates synthesis [PR 108443]Andre Vieira14-89/+160
2023-02-02arm: Remove unnecessary zero-extending of MVE predicates before use [PR 107674]Andre Vieira4-8/+26
2023-02-02arm: Fix sign of MVE predicate mve_pred16_t [PR 107674]Andre Vieira2-8/+35