aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-09-11tree-optimization/116674 - vectorizable_simd_clone_call and re-analysisRichard Biener2-3/+90
2024-09-11lto: Stream has_unroll flag during LTO [PR116140]Alex Coplan3-0/+34
2024-09-11testsuite: Ensure ltrans dump files get cleaned up properly [PR116140]Alex Coplan1-2/+2
2024-09-11c++: Ensure ANNOTATE_EXPRs remain outermost expressions in conditions [PR116140]Alex Coplan2-1/+104
2024-09-11OpenMP: Add interop routines to omp_runtime_api_procnameTobias Burnus1-0/+7
2024-09-11fortran/openmp.cc: Fix var init and locus use to avoid uninit values [PR fort...Tobias Burnus1-1/+2
2024-09-11Vect: Support form 1 of vector signed integer .SAT_ADDPan Li2-1/+20
2024-09-11Enable tune fuse_move_and_alu for GNR.liuhongt1-1/+2
2024-09-11RISC-V: Fix asm check for Vector SAT_* due to middle-end changePan Li99-294/+179
2024-09-11Daily bump.GCC Administrator5-1/+129
2024-09-10c++: Fix get_member_function_from_ptrfunc with -fsanitize=bounds [PR116449]Jakub Jelinek2-3/+30
2024-09-10c++: mutable temps in rodata [PR116369]Marek Polacek2-1/+16
2024-09-10Pass host specific ABI opts from mkoffload.Prathamesh Kulkarni8-30/+46
2024-09-10tree-optimization/116658 - latent issue in vect_is_slp_load_nodeRichard Biener2-3/+62
2024-09-10Match: Support form 2 for scalar signed integer .SAT_ADDPan Li1-0/+14
2024-09-10ada: Include missing associated header fileEric Botcazou1-0/+1
2024-09-10ada: Use the same warning character in continuationsViljar Indus2-11/+11
2024-09-10ada: First controlling parameter: report error without Extensions allowedJavier Miranda2-20/+61
2024-09-10ada: Normalize span generation on different platformsViljar Indus1-3/+27
2024-09-10ada: Evaluate calls to GNAT.Source_Info routines in semantic checkingPiotr Trojanek3-9/+39
2024-09-10ada: Simplify code for inserting checks into expressionsPiotr Trojanek1-22/+12
2024-09-10ada: Whitespace cleanup in declaration of calendar-related routinesPiotr Trojanek1-6/+6
2024-09-10x86: Refine V4BF/V2BF FMA TestcaseLevy Hsu1-4/+8
2024-09-09phiopt: Move the common code between pass_phiopt and pass_cselim into a seper...Andrew Pinski1-153/+100
2024-09-09phiopt: Use gimple_phi_result rather than PHI_RESULT [PR116643]Andrew Pinski1-8/+8
2024-09-10Don't force_reg operands[3] when it's not const0_rtx.liuhongt1-1/+2
2024-09-10Daily bump.GCC Administrator11-1/+588
2024-09-09diagnostics: introduce struct diagnostic_option_idDavid Malcolm23-189/+295
2024-09-09diagnostics: replace option_hooks with a diagnostic_option_manager classDavid Malcolm7-94/+126
2024-09-09diagnostics: rename dc.printer to m_printer [PR116613]David Malcolm54-384/+419
2024-09-09SARIF output: fix schema URL [§3.13.3, PR116603]David Malcolm9-40/+72
2024-09-09i386: Use offsetable address constraint for double-word memory operandsUros Bizjak1-3/+3
2024-09-09analyzer: fix "unused variable 'summary_cast_reg'" warningDavid Malcolm1-2/+0
2024-09-09middle-end: also optimized `popcount(a) <= 1` [PR90693]Andrew Pinski5-7/+129
2024-09-09hppa: Don't canonicalize operand order of scaled index addressesJohn David Anglin1-5/+4
2024-09-09tree-optimization/116514 - handle pointer difference in bit-CCPRichard Biener2-1/+39
2024-09-09tree-optimization/116647 - wrong classified double reductionRichard Biener4-3/+26
2024-09-09Silence warning for 32-bit targetsEric Botcazou2-38/+38
2024-09-09Remove problematic declaration for 32-bit targetsEric Botcazou1-5/+0
2024-09-09gimple-fold: Move optimizing memcpy to memset to fold_stmt from fabAndrew Pinski4-133/+156
2024-09-09Amend gcc.dg/vect/fast-math-vect-call-2.cRichard Biener1-0/+1
2024-09-09testsuite: Fix up pr116588.c test [PR116588]Jakub Jelinek1-10/+3
2024-09-09Match: Fix ordered and nonequal: Fix 'gcc.dg/opt-ordered-and-nonequal-1.c' re...Thomas Schwinge1-0/+2
2024-09-09phiopt: Small refactoring/cleanup of non-ssa name case of factor_out_conditio...Andrew Pinski1-62/+60
2024-09-09doc: Enhance Intel CPU documentationHaochen Jiang1-11/+14
2024-09-09Daily bump.GCC Administrator3-1/+23
2024-09-08x86-64: Don't use temp for argument in a TImode registerH.J. Lu2-2/+63
2024-09-08gcov: Cache source filesJørgen Kvalsvik1-17/+53
2024-09-08testsuite: Use dg-compile, not gcc -cJørgen Kvalsvik1-1/+2
2024-09-08Daily bump.GCC Administrator5-1/+244