aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-11-21testsuite: Add filter for target socket supportDimitar Dimitrov19-0/+45
2022-11-21Expand comment for tree_niter_desc.maxAndrew Carlotti1-1/+2
2022-11-21Modify test, to prevent the next patch breaking itAndrew Carlotti1-4/+6
2022-11-21Refactor number_of_iterations_popcountAndrew Carlotti2-131/+191
2022-11-21Remove prototype for number_of_iterations_popcountAndrew Carlotti1-202/+194
2022-11-21Ensure at_stmt is defined before an early exitAndrew Carlotti1-3/+3
2022-11-21testsuite: Windows paths use \ and not /Torbjörn SVENSSON1-1/+1
2022-11-21genmultilib: Fix sanity checkChristophe Lyon1-14/+8
2022-11-21RISC-V: Fix ICE in branch<ANYI:mode>_shiftedarith_equals_zeroPhilipp Tomsich3-4/+38
2022-11-21ada: Adjust recent change for returns involving function callsEric Botcazou2-14/+8
2022-11-21ada: Do not share Packed Array Type if sizes of types differMarc Poulhiès1-5/+8
2022-11-21ada: Order pragmas alphabetically in reference manualRonan Desplanques3-128/+128
2022-11-21ada: Minor tweak in assertionEric Botcazou1-1/+1
2022-11-21ada: Internal compiler error for Sequential Partition_Elaboration_PolicySteve Baird5-5/+39
2022-11-21ada: Small cleanup in Expand_N_Object_DeclarationEric Botcazou2-53/+49
2022-11-21ada: Ada 2022 Image attribute bugsSteve Baird7-4/+56
2022-11-21ada: Disable subprogram call validation in CodePeer modeGhjuvan Lacambre1-1/+1
2022-11-21ada: Move warnings switchesBob Duff37-1113/+700
2022-11-21ada: Improve documentation for -gnatw.h warningsSteve Baird2-5/+15
2022-11-21ada: Reject nonconfirming Size attribute value for aliased objectMarc Poulhiès1-0/+15
2022-11-21ada: Fix gnatmake's parsing of adc filesRonan Desplanques1-0/+1
2022-11-21ada: Tweak error messages on misplaced with keywordsRonan Desplanques1-1/+1
2022-11-21i386: Uglify some local identifiers in *intrin.h [PR107748]Jakub Jelinek3-45/+46
2022-11-21genmultilib: Add sanity checkChristophe Lyon1-0/+14
2022-11-21changelog: Fix extra space after tab.Martin Liska10-821/+821
2022-11-21Make ARMv8-M attribute cmse_nonsecure_call work in AdaEric Botcazou3-11/+45
2022-11-21Fix PR 106560: Another ICE after conflicting types of redeclarationAndrew Pinski4-0/+24
2022-11-21define builtins for "shared" avxneconvert-avx512bf16vl builtins.liuhongt2-0/+13
2022-11-21Daily bump.GCC Administrator8-1/+578
2022-11-20c++: cache the normal form of a concept-idPatrick Palka1-14/+81
2022-11-20c++: remove coerce_innermost_template_parmsPatrick Palka1-65/+27
2022-11-20reg-stack: Fix a -fcompare-debug bug in reg-stack [PR107183]Jakub Jelinek2-21/+77
2022-11-19[PR other/104044] Remove extraneous semicolonsJeff Law3-5/+5
2022-11-19 Fix test to not depend on DECL_UIDsJeff Law1-1/+1
2022-11-19constexprify some tree variablesAndrew Pinski2-26/+19
2022-11-19nvptx: In 'STARTFILE_SPEC', fix 'crt0.o' for '-mmainkernel'Thomas Schwinge1-1/+1
2022-11-19jit: Use std::mutex instead of pthread_mutex_tJonathan Wakely5-24/+33
2022-11-19i386: Outline fast BF -> SF conversion and fix up sNaN handling in it [PR107628]Jakub Jelinek4-44/+42
2022-11-19c++: Implement C++23 P2647R1 - Permitting static constexpr variables in const...Jakub Jelinek7-6/+88
2022-11-18c++: implement P1492 contractsJeff Chapman II147-66/+10071
2022-11-18analyzer: fix feasibility false +ve on jumps through function ptrs [PR107582]David Malcolm4-4/+129
2022-11-18analyzer: move more impl_* to known_functionDavid Malcolm8-336/+462
2022-11-18RISC-V: No extensions for SImode min/max against safe constantPhilipp Tomsich3-0/+36
2022-11-18RISC-V: Handle "(a & twobits) == singlebit" in branches using ZbsPhilipp Tomsich3-0/+67
2022-11-18RISC-V: Use bseti/bclri/binvi to extend reach of ori/andi/xoriPhilipp Tomsich8-5/+153
2022-11-18RISC-V: Optimize slli(.uw)? + addw + zext.w into sh[123]add + zext.wPhilipp Tomsich4-0/+82
2022-11-18RISC-V: split to allow formation of sh[123]add before 32bit divwPhilipp Tomsich2-0/+28
2022-11-18RISC-V: Optimize branches testing a bit-range or a shifted immediatePhilipp Tomsich3-0/+111
2022-11-18RISC-V: allow bseti on SImode without sign-extensionPhilipp Tomsich2-0/+37
2022-11-18libcpp: Avoid remapping filenames within directivesRichard Purdie1-1/+2