aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2025-05-02cobol, v2: Fix up cobol cross-compilation from 32-bit arches [PR119364]Jakub Jelinek17-288/+397
2025-05-02Revert "[PATCH 30/61] MSA: Make MSA and microMIPS R5 unsupported"Jeff Law1-3/+0
2025-05-02Make ix86 cost of VEC_SELECT equivalent to SUBREG cost 1Jan Hubicka1-3/+36
2025-05-02c++: CTAD and constexpr ctor [PR115207]Jason Merrill2-0/+14
2025-05-02c++: fix some testcasesJason Merrill2-2/+2
2025-05-02c++: C++17/20 class layout divergence [PR120012]Jason Merrill6-13/+95
2025-05-02i386: -Wabi false positive with indirect call [PR60336]Jason Merrill2-3/+23
2025-05-02Remove TARGET_LRA_P override when defining to hook_bool_void_trueRichard Biener2-4/+0
2025-05-02gimple: Switch bit-test lowering testcases for the more powerful algFilip Kastl2-0/+111
2025-05-02gimple: Don't warn about using different algs for big switch lowering [PR117091]Filip Kastl1-7/+0
2025-05-02gimple: Make bit-test switch lowering more powerfulFilip Kastl2-96/+67
2025-05-02gimple: Merge slow and fast bit-test switch lowering [PR117091]Filip Kastl1-90/+17
2025-05-02c: Fix crash in c-typeck.cc convert_arguments with indirect callsFlorian Weimer2-1/+15
2025-05-02aarch64: Optimize SVE extract last for VLS.Jennifer Schmitz6-55/+77
2025-05-02++: Small build_vec_init improvement [PR117827]Jakub Jelinek1-1/+2
2025-05-01vect: Use internal storage for converts for call into supportable_indirect_co...Andrew Pinski2-2/+2
2025-05-01get_known_nonzero_bits_1 should use wi::bit_and_not [PR118659]Andrew Pinski1-1/+1
2025-05-01expand: Remove unsignedp argument from get_compare_parts [PR118090]Andrew Pinski1-9/+6
2025-05-02Regenerate opt-urlsRichard Biener1-0/+3
2025-05-02Daily bump.GCC Administrator6-1/+123
2025-05-01Fix BZ 119317: named loops (C2y) with debug infoChristopher Bazley2-1/+7
2025-05-01c++: add missing -fabi-version docsJason Merrill2-3/+8
2025-05-01c: Suppress -Wdeprecated-non-prototype warnings for builtinsFlorian Weimer2-1/+16
2025-05-01c++: poor diag w/ non-constexpr dtor called from constexpr ctorPatrick Palka2-8/+22
2025-05-01phiopt: Remove special case for a sequence after match and simplify for early...Andrew Pinski1-14/+2
2025-05-01c++: more overeager use of deleted function before ADL [PR119034]Patrick Palka3-7/+25
2025-05-01Fortran: Source allocation of pure function result rejected [PR119948]Paul Thomas2-0/+60
2025-05-01Aarch64: Add __sqrt and __sqrtf intrinsics and corresponding testsAyan Shafqat2-0/+33
2025-05-01Aarch64: Use BUILTIN_VHSDF_HSDF for vector and scalar sqrt builtinsAyan Shafqat1-4/+1
2025-05-01c++: avoid weird #line paths in std-name-hint.hJason Merrill2-489/+489
2025-05-01c++: remove TREE_STATIC from constexpr heap vars [PR119162]Jason Merrill2-38/+16
2025-05-01Fix gcc.dg/tree-ssa/ssa-dom-thread-7.c for aarch64Richard Biener1-1/+1
2025-05-01Remove non-SLP path from vectorizable_conversionRichard Biener1-69/+19
2025-05-01Fixup vect_remove_slp_scalar_callsRichard Biener1-3/+3
2025-05-01combine: Special case set_noop_p in two spotsJakub Jelinek1-20/+20
2025-05-01Daily bump.GCC Administrator7-1/+410
2025-05-01c++/modules: Ensure deduction guides for imported types are reachable [PR120023]Nathaniel Shead4-0/+38
2025-05-01c++/modules: Fix imported CNTTPs being considered non-constant [PR119938]Nathaniel Shead3-1/+30
2025-05-01c++/modules: Catch exposures of TU-local values through inline references [PR...Nathaniel Shead2-7/+53
2025-04-30vectorizer: Fix riscv build [PR120042]Andrew Pinski1-0/+1
2025-04-30prime-paths.cc: remove redundant semicolonsDavid Malcolm1-2/+2
2025-04-30sarif output: introduce sarif_serialization_formatDavid Malcolm7-36/+173
2025-04-30analyzer: add more test coverage for sprintfDavid Malcolm1-0/+44
2025-04-30analyzer: avoid saying "'0' is NULL"David Malcolm8-10/+15
2025-04-30Update gcc .po filesJoseph Myers20-92971/+96411
2025-04-30testsuite: Force -mcmodel=small for gcc.target/aarch64/pr115258.cRichard Sandiford1-1/+1
2025-04-30c++: UNBOUND_CLASS_TEMPLATE context substitution [PR119981]Patrick Palka2-7/+30
2025-04-30tree-optimization/119960 - add validity checking to SLP schedulingRichard Biener1-8/+28
2025-04-30Revert "tree-optimization/119960 - failed external SLP promotion"Richard Biener2-71/+7
2025-04-30tree-optimization/119960 - fix and guard get_later_stmtRichard Biener1-3/+17