aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-08-21Fix coarray rank for non-coarrays in derived types. [PR86468]Andre Vehreschild5-11/+70
2024-08-21c++, coroutines: Check for malformed functions before splitting.Iain Sandoe1-1/+7
2024-08-21testsuite: i386: Fix g++.target/i386/pr116275-2.C on Solaris/x86Rainer Orth1-1/+1
2024-08-21Fortran: Fix ICE in sizeof(coarray) [PR77518]Andre Vehreschild2-3/+37
2024-08-21rs6000: Remove "+" constraint modifier from *vsx_le_perm_store_* insnsKewen Lin1-5/+5
2024-08-21rs6000: Fix vsx_le_perm_store_* splitters for !reload_completedKewen Lin1-11/+10
2024-08-21testsuite, rs6000: Remove all powerpc-*paired* usesKewen Lin1-33/+2
2024-08-21Align predicates for operands[1] between mov<mode> and *mov<mode>_internal.liuhongt2-2/+2
2024-08-21Daily bump.GCC Administrator5-1/+311
2024-08-20builtins: Don't expand bit query builtins for __int128_t if the target suppor...Andrew Pinski1-1/+3
2024-08-20ASAN: call initialize_sanitizer_builtins for hwasan [PR115205]Andrew Pinski1-0/+3
2024-08-21RISC-V: Fix one typo in .SAT_TRUNC test func name [NFC]Pan Li25-63/+63
2024-08-21c++/modules: Remove unnecessary errors when not writing compiled moduleNathaniel Shead34-68/+47
2024-08-20match: Reject non-ssa name/min invariants in gimple_extract [PR116412]Andrew Pinski2-0/+12
2024-08-20phi-opt: Fix for failing maybe_push_res_to_seq in factor_out_conditional_oper...Andrew Pinski3-10/+34
2024-08-20c++: Appertain standard attributes after array closing square bracket to arra...Jakub Jelinek3-4/+8
2024-08-20c++: Parse and ignore attributes on base specifiers [PR110345]Jakub Jelinek2-5/+22
2024-08-20RISC-V: Remove testcase XFAILEdwin Lu1-1/+0
2024-08-20c++: Improve errors parsing a braced list [PR101232]Franciszek Witt4-5/+51
2024-08-20doc: Normalize reference to binutils version for C6XGerald Pfeifer1-1/+1
2024-08-20Match: Add pattern for `(a ? b : 0) | (a ? 0 : c)` into `a ? b : c` [PR103660]Andrew Pinski3-0/+88
2024-08-20match: extend the `((a CMP b) ? c : 0) | ((a CMP' b) ? d : 0)` patterns to su...Andrew Pinski5-19/+163
2024-08-20testsuite: Add testcases for part of PR 103660Andrew Pinski4-0/+132
2024-08-20c++: default targ eligibility refinement [PR101463]Patrick Palka3-19/+71
2024-08-20tree-optimization/116274 - overzealous SLP vectorizationRichard Biener2-1/+20
2024-08-20Fortran: Fix [Coarray] ICE in conv_caf_send, at fortran/trans-intrinsic.c:195...Andre Vehreschild4-33/+29
2024-08-20[optc-save-gen.awk] Fix streaming of command line options for offloading.Prathamesh Kulkarni1-0/+16
2024-08-20c++/modules: Disable streaming definitions of non-vague-linkage GMF decls [PR...Nathaniel Shead3-7/+27
2024-08-20c++/modules: Handle transitive reachability for deduction guides [PR116403]Nathaniel Shead7-16/+79
2024-08-20c++/modules: Avoid rechecking initializers when streaming NTTPs [PR116382]Nathaniel Shead5-6/+35
2024-08-20c++/modules: Fix type lookup in DECL_TEMPLATE_INSTANTIATIONS [PR116364]Nathaniel Shead6-5/+31
2024-08-20Daily bump.GCC Administrator6-1/+635
2024-08-19m68k: Add -mlraAndreas Schwab3-1/+17
2024-08-19c++: ICE with enum and conversion fn in template [PR115657]Marek Polacek3-2/+44
2024-08-19c++: fix ICE in convert_nontype_argument [PR116384]Marek Polacek2-0/+28
2024-08-19aarch64: Fix ls64 intrinsic availabilityAndrew Carlotti6-4/+46
2024-08-19aarch64: Fix memtag intrinsic availabilityAndrew Carlotti6-33/+51
2024-08-19aarch64: Fix tme intrinsic availabilityAndrew Carlotti6-59/+72
2024-08-19aarch64: Move check_required_extensionsAndrew Carlotti3-103/+106
2024-08-19aarch64: Refactor check_required_extensionsAndrew Carlotti1-18/+20
2024-08-19Allow coarrays in select type. [PR46371, PR56496]Andre Vehreschild5-7/+83
2024-08-19gnat: fix lto-type-mismatch between C_Version_String and gnat_version_string ...Arsen Arsenović2-2/+6
2024-08-19aarch64: Reduce FP reassociation width for Neoverse V2 and set AARCH64_EXTRA_...Kyrylo Tkachov1-3/+4
2024-08-19testsuite: Prune warning about size of enumsTorbjörn SVENSSON1-0/+1
2024-08-19rtl: Enable the use of rtx values with int and mode attributesAndre Vieira2-7/+19
2024-08-19testsuite: Reduce cut-&-paste in scanltranstree.expRichard Sandiford1-124/+62
2024-08-19Fix ICE in recompute_tree_invariant_for_addr_expr, at tree.c:4535 [PR84244]Andre Vehreschild2-1/+24
2024-08-19aarch64: Implement 16-byte vector mode const0 store by TImodeHaochen Gui1-1/+10
2024-08-19AVX10.2 ymm rounding: Support vsqrtp{s,d,h} and vsubp{s,d,h} intrinsHu, Lin18-0/+447
2024-08-19AVX10.2 ymm rounding: Support vscalefp{s,d,h} intrinsHu, Lin19-1/+238