aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-08-08vect: Add target hook to prefer gather/scatter instructionsdevel/omp/gcc-15Andrew Stubbs7-13/+73
2025-07-30Don't pass vector params through to offload targetsAndrew Stubbs3-5/+26
2025-07-30amdgcn: add DImode offsets for gather/scatterAndrew Stubbs2-12/+103
2025-07-30amdgcn: Add ashlvNm, mulvNm macrosAndrew Stubbs1-27/+41
2025-07-30amdgcn: add more insn patterns using vec_duplicateAndrew Stubbs2-6/+179
2025-07-30amdgcn: Fix various unrecognized pattern issues with add<mode>3_vcc_dupAndrew Stubbs1-11/+11
2025-07-30amdgcn: fix vec_ucmp infinite recursionAndrew Stubbs1-3/+3
2025-07-30amdgcn: Don't clobber VCC if we don't need toAndrew Stubbs2-30/+21
2025-07-22ChangeLog.omp bumpThomas Schwinge4-1/+78
2025-07-21GCN, nvptx offloading: Restrain 'WARNING: program timed out.' while in 'dynam...Thomas Schwinge6-6/+6
2025-07-21nvptx: Support '-march=sm_61'Thomas Schwinge13-12/+111
2025-07-21nvptx: Support '-mptx=5.0'Thomas Schwinge6-0/+29
2025-07-21Adjust 'libgomp.c++/target-cdtor-{1,2}.C' for 'targetm.cxx.use_aeabi_atexit' ...Thomas Schwinge2-12/+22
2025-07-03ChangeLog.omp bumpThomas Schwinge3-1/+20
2025-07-03OpenMP: Add omp_get_initial_device/omp_get_num_devices builtins: Fix test casesThomas Schwinge2-4/+4
2025-07-03libgomp: Fix up omp_target_memset-3.c test for C++ [PR120444]Jakub Jelinek1-2/+2
2025-06-17ChangeLog.omp bumpTobias Burnus3-1/+17
2025-06-17OpenMP: Fix implicit 'declare target' for <ostream>Tobias Burnus2-1/+27
2025-06-17Merge branch 'releases/gcc-15' into devel/omp/gcc-15Tobias Burnus32-470/+974
2025-06-17Daily bump.GCC Administrator1-1/+1
2025-06-16Daily bump.GCC Administrator1-1/+1
2025-06-15Daily bump.GCC Administrator3-1/+16
2025-06-14AVR: Fix PR120423 / PR116389.Georg-Johann Lay4-0/+116
2025-06-14Daily bump.GCC Administrator4-1/+70
2025-06-13Fix test case for PR117811 which failed for int < 32 bit.Georg-Johann Lay1-0/+5
2025-06-13recip: Reset range info when replacing sqrt with rsqrt [PR120638]Jakub Jelinek2-0/+32
2025-06-13real: Fix up real_from_integer [PR120547]Jakub Jelinek2-12/+41
2025-06-13tree-chrec: Use signed_type_for in convert_affine_scevJakub Jelinek1-1/+1
2025-06-13Fortran: Fix missing substring ref for allocatable saved vars [PR120483]Andre Vehreschild2-3/+26
2025-06-13Daily bump.GCC Administrator6-1/+69
2025-06-12Update gcc es.poJoseph Myers1-106/+87
2025-06-12libstdc++: Do not specialize std::formatter for incomplete type [PR120625]Jonathan Wakely2-7/+30
2025-06-12ipa: When inlining, don't combine PT JFs changing signedness (PR120295)Martin Jambor2-0/+94
2025-06-12ada: Fix documentation of Generalized Finalization extensionEric Botcazou2-259/+162
2025-06-12ada: Fix wrong visibility over discriminantsRonan Desplanques1-4/+12
2025-06-12ada: Tweak special handling of synchronized type scopesRonan Desplanques1-8/+20
2025-06-12ada: Small tweak to latest changeEric Botcazou2-5/+3
2025-06-12ada: Document supported GCC optimization switchesEric Botcazou4-67/+119
2025-06-12Daily bump.GCC Administrator1-1/+1
2025-06-11Daily bump.GCC Administrator4-1/+77
2025-06-10ChangeLog.omp bumpTobias Burnus4-1/+65
2025-06-10gcn: Add experimental MI300 (gfx942) supportTobias Burnus11-76/+208
2025-06-10libgomp: Add OpenMP's omp_target_memset/omp_target_memset_asyncTobias Burnus17-4/+642
2025-06-10Merge branch 'releases/gcc-15' into devel/omp/gcc-15Tobias Burnus34-435/+1414
2025-06-10libstdc++: Make system_clock::to_time_t always_inline [PR99832]Jonathan Wakely2-0/+16
2025-06-10libstdc++: Fix std::format thousands separators when sign present [PR120548]Jonathan Wakely2-2/+19
2025-06-10vectorizer: Fix riscv build [PR120042]Andrew Pinski1-0/+1
2025-06-10ada: Error on subtype with static predicate used in case_expressionGary Dismukes2-4/+6
2025-06-10ada: Fix fallout of latest changeEric Botcazou1-1/+7
2025-06-10ada: Fix wrong initialization of library-level object by conditional expressionEric Botcazou2-4/+15