aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-01-18[PR97847] IRA: Skip abnormal critical edge splittingVladimir N. Makarov1-1/+11
2021-01-18c++: Add CTAD + pack expansion testcasePatrick Palka1-0/+6
2021-01-18widening_mul: Fix up signed multiplication overflow check handling [PR98727]Jakub Jelinek2-0/+21
2021-01-18aix: document dwarf 4 default (and TPF default)David Edelsohn1-2/+3
2021-01-18Skip asm goto tests on hppa*-*-*.John David Anglin2-0/+2
2021-01-18Avoid no-stack-protector-attr fails on hppa*-*-*.John David Anglin2-2/+2
2021-01-18analyzer: use "malloc" attributeDavid Malcolm17-128/+1354
2021-01-18testsuite/97494 - adjust gcc.dg/vect/slp-11b.cRichard Biener1-7/+5
2021-01-18[arm,testsuite]: Fix options for vceqz_p64.c and vceqzq_p64.cChristophe Lyon2-2/+4
2021-01-18testsuite/97299 - fix test condition of gcc.dg/vect/slp-reduc-3.cRichard Biener1-1/+2
2021-01-17testsuite: powerpc fold-vec and sse updates.David Edelsohn12-12/+16
2021-01-17Fix ChangeLog entries.Jerry DeLisle1-1/+1
2021-01-18Daily bump.GCC Administrator4-1/+42
2021-01-17testsuite: Skip DWARF 5 testcases on AIX.David Edelsohn11-1/+12
2021-01-17aix: default to DWARF 4.David Edelsohn2-0/+6
2021-01-17Avoid assuming SSA_NAME_IDENTIFIER is nonnull.Martin Sebor1-11/+16
2021-01-17ipa: Adjust cgraph verifier to materialization on demand (PR 98222)Martin Jambor2-1/+22
2021-01-17Default to DWARF5Mark Wielaard2-4/+5
2021-01-17Daily bump.GCC Administrator7-1/+141
2021-01-16testsuite: Fix up a testcase to find the right ISO_Fortran_binding.h.Jakub Jelinek1-1/+1
2021-01-16openmp: Add support for the OpenMP 5.0 task detach clauseKwok Cheung Yeung26-40/+546
2021-01-16RTEMS: Add -mcustom-fpu-cfg=fph2 multilibSebastian Huber1-128/+18
2021-01-16nios2: Add -mcustom-fpu-cfg=fph2Sebastian Huber2-1/+50
2021-01-16nios2: Remove custom instruction warningsSebastian Huber1-28/+0
2021-01-16match.pd: Optimize ((cst << x) & 1) [PR96669]Jakub Jelinek3-1/+38
2021-01-16cd_dce: Return TODO_update_address_taken from last cd_dce [PR96271]Jakub Jelinek3-5/+29
2021-01-16Daily bump.GCC Administrator7-1/+384
2021-01-15rs6000, vector integer multiply/divide/modulo instructionsCarl Love8-54/+760
2021-01-15Reset force_source_line in final.cEric Botcazou1-0/+1
2021-01-15fortran: Fixes a bug in ISO_Fortran_binding.c.Jerry DeLisle2-0/+36
2021-01-15c++: Fix qualified array-type construction [PR 98538]Nathan Sidwell2-3/+23
2021-01-15preprocessor: Make quoting : [PR 95253]Nathan Sidwell3-7/+7
2021-01-15match.pd: Generalize the PR64309 simplifications [PR96669]Jakub Jelinek2-4/+76
2021-01-15match.pd: Optimize (x < 0) ^ (y < 0) to (x ^ y) < 0 etc. [PR96681]Jakub Jelinek2-0/+53
2021-01-15drop -dumpbase-ext from producer stringAlexandre Oliva1-0/+1
2021-01-15c++: Avoid redundant copy in {} init [PR98642]Jason Merrill4-33/+97
2021-01-15c++: Fix copy elision for base initializationJason Merrill2-0/+82
2021-01-15AArch64: Add NEON, SVE and SVE2 RTL patterns for Multiply, FMS and FMA.Tamar Christina4-3/+242
2021-01-15c++: Fix list-init of array of no-copy type [PR63707]Jason Merrill2-1/+25
2021-01-15gcc.dg/analyzer tests: use __builtin_alloca, not alloca.hAlexandre Oliva4-12/+7
2021-01-15testsuite: Add testcase coverage for already fixed [PR96671]Jakub Jelinek2-0/+102
2021-01-15bootstrap: fix failing diagnostic selftest on Windows [PR98696]David Malcolm1-3/+9
2021-01-15c-family: Improve MEM_REF printing for diagnostics [PR98597]Jakub Jelinek3-88/+301
2021-01-15openmp: Change the way of building of reduction array typeJakub Jelinek1-1/+3
2021-01-15[PATCH] aarch64: Implement vmlsl[_high]* intrinsics using builtinsKyrylo Tkachov3-74/+36
2021-01-15i386: Use cpp_define_formatted for __SIZEOF_FLOAT80__ definitionUros Bizjak1-6/+3
2021-01-15c++: Fix langspecs with -fsyntax-only [PR98591]Nathan Sidwell2-15/+28
2021-01-15aarch64: Add a minipass for fusing CC insns [PR88836]Richard Sandiford8-1/+354
2021-01-15recog: Fix insn_change_watermark destructorRichard Sandiford1-1/+7
2021-01-15rtl-ssa: Fix a silly typoRichard Sandiford2-2/+2