aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-02-09Daily bump.GCC Administrator1-1/+1
2020-02-08aarch64: fix strict alignment for vector load/stores (PR 91927)Andrew Pinski4-1/+50
2020-02-08rs6000: Fix testsuite fallout from previous fix. [PR93136]Peter Bergner6-272/+269
2020-02-08RISC-V: Improve caller-save code generation.Jim Wilson2-0/+12
2020-02-08c++: Use constexpr to avoid wrong -Wsign-compare (PR90691).Jason Merrill6-14/+66
2020-02-08c++: Preserve location in maybe_constant_value.Jason Merrill2-1/+13
2020-02-08c++: Fix -Wreturn-local-addr location.Jason Merrill2-6/+10
2020-02-08c++: Fix TREE_SIDE_EFFECTS after digest_init.Jason Merrill2-2/+11
2020-02-08c++: Handle CONSTRUCTORs without indexes in find_array_ctor_elt [PR93549]Jakub Jelinek4-3/+68
2020-02-08i386: Make xmm16-xmm31 call used even in ms ABI [PR65782]Jakub Jelinek4-2/+31
2020-02-08Daily bump.GCC Administrator1-1/+1
2020-02-07Regenerate .pot files.Joseph Myers2-14604/+17909
2020-02-07c++: Fix paren init of aggregates in unevaluated context [PR92947]Marek Polacek4-1/+27
2020-02-07c++: Make PR92654 testcase valid.Jason Merrill1-3/+8
2020-02-07c++: Fix use of local in constexpr if.Jason Merrill6-40/+35
2020-02-07[PATCH] add -mvsx to pr92923-1.c test requiring vsxWill Schmidt2-2/+6
2020-02-07aarch64: ACLE I8MM multiply-accumulate intrinsicsDennis Zhang6-0/+79
2020-02-07c++: Fix ICE on nonsense requires-clause.Jason Merrill3-10/+22
2020-02-07middle-end/93519 - avoid folding stmts in obviously unreachable codeRichard Biener4-79/+144
2020-02-07x86-64: Pass aggregates with only float/double in GPRs for MS_ABIH.J. Lu7-3/+137
2020-02-07powerpc: Fix -fstack-clash-protection -mprefixed-addr ICE [PR93122]Jakub Jelinek4-11/+50
2020-02-07Add testcase of PR c++/89404, already fixed in trunk.Paolo Carlini2-0/+13
2020-02-07arm: Fix up arm installed unwind.h for use in pedantic modes [PR93615]Jakub Jelinek2-0/+14
2020-02-07i386: Better patch to improve avx* vector concatenation [PR93594]Jakub Jelinek3-40/+21
2020-02-07i386: Fix splitters that call extract_insn_cached [PR93611]Jakub Jelinek4-0/+25
2020-02-06analyzer: fix reproducer for PR 93375David Malcolm2-1/+10
2020-02-07Daily bump.GCC Administrator1-1/+1
2020-02-06Fix PR 93569.Michael Meissner2-3/+16
2020-02-06PR93561 -- [bounds checking] memory overflow for spill_forVladimir N. Makarov2-0/+9
2020-02-06analyzer: round-trip pointer-equality through intptr_tDavid Malcolm4-1/+39
2020-02-06aarch64: Add a type attribute to aarch64_movk<mode>Richard Sandiford2-0/+6
2020-02-06rs6000: Use rldimi for 64-bit constants with high=low (PR93012)Segher Boessenkool4-0/+32
2020-02-06[GCC][PATCH][ARM] Set profile to M for Armv8.1-MMihail Ionescu2-0/+5
2020-02-06[GCC][PATCH][ARM] Regenerate arm-tables.opt for Armv8.1-M patchMihail Ionescu2-3/+10
2020-02-06Remove parenthesis from return statements in i386.md.Uros Bizjak1-5/+5
2020-02-06Add missing ChangeLog entry.Uros Bizjak1-0/+8
2020-02-06aarch64: Add an and/ior-based movk pattern [PR87763]Richard Sandiford6-0/+132
2020-02-06aarch64: Add an extra sbfiz pattern [PR87763]Richard Sandiford2-0/+20
2020-02-06Unify gcc.target/i386/memcpy scan strings.Uros Bizjak4-10/+4
2020-02-06c++: Fix ICE with lambda in operator function [PR93597]Marek Polacek4-4/+22
2020-02-06aarch64: ACLE intrinsics bfmmla and bfmlal<b/t>Delia Burduv8-0/+262
2020-02-06Emit "#" instead of calling gcc_unreachable for invalid insns.Uros Bizjak2-5/+16
2020-02-06Fix PowerPC prototype documentation of __builtin_mtfsf (PR93570)Bill Schmidt1-1/+1
2020-02-06Revert mangling of names with -fprofile-generate=<dir>.Martin Liska2-8/+8
2020-02-06[Testsuite] – More fixes for remote execution: check_gc_sections_available,...Tobias Burnus3-5/+18
2020-02-06 [GCC][BUG][ARM] Fix ICE due to BFmode libfunc call (PR93300)Stam Markianos-Wright2-15/+43
2020-02-06i386: Improve avx* vector concatenation [PR93594]Jakub Jelinek5-0/+73
2020-02-06openmp: Fix handling of non-addressable shared scalars in parallel nested ins...Jakub Jelinek2-7/+32
2020-02-06openmp: Notice reduction decl in outer contexts after adding it to shared [PR...Jakub Jelinek2-3/+13
2020-02-06Initialize barrier_cache for ARM EH ABI complianceAlexandre Oliva2-0/+15