aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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
2023-05-26Fortran/OpenMP: Add parsing support for allocators/allocate directivesTobias Burnus17-37/+1062
2023-05-26Remove accidentally added gfortran.dg/gomp/allocate*-.f90 filesTobias Burnus6-530/+0
2023-05-26amdgcn: Change -m(no-)xnack to -mxnack=(on,off,any)Tobias Burnus12-35/+585
2023-05-26genmatch: Emit debug message right before "return x" instead of earlierAndrew Pinski1-11/+22
2023-05-26xtensa: Rework 'setmemsi' insn patternTakayuki 'January June' Suwa3-154/+172
2023-05-26xtensa: Add 'subtraction from constant' insn patternTakayuki 'January June' Suwa4-1/+33
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