aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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
2020-02-05cgraph: A COMDAT decl always has non-zero address.Jason Merrill3-5/+28
2020-02-06Daily bump.GCC Administrator1-1/+1
2020-02-05PR tree-optimization/92765 - wrong code for strcmp of a union memberMartin Sebor19-201/+701
2020-02-05c++: Fix decltype of empty pack expansion of parm.Jason Merrill3-1/+24
2020-02-06Simplify post epilogue_completed splitters.Uros Bizjak2-23/+14
2020-02-05Move CL to the correct file.Marek Polacek2-6/+6
2020-02-05Add missing CL.Marek Polacek2-0/+12
2020-02-05c++: Mark __builtin_convertvector operand as read [PR93557]Jakub Jelinek4-1/+32
2020-02-05Fix PR 93568 (thinko)Michael Meissner2-2/+6
2020-02-05c++: Fix ICE with CONSTRUCTOR flags verification [PR93559]Marek Polacek3-1/+34
2020-02-05c++: Fix SEGV with malformed constructor decl.Jason Merrill5-7/+26
2020-02-05amdgcn: Remove redundant multilibAndrew Stubbs2-1/+5
2020-02-05Fix testsuite "regression" on hppa after recent IRA changes.Jeff Law2-3/+9
2020-02-05analyzer: add enode status and revamp __analyzer_dump_exploded_nodesDavid Malcolm28-145/+246
2020-02-05i386: Omit clobbers from vzeroupper until final [PR92190]Jakub Jelinek5-14/+86
2020-02-05i386: Schedule the only -O0 split pass on x86 after pro_and_epilogue/jump2 [P...Jakub Jelinek2-11/+12
2020-02-05testsuite/92177 fix for SLP build changesRichard Biener2-10/+14
2020-02-05middle-end/90648 fend off builtin calls with not enough arguments from matchRichard Biener4-8/+34
2020-02-05Increase index number for creating temp vars' name.Bin Cheng2-2/+7
2020-02-05Fix up comment typo.Jakub Jelinek3-2/+5
2020-02-05openmp: Avoid ICEs with declare simd; declare simd inbranch [PR93555]Jakub Jelinek6-3/+70
2020-02-05Do not load body for alias symbols.Martin Liska2-10/+19
2020-02-05Document ASLR for Precompiled Headers.Martin Liska2-0/+10
2020-02-05Handle type deduction of auto and decltype(auto) with reference expressionJunMa4-3/+67
2020-02-05Daily bump.GCC Administrator1-1/+1
2020-02-04c++: Fix error-recovery with concepts.Jason Merrill3-1/+39