aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-01-16[PATCH, GCC/ARM, 3/10] Save/restore FPCXTNS in nsentry functionsMihail Ionescu69-90/+947
2020-01-16[PATCH, GCC/ARM, 2/10] Add command line support for Armv8.1-M MainlineMihail Ionescu8-15/+84
2020-01-16[GCC][PATCH][AArch64]Add ACLE intrinsics for bfdot for ARMv8.6 ExtensionStam Markianos-Wright9-5/+332
2020-01-16[GCC][PATCH][AArch64]Add ACLE intrinsics for dot product (usdot - vector, <us...Stam Markianos-Wright11-3/+531
2020-01-16Fix spacing in a dump in value-prof.c.Martin Liska2-2/+7
2020-01-16Fix value numbering dealing with reverse byte orderAndrew Pinski2-0/+7
2020-01-16Uninitialized padding in struct _dep.Andrew Pinski3-0/+8
2020-01-16Fix uninitialized field in expand_operand.Andrew Pinski2-0/+5
2020-01-16PR tree-optimization/92429 do not fold when updating epilogue statementsAndre Vieira5-5/+25
2020-01-16aarch64: Fix BE SVE mode punning involving floatsRichard Sandiford2-2/+7
2020-01-16PR93253 – Document BOZ changes, make it friendlier in legacy codeTobias Burnus7-6/+31
2020-01-16Daily bump.GCC Administrator1-1/+1
2020-01-15analyzer: add note about -fdump-ipa-analyzer to internal docsDavid Malcolm2-0/+7
2020-01-15analyzer: fix commentDavid Malcolm2-1/+5
2020-01-15Fix "PR c++/91073 if constexpr no longer works directly with Concepts."Paolo Carlini6-10/+98
2020-01-15Revert "PR c++/33799 - destroy return value if local cleanup throws."Jason Merrill5-31/+7
2020-01-15PR c++/93257 - consteval void function.Jason Merrill3-1/+15
2020-01-15PR c++/92871 - bad code with xvalue and GNU ?: extension.Jason Merrill3-2/+30
2020-01-15Fix ctz issues (PR93231)Wilco Dijkstra6-10/+128
2020-01-15Remove invalid SSE2 ISA requirements in *movsf_internal.Uros Bizjak2-1/+6
2020-01-15[PR90916] Fix typoNathan Sidwell1-1/+1
2020-01-15middle-end/93273 - fix sinking clobbers across backedgesRichard Biener4-1/+28
2020-01-15Bump gcc/BASE-VER to 10.0.1 now that we are in stage4.Jakub Jelinek2-1/+5
2020-01-15PR tree-optimization/93247 - ICE in get_load_store_typeRichard Sandiford5-1/+75
2020-01-15Fix type mismatch in SLPed constructorsRichard Sandiford2-0/+10
2020-01-15Do not call streamer_read_hwi in a function call.Martin Liska2-2/+8
2020-01-15gcc/testsuite/ChangeLog:Martin Sebor2-2/+7
2020-01-15Optimize alias subset recordingRichard Biener2-4/+12
2020-01-15Fix setting of DECL_CONTEXT in pushdecl (PR c/93072).Joseph Myers5-1/+112
2020-01-14invoke.texi: update -fdiagnostics-show-cwe for analyzerDavid Malcolm2-1/+7
2020-01-14analyzer: fix ICE on METHOD_TYPE (PR 93212)David Malcolm3-2/+9
2020-01-14analyzer: fix global-sm-state issue affecting sm-signalDavid Malcolm4-0/+66
2020-01-14analyzer: cleanups to checker_pathDavid Malcolm3-17/+40
2020-01-14analyzer: delete checker_event::cloneDavid Malcolm2-72/+17
2020-01-14analyzer: ensure .dot output is valid for an empty BBDavid Malcolm4-0/+42
2020-01-14analyzer: fix tests for UNKNOWN_LOCATIONDavid Malcolm5-8/+50
2020-01-14tree-diagnostic-path.cc: properly handle ad-hoc wrappers of UNKNOWN_LOCATIONDavid Malcolm2-1/+7
2020-01-14analyzer: add known stdio functions to sm-file.cc (PR analyzer/58237)David Malcolm7-3/+207
2020-01-15tree-optimization: Fix tree dse of __*_chk PR93262Jakub Jelinek6-0/+106
2020-01-15tree-optimization: Fix tree dse of strncpy PR93249Jakub Jelinek4-40/+123
2020-01-15Daily bump.GCC Administrator1-1/+1
2020-01-14analyzer: introduce a set of known async-signal-unsafe functionsDavid Malcolm6-7/+89
2020-01-14analyzer: add function-set.cc/hDavid Malcolm7-0/+253
2020-01-14analyzer: purge state for unknown function callsDavid Malcolm20-38/+423
2020-01-14analyzer: fix dedupe issue seen with CVE-2005-1689David Malcolm12-21/+87
2020-01-15Remove bogus initial lines from test.Jakub Jelinek2-5/+5
2020-01-15i386: Fix wrong-code x86 issue with avx512{f,vl} fma PR93009Jakub Jelinek4-16/+70
2020-01-14analyzer: better logging for dedupe_winners::addDavid Malcolm2-3/+25
2020-01-14[PR90916] Use TI accessor.Nathan Sidwell2-3/+5
2020-01-14Compare TREE_ADDRESSABLE and TYPE_MODE when ODR checking types.Jan Hubicka5-0/+52