aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-08[Ada] Skip types in error for test to compute array sizeYannick Moy1-0/+1
2021-07-08[Ada] Prevent crash on inspection point for unfrozen entityGhjuvan Lacambre1-0/+31
2021-07-08[Ada] Fix on computation of packed array size in case of errorYannick Moy1-9/+19
2021-07-08[Ada] Compute sizes when possible for packed array with Component_SizeYannick Moy1-0/+42
2021-07-08[Ada] Unsynchronized concurrent access to a Boolean variableSteve Baird3-21/+81
2021-07-08[Ada] Add No_Tasking restriction is system.ads for bootstrapArnaud Charlet1-0/+4
2021-07-08[Ada] Incorrect iteration over hashed containers after multiple InsertsEd Schonberg4-4/+41
2021-07-08[Ada] Make runtime code compatible with No_Dynamic_Accessibility_ChecksArnaud Charlet10-43/+40
2021-07-08[Ada] Revert meaning of -gnatd_bArnaud Charlet3-31/+34
2021-07-08[Ada] Make tools compatible with No_Dynamic_Accessibility_ChecksArnaud Charlet2-6/+8
2021-07-08[Ada] Avoid linear search when ensuring dependency on SystemPiotr Trojanek1-7/+5
2021-07-08[Ada] Simplify string manipulation related to preprocessingPiotr Trojanek1-17/+7
2021-07-08vect: Remove always-true conditionRichard Sandiford1-26/+24
2021-07-08match.pd: Relax rule to include POLY_INT_CSTsRichard Sandiford2-1/+15
2021-07-08PR tree-optimization/40210: Fold (bswap(X)>>C1)&C2 to (X>>C3)&C2 in match.pdRoger Sayle3-2/+697
2021-07-08i386: Add pack/unpack patterns for 32bit vectors [PR100637]Uros Bizjak3-17/+105
2021-07-07Generate 128-bit int divide/modulus on power10.Michael Meissner2-0/+61
2021-07-08Daily bump.GCC Administrator5-1/+410
2021-07-07analyzer: remove add_any_constraints_from_ssa_def_stmtDavid Malcolm17-270/+361
2021-07-07Correct handling of variable offset minus constant in -Warray-bounds [PR100137]Martin Sebor31-371/+817
2021-07-07rs6000: Harden mma_init_builtinsPeter Bergner1-1/+2
2021-07-07[Ada] Remove unused defineDmitriy Anisimkov1-6/+0
2021-07-07[Ada] Assertion errors on concurrent types with -gnatc and extensions enabledGary Dismukes2-6/+18
2021-07-07[Ada] Stronger assertion about flag for checking static expressionsPiotr Trojanek1-4/+3
2021-07-07[Ada] Front-end inlining and instantiations of UCArnaud Charlet1-1/+8
2021-07-07[Ada] Keepalive control on WindowsDmitriy Anisimkov1-0/+18
2021-07-07[Ada] Optimize away certain elaboration checksBob Duff5-14/+20
2021-07-07[Ada] Simplify code by reusing Remove on list of primitive operationsPiotr Trojanek1-7/+1
2021-07-07[Ada] Minor code cleanupArnaud Charlet1-1/+1
2021-07-07[Ada] Code cleanups in System.Atomic_CountersArnaud Charlet2-16/+5
2021-07-07[Ada] Implement new legality checks specified by AI12-0412Gary Dismukes6-46/+159
2021-07-07[Ada] Fix location of errors about volatile compatibilityPiotr Trojanek1-1/+1
2021-07-07[Ada] Use bounded string buffer in Get_Unit_NamePiotr Trojanek1-20/+5
2021-07-07[Ada] Replace obsolete calls that use global name bufferPiotr Trojanek1-47/+53
2021-07-07[Ada] Fix bugs in Value_Size clauses and refactorBob Duff6-142/+145
2021-07-07[Ada] Improve interactions between DSA and Put_Image routines for tagged typesSteve Baird1-23/+3
2021-07-07[Ada] Timeout correction on Get_Socket_OptionDmitriy Anisimkov1-6/+10
2021-07-07[Ada] Unchecked_Convert_To: set ParentBob Duff2-5/+13
2021-07-07[Ada] Simplify handling of sure errors in GNATprove modeYannick Moy3-25/+0
2021-07-07[Ada] Reduce scope of local variablesPiotr Trojanek1-4/+6
2021-07-07[Ada] Simplify code by reusing List_LengthPiotr Trojanek1-13/+1
2021-07-07[Ada] Replace low-level membership tests with Is_Private_TypePiotr Trojanek3-5/+5
2021-07-07[Ada] Linker_Section_Pragma cleanupBob Duff1-3/+2
2021-07-07[Ada] Fix precondition of Cot for code analyzersYannick Moy1-1/+1
2021-07-07[Ada] Replace chopped string copy with renamingPiotr Trojanek1-5/+3
2021-07-07[Ada] Simplify handling of Generate_Code flag for compilation unitsPiotr Trojanek4-30/+12
2021-07-07[Ada] Add socket options to control keepalive on TCP connectionDmitriy Anisimkov2-14/+62
2021-07-07[Ada] Tune discovery of No_Elaboration_Code restrictionPiotr Trojanek1-0/+1
2021-07-07[Ada] Simplify iteration over pending instantiationsPiotr Trojanek1-7/+2
2021-07-07[Ada] Transient scope cleanupBob Duff10-165/+93