aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-06-04[Ada] Continuation of "Get rid of more references to Universal_Integer"Arnaud Charlet2-6/+6
2020-06-04[Ada] Add another ad-hoc case to the Has_Private_View mechanismEric Botcazou1-0/+31
2020-06-04[Ada] Fix fallout of cleanup to Has_Private_View mechanismEric Botcazou1-0/+31
2020-06-04[Ada] Minor editorial fixesGary Dismukes1-2/+2
2020-06-04cselim: Extend to check non-trapping for more references [PR89430]Hao Liu8-63/+106
2020-06-04Fix missing assemble_external in ASM_OUTPUT_FDESCAndreas Schwab1-0/+1
2020-06-04Missing __divtf3@@GCC_4.4.0 on ia64Andreas Schwab1-3/+0
2020-06-04Fix uppercase in trunc<mode><pmov_dst_3>2.liuhongt2-3/+4
2020-06-04c++: Reject some further reinterpret casts in constexpr [PR82304, PR95307]Jakub Jelinek5-20/+38
2020-06-04Daily bump.GCC Administrator11-1/+523
2020-06-04Provide diagnostic hints for missing C++ cinttypes string constants.Mark Wielaard4-0/+84
2020-06-04Provide diagnostic hints for missing C inttypes.h string constants.Mark Wielaard5-1/+202
2020-06-04diagnostics: Add function call parens matching to c_parser.Mark Wielaard2-15/+57
2020-06-03optimize tanh(x) / sinh (x) to 1/ cosh (x)Vitor Guidi2-0/+45
2020-06-03Update gcc sv.po.Joseph Myers1-234/+153
2020-06-03identify lfs prefixed case PR95347Aaron Sawdey1-12/+25
2020-06-03c++: more constrained nested partial specializationPatrick Palka2-1/+15
2020-06-03c++: constrained nested partial specialization [PR92103]Patrick Palka2-9/+32
2020-06-03Optimize ODR enum streamingJan Hubicka13-89/+379
2020-06-03coroutines: Allow parameter packs in co_await/yield expressions [PR95345]Iain Sandoe2-24/+53
2020-06-03Fix missing dependencies for selftests which occasionally causes failed builds.Romain Naour1-2/+4
2020-06-03c++: Fix VLA in template [PR95232]Jason Merrill4-4/+35
2020-06-03Simple patch only add assumed-rank to the list of possible attributes.José Rui Faustino de Sousa2-1/+86
2020-06-03tree-optimization/95487 - use a truth type for scatter masksRichard Biener2-2/+26
2020-06-03jit: implement BT_CONST_VOLATILE_PTR [PR 95306]David Malcolm2-1/+4
2020-06-03tree-optimization/95495 - use SLP_TREE_REPRESENTATIVE in assertionRichard Biener2-1/+17
2020-06-03Prefer simple case changes in spelling suggestionsTom Tromey1-43/+79
2020-06-03simplify visited flag unsetting in SLP scalar cost computationRichard Biener1-5/+5
2020-06-03[OpenMP] Fix mapping of artificial variables (PR94874)Tobias Burnus14-5/+134
2020-06-03Cleanup LTO tag streaming.Jan Hubicka1-37/+35
2020-06-03[Ada] Fix for missing calls to Adjust primitive with nested genericsEric Botcazou1-126/+81
2020-06-03[Ada] Spurious ineffective with clause warnings on use type clauseJustin Squirek1-7/+18
2020-06-03[Ada] Small housekeeping work in Check_Private_ViewEric Botcazou1-19/+9
2020-06-03[Ada] Add detection of uninitialized big realsArnaud Charlet3-8/+39
2020-06-03[Ada] Remove more cases of empty loopsArnaud Charlet3-16/+113
2020-06-03[Ada] Support pragma Allow_Integer_Address on 64-bit targetsEric Botcazou4-11/+33
2020-06-03[Ada] Get rid of more references to Universal_Integer in expanded codeEric Botcazou2-6/+8
2020-06-03[Ada] Fix typosVadim Godunko3-3/+3
2020-06-03[Ada] Avoid creating temporaries in Universal_Integer, continuedEric Botcazou1-6/+9
2020-06-03[Ada] Update headersArnaud Charlet4-0/+16
2020-06-03[Ada] Small improvement to Expand_N_Unchecked_Type_ConversionEric Botcazou1-3/+3
2020-06-03[Ada] Improve handling of SPARK_Mode in generic instancesYannick Moy4-10/+39
2020-06-03[Ada] Initial infrastructure for adding a tree checkerArnaud Charlet5-2/+101
2020-06-03[Ada] Incorrect accessibility checking on aliased formalsJustin Squirek9-67/+134
2020-06-03[Ada] Improve 'Val implementation for some enumeration typesEric Botcazou3-158/+208
2020-06-03[Ada] Unnesting problems with expansion of Loop_Entry attributeGary Dismukes1-11/+25
2020-06-03[Ada] Minor change to comment in System.Regexp specBob Duff1-2/+4
2020-06-03[Ada] Get rid of more references to Universal_Integer in expanded codeEric Botcazou1-80/+128
2020-06-03[Ada] More efficient System.Random_Numbers.Random_Discrete for 32-bit typesEric Botcazou1-22/+67
2020-06-03[Ada] Debug info not available on subp having a class-wide preconditionGary Dismukes1-0/+7