aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-09-01Daily bump.GCC Administrator6-1/+218
2020-08-31rs6000, remove improperly defined and unsupported builtins.Carl Love1-4/+0
2020-08-31analyzer: handle __builtin___memset_chk [PR96798]David Malcolm2-0/+15
2020-08-31analyzer: gather builtin/internal fn handling into switch statementsDavid Malcolm1-8/+40
2020-08-31analyzer: fix ICE on unknown index in CONSTRUCTOR [PR96860]David Malcolm5-14/+45
2020-08-31c++: Implement P1009: Array size deduction in new-expressions.Marek Polacek11-10/+209
2020-08-31analyzer: fix ICE on RANGE_EXPR in CONSTRUCTORs [PR96763]David Malcolm3-35/+115
2020-08-31analyzer: fix ICE on casting float to pointer [PR96764]David Malcolm4-11/+44
2020-08-31PR tree-optimization/96818 - cast label range to type of switch operandAldy Hernandez3-0/+44
2020-08-31d: Fix ICEs in the front-end when pointer size is 16-bit.Iain Buclaw5-43/+41
2020-08-31tree-optimization/96854 - testcase for SLP reduction of two-operatorRichard Biener1-0/+20
2020-08-31testsuite: Fix aarch64/strcmpopt_6.c for -Wstringop-overreadChristophe Lyon1-1/+1
2020-08-31Refine expander vec_unpacku_float_hi_v16si/vec_unpacku_float_lo_v16siliuhongt3-2/+53
2020-08-31tree-cfg: Improve gimple switch verificationJakub Jelinek1-11/+8
2020-08-31ipa/96806 - Fix ICE in ipa-cp due to integer addition overflowFeng Xue2-4/+57
2020-08-31varasm: Optimize memory broadcast for constant vector under AVX512 [PR54201]Jakub Jelinek1-1/+180
2020-08-30testsuite: Update some vect cases for partial vectorsKewen Lin12-13/+109
2020-08-31Daily bump.GCC Administrator4-1/+72
2020-08-30Use get_size_range instead of get_range to obtain range of valid sizes.Martin Sebor2-2/+195
2020-08-30 2020-8-20 José Rui Faustino de Sousa <jrfsousa@gmail.com>José Rui Faustino de Sousa2-1/+90
2020-08-30 2020-8-20 José Rui Faustino de Sousa <jrfsousa@gmail.com>José Rui Faustino de Sousa2-0/+40
2020-08-30 2020-8-20 José Rui Faustino de Sousa <jrfsousa@gmail.com>José Rui Faustino de Sousa2-1/+73
2020-08-30 2020-8-21 Steve Kargl <sgk@troutmask.apl.washington.edu>Steve Kargl2-1/+28
2020-08-30 2020-8-20 José Rui Faustino de Sousa <jrfsousa@gmail.com>José Rui Faustino de Sousa2-1/+92
2020-08-30x86: Fix up ssse3_pshufbv8qi splitterJakub Jelinek1-5/+2
2020-08-30Daily bump.GCC Administrator2-1/+7
2020-08-28rs6000: Remove ALTIVEC_BUILTIN_MASK_FOR_STOREBill Schmidt2-10/+3
2020-08-29Daily bump.GCC Administrator7-1/+212
2020-08-28Add -Wstringop-overread for reading past the end by string functions.Martin Sebor43-676/+1793
2020-08-28rs6000: r12 copy cleanupBill Schmidt1-4/+2
2020-08-28amdgcn: Update vec_safe_grow_cleared usageAndrew Stubbs1-1/+1
2020-08-28Correct calls to vec::safe_grow in conditionally compiled code.Martin Sebor2-2/+2
2020-08-28PR c/96596 - ICE in match_builtin_function_types on a declaration of a built-...Martin Sebor2-1/+16
2020-08-28Fortran: Fix absent-optional handling for nondescriptor arrays (PR94672)Tobias Burnus2-2/+56
2020-08-28[PATCH PR96357][GCC][AArch64]: could not split insn UNSPEC_COND_FSUB with AAr...Przemyslaw Wirkus2-5/+62
2020-08-28fix a typo in rtl.texiWei Wentao1-1/+1
2020-08-28aarch64: Disable mem-shift-canonical test on ILP32Alex Coplan1-0/+1
2020-08-28This patch fixes PR96624.Paul Thomas2-2/+26
2020-08-28testsuite: Run gcc.dg/pr96579.c only on targets with dfp support.Christophe Lyon1-1/+1
2020-08-28Add expander for movp2hi and movp2qi.liuhongt3-0/+49
2020-08-28Fix: AVX512VP2INTERSECT should imply AVX512DQ.liuhongt1-2/+2
2020-08-28Daily bump.GCC Administrator8-1/+297
2020-08-27gotest: use a space rather than a middle dot in target listsMaciej W. Rozycki1-1/+1
2020-08-27Fix shadd-2.c scan assembler count.John David Anglin1-1/+1
2020-08-27ia32: Fix alignment of _Atomic fields [PR65146]Jakub Jelinek2-5/+42
2020-08-27rs6000: Support ELFv2 sibcall for indirect calls [PR96787]Bill Schmidt3-1/+91
2020-08-27Fortran : ICE for division by zero in declaration PR95882Mark Eggleston6-0/+36
2020-08-27tree-optimization/96522 - transfer of flow-sensitive info in copy_ref_infoRichard Biener3-32/+55
2020-08-27vec: add exact argument for various grow functions.Martin Liska86-212/+222
2020-08-27streamline TARGET_MEM_REF dumpingRichard Biener4-67/+30