aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-11-11vect: Allow vconds between different vector sizesRichard Sandiford2-5/+3
2020-11-11Support Intel AVX VNNIliuhongt47-116/+956
2020-11-11Fix spelling.Martin Liska1-1/+1
2020-11-11Drop topological sort for PRE phi-translationRichard Biener1-10/+7
2020-11-11Early exit on VR_VARYING from irange::set.Aldy Hernandez1-1/+3
2020-11-11AArch64: Add FLAG for arithmetic operation intrinsics [PR94442]zhengnannan1-22/+22
2020-11-11gfortran.dg/gomp/workshare-reduction-*.f90: Fix dumps for -m32Tobias Burnus18-40/+40
2020-11-11fortran: Fix up gfc_typename CHARACTER length handling [PR97768]Jakub Jelinek3-3/+103
2020-11-11Re: Refactor copying decl section namesAlan Modra1-1/+1
2020-11-10Improve efficiency of copying section from another treeStrager Neds2-7/+33
2020-11-10Refactor section name ref countingStrager Neds1-19/+36
2020-11-11Formatting, there should be a space between PTA_* and (.liuhongt1-6/+6
2020-11-10Update MicroBlaze strings testNagaraju Mekala1-2/+3
2020-11-10testsuite: skip zero-scratch-regs on powerpc.David Edelsohn5-4/+5
2020-11-11Daily bump.GCC Administrator9-1/+651
2020-11-11IBM Z: Fix bootstrap breakage due to HAVE_TF macroIlya Leoshkevich1-2/+3
2020-11-10c++: Improve static_assert diagnostic [PR97518]Marek Polacek7-18/+166
2020-11-10c++: Add 5 unfixed tests.Marek Polacek5-0/+101
2020-11-10Refactor copying decl section namesStrager Neds13-15/+52
2020-11-10Early exit from irange::set for poly ints.Aldy Hernandez1-3/+5
2020-11-10analyzer: remove dead codeMartin Liska7-31/+23
2020-11-10Fortran: OpenMP 5.0 (in_,task_)reduction clause extensionsTobias Burnus67-172/+2349
2020-11-10opts: Change `is incompatible with` messages to have standard parametrised formMatthew Malcomson2-57/+51
2020-11-10libgo: update to Go 1.15.4 releaseIan Lance Taylor1-1/+1
2020-11-10c, c++: Fix up -Wunused-value on COMPLEX_EXPRs [PR97748]Jakub Jelinek4-27/+59
2020-11-10tree-optimization/97769 - fix assert in peeling for alignmentRichard Biener2-6/+33
2020-11-10tree-optimization/97780 - fix ICE in fini_preRichard Biener1-1/+1
2020-11-10AArch64: Add FLAG for tbl/tbx intrinsics [PR94442]zhengnannan1-12/+12
2020-11-10openmp: Implement OpenMP 5.0 base-pointer attachement and clause orderingChung-Lin Tang11-89/+493
2020-11-10IBM Z: Test long doubles in vector registersIlya Leoshkevich55-0/+808
2020-11-10IBM Z: Store long doubles in vector registers when possibleIlya Leoshkevich8-134/+604
2020-11-10Fix wrong code for boolean negation in condition at -O2Eric Botcazou2-14/+66
2020-11-10More PRE TLCRichard Biener1-94/+89
2020-11-10aarch64: Skip arm targets in vq*shr*n_high_n intrinsic testsDavid Candler4-0/+12
2020-11-10doc: Fix grammar in description of earlyclobberAlex Coplan1-1/+1
2020-11-10sccvn: Fix up push_partial_def little-endian bitfield handling [PR97764]Jakub Jelinek2-1/+18
2020-11-10Fortran: Fix function decl's location [PR95847]Tobias Burnus2-9/+27
2020-11-10tree-optimization/97760 - reduction paths with unhandled live stmtRichard Biener2-3/+32
2020-11-10Normalize VARYING for -fstrict-enums.Aldy Hernandez3-15/+60
2020-11-10Adjust Keylocker regex pattern for darwin, and add missing aesenc256kl test.hongyuw110-93/+110
2020-11-09Fix logical_combine OR operation. Again.Andrew MacLeod2-12/+37
2020-11-10Daily bump.GCC Administrator6-1/+319
2020-11-09c++: DR 1914 - Allow duplicate standard attributes.Marek Polacek9-32/+81
2020-11-09c++: Consider only relevant template arguments in sat_hasherPatrick Palka3-6/+92
2020-11-09c++: Use two levels of caching in satisfy_atomPatrick Palka2-14/+50
2020-11-09c++: Reuse identical ATOMIC_CONSTRs during normalizationPatrick Palka3-19/+40
2020-11-09c++: Fix ICE with variadic concepts and aliases [PR93907]Patrick Palka2-0/+62
2020-11-09c++: Call tsubst_pack_expansion from tsubst.Jason Merrill1-14/+1
2020-11-09c++: Improve error location for class using-decl.Jason Merrill3-5/+7
2020-11-09c++: Fix -Wvexing-parse ICE with omitted int [PR97762]Marek Polacek2-6/+28