aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2023-05-15OPTABS: Extend the number of expanding instructions patternPan Li1-0/+5
2023-05-15aarch64: Cost vector comparisons more accuratelyKyrylo Tkachov2-0/+36
2023-05-15ada: Fix typo in commentMarc Poulhiès1-1/+1
2023-05-15ada: Add annotations for proof of termination of runtime unitsYannick Moy7-0/+66
2023-05-15ada: Recover proof of runtime unitsYannick Moy2-5/+7
2023-05-15ada: Recover proof of Interfaces.C for terminationYannick Moy1-1/+9
2023-05-15ada: Fix comment related to inliningBob Duff1-3/+1
2023-05-15ada: Use Inline aspect instead of pragma in Einfo.UtilsBob Duff2-299/+176
2023-05-15ada: Fix formatting inconsistency in User's GuideRonan Desplanques1-2/+2
2023-05-15ada: Remove duplicated code in Proc_Next_Component_Or_DiscriminantBob Duff1-5/+1
2023-05-15ada: Improve comment on First_EntityBob Duff1-5/+6
2023-05-15ada: Clean up vanishing entity fieldsBob Duff9-96/+131
2023-05-15ada: Fix internal error on instance in package body with -gnatnEric Botcazou1-0/+4
2023-05-15ada: Remove redundant protection against empty listsPiotr Trojanek1-9/+6
2023-05-15ada: Simplify lookup of predecessor in homonym chainRonan Desplanques1-2/+1
2023-05-15ada: Accept aggregates with OTHERS clause in unchecked type conversionsPiotr Trojanek1-0/+1
2023-05-15ada: Emit warnings for (some) ineffective static predicate testsSteve Baird5-26/+158
2023-05-15ada: Update comment after SPARK RM changeYannick Moy1-1/+1
2023-05-15ada: Improve check of attribute referenceRonan Desplanques1-2/+4
2023-05-15ada: Fix minor documentation formatting issueRonan Desplanques3-4/+12
2023-05-15ada: Optimize 2**N to avoid explicit 'if' in modular caseBob Duff1-105/+26
2023-05-15ada: Add Check_Error_Detected before "raise Bad_Attribute"Bob Duff1-0/+1
2023-05-15ada: Fix handling of pragma Warnings (Toolname, Off/On)Yannick Moy1-4/+5
2023-05-15ada: Fix invalid JSON for extended variant record with -gnatRjEric Botcazou2-9/+52
2023-05-15ada: Fix proof of runtime unit System.Value*Claire Dross2-30/+64
2023-05-15ada: Allow pragmas Annotate between loop pragmasYannick Moy1-0/+8
2023-05-15ada: INOX: prototype RFC on String InterpolationJavier Miranda3-2/+223
2023-05-15ada: GNAT UGN: Add section documenting PIE being enabled by default on LinuxJoel Brobecker3-106/+194
2023-05-15ada: Skip dynamic interface conversion under native runtimeJavier Miranda1-7/+91
2023-05-15ada: Reject attribute Initialize on unchecked unionsPiotr Trojanek1-1/+8
2023-05-15ada: Fix Unchecked_Conversion in edge caseRonan Desplanques1-2/+2
2023-05-15ada: Fix link to parent when copying with Copy_Separate_TreePiotr Trojanek3-61/+71
2023-05-15aarch64: PR target/99195 annotate vector compare patterns for vec-concat-zeroKyrylo Tkachov2-7/+103
2023-05-15aarch64: PR target/99195 annotate qabs,qneg patterns for vec-concat-zeroKyrylo Tkachov2-1/+11
2023-05-15RISC-V: Optimize vsetvl AVL for VLS VLMAX auto-vectorizationPan Li2-3/+38
2023-05-15tree-optimization/109848 - fix TARGET_MEM_REF store from CTOR simplificationRichard Biener1-1/+4
2023-05-15Fix gcc.dg/vect/pr108950.cRichard Biener1-1/+1
2023-05-15RISC-V: Support TARGET_VECTORIZE_PREFERRED_VECTOR_ALIGNMENT to optimize codeg...Juzhe-Zhong4-4/+44
2023-05-15Daily bump.GCC Administrator3-1/+35
2023-05-14MATCH: Add pattern for `signbit(x) ? x : -x` into abs (and swapped)Andrew Pinski3-0/+36
2023-05-14i386: Handle unsupported modes from ix86_widen_mult_cost [PR109807]Uros Bizjak2-3/+6
2023-05-14i386: Honour -mdirect-extern-access when calling __fentry__Ard Biesheuvel1-2/+6
2023-05-14RISC-V: Refactor the or pattern to switch casesPan Li1-11/+26
2023-05-14Daily bump.GCC Administrator3-1/+48
2023-05-13[aarch64] Recursively intialize even and odd sub-parts and merge with zip1.Prathamesh Kulkarni12-81/+180
2023-05-13RISC-V: Pull out function call with side effect from gcc_assert.Kito Cheng1-1/+2
2023-05-13RISC-V: Improve vector_insn_info::dump for LMUL and policyKito Cheng1-3/+36
2023-05-12MATCH: Fix PR 109834, ICE with popcount combined with bswapAndrew Pinski3-2/+17
2023-05-13Daily bump.GCC Administrator4-1/+938
2023-05-12Fortran: Revise a namelist test case.Jerry DeLisle1-4/+17