aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-11-08hppa: Don't use '%' operator in base14_operandJohn David Anglin1-1/+1
2024-11-08hppa: Don't allow large modes in hard registersJohn David Anglin1-9/+6
2024-11-08hppa: Fix handling of secondary reloads involving a SUBREGJohn David Anglin1-0/+1
2024-11-08Fix gcc.dg/vect/bb-slp-77.c for x86Richard Biener1-1/+1
2024-11-08arm: Improvements to arm_noce_conversion_profitable_p call [PR 116444]Andre Simoes Dias Vieira1-3/+56
2024-11-08c++: Fix ICE on constexpr virtual function [PR117317]Jakub Jelinek3-1/+38
2024-11-08testsuite: arm: Use check-function-bodies in epilog-1.c testTorbjörn SVENSSON1-3/+21
2024-11-08testsuite: arm: Use effective-target arm_libc_fp_abi for pr68620.c testTorbjörn SVENSSON2-1/+38
2024-11-08testsuite: arm: Allow vst1.32 instruction in pr40457-2.cTorbjörn SVENSSON1-1/+1
2024-11-08testsuite: arm: Use effective-target for pr84556.cc testTorbjörn SVENSSON1-1/+1
2024-11-08Enable gcc.dg/vect/vect-early-break_21.c on x86_64Richard Biener1-1/+1
2024-11-08aarch64: Extend support for the AE family of Cortex CPUsVictor Do Nascimento3-5/+9
2024-11-08testsuite: arm: Use effective-target for nomve_fp_1 testTorbjörn SVENSSON1-0/+2
2024-11-08RISC-V: Add testcases for unsigned imm vec SAT_SUB form1xuli10-0/+406
2024-11-07aarch64: Fix gcc.target/aarch64/sme2/acle-asm/bfmlslb_f32.cRichard Sandiford1-30/+30
2024-11-07aarch64: Make PSEL dependent on SME rather than SME2Richard Sandiford9-10/+10
2024-11-07aarch64: Restrict FCLAMP to SME2Richard Sandiford4-2/+30
2024-11-07bpf: avoid possible null deref in btf_ext_output [PR target/117447]David Faust1-0/+3
2024-11-07btf: check hash maps are non-null before emptyingDavid Faust1-4/+10
2024-11-07ifcombine: For short circuit case, allow 2 convert defining statements [PR85605]Andrew Pinski5-2/+116
2024-11-07VN: Lookup `val != 0` if we got back val when looking up the predicate for GI...Andrew Pinski2-0/+48
2024-11-07VN: Handle `(A CMP B) !=/== 0` for predicates [PR117414]Andrew Pinski2-0/+60
2024-11-07VN: Handle `(a | b) !=/== 0` for predicates [PR117414]Andrew Pinski3-0/+116
2024-11-07VN: Factor out inserting predicates for conditionalAndrew Pinski1-33/+37
2024-11-07Unify registered_pp_pragmas and registered_pragmasPaul Iannetta1-37/+29
2024-11-07Disable gather/scatter for non-first vectorized epilogueRichard Biener2-0/+10
2024-11-07Add LOOP_VINFO_MAIN_LOOP_INFORichard Biener3-48/+53
2024-11-07Add LOOP_VINFO_DRS_ADVANCED_BYRichard Biener2-0/+13
2024-11-07Check LOOP_VINFO_PEELING_FOR_GAPS on epilog is supportedRichard Biener1-10/+20
2024-11-07testsuite: Fix up pr116725.c test [PR116725]Jakub Jelinek1-0/+3
2024-11-07openmp: Fix max_vf testcases with -march=cascadelakeAndrew Stubbs1-1/+1
2024-11-07Doc: Add doc for standard name mask_len_strided_load{store}mPan Li1-0/+27
2024-11-07rtl-optimization/117467 - 33% compile-time in rest of compilationRichard Biener2-1/+2
2024-11-07i386: Support cstorebf4 with native bf16 comiHongyu Wang3-10/+82
2024-11-07i386: Modify regexp of pr117304-1.cHu, Lin11-5/+5
2024-11-07limit ifcombine stmt moving and adjust flow infoAlexandre Oliva1-25/+89
2024-11-07handle TRUTH_ANDIF cond exprs in ifcombine_replace_condAlexandre Oliva1-0/+11
2024-11-07ifcombine across noncontiguous blocksAlexandre Oliva1-29/+123
2024-11-07extend ifcombine_replace_cond to handle noncontiguous ifcombineAlexandre Oliva1-5/+170
2024-11-07adjust update_profile_after_ifcombine for noncontiguous ifcombineAlexandre Oliva1-24/+85
2024-11-07introduce ifcombine_replace_condAlexandre Oliva1-72/+65
2024-11-07drop redundant ifcombine_ifandif parmAlexandre Oliva1-11/+7
2024-11-07allow vuses in ifcombine blocksAlexandre Oliva1-1/+1
2024-11-07[testsuite] disable PIE on ia32 on more testsAlexandre Oliva8-0/+8
2024-11-07[testsuite] fix pr70321.c PIC expectationsAlexandre Oliva1-1/+5
2024-11-07RISC-V: Add testcases for signed imm SAT_ADD form1xuli12-0/+336
2024-11-07Match:Support signed imm SAT_ADD form1xuli2-0/+16
2024-11-07Daily bump.GCC Administrator4-1/+151
2024-11-07avx10_2-comibf-2.c: Require AVX10.2 supportH.J. Lu1-1/+2
2024-11-06[PATCH v2] RISC-V: zero_extend(not) -> xor optimization [PR112398]Alexey Merzlyakov2-0/+36