aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-06x86: Generate INT3 for __builtin_eh_returnH.J. Lu2-3/+24
2022-01-06x86: Rename -harden-sls=indirect-branch to -harden-sls=indirect-jmpH.J. Lu4-8/+8
2022-01-06compiler: permit converting unnamed types when ignoring struct tagsIan Lance Taylor2-3/+2
2022-01-06i386: Improve HImode interunit movesUros Bizjak5-35/+51
2022-01-06[Ada] Warn on subtype declaration of null rangeBob Duff2-4/+28
2022-01-06[Ada] Remove unnecessary declare blockPiotr Trojanek1-38/+35
2022-01-06[Ada] Proof of System.Generic_Array_Operations at silver levelYannick Moy4-51/+490
2022-01-06[Ada] Simplify traversal for removing warnings from dead codePiotr Trojanek1-25/+11
2022-01-06[Ada] Remove a locally handled exceptionPiotr Trojanek1-17/+10
2022-01-06[Ada] Move messages on division by zero to the right operandPiotr Trojanek1-1/+5
2022-01-06[Ada] Remove unnecessary guards for non-empty listsPiotr Trojanek7-110/+90
2022-01-06[Ada] Fix typo on compatibilityEtienne Servais1-1/+1
2022-01-06[Ada] Fix regression in freezing code for instantiationsEric Botcazou1-11/+19
2022-01-06[Ada] Remove unreferenced Warn_On_InstancePiotr Trojanek1-8/+0
2022-01-06[Ada] Fix style in comments about warning messagesPiotr Trojanek3-3/+3
2022-01-06[Ada] Simplify type conversions in source pointer arithmeticPiotr Trojanek1-1/+1
2022-01-06[Ada] Refactor repeated implicit conversion from Char_Code to UintPiotr Trojanek1-2/+2
2022-01-06[Ada] Fix style in calls to Compile_Time_Constraint_ErrorPiotr Trojanek1-6/+6
2022-01-06[Ada] Fix spurious error on instantiation with Text_IO nameEric Botcazou1-2/+11
2022-01-06[Ada] Avoid building malformed component constraintsSteve Baird1-7/+8
2022-01-06[Ada] Avoid building malformed component constraintsSteve Baird1-14/+92
2022-01-06[Ada] Fix typo in comments found running aspellEtienne Servais29-70/+70
2022-01-06[Ada] Spurious error when using current instance of typeJustin Squirek4-2/+58
2022-01-06[Ada] New restriction No_Tagged_Type_RegistrationBob Duff9-387/+441
2022-01-06[Ada] Remove duplicates of empty stringsPiotr Trojanek2-13/+2
2022-01-06[Ada] Rename Any_Access into Universal_AccessEric Botcazou9-59/+50
2022-01-06[Ada] Suppress spurious CodePeer check on generic actual subprogramPiotr Trojanek1-0/+2
2022-01-06[Ada] Justify false positive message from CodePeer analysis of GNATYannick Moy1-0/+3
2022-01-06[Ada] Removal of technical debtJustin Squirek12-132/+111
2022-01-06[Ada] Crash in class-wide pre/postconditionsJavier Miranda1-106/+58
2022-01-06[Ada] Simplify repeated calls in printing of GNAT ASTPiotr Trojanek1-1/+1
2022-01-06[Ada] Simplify GNAT AST printing with simple GNAT hash tablePiotr Trojanek2-92/+75
2022-01-06[Ada] Proof of runtime unit for non-binary modular exponentiationYannick Moy2-10/+274
2022-01-06[Ada] Proof of runtime units for binary modular exponentiationYannick Moy5-5/+79
2022-01-07RISC-V: Minimal support of vector extensionsKito Cheng6-0/+390
2022-01-07RISC-V: Allow extension name contain digitKito Cheng1-4/+38
2022-01-06c++: Add testcase for recently fixed PR [PR69681]Patrick Palka1-0/+10
2022-01-06libstdc++: Add self-merge check to std::forward_list::merge [PR103853]Pavel I. Kryukov2-0/+53
2022-01-06libstdc++: Adjust friend declarations to work with ClangJonathan Wakely1-2/+2
2022-01-06libstdc++: Increase timeout for pthread7-rope.cc testJonathan Wakely1-1/+2
2022-01-06libstdc++: Do not use std::isdigit in <charconv> [PR103911]Jonathan Wakely1-6/+5
2022-01-06expr: Workaround profiledbootstrap uninit false positive [PR103899]Jakub Jelinek1-9/+10
2022-01-06Add VxWworks fixincludes hack, don't expect yvals.h from gccOlivier Hainque3-5/+92
2022-01-06ifcvt: Check for asm goto at the end of then_bb/else_bb in ifcvt [PR103908]Jakub Jelinek2-0/+30
2022-01-05Avoid more -Wformat-diag warnings [PR103758]Marek Polacek2-8/+12
2022-01-06Daily bump.GCC Administrator8-1/+641
2022-01-05rs6000: Skip overload instances with uninitialized fntype (PR103622)Bill Schmidt1-0/+6
2022-01-05Fix target/103910: missing GTY on x86_mfence causing PCH usage to ICEAndrew Pinski1-1/+1
2022-01-05i386: Introduce V2QImode minmax, abs and uavgv2hi3_ceil [PR103861]Uros Bizjak3-17/+109
2022-01-05libstdc++: Optimize operations on small size hashtable [PR 68303]François Dumont5-35/+333