aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2023-03-15gcc/testsuite/gcc.dg: Fix pic test case for PE targetsJonathan Yong3-3/+15
2023-03-14c++: redeclaring member of constrained class template [PR96830]Patrick Palka3-0/+101
2023-03-14c++: constrained template friend class matching [PR96830]Patrick Palka2-2/+32
2023-03-14c++: variable tmpl partial specialization [PR108468]Jason Merrill2-0/+14
2023-03-14PR 109125 Modula2 SIGBUS in m2pim_ldtoa_ldtoaGaius Mulley3-380/+382
2023-03-14c++: -Wreturn-type with if (true) throw [PR107310]Jason Merrill3-2/+24
2023-03-14i386: Fix up split_double_concat [PR109109]Jakub Jelinek3-3/+328
2023-03-14d: Fix undefined reference to lambda defined in private enum [PR109108]Iain Buclaw3-28/+34
2023-03-14ipa-cp: Improve updating behavior when profile counts have gone badMartin Jambor1-7/+22
2023-03-14ipa-cp: Fix various issues in update_specialized_profile (PR 107925)Martin Jambor1-4/+6
2023-03-14i386: Use movss to implement V2SImode VEC_PERM.Uros Bizjak2-10/+8
2023-03-14testsuite: Fix up g++.dg/cpp2a/concepts-lambda3.C [PR108972]Jakub Jelinek1-2/+3
2023-03-14c++: Treat unnamed bitfields as padding for __has_unique_object_representatio...Jakub Jelinek2-2/+12
2023-03-14RISC-V: Avoid calloc() poisoning on muslSam James2-1/+5
2023-03-14Remove variables only used with .DEFERRED_INITRichard Biener2-1/+36
2023-03-14Add testcase for ifcvt fixEric Botcazou1-0/+69
2023-03-14Revert latest change to emit_group_storeEric Botcazou1-10/+7
2023-03-14testsuite: move mla_1 test to aarch64 only [PR109118]Tamar Christina1-3/+2
2023-03-14ifcvt: Lower bitfields only if suitable for scalar register [PR 109005]Andre Vieira1-3/+3
2023-03-14tree-vect-patterns: Fix up ICE in upper_bound [PR109115]Jakub Jelinek2-1/+21
2023-03-14Fix overactive sanity check in profile_count::to_sreal_scaleJan Hubicka1-23/+11
2023-03-14New testcaseRichard Biener1-0/+109
2023-03-14Daily bump.GCC Administrator7-1/+6364
2023-03-13PR 109103 Modula2 Missing function internal_error_atGaius Mulley14-130/+286
2023-03-13Update gcc sv.poJoseph Myers1-312/+220
2023-03-13Update gcc de.poJoseph Myers1-231/+208
2023-03-13d: Delay removing DECL_EXTERNAL from thunks until funcion has finishedIain Buclaw1-19/+18
2023-03-13d: Refactor DECL_ARGUMENT and DECL_RESULT generation to own functionIain Buclaw1-88/+118
2023-03-13xtensa: add .note.GNU-stack section on linuxMax Filippov1-0/+2
2023-03-13c++: handle _FloatNN redeclaration like bool [PR107128]Jason Merrill3-0/+6
2023-03-13Docs: Fix double 'See' in zero-length-bounds docs.Sean Bright1-1/+1
2023-03-13testsuite: add test coverage for analyzer leak false +ve [PR105906]David Malcolm1-0/+32
2023-03-13testsuite: add test coverage for PR analyzer/108045David Malcolm2-0/+213
2023-03-13analyzer, testsuite: add test coverage for various builtinsDavid Malcolm3-0/+89
2023-03-13xtensa: Remove REG_OK_STRICT and its derivativesTakayuki 'January June' Suwa1-10/+1
2023-03-14RISC-V: Fine tunning merge operand constraintJu-Zhe Zhong3-448/+566
2023-03-14RISC-V: Remove RVV intrinsic API testKito Cheng6112-1232113/+0
2023-03-14RISC-V: Fix ICE of RVV compare intrinsicJu-Zhe Zhong2-0/+88
2023-03-14RISC-V: Fine tune RA constraint for narrow instructionsJu-Zhe Zhong12-84/+3788
2023-03-13c++: suppress -Wdangling-reference for std::span [PR107532]Marek Polacek2-0/+13
2023-03-13gcn/mkoffload.cc: Pass -save-temps on for the hsaco stepTobias Burnus1-0/+3
2023-03-13libcpp: Fix ICE on directive inside _Pragma() operator [PR67046]Lewis Hyatt1-0/+10
2023-03-13tree-optimization/109046 - re-combine complex loadsRichard Biener2-1/+47
2023-03-13Daily bump.GCC Administrator4-1/+335
2023-03-13aarch64: Add bfloat16_t support for aarch64Jakub Jelinek9-266/+215
2023-03-12PR middle-end/109031: Fix final value replacement from narrower IVs.Roger Sayle3-1/+81
2023-03-12AArch64: Update div-bitmask to implement new optab instead of target hook [PR...Tamar Christina3-137/+52
2023-03-12middle-end: Implement preferred_div_as_shifts_over_mult [PR108583]Tamar Christina8-0/+190
2023-03-12middle-end: don't form FMAs when multiplication is not single use. [PR108583]Tamar Christina2-0/+54
2023-03-12ranger: Add range-ops for widen addition and widen multiplication [PR108583]Tamar Christina4-0/+189