aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-12OpenACC 'kernels' decomposition: wrong-code cases unless manually making cert...Thomas Schwinge5-16/+59
2022-03-12Enhance further testcases to verify handling of OpenACC privatization level [...Thomas Schwinge4-55/+266
2022-03-12OpenACC 'kernels' decomposition: Mark variables used in 'present' clauses as ...Thomas Schwinge7-83/+168
2022-03-12Add 'c-c++-common/goacc/kernels-decompose-pr104086-1.c' [PR104086]Thomas Schwinge1-0/+25
2022-03-12Add 'gcc/tree.cc:user_omp_clause_code_name' [PR65095]Thomas Schwinge6-38/+41
2022-03-12PR middle-end/98420: Don't fold x - x to 0.0 with -frounding-mathRoger Sayle2-1/+12
2022-03-11Fix DImode to TImode sign extend issueMichael Meissner1-1/+1
2022-03-12Daily bump.GCC Administrator7-1/+107
2022-03-11d: Cache generated import declarations in a hash_mapIain Buclaw1-36/+41
2022-03-11d: Fix mistakes in strings to be translated [PR104552]Iain Buclaw1-2/+2
2022-03-11PR tree-optimization/98335: New peephole2 xorl;movb -> movzblRoger Sayle3-0/+80
2022-03-11PR tree-optimization/98335: Improvements to DSE's compute_trims.Roger Sayle8-5/+139
2022-03-11[Committed] Update g++.dg/other/pr84964.C for ia32 (and similar) targets.Roger Sayle1-3/+3
2022-03-11tree-optimization/104880 - update-address-taken and cmpxchgRichard Biener2-3/+56
2022-03-11target/104762 - vectorization costs of CONSTRUCTORsRichard Biener1-6/+11
2022-03-11lto-plugin: Honor link_output_name for -foffload-objects file nameTobias Burnus1-1/+8
2022-03-11libphobos: Enable on Solaris/SPARC or with /bin/as [PR 103528]Rainer Orth3-24/+3
2022-03-11Fortran: OpenMP/OpenACC avoid uninit access in size calc for mappingTobias Burnus5-9/+80
2022-03-11Daily bump.GCC Administrator9-1/+464
2022-03-10PR c++/84964: Middle-end patch to expand_call for ICE after sorry.Roger Sayle2-0/+9
2022-03-10libstdc++: Do not use fast_float for 16-bit size_t [PR104870]Jonathan Wakely1-1/+2
2022-03-10analyzer: fix ICE with -fanalyzer-transitivity [PR104863]David Malcolm2-0/+18
2022-03-10[PR103074] LRA: Check new conflicts when splitting hard reg live range.Vladimir N. Makarov2-2/+23
2022-03-10libstdc++: Move closing brace outside #endif [PR104866]Detlef Vollmann1-1/+1
2022-03-10Fix multiple issue in the testcase allocate-1.f90.Hafiz Abid Qadeer1-14/+12
2022-03-10c++: ->template and implicit typedef [PR104608]Marek Polacek3-1/+33
2022-03-10c++: Don't allow type-constraint auto(x) [PR104752]Marek Polacek3-2/+22
2022-03-10c++: ICE with operator delete [PR104846]Marek Polacek2-1/+9
2022-03-10c++: allow variadic operator[] for C++23 [PR103460]Jakub Jelinek2-1/+22
2022-03-10libstdc++: Fix std::strong_order to handle NaN on VAXJonathan Wakely1-2/+10
2022-03-10analyzer: add notes to write-to-const/string from access attr [PR104793]David Malcolm14-15/+362
2022-03-10analyzer: check for writes to consts via access attr [PR104793]David Malcolm7-0/+244
2022-03-10analyzer: fix duplicates in check_for_tainted_size_argDavid Malcolm2-3/+8
2022-03-10ipa-cp: Avoid adjusting references through self-recursion (PR 104813)Martin Jambor2-10/+42
2022-03-10tree-optimization/102943 - use tree form for sbr_sparse_bitmapRichard Biener1-7/+8
2022-03-10ada/104861 - use target_noncanonial for Target_NameRichard Biener1-1/+2
2022-03-10tree-optimization/102943 - avoid (re-)computing dominance bitmapRichard Biener1-23/+35
2022-03-10libstdc++: Support VAX floats in std::strong_orderJonathan Wakely1-0/+5
2022-03-10contrib: Fix non-portable shell commands in gcc-git-customization.sh [PR102664]Jonathan Wakely1-9/+13
2022-03-10[nvptx] Use no,yes for attribute predicableTom de Vries1-20/+20
2022-03-10[nvptx] Disable warp sync in simt regionTom de Vries4-17/+76
2022-03-10[nvptx] Handle unused result in nvptx_unisimt_handle_setTom de Vries2-1/+25
2022-03-10[nvptx] Use bit-bucket operand for atom insnsTom de Vries3-6/+50
2022-03-10[nvptx] Use atom.and.b64 instead of atom.b64.andTom de Vries3-28/+28
2022-03-10[nvptx] Add multilib mptx=3.1Tom de Vries1-3/+1
2022-03-10[nvptx] Restore default to sm_30Tom de Vries2-2/+2
2022-03-10[OpenACC privatization] Analyze 'lookup_decl'-translated DECL [PR90115, PR102...Thomas Schwinge34-170/+187
2022-03-10Add 'c-c++-common/goacc/kernels-decompose-pr104774-1.c' [PR104774]Thomas Schwinge1-0/+41
2022-03-10Add 'gfortran.dg/goacc-gomp/pr102330-{1,2,3}.f90' [PR102330]Thomas Schwinge3-0/+62
2022-03-10Enhance further testcases to verify handling of OpenACC privatization level [...Thomas Schwinge8-50/+227