aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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
2020-02-11analyzer: fix ICE with equiv_class constant (PR 93649)David Malcolm4-2/+86
2020-02-11analyzer.opt: reword descriptions of two dump options (PR 93657)David Malcolm2-2/+8
2020-02-11analyzer: workaround for nested pp_printfDavid Malcolm2-4/+39
2020-02-11regalloc/debug: fix buggy print_hard_reg_setHans-Peter Nilsson3-20/+30
2020-02-11Tweak testcases for pr70010Will Schmidt3-2/+9
2020-02-11[GCC][PATCH][ARM]Add ACLE intrinsics for dot product (vusdot - vector, v<us/s...Stam Markianos-Wright12-6/+385
2020-02-11tree-optimization/93661 properly guard tree_to_poly_int64Richard Biener1-0/+9
2020-02-11tree-optimization/93661 properly guard tree_to_poly_int64Richard Biener4-2/+19
2020-02-11c++: Fix static initialization from <=>.Jason Merrill4-7/+30
2020-02-10c++: Fix return type deduction with an abbreviated function templatePatrick Palka8-28/+64
2020-02-10c++: Improve dump_decl for standard conceptsPatrick Palka4-10/+36
2020-02-11Daily bump.GCC Administrator1-1/+1
2020-02-10analyzer.opt: fix typos in descriptions (PR 93659)David Malcolm2-2/+10
2020-02-10analyzer: handle vector types (PR 93350)David Malcolm4-1/+33
2020-02-10analyzer: fix ICE reporting NULL dereference (PR 93647)David Malcolm5-0/+36
2020-02-10i386: Fix -mavx -mno-mavx2 ICE with VEC_COND_EXPR [PR93637]Jakub Jelinek4-5/+40
2020-02-10analyzer: fix ICE with fortran constant arguments (PR 93405)David Malcolm4-0/+38