aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-08-08tree-optimization/116258 - fix i386 testcaseRichard Biener1-1/+1
2024-08-08lra: emit caller-save register spills before call insn [PR116028]Surya Kumari Jangala3-6/+26
2024-08-08RISC-V: Minimal support for Zimop extension.Jiawei4-0/+25
2024-08-08c++/modules: Handle instantiating already tsubsted template friend classes [P...Nathaniel Shead4-0/+88
2024-08-08c++/modules: Fix merging of GM entities in partitions [PR114950]Nathaniel Shead13-54/+148
2024-08-08c++/modules: Clarify error message in read_enum_defNathaniel Shead2-5/+5
2024-08-08Daily bump.GCC Administrator6-1/+425
2024-08-07compiler: don't assume that ATTRIBUTE_UNUSED is definedIan Lance Taylor2-2/+8
2024-08-07Darwin: Recognise -weak_framework in the driver [PR116237].Iain Sandoe2-0/+6
2024-08-07c++: erroneous partial spec vs primary tmpl [PR116064]Patrick Palka3-2/+21
2024-08-07Partially support streaming of poly_int for offloading.Prathamesh Kulkarni7-14/+100
2024-08-07Don't call clean_symbol_name in create_tmp_var_name [PR116219]Jakub Jelinek2-11/+7
2024-08-07OpenMP: Constructors and destructors for "declare target" static aggregatesTobias Burnus10-40/+258
2024-08-07c++: Implement CWG2387 - Linkage of const-qualified variable template [PR109126]Jakub Jelinek3-0/+49
2024-08-07aarch64/testsuite: Add testcases for recently fixed PRsAndrew Pinski2-0/+29
2024-08-07rs6000, Add new overloaded vector shift builtin int128 variantsCarl Love5-3/+517
2024-08-07tree-optimization/116258 - do not lower PAREN_EXPR of vectorsRichard Biener2-2/+21
2024-08-07testsuite: Fix recent regression of g++.dg/other/sse2-pr85572-1.CRoger Sayle1-3/+4
2024-08-07c++: Fix ICE on valid involving variadic constructor [PR111592]Simon Martin2-0/+12
2024-08-07vect: Fix vect_reduction_def check for odd/even widen mult [PR116142]Xi Ruoyao2-2/+19
2024-08-07c++: Fix up handling of dependent (late) attributes on function/method types ...Jakub Jelinek2-8/+28
2024-08-07tree-optimization/116166 - forward jump-threading going wildRichard Biener2-10/+24
2024-08-07testsuite, rs6000: Adjust pr78056-[1357].c and remove pr78056-[246].cKewen Lin7-70/+4
2024-08-07testsuite, rs6000: Fix some run cases with appropriate _hwKewen Lin3-3/+3
2024-08-07testsuite, rs6000: Replace powerpc_vsx_ok with powerpc_vsxKewen Lin5-7/+10
2024-08-07testsuite, rs6000: Replace powerpc_vsx_ok with powerpc_altivec etc.Kewen Lin15-16/+19
2024-08-07testsuite, rs6000: Remove useless powerpc_{altivec,vsx}_okKewen Lin13-16/+5
2024-08-07testsuite, rs6000: Make {vmx,vsx,p8vector}_hw check for altivec/vsx featureKewen Lin4-15/+12
2024-08-07Fix Wstringop-overflow-47.c warning in RISC-V target.Jiawei1-3/+3
2024-08-07Fix vect/pr115278.cc for targets where uint32_t is distinct from unsigned.Joern Rennecke1-1/+1
2024-08-07c++/modules: Ensure deduction guides are always reachable [PR115231]Nathaniel Shead11-1/+230
2024-08-07c++: Improve fixits for incorrect explicit instantiationsNathaniel Shead2-5/+20
2024-08-07Reduce iteration counts for gcc.dg/vect/tsvc tests.Joern Rennecke11-20/+379
2024-08-07Vect: Make sure the lhs type of .SAT_TRUNC has its mode precision [PR116202]Pan Li2-2/+27
2024-08-07RISC-V: Update .SAT_TRUNC dump check due to middle-end changePan Li1-1/+1
2024-08-06c++: permit errors inside uninstantiated templates [PR116064]Patrick Palka15-6/+238
2024-08-07Daily bump.GCC Administrator6-1/+486
2024-08-06Fortran: Eliminate error prone translations.Jerry DeLisle1-88/+88
2024-08-06aarch64/testsuite: Fix gcc.target/aarch64/simd/vmmla.c [PR116207]Andrew Pinski1-1/+1
2024-08-06diagnostics: SARIF output: fix "executionSuccessful" ยง3.20.14 [PR116177]David Malcolm12-6/+152
2024-08-06AArch64: take gather/scatter decode overhead into accountTamar Christina14-0/+60
2024-08-06doc: Rephrase GM2 Limitations sectionGerald Pfeifer1-4/+3
2024-08-06hppa: Fix (plus (plus (mult (a) (mem_shadd_constant)) (b)) (c)) optimizationJohn David Anglin1-0/+1
2024-08-06RISC-V: Fix typos in codePatrick O'Neill7-52/+52
2024-08-06RISC-V: Fix comment typosPatrick O'Neill21-70/+70
2024-08-06c++: further concept_check_p clean-upMarek Polacek3-25/+6
2024-08-06c++: more non-type template parms [PR116223]Jason Merrill1-4/+8
2024-08-06c++: alias and non-type template parm [PR116223]Jason Merrill2-1/+23
2024-08-06c++: zero-init and class nttp [PR94568]Jason Merrill4-2/+34
2024-08-06i386: Refactor V2DI arithmetic right shift expansion for STV.Roger Sayle5-152/+180