aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2023-05-29ada: Fix memory leak in expression function returning Big_IntegerEric Botcazou2-16/+28
2023-05-29ada: Use Code_Address attribute to determine subprogram addressesPatrick Bernardi3-89/+48
2023-05-29ada: Call idiomatic routine in Expand_Simple_Function_ReturnEric Botcazou1-1/+1
2023-05-29ada: Fix wrong finalization for loop on indexed containerEric Botcazou1-3/+99
2023-05-29ada: Fix bogus error on conditional expression with only user-defined literalsEric Botcazou1-29/+98
2023-05-29ada: Fix crash on semi-recursive call in access-to-subprogram contractPiotr Trojanek1-2/+2
2023-05-29ada: Attach pre/post on access-to-subprogram to internal subprogram typePiotr Trojanek2-5/+13
2023-05-29ada: Remove redundant protection against empty listsPiotr Trojanek1-3/+1
2023-05-29ada: Remove extra whitespace from FOR loopsPiotr Trojanek3-6/+6
2023-05-29ada: Cleanup detection of type support subprogram entitiesPiotr Trojanek3-47/+35
2023-05-29ada: Fix wrong finalization for case expression in expression functionEric Botcazou1-2/+6
2023-05-29ada: Fix internal error with pragma Compile_Time_{Warning,Error}Eric Botcazou1-2/+7
2023-05-29ada: Fix small fallout of previous changeEric Botcazou1-4/+6
2023-05-29ada: Fix remaining failures in Roman Numbers testEric Botcazou1-2/+6
2023-05-29ada: Fix memory leak in multi-dimensional array aggregate of VectorEric Botcazou1-1/+1
2023-05-29ada: Fix wrong result for membership test of null in null-excluding access typeEric Botcazou1-3/+5
2023-05-29ada: Fix small fallout of previous changeEric Botcazou1-0/+7
2023-05-29ada: Fix wrong finalization for call to BIP function in conditional expressionEric Botcazou3-55/+138
2023-05-29ada: Accept parameters of enclosing subprograms in exceptional casesPiotr Trojanek1-0/+1
2023-05-29ada: Fix crash on vector initializationMarc Poulhiès3-5/+8
2023-05-29ada: Allow attributes like First and Last to be read in Exceptional_CasesPiotr Trojanek1-1/+9
2023-05-29ada: Repair support for user-defined literals in arithmetic operatorsEric Botcazou3-155/+156
2023-05-29ada: Default_Component_Value trumps Initialize/Normalize_ScalarsSteve Baird1-0/+6
2023-05-29ada: Crash on aggregate for tagged record with discriminantsJavier Miranda1-1/+1
2023-05-29ada: Reuse routine for getting from body entity to spec entityPiotr Trojanek1-21/+1
2023-05-29ada: Fix retrieval of spec entity from entry body entityPiotr Trojanek1-0/+3
2023-05-29ada: Restore parent link for both lists and nodes in class-wide conditionPiotr Trojanek1-3/+5
2023-05-29ada: Refining handling of inlining for CCGArnaud Charlet1-3/+6
2023-05-29ada: Fix spurious error on nested instantiations with generic renamingEric Botcazou1-9/+18
2023-05-29ada: Tune message for missing 'Result in Contract_CasesPiotr Trojanek1-1/+2
2023-05-29ada: Simplify removal of formals from the scopePiotr Trojanek2-22/+3
2023-05-29ada: Tune message for pre/post on access-to-subprogram in old AdaPiotr Trojanek1-1/+1
2023-05-29ada: Spurious error on string interpolationJavier Miranda3-5/+25
2023-05-29ada: Add QNX specific version of System.ParametersJohannes Kliemann2-0/+82
2023-05-29ada: Restore SPARK_Mode On for numerical functionsYannick Moy1-6/+0
2023-05-29ada: Fix restoration of parent linkMarc Poulhiès1-1/+2
2023-05-29ada: Analyze pre/post on access-to-subprogram without a wrapperPiotr Trojanek5-18/+54
2023-05-29RISC-V: Fix VSETVL PASS ICE on SLP auto-vectorizationJuzhe-Zhong2-1/+46
2023-05-29RISC-V: Remove redundant printf of abs-run.cJuzhe-Zhong1-1/+0
2023-05-29RISC-V: Add RVV FMA auto-vectorization supportJuzhe-Zhong10-0/+476
2023-05-29RISC-V: Fix ternary instruction attribute bugJuzhe-Zhong1-1/+1
2023-05-29RISC-V: Fix incorrect VXRM configuration in mode switching for CALL and ASMJuzhe-Zhong3-1/+66
2023-05-29RISC-V: Add ZVFHMIN extension to the -march= optionPan Li4-2/+63
2023-05-28Daily bump.GCC Administrator3-1/+17
2023-05-27Split notl + pbraodcast + pand to pbroadcast + pandn more modes.liuhongt3-7/+59
2023-05-27Disable avoid_false_dep_for_bmi for atom and icelake(and later) core processors.liuhongt1-1/+2
2023-05-27Daily bump.GCC Administrator6-1/+548
2023-05-26c: -Wstringop-overflow for parameters with forward-declared sizesMartin Uecker2-0/+24
2023-05-26RISC-V: Implement autovec abs, vneg, vnot.Robin Dapp16-0/+278
2023-05-26RISC-V: Add autovec sign/zero extension and truncation.Robin Dapp36-35/+488