aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2025-04-30tree-optimization/119960 - failed external SLP promotionRichard Biener2-7/+71
2025-04-30ipa/120006 - wrong code with IPA PTARichard Biener2-0/+67
2025-04-30tree-optimization/120003 - missed jump threadingRichard Biener3-7/+24
2025-04-30Fix GNAT build failure for x86/FreeBSDEric Botcazou2-0/+173
2025-04-30AVR: target/119989 - Add missing clobbers to xload_<mode>_libgcc.Georg-Johann Lay10-0/+97
2025-04-30RISC-V: Allow different dynamic floating point mode to be merged [PR119832]Kito Cheng2-0/+64
2025-04-30RISC-V: Fix missing implied Zicsr from Zve32xJerry Zhang Jian2-27/+8
2025-04-30AArch64: Fold LD1/ST1 with ptrue to LDR/STR for 128-bit VLSJennifer Schmitz6-96/+118
2025-04-30RISC-V: Add intrinsics testcases for SiFive Xsfvcp extensions.yulong4-0/+465
2025-04-30RISC-V: Add intrinsics support for SiFive Xsfvcp extensions.yulong17-8/+1562
2025-04-30Fix compilation failure on FreeBSDEric Botcazou1-1/+1
2025-04-30Daily bump.GCC Administrator5-1/+202
2025-04-29Fix cs_interesting_for_ipcp_p wrt flag_profile_partial_training.Jan Hubicka1-6/+4
2025-04-29analyzer: fix for older version of GCCMarc Poulhiès2-7/+7
2025-04-29d: Use __builtin_clear_padding for zeroing alignment holes after setIain Buclaw4-70/+30
2025-04-29simplify-rtx: Combine bitwise operations in more casesPengfei Li2-0/+67
2025-04-29i386: Disable string insn from non-default AS for Pmode != word_mode [PR111657]Uros Bizjak5-25/+44
2025-04-29RISC-V: Fix register move cost for SIBCALL_REGS/JALR_REGSZhijin Zeng1-4/+4
2025-04-29tree-optimization/119997 - &ptr->field no longer subject to PRERichard Biener5-42/+93
2025-04-29i386: Allow string instructions from non-default address space [PR111657]Uros Bizjak3-52/+131
2025-04-29target.def: Remove TARGET_PROMOTE_FUNCTION_RETURN referenceH.J. Lu2-8/+0
2025-04-29Annotate empty bb with all debug_stmt with location of phi in the single_succ.hongtao.liu1-3/+43
2025-04-29debug/78685 - reword -Og documentationRichard Biener1-7/+9
2025-04-29i386: Skip sub-RTXes of memory operand in ix86_update_stack_alignmentUros Bizjak1-5/+10
2025-04-29x86: Add a pass to remove redundant all 0s/1s vector loadH.J. Lu10-41/+549
2025-04-29i386: Add ix86_expand_unsigned_small_int_cst_argumentH.J. Lu1-5/+53
2025-04-29Remove other processors from X86_TUNE_DEST_FALSE_DEP_FOR_GLC except GLCliuhongt1-3/+1
2025-04-29Daily bump.GCC Administrator9-1/+1463
2025-04-28analyzer: handle NRVO and DECL_BY_REFERENCE [PR111536]David Malcolm14-28/+186
2025-04-28analyzer: fix null deref false negative on std::unique_ptr [PR109366]David Malcolm3-0/+36
2025-04-28analyzer: initial implementation of exception handling [PR97111]David Malcolm103-77/+2777
2025-04-28analyzer,c++: add placeholder implementation of ana::translation_unit for C++David Malcolm1-0/+40
2025-04-28Eliminate make-unique.h and ::make_uniqueDavid Malcolm73-1044/+1031
2025-04-28analyzer: use unique_ptr for state_machine instancesDavid Malcolm13-101/+108
2025-04-28analyzer: convert various call_summary * to call_summary &David Malcolm4-16/+18
2025-04-28analyzer: convert gcall * to gcall & in many placesDavid Malcolm34-383/+381
2025-04-28analyzer: convert various enums to "enum class"David Malcolm19-243/+243
2025-04-28analyzer: use analyzer/common.h as a common headerDavid Malcolm55-892/+325
2025-04-28analyzer: fail if we see unexpected gimple stmt codesDavid Malcolm1-7/+16
2025-04-28analyzer: add a call_details::dump (using text_art)David Malcolm2-0/+63
2025-04-28pass_manager: add m_ prefix to pass fields accessed via passes.defDavid Malcolm2-27/+27
2025-04-28c,c++: use unique_ptr in name_hint to reduce naked 'new'David Malcolm5-37/+54
2025-04-28diagnostics: use diagnostic_option_id for m_opt_permissiveDavid Malcolm1-3/+3
2025-04-28diagnostics: make diagnostic_context::m_abort_on_error privateDavid Malcolm2-9/+9
2025-04-28sarif output: introduce sarif_generation_optionsDavid Malcolm5-86/+115
2025-04-28Add a Relation iterator to the relation oracle.Andrew MacLeod2-8/+117
2025-04-28Add lhs_op1 relation to pointer_plusAndrew MacLeod3-0/+67
2025-04-28Do not overwrite relation in range_of_range_op.Andrew MacLeod1-6/+8
2025-04-28Use the current cache when creating inferred ranges.Andrew MacLeod1-1/+1
2025-04-28Infer non-zero for integral division RHS.Andrew MacLeod2-0/+29