aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-06-27Avoid global bitmap space in ranger.Aldy Hernandez3-8/+11
2024-06-27ada: Remove last uses of System.Address_Operations in runtime libraryEric Botcazou11-49/+64
2024-06-27ada: Reject ambiguous function calls in interpolated string expressionsJavier Miranda1-1/+79
2024-06-27ada: Add missing dimension information for target namesEric Botcazou2-0/+3
2024-06-27ada: Fix array-manipulating code in MdllRonan Desplanques1-17/+26
2024-06-27ada: Bug using user defined string literals with interpolated stringsJavier Miranda1-1/+6
2024-06-27ada: Overridden operation field not correctly set for controlling result wrap...Martin Clochard1-47/+35
2024-06-27ada: Implement first half of Generalized FinalizationEric Botcazou27-242/+621
2024-06-27i386: Refactor vcvttps2qq/vcvtqq2ps patterns.Hu, Lin12-31/+22
2024-06-27vect: support direct conversion under x86-64-v3.Hu, Lin17-32/+363
2024-06-27vect: Support v4hi -> v4qi.Hu, Lin14-17/+44
2024-06-27vect: generate suitable convert insn for int -> int, float -> float and int <...Hu, Lin110-95/+990
2024-06-27RISC-V: Add testcases for vector truncate after .SAT_SUBPan Li8-0/+331
2024-06-27LoongArch: NFC: Dedup and sort the comment in loongarch_print_operand_relocXi Ruoyao1-9/+1
2024-06-27LoongArch: Tweak IOR rtx_cost for bstrinsXi Ruoyao2-17/+72
2024-06-27Fix wrong cost of MEM when addr is a lea.liuhongt2-1/+26
2024-06-27Internal-fn: Support new IFN SAT_TRUNC for unsigned scalar intPan Li4-0/+53
2024-06-27Vect: Support truncate after .SAT_SUB pattern in zipPan Li2-22/+33
2024-06-27tree-optimization/115652 - amend last fixRichard Biener1-1/+2
2024-06-27tree-optimization/115493 - complete previous fixRichard Biener1-1/+1
2024-06-27Daily bump.GCC Administrator5-1/+504
2024-06-26tree-optimization/115629 - missed tail mergingRichard Biener2-8/+75
2024-06-26RISC-V: Update testcase comments to point to PSABI rather than Table A.6Patrick O'Neill40-40/+45
2024-06-26RISC-V: Consolidate amo testcase variantsPatrick O'Neill31-435/+378
2024-06-26RISC-V: Rename amo testcasesPatrick O'Neill37-0/+0
2024-06-26rs6000, change altivec*-runnable.c test file namesCarl Love2-0/+0
2024-06-26rs6000, altivec-2-runnable.c update the require-effective-targetCarl Love1-3/+3
2024-06-26rs6000, altivec-1-runnable.c update the require-effective-targetCarl Love1-2/+3
2024-06-26[committed] Remove compromised sh testJeff Law1-14/+0
2024-06-26[committed][RISC-V] Fix expected output for thead store pair testJeff Law1-6/+4
2024-06-26tree-optimization/115652 - adjust insertion gsi for SLPRichard Biener1-16/+13
2024-06-26Record edge true/false value for gcovJørgen Kvalsvik3-0/+14
2024-06-26Use the term MC/DC in help for gcov --conditionsJørgen Kvalsvik1-1/+1
2024-06-26Add section on MC/DC in gcov manualJørgen Kvalsvik1-0/+72
2024-06-26Use auto_vec for memory release on returnJørgen Kvalsvik1-1/+1
2024-06-26arm: make arm_predict_doloop_p reject loops with callsAndre Vieira2-0/+29
2024-06-26[aarch64] Add support for -mcpu=graceKyrylo Tkachov3-3/+5
2024-06-26i386: Remove declaration of unused functionsEvgeny Karpov1-2/+0
2024-06-26rs6000: Fix wrong RTL patterns for vector merge high/low short on LEKewen Lin3-27/+94
2024-06-26rs6000: Fix wrong RTL patterns for vector merge high/low char on LEKewen Lin3-18/+95
2024-06-26tree-optimization/115646 - ICE with pow shrink-wrapping from bitfieldRichard Biener2-1/+14
2024-06-26optab: Add isnormal_optab for isnormal builtinHaochen Gui3-0/+9
2024-06-26optab: Add isfinite_optab for isfinite builtinHaochen Gui3-1/+10
2024-06-26[testsuite] [arm] [vect] adjust mve-vshr test [PR113281]Alexandre Oliva1-0/+2
2024-06-26Optimize a < 0 ? -1 : 0 to (signed)a >> 31.liuhongt6-1/+264
2024-06-25[PATCH 11/11] Handle subroutine types in CodeViewMark Harmstone2-0/+240
2024-06-25[PATCH 10/11] Handle bitfields for CodeViewMark Harmstone2-2/+88
2024-06-25diagnostics: introduce diagnostic-global-context.ccDavid Malcolm3-521/+554
2024-06-25diagnostics: eliminate various implicit uses of global_dcDavid Malcolm7-147/+166
2024-06-25testsuite: use check-jsonschema for validating .sarif files [PR109360]David Malcolm3-10/+11