aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-02-17Do not call null register_common in emutlsAlexandre Oliva4-2/+39
2020-02-17[AArch64] Fix PR93565 testcase for ILP32.Wilco Dijkstra2-3/+7
2020-02-17Fix existing fold-vec-extract-longlong.p8.c testcaseWill Schmidt2-13/+19
2020-02-17Fix grammar in error message.Martin Liska4-2/+12
2020-02-17Fix double quoting.Martin Liska2-1/+7
2020-02-17Fix a typo.Martin Liska2-1/+6
2020-02-17c/86134 avoid errors for unrecognized -Wno- optionsRichard Biener5-3/+23
2020-02-17analyzer: fix ICEs in region_model::get_lvalue_1 [PR 93388]David Malcolm11-5/+127
2020-02-17analyzer: fix wording for assignment from NULLDavid Malcolm4-2/+25
2020-02-17analyzer: add diagnostics to output of -fdump-analyzer-exploded-graphDavid Malcolm4-0/+30
2020-02-17rs6000: mark clobber for registers changed by untpyed_callJiufu Guo4-0/+54
2020-02-17Daily bump.GCC Administrator1-1/+1
2020-02-16i386: Fix atan2l argument order [PR93743]Uros Bizjak4-4/+45
2020-02-16libgo: install internal/reflectlite.goxIan Lance Taylor1-1/+1
2020-02-16Daily bump.GCC Administrator1-1/+1
2020-02-15c++: Fix poor diagnostic for array initializer [PR93710]Marek Polacek4-2/+25
2020-02-15c++: Add -std=c++20.Jason Merrill6-8/+31
2020-02-15libgo: update to Go1.14rc1 releaseIan Lance Taylor1-1/+1
2020-02-15runtime: on 32-bit systems, limit default GOMAXPROCS to 32Ian Lance Taylor1-1/+1
2020-02-15c++: Add test for PR 68061.Jason Merrill1-0/+6
2020-02-15c++: Fix lambda in atomic constraint.Jason Merrill3-0/+22
2020-02-15c++: Remove more dead code.Jason Merrill2-5/+5
2020-02-15c++: Add testcase for PR 90764.Jason Merrill1-0/+12
2020-02-15match.pd: Disallow side-effects in GENERIC for non-COND_EXPR to COND_EXPR sim...Jakub Jelinek6-3/+77
2020-02-15PR 87488: Add --with-diagnostics-urls configuration optionBernd Edlinger11-26/+328
2020-02-14Document compatibility of aliases and their targets, correct weakref example.Martin Sebor1-24/+39
2020-02-15Fix duplicates for anonymous structures with -fdump-ada-specEric Botcazou2-67/+88
2020-02-14Update .po files.Joseph Myers20-283101/+357649
2020-02-14Fix problematic TLS sequences for the Solaris linkerEric Botcazou2-5/+8
2020-02-14rtlanal: optimize costly division in rtx_costAlexander Monakov2-12/+14
2020-02-14c++: Fix thinko in enum_min_precision [PR61414]Jakub Jelinek4-1/+24
2020-02-14sra: Avoid verification failure (PR 93516)Martin Jambor4-7/+60
2020-02-14Add ChangeLog entries to relevant ChangeLog files for my last commit.liuhongt2-0/+43
2020-02-14Intrinsic macro of vpshr* and vpshl* lack a closing parenthesis which would c...liuhongt8-97/+352
2020-02-14c++: Partially implement P1042R1: __VA_OPT__ wording clarifications [PR92319]Jakub Jelinek2-0/+26
2020-02-14Daily bump.GCC Administrator1-1/+1
2020-02-14c++: Emit DFP typeinfos even when DFP is disabled [PR92906]Jakub Jelinek4-3/+39
2020-02-13c++: Fix useless using-declaration.Jason Merrill3-2/+11
2020-02-13c++: Fix static local vars in extern "C".Jason Merrill3-5/+37
2020-02-13c: Fix ICE with cast to VLA [93576]Jakub Jelinek4-5/+29
2020-02-13Add -fdelete-null-pointer-checks to more new C++ testcases.Sandra Loosemore4-0/+10
2020-02-13i386: Skip ENDBR32 at the target function entryH.J. Lu4-1/+21
2020-02-13arc: Don't use if-conversion when optimizing for size.Claudiu Zissulescu2-0/+6
2020-02-13[ARC] Deprecate q-class option.Claudiu Zissulescu8-10/+20
2020-02-13[ARC] Use TARGET_INSN_COST.Claudiu Zissulescu6-23/+99
2020-02-13[ARC] Update mlo/mhi handling when big-endian CPU.Claudiu Zissulescu4-18/+66
2020-02-13i386: Fix up _mm*_mask_popcnt_epi* [PR93696]Jakub Jelinek17-41/+226
2020-02-13sccvn: Handle bitfields in vn_reference_lookup_3 [PR93582]Jakub Jelinek9-88/+222
2020-02-13testsuite/93717 fix up gcc.dg/optimize-bswapsi-2.c for BERichard Biener2-4/+20
2020-02-13i386: Fix k*shift* intrinsics [PR93673]Jakub Jelinek6-5/+91