aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2023-12-13c++: unifying constants vs their type [PR99186, PR104867]Patrick Palka3-0/+42
2023-12-13c++: unifying FUNCTION_DECLs [PR93740]Patrick Palka2-0/+28
2023-12-13c-family: rename warn_for_address_or_pointer_of_packed_memberJason Merrill5-23/+19
2023-12-13c-family: -Waddress-of-packed-member and castsJason Merrill8-102/+19
2023-12-13OpenMP: Pointers and member mappingsJulian Brown13-85/+668
2023-12-13OpenMP/OpenACC: Rework clause expansion and nested struct handlingJulian Brown20-803/+2902
2023-12-13OpenMP/OpenACC: Reindent TO/FROM/_CACHE_ stanza in {c_}finish_omp_clauseJulian Brown2-677/+688
2023-12-13c++: TARGET_EXPR location in default arg [PR96997]Jason Merrill2-0/+13
2023-12-13Revert "testsuite: fix g++.dg/pr112822.C"Jason Merrill1-1/+0
2023-12-13PR modula2/112921 missing modules shortreal shortstr shortconv convstringshortGaius Mulley9-0/+988
2023-12-13c++: End lifetime of objects in constexpr after destructor call [PR71093]Nathaniel Shead10-28/+284
2023-12-13c++: fix in-charge parm in constexprJason Merrill1-0/+13
2023-12-13c++: constant direct-initialization [PR108243]Jason Merrill3-6/+20
2023-12-13c++: copy location to AGGR_INIT_EXPRJason Merrill3-3/+4
2023-12-13testsuite: fix g++.dg/pr112822.CJason Merrill1-0/+1
2023-12-13amdgcn: Work around XNACK register allocation problemAndrew Stubbs5-5/+35
2023-12-13amdgcn: Support XNACK modeAndrew Stubbs6-138/+180
2023-12-13aarch64 testsuite: Check entire .arch stringAndrew Carlotti43-43/+43
2023-12-13aarch64: Add missing driver-aarch64 dependenciesAndrew Carlotti1-1/+3
2023-12-13testsuite: Add dg-do compile target c++17 directive for testcase [PR112822]Peter Bergner1-0/+1
2023-12-13RISC-V: Refine test cases for both PR112929 and PR112988Pan Li4-0/+110
2023-12-13aarch64 testsuite: Only run aarch64-ssve tests onceAndrew Carlotti1-0/+4
2023-12-13ARC: Add *extvsi_n_0 define_insn_and_split for PR 110717.Roger Sayle3-0/+47
2023-12-13RISC-V:Add crypto vector implied ISA info.Feng Wang2-6/+24
2023-12-13RISC-V: Postpone full available optimization [VSETVL PASS]Juzhe-Zhong3-2/+139
2023-12-13RISC-V: Fix dynamic lmul tests depended on abidemin.han1-0/+11
2023-12-13Middle-end: Adjust decrement IV style partial vectorization COST modelJuzhe-Zhong2-3/+26
2023-12-13lower-bitint: Fix lowering of non-_BitInt to _BitInt cast merged with some wi...Jakub Jelinek2-15/+28
2023-12-13attribs: Fix valgrind failures on -Wno-attributes* tests [PR112953]Jakub Jelinek1-1/+1
2023-12-13i386: Fix ICE on __builtin_ia32_pabsd128 without lhs [PR112962]Jakub Jelinek2-2/+19
2023-12-13Avoid losing MEM_REF offset in MEM_EXPR adjustment for stack slot sharingRichard Biener1-3/+9
2023-12-13tree-optimization/112991 - re-do PR112961 fixRichard Biener5-25/+47
2023-12-13tree-optimization/112990 - unsupported VEC_PERM from match patternRichard Biener1-0/+2
2023-12-13middle-end/111591 - explain why TBAA doesn't need adjustmentRichard Biener1-1/+7
2023-12-13multiflags: fix doc warning properlyAlexandre Oliva1-2/+2
2023-12-13aarch64: Implement the ACLE instruction/data prefetch functions.Victor Do Nascimento5-0/+290
2023-12-12range: Workaround different type precision between _Float128 and long double ...Kewen Lin1-2/+8
2023-12-13i386: Fix PR110790 testcaseHaochen Jiang1-1/+1
2023-12-13rs6000: using pli for constant splittingJiufu Guo2-0/+16
2023-12-13rs6000: accurate num_insns_constant_gprJiufu Guo1-138/+146
2023-12-13Daily bump.GCC Administrator6-1/+641
2023-12-12c++: class hotness attribute and member templateJason Merrill2-7/+15
2023-12-13RISC-V: Apply vla vs. vls mode heuristic vector COST modelJuzhe-Zhong17-4/+408
2023-12-13RISC-V: Refactor Dynamic LMUL codesJuzhe-Zhong31-109/+88
2023-12-12testsuite: Add testcase for already fixed PR [PR112822]Peter Bergner1-0/+369
2023-12-12SRA: Force gimple operand in an additional corner case (PR 112822)Martin Jambor1-3/+7
2023-12-12PR modula2/112984 Compiling program with -Wpedantic shows warning in librariesGaius Mulley34-47/+81
2023-12-13LoongArch: testsuite: Remove XFAIL in vect-ftint-no-inexact.cXi Ruoyao1-2/+1
2023-12-12testsuite: fix is_nothrow_default_constructible8.CJason Merrill1-1/+1
2023-12-12tree: add to clobber_kindJason Merrill10-24/+52