aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-01-31nios2: Support for GOT-relative DW_EH_PE_datarel encoding.Sandra Loosemore8-7/+153
2020-02-01Fixes after recent configure changes relating to static librariesAndrew Burgess2-6/+27
2020-02-01Daily bump.GCC Administrator1-1/+1
2020-01-31c++: Fix sizeof VLA lambda capture.Jason Merrill3-2/+26
2020-01-31c++: Reduce memory consumption for arrays of non-aggregate type.Jason Merrill2-16/+41
2020-01-31c++: Reduce memory consumption for large static arrays.Jason Merrill2-0/+24
2020-01-31analyzer: fix ICE with 'const void *' (PR 93457)David Malcolm4-1/+22
2020-01-31analyzer: fix ICE handling void-type (PR 93373)David Malcolm4-4/+25
2020-01-31 Fix for PR 91333 - suboptimal register allocation for inline asmVladimir N. Makarov4-5/+30
2020-01-31analyzer: fix ICE getting void return value (PR 93379)David Malcolm5-1/+30
2020-01-31analyzer: fix ICE with pointers between stack frames (PR 93438)David Malcolm5-19/+153
2020-01-31testsuite: Fix up pr91838.C test [PR91838]Jakub Jelinek3-11/+20
2020-01-31aarch64: Add Armv8.6 SVE bfloat16 supportRichard Sandiford28-11/+1112
2020-01-31aarch64: Add svbfloat16_t support to arm_sve.hRichard Sandiford117-51/+5899
2020-01-31aarch64: Add Armv8.6 SVE matrix multiply supportRichard Sandiford115-71/+3798
2020-01-31aarch64: Fix SVE PCS failures for BE & ILP32Richard Sandiford98-99/+202
2020-01-31Fix conditional add LRA failure for amdgcnAndrew Stubbs2-5/+11
2020-01-31Fix TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL handling.Uros Bizjak5-98/+98
2020-01-31[amdgcn] Scale number of threads/workers with VGPR usageKwok Cheung Yeung2-6/+67
2020-01-31[Fortran] Disable front-end optimization for OpenACC atomic (PR93462)Tobias Burnus4-5/+34
2020-01-31middle-end: Fix logical shift truncation (PR rtl-optimization/91838)Tamar Christina4-3/+37
2020-01-31Fix fast-math-pr55281.c ICEAndrew Stubbs2-2/+14
2020-01-31calls.c: refactor special_function_p for use by analyzer (v2)David Malcolm6-21/+46
2020-01-31analyzer: further fixes for comparisons between uncomparable types (PR 93450)David Malcolm3-2/+13
2020-01-31Zero-initialise masked load destinationsAndrew Stubbs3-35/+43
2020-01-30analyzer: add extrinsic_state::dumpDavid Malcolm5-0/+68
2020-01-30analyzer: make extrinsic_state field privateDavid Malcolm4-5/+14
2020-01-31Daily bump.GCC Administrator1-1/+1
2020-01-30analyzer: avoid using <string.h> in malloc-1.cDavid Malcolm2-9/+13
2020-01-30analyzer: convert conditionals-2.c to a torture testDavid Malcolm2-4/+8
2020-01-30analyzer: fix ICE in __builtin_isnan (PR 93356)David Malcolm9-5/+80
2020-01-30Mark switch expression as used to avoid bogus warningJeff Law4-1/+25
2020-01-30cgraph: Avoid creating multiple *.localalias aliases with the same name [PR93...Jakub Jelinek5-2/+35
2020-01-30combine: Punt on out of range rotate counts [PR93505]Jakub Jelinek4-1/+28
2020-01-30c++: Fix -Wtype-limits in templates.Jason Merrill3-4/+27
2020-01-30Remove check for maximum symbol name length.Andrew Benson4-18/+16
2020-01-30Add LTGT operator support for amdgcnAndrew Stubbs3-1/+9
2020-01-30Fix "regression" reported by c6x testing.Jeff Law2-2/+14
2020-01-30PR middle-end/92323 - bogus -Warray-bounds after unrolling despite __builtin_...Martin Sebor2-0/+58
2020-01-30dump CTORs properly wrapped with _Literal with -gimpleRichard Biener2-0/+17
2020-01-30analyzer: avoid comparisons between uncomparable types (PR 93450)David Malcolm6-15/+73
2020-01-30Fix ICE in pa_elf_select_rtx_section.John David Anglin2-1/+6
2020-01-30arm: Fix uaddvdi4 expander [PR93494]Jakub Jelinek4-1/+23
2020-01-30Add testcase of PR c++/90338, already fixed in trunk.Paolo Carlini2-0/+19
2020-01-30i386: Optimize {,v}{,p}movmsk{b,ps,pd} followed by sign extension [PR91824]Jakub Jelinek4-8/+137
2020-01-30i386: Optimize popcnt followed by zero/sign extension [PR91824]Jakub Jelinek4-0/+119
2020-01-30fortran: Fix up ISO_Fortran_binding_15.f90 failures [PR92123]Jakub Jelinek2-2/+22
2020-01-30Regenerate configure for 54b3d52Dragan Mladjenovic3-2/+30
2020-01-30Use promise in coroutine frame in actor function.Bin Cheng2-33/+43
2020-01-30Handle CO_AWAIT_EXPR in conversion in co_await_expander.Bin Cheng4-1/+40