aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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
2020-02-13testsuite: Fix g++.dg/analyzer/pr93212.C with check-c++-allJakub Jelinek2-2/+6
2020-02-13Daily bump.GCC Administrator1-1/+1
2020-02-13c++: Fix constexpr if and braced functional cast.Jason Merrill5-4/+37
2020-02-12coroutines: Update to n4849 allocation/deallocation.Iain Sandoe12-240/+587
2020-02-12testsuite: Fix up gcc.target/powerpc/pr93122.c testJakub Jelinek2-1/+4
2020-02-12Commit correct version of last patchJeff Law1-1/+1
2020-02-12Combine the two H8 mode shortening peepholes into a single peepholeJeff Law2-33/+13
2020-02-12real: Fix roundeven on inf/nan [PR93663]Jakub Jelinek4-14/+29
2020-02-12PR middle-end/93646 - confusing -Wstringop-truncation on strncat where -Wstri...Martin Sebor4-12/+67
2020-02-12Drop unused comparison shortening pattern and consolidate remaining compariso...Jeff Law2-62/+12
2020-02-12[AArch64] Set ctz rtx_cost (PR93565)Wilco Dijkstra4-0/+51
2020-02-12[AArch64] Improve popcount expansionWilco Dijkstra6-3/+48
2020-02-12Clean up dead patterns, splitters, expanders and peepholes on the H8 port.Jeff Law4-427/+13
2020-02-12c++: Add new test [PR88819]Marek Polacek2-0/+15
2020-02-12c++: Fix ICE-on-invalid with broken attribute [PR93684]Marek Polacek4-1/+16
2020-02-12i386: Fix up vec_extract_lo* patterns [PR93670]Jakub Jelinek4-5/+108
2020-02-12testsuite/93697 fix inconsistent warning in testcaseRichard Biener2-2/+7
2020-02-11[IRA] Fix PR91052 by skipping multiple_sets insn in combine_and_move_insnsKewen Lin2-0/+10
2020-02-11analyzer: use ultimate alias target at calls (PR 93288)David Malcolm9-16/+91
2020-02-12rs6000: Use strlen instead of sizeof - 1Segher Boessenkool2-6/+13
2020-02-11analyzer: g++ testsuite supportDavid Malcolm4-0/+82
2020-02-12Daily bump.GCC Administrator1-1/+1
2020-02-12c++: Fix implicit friend operator==.Jason Merrill7-11/+140
2020-02-11PR tree-optimization/93683 - ICE on calloc with unused return value in ao_ref...Martin Sebor4-0/+30
2020-02-11Add ppc_ieee128_ok target-supports procWill Schmidt3-0/+26
2020-02-11Rename -mprefixed-addr to be -mprefixed, and document it.Michael Meissner8-27/+68
2020-02-11analyzer: fix ICE due to missing state_change purging (PR 93374)David Malcolm7-15/+52
2020-02-11analyzer: fix ICE in "__analyzer_dump_exploded_nodes" on non-empty worklist (...David Malcolm4-4/+50