aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-12-10c++: Name lookup for modulesNathan Sidwell4-56/+940
2020-12-10c++: modularize spelling suggestionsNathan Sidwell2-5/+74
2020-12-10arm: Fix typo in testcase mve-vsub_1.cDennis Zhang1-1/+0
2020-12-10c++: Add fixed test [PR68451]Marek Polacek1-0/+23
2020-12-10c++: name-lookup refactoringNathan Sidwell1-81/+135
2020-12-10Small fix to PLACEHOLDER_EXPR handling in loc_list_from_tree_1Eric Botcazou1-3/+4
2020-12-10c++: Module-specific error and tree dumpingNathan Sidwell3-0/+86
2020-12-10c++: name-lookup cleanupsNathan Sidwell2-54/+53
2020-12-10Remove misleading debug line entriesBernd Edlinger3-14/+43
2020-12-10remove obsolete conversion handling from vectorizable_assignmentRichard Biener1-6/+1
2020-12-10arm: Auto-vectorization for MVE: vandChristophe Lyon7-18/+101
2020-12-10data-ref: Rework integer handling in split_constant_offset [PR98069]Richard Sandiford2-97/+352
2020-12-10[VECT] pr97929 fixJoel Hutton2-0/+12
2020-12-10Add WIDEN_PLUS, WIDEN_MINUS pretty printJoel Hutton1-0/+12
2020-12-10tree-optimization/98211 - fix bogus vectorization of conversionRichard Biener2-0/+62
2020-12-10drop __builtin_ from __clear_cache libnameAlexandre Oliva1-1/+1
2020-12-10dojump: Improve float != comparisons on x86 [PR98212]Jakub Jelinek2-0/+38
2020-12-10dojump: Optimize a == a or a != a [PR98169]Jakub Jelinek2-1/+36
2020-12-10openmp: Fix ICE with broken doacross loop [PR98205]Jakub Jelinek2-7/+42
2020-12-10Allow scalar fallback for pattern root stmtRichard Biener2-4/+16
2020-12-10RISC-V: Explicitly call python when using multilib generatorSimon Cook1-1/+2
2020-12-09-fdump-go-spec: ignore type ordering of incomplete typesNikhil Benesch2-36/+20
2020-12-09go-test.exp: recognize errorcheckdir -nIan Lance Taylor1-1/+1
2020-12-10Daily bump.GCC Administrator6-1/+226
2020-12-09go-test.exp: rewrite errchk regexp quotingIan Lance Taylor1-40/+22
2020-12-09phiopt: Fix up two_value_replacement BOOLEAN_TYPE handling for Ada [PR98188]Jakub Jelinek1-5/+5
2020-12-09aarch64: Add +pauth to -marchPrzemyslaw Wirkus4-6/+17
2020-12-09i386: Remove REG_ALLOC_ORDER definitionUros Bizjak1-16/+0
2020-12-09tree-optimization/98213 - cache PHI walking result in SMRichard Biener2-6/+38
2020-12-09c++: Module parsingNathan Sidwell3-6/+403
2020-12-09c++: Fix printing of decltype(nullptr) [PR97517]Marek Polacek2-0/+14
2020-12-09testsuite: fix 2 tests on aarch64Martin Liska2-2/+2
2020-12-09aarch64: Add CPU-specific SVE vector costs structKyrylo Tkachov2-116/+204
2020-12-09c++: Decl module-specific semantic processingNathan Sidwell6-15/+205
2020-12-09IBM Z: Build autovec-*-signaling-eq.c tests with exceptionsIlya Leoshkevich2-2/+2
2020-12-09OpenMP: C/C++ parse 'omp allocate'Tobias Burnus5-1/+137
2020-12-09c/98200 - improve error recovery for GIMPLE FERichard Biener2-0/+11
2020-12-09gfortran.dg/gomp/reduction4.f90: Fix testcaseTobias Burnus2-16/+21
2020-12-09fold-const: Fix native_encode_initializer bitfield handling [PR98199]Jakub Jelinek2-2/+9
2020-12-09fold-const: Fix up native_encode_initializer missing field handling [PR98193]Jakub Jelinek2-0/+40
2020-12-09c++: Avoid [[nodiscard]] warning in requires-expr [PR98019]Jason Merrill2-1/+4
2020-12-09c++: Don't require accessible dtors for some forms of new [PR59238]Jason Merrill3-2/+38
2020-12-09Daily bump.GCC Administrator6-1/+317
2020-12-09testsuite: Fix up testcase for ia32 [PR98191]Jakub Jelinek1-0/+1
2020-12-08c++: ICE with -fsanitize=vptr and constexpr dynamic_cast [PR98103]Marek Polacek2-1/+35
2020-12-08libgo: update to 1.15.6 releaseIan Lance Taylor1-1/+1
2020-12-08c++: Originating and instantiating moduleNathan Sidwell4-0/+66
2020-12-08c++: Fix defaulted <=> fallback to < and == [PR96299]Jason Merrill6-29/+220
2020-12-08c++: Distinguish ambiguity from no valid candidateJason Merrill1-0/+4
2020-12-08Avoid atomic for guard acquire when that is expensiveBernd Edlinger1-4/+29