aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2023-05-26xtensa: tidy extzvsi-1bit patternsTakayuki 'January June' Suwa1-5/+6
2023-05-26ada: Corrections to premature-references rulesBob Duff1-5/+17
2023-05-26ada: Fix typos "statment" and "condtion"Bob Duff6-7/+7
2023-05-26ada: Use truncation for dynamic conversions from floating point to fixed pointEric Botcazou4-24/+35
2023-05-26ada: Crash on function returning allocated object containing tasksJavier Miranda1-0/+19
2023-05-26ada: Default initialize entity to avoid CodePeer messageYannick Moy1-0/+6
2023-05-26ada: Minor doc clarificationYannick Moy3-3/+3
2023-05-26ada: Complete contracts of SPARK unitsYannick Moy4-58/+80
2023-05-26ada: Fix crash on 'Img as generic actual functionBob Duff6-33/+33
2023-05-26ada: Remove redundant guard against empty listsPiotr Trojanek2-4/+1
2023-05-26ada: Fix double free on finalization of Vector in array aggregateEric Botcazou1-18/+9
2023-05-26ada: Fix internal error on Big_Integer conversion ghost instanceEric Botcazou1-12/+12
2023-05-26ada: Simplify expansion of set membershipPiotr Trojanek1-10/+7
2023-05-26ada: Cleanup expansion of membership operators into attribute ValidPiotr Trojanek1-22/+4
2023-05-26ada: Remove leftover code for counting protected entriesPiotr Trojanek1-20/+5
2023-05-26ada: Fix detection of non-static expressions in records with pragmasPiotr Trojanek1-6/+5
2023-05-26ada: Reorder components in Ada.Containers.Bounded_Doubly_Linked_ListsEric Botcazou1-1/+1
2023-05-26ada: Reorder components in Ada.Containers.Restricted_Doubly_Linked_ListsEric Botcazou1-1/+1
2023-05-26ada: Reject thin 'Unrestricted_Access value to aliased constrained arrayEric Botcazou1-23/+51
2023-05-26ada: Simplify iteration over record component items with possible pragmasPiotr Trojanek1-4/+2
2023-05-26ada: Fix handling of Global contracts inside generic subprogramsPiotr Trojanek1-1/+3
2023-05-26ada: Tune detection of expression functions within a declare expressionPiotr Trojanek2-3/+3
2023-05-26ada: Crash on loop in dispatching conditional entry callJavier Miranda3-125/+30
2023-05-26ada: Remove redundant protection against empty listsPiotr Trojanek1-122/+116
2023-05-26ada: Cleanups in handling of aggregatesPiotr Trojanek5-26/+24
2023-05-26ada: Fix iteration over component items with pragmasPiotr Trojanek2-4/+4
2023-05-26ada: Duplicate declaration of _master entityJavier Miranda3-23/+40
2023-05-26ada: Remove redundant guards from handling of record componentsPiotr Trojanek1-6/+1
2023-05-26ada: Remove Is_Descendant_Of_Address flag from Standard_AddressEric Botcazou4-13/+20
2023-05-26ada: Handle new Controlling_Tag format when converting to SCILGhjuvan Lacambre2-10/+29
2023-05-26ada: Use context variables in expansion of aggregatesPiotr Trojanek1-10/+7
2023-05-26ada: Fix missing finalization in library-level instance bodyEric Botcazou6-228/+222
2023-05-26ada: Minor tweak in conditionEric Botcazou1-1/+1
2023-05-26ada: Simplify expansion of positional aggregatesPiotr Trojanek1-9/+3
2023-05-26ada: Use computed value from os_constants to define sigset_tDoug Rupp1-1/+3
2023-05-26ada: Fix another couple of unchecked conversions to Ada.Tags.TagEric Botcazou1-54/+17
2023-05-26ada: Refine types for an accessibility-checking routinePiotr Trojanek1-2/+2
2023-05-26ada: Clean style in expansion of array aggregatesPiotr Trojanek1-7/+5
2023-05-26ada: Fix late extra formals creationRonan Desplanques1-0/+1
2023-05-26ada: Add missing guards in Selected_Range_ChecksEric Botcazou1-0/+2
2023-05-26ada: Enhance Is_Null_Range and Not_Null_Range predicatesEric Botcazou3-9/+11
2023-05-26i386: Do not disable call to ix86_expand_vecop_qihi2Uros Bizjak1-1/+1
2023-05-26Only use NO_REGS in cost calculation when !hard_regno_mode_ok for GENERAL_REG...liuhongt1-4/+8
2023-05-26RISC-V: Fix zero-scratch-regs-3.c failJuzhe-Zhong1-2/+2
2023-05-26Daily bump.GCC Administrator4-1/+691
2023-05-25testsuite: Require trampolines for nestev-vla testsDimitar Dimitrov3-0/+3
2023-05-25In pipeline scheduling, insns should not be fusion in different BB blocks.Jin Ma1-1/+1
2023-05-25i386: Use 2x-wider modes when emulating QImode vector instructionsUros Bizjak3-171/+255
2023-05-25target/104327: Allow more inlining between different optimization levels.Georg-Johann Lay1-0/+16
2023-05-25target/82931: Make a pattern more generic to match more bit-transfers.Georg-Johann Lay3-10/+52