aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-09-03Drop file that should not have been committed.Jeff Law1-1064/+0
2024-09-03Zen5 tuning part 3: fix typo in previous patchJan Hubicka1-1/+1
2024-09-03Dump whether a SLP node represents load/store-lanesRichard Biener1-2/+5
2024-09-03Fix missed peeling for gaps with SLP load-lanesRichard Biener1-0/+1
2024-09-03Zen5 tuning part 3: scheduler tweaksJan Hubicka3-3/+77
2024-09-03Zen5 tuning part 2: disable gather and scatterJan Hubicka1-6/+6
2024-09-03ipa: Don't disable function parameter analysis for fat LTOH.J. Lu1-2/+2
2024-09-03[PR target/115921] Improve reassociation for rv64Jeff Law3-4/+1083
2024-09-03Zen5 tuning part 1: avoid FMA chainsJan Hubicka1-4/+5
2024-09-03LTO/WPA: Ensure that output_offload_tables only writes table once [PR116535]Tobias Burnus6-16/+16
2024-09-03tree-optimization/116575 - avoid ICE with SLP mask_load_laneRichard Biener2-2/+32
2024-09-03i386: Fix vfpclassph non-optimizied intrinHaochen Jiang2-2/+79
2024-09-03Do not assert NUM_POLY_INT_COEFFS != 1 earlyRichard Biener1-1/+2
2024-09-03lower-bitint: Fix up __builtin_{add,sub}_overflow{,_p} bitint lowering [PR116...Jakub Jelinek2-2/+22
2024-09-03ada: Add kludge for quirk of ancient 32-bit ABIs to previous changeEric Botcazou1-2/+14
2024-09-03ada: Plug loophole exposed by previous changeEric Botcazou1-0/+3
2024-09-03ada: Fix internal error with Atomic Volatile_Full_Access objectEric Botcazou1-4/+6
2024-09-03ada: Pass unaligned record components by copy in calls on all platformsEric Botcazou1-3/+2
2024-09-03ada: Fix internal error on pragma pack with discriminated record componentEric Botcazou1-0/+2
2024-09-03ada: Simplify Note_Uplevel_Bound procedureMarc Poulhiès1-103/+66
2024-09-03ada: Transform Length attribute references for non-Strict overflow mode.Steve Baird1-1/+68
2024-09-03ada: Do not warn for partial access to Atomic Volatile_Full_Access objectsEric Botcazou1-16/+30
2024-09-03ada: Reject illegal array aggregates as per AI22-0106.Steve Baird1-17/+97
2024-09-03ada: Fix Finalize_Storage_Only bug in b-i-p callsBob Duff1-9/+5
2024-09-03SVE intrinsics: Fold constant operands for svmul.Jennifer Schmitz2-1/+316
2024-09-03SVE intrinsics: Fold constant operands for svdiv.Jennifer Schmitz4-3/+410
2024-09-03SVE intrinsics: Refactor const_binop to allow constant folding of intrinsics.Jennifer Schmitz2-89/+105
2024-09-03Handle mixing REALPART/IMAGPART with other components in SLP groupsRichard Biener1-2/+4
2024-09-03Correctly handle store IFNs in vect_get_vector_types_for_stmtRichard Biener1-4/+4
2024-09-03i386: Support partial vectorized V2BF/V4BF smaxminLevy Hsu2-0/+55
2024-09-03i386: Support partial vectorized V2BF/V4BF plus/minus/mult/div/sqrtLevy Hsu3-0/+116
2024-09-03RISC-V: Support form 1 of integer scalar .SAT_ADDPan Li14-0/+417
2024-09-03Daily bump.GCC Administrator10-1/+589
2024-09-03MIPS: Support vector reduc for MSAYunQiang Su5-0/+293
2024-09-02testsuite: Fix optimize_one.c FAIL on i686-linuxJakub Jelinek1-1/+1
2024-09-02[testsuite] add linkonly to dg-additional-sources [PR115295]Alexandre Oliva8-21/+39
2024-09-02amdgcn: Remove TARGET_GCN5_PLUSAndrew Stubbs5-135/+59
2024-09-02amdgcn: Remove TARGET_GCN3Andrew Stubbs4-31/+7
2024-09-02amdgcn: remove gfx803 "Fiji" supportAndrew Stubbs10-64/+18
2024-09-02PR modula2/116557 Remove physical address from the GPL header commentGaius Mulley40-137/+116
2024-09-02testsuite: Rename scanltranstree.exp -> scanltrans.expAlex Coplan3-2/+2
2024-09-02Rename gimple_asm_input_p to gimple_asm_basic_pRichard Sandiford7-14/+24
2024-09-02Rename ASM_INPUT_P to ASM_BASIC_PRichard Sandiford11-19/+24
2024-09-02lto/lto.cc: Fix build with not HAVE_WORKING_FORKTobias Burnus1-0/+2
2024-09-02lto-wrapper: Honor -save-temps for ltrans' makefileTobias Burnus1-1/+4
2024-09-02ada: Diagnose too large size clause on floating-point typeEric Botcazou1-0/+4
2024-09-02ada: Create usage entry for -gnatw_lViljar Indus3-7/+9
2024-09-02ada: Fix standard output stream for gnatcmd outputRonan Desplanques1-1/+4
2024-09-02ada: Fix minor issues in -gnaty0's documentationRonan Desplanques2-7/+7
2024-09-02ada: Documentation for generic type inferenceBob Duff2-35/+202