aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-01-16PR c++/93286 - ICE with __is_constructible and variadic template.Jason Merrill3-7/+89
2020-01-17Daily bump.GCC Administrator1-1/+1
2020-01-17Extern -param=max-predicted-iterations range.Jan Hubicka3-2/+8
2020-01-16Fix ICE caused by swallowing a token in c_parser_consume_tokenKerem Kat7-1/+36
2020-01-16Make profile estimation more preciseJan Hubicka6-60/+76
2020-01-16PR c++/93280 - ICE with aggregate assignment and DMI.Jason Merrill3-3/+10
2020-01-16Fix noreorder symbol partitioning reversion.Martin Liska2-0/+9
2020-01-16[GCC][PATCH][ARM] Add Bfloat16_t scalar type, vector types and machine modes ...Stam Markianos-Wright7-0/+820
2020-01-16[GCC][PATCH][ARM] Add Bfloat16_t scalar type, vector types and machine modes ...Stam Markianos-Wright29-74/+1546
2020-01-16Add CLI and multilib support for Armv8.1-M Mainline MVE extensionsMihail Ionescu7-1/+75
2020-01-16[PATCH, GCC/ARM, 10/10] Enable -mcmseMihail Ionescu3-7/+9
2020-01-16[PATCH, GCC/ARM, 9/10] Call nscall function with blxnsMihail Ionescu30-112/+357
2020-01-16[PATCH, GCC/ARM, 8/10] Do lazy store & load inline when calling nscall functionMihail Ionescu13-4/+107
2020-01-16[PATCH, GCC/ARM, 7/10] Clear all VFP regs inline in hardfloat nscall functionsMihail Ionescu9-11/+75
2020-01-16[PATCH, GCC/ARM, 6/10] Clear GPRs inline when calling nscall functionMihail Ionescu28-35/+176
2020-01-16[PATCH, GCC/ARM, 5/10] Clear VFP registers with VSCCLRMMihail Ionescu23-165/+215
2020-01-16[PATCH, GCC/ARM, 4/10] Clear GPR with CLRMMihail Ionescu41-126/+311
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