aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-03-14Daily bump.GCC Administrator4-1/+20
2022-03-13d: Merge upstream dmd 02a3fafc6, druntime 26b58167, phobos 16cb085b5.Iain Buclaw58-888/+1287
2022-03-13texi + c-target.def: Fix typosTobias Burnus4-7/+7
2022-03-13Daily bump.GCC Administrator6-1/+181
2022-03-12c++: naming a dependently-scoped template for CTAD [PR104641]Patrick Palka4-10/+63
2022-03-12c++: ICE with bad conversion shortcutting [PR104622]Patrick Palka3-4/+29
2022-03-12c++: return-type-req in constraint using only outer tparms [PR104527]Patrick Palka3-26/+75
2022-03-12c++: ICE with non-constant satisfaction value [PR98644]Patrick Palka3-21/+34
2022-03-12c++: give fold expressions a locationPatrick Palka2-6/+6
2022-03-12rs6000: Do not use rs6000_cpu for .machine ppc and ppc64 (PR104829)Segher Boessenkool1-2/+10
2022-03-12OpenACC 'kernels' decomposition: resolve wrong-code cases unless manually mak...Thomas Schwinge15-11/+72
2022-03-12OpenACC 'kernels' decomposition: Mark variables used in 'present' clauses as ...Thomas Schwinge3-16/+80
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 Administrator5-1/+94
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-11Fortran: OpenMP/OpenACC avoid uninit access in size calc for mappingTobias Burnus5-9/+80
2022-03-11Daily bump.GCC Administrator6-1/+375
2022-03-10PR c++/84964: Middle-end patch to expand_call for ICE after sorry.Roger Sayle2-0/+9
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-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-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-10[nvptx] Use no,yes for attribute predicableTom de Vries1-20/+20
2022-03-10[nvptx] Disable warp sync in simt regionTom de Vries3-17/+58
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 Schwinge17-109/+90
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