aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-05-13Fix -fcompare-debug issue in purge_dead_edges [PR95080]Jakub Jelinek4-1/+49
2020-05-13Fold single imm use of a FMA if it is a negation [PR95060]Jakub Jelinek28-144/+226
2020-05-13[Fortran] OpenMP - permit lastprivate in distribute + SIMD fixes (PR94690)Tobias Burnus3-15/+48
2020-05-13Simplify test-case options.Martin Liska2-1/+7
2020-05-13[PR 95013] Fix gcc.dg/unclosed-init.cChristophe Lyon2-1/+6
2020-05-13Add missing unit dependence vector in data dependence analysisBin Cheng5-6/+51
2020-05-13Document more x86 operand modifier.liuhongt3-2/+102
2020-05-12Refactor tree-vrp.cGiuliano Belinassi2-111/+220
2020-05-13Daily bump.GCC Administrator1-1/+1
2020-05-12RISC-V: Make unique SECCAT_SRODATA names start with .srodata (not .sdata2)Keith Packard2-0/+45
2020-05-12RISC-V: Add shorten_memrefs pass.Craig Blackmore24-6/+709
2020-05-12Suppress warning for Interfaces.C with -fdump-ada-specEric Botcazou2-3/+10
2020-05-12preprocessor: EOF location is at end of file [PR95013]Nathan Sidwell55-53/+128
2020-05-12Be prepared for more aggregates in gigiEric Botcazou5-7/+34
2020-05-12c++: Function found via ADL when it should not [PR95074]Marek Polacek4-10/+73
2020-05-12testsuite: Fix up gcc.dg/asan/pr95051.c testcase [PR95051]Jakub Jelinek2-1/+6
2020-05-12i386: Add V2SFmode copysign, xorsign and signbit expanders [PR95046]Uros Bizjak4-2/+94
2020-05-12i386: Add V2SFmode FMA insn patterns [PR95046]Uros Bizjak4-0/+125
2020-05-12c++: Add abbreviated fn template test for [PR78752]Patrick Palka2-0/+26
2020-05-12gcc: Enable Intel CET on Intel CET enabled host for jitH.J. Lu5-2/+207
2020-05-12i386: Add V2SFmode NEG, ABS and logic insn patterns [PR95046]Uros Bizjak1-0/+12
2020-05-12i386: Add V2SFmode NEG, ABS and logic insn patterns [PR95046]Uros Bizjak6-7/+121
2020-05-12remove dead debug-bind resetsRichard Biener2-1/+35
2020-05-12middle-end/94988 fix testcase for big-endianRichard Biener1-0/+2
2020-05-12MSP430: Define ASM_OUTPUT_ALIGNED_DECL_LOCALJozef Lawrynowicz6-7/+44
2020-05-12MSP430: Allow .bss section to be created in region-attribute-misuse testJozef Lawrynowicz2-1/+5
2020-05-12Fix incorrect scalar storage order handlingEric Botcazou2-5/+18
2020-05-12preserve EDGE_DFS_BACK across split_edgeRichard Biener2-0/+10
2020-05-12ASAN: clear DECL_NOT_GIMPLE_REG_P.Martin Liska6-0/+77
2020-05-12openmp: Fix up handling of DECL_OMP_PRIVATIZED_MEMBER for bit-fields [PR95063]Jakub Jelinek4-0/+41
2020-05-12tree-vect-generic: Fix bitfield widths [PR94980 3/3]Richard Sandiford4-4/+27
2020-05-12tree-vect-generic: Tweak build_replicated_const [PR94980 2/3]Richard Sandiford2-7/+17
2020-05-12tree: Add vector_element_bits(_tree) [PR94980 1/3]Richard Sandiford9-21/+55
2020-05-12openmp: Implement discovery of implicit declare target to clausesJakub Jelinek4-0/+148
2020-05-12Fold &MEM[0 + CST]->a.b.c to a constantRichard Biener2-0/+31
2020-05-12tree-optimization/95045 - fix SM with exit exiting multiple loopsRichard Biener3-5/+23
2020-05-11rs6000: Built-in cleanups for vec_clzm, vec_ctzm, and vec_gnbKelvin Nilsen21-687/+126
2020-05-11rs6000: Add xxgenpcvwm and xxgenpcvdmCarl Love8-0/+337
2020-05-11runtime: fix TestCallersNilPointerPaniceric fang1-1/+1
2020-05-11syscall: append to environment in tests, don't clobber itIan Lance Taylor1-1/+1
2020-05-12Daily bump.GCC Administrator1-1/+1
2020-05-11compiler: use const std::string& in a couple of placesIan Lance Taylor3-4/+4
2020-05-11rs6000: Vector string isolate instructionsKelvin Nilsen79-0/+2956
2020-05-11rs6000: Add xxeval and vec_ternarylogicKelvin Nilsen21-5/+1670
2020-05-11rs6000: Add pdepd and pextdKelvin Nilsen9-0/+253
2020-05-11rs6000: Add vclrlb and vclrrbKelvin Nilsen15-0/+309
2020-05-11Fix change log ordering from previous commitBill Schmidt2-12/+12
2020-05-11Update gcc .po files.Joseph Myers20-128784/+131655
2020-05-11rs6000: Add cntlzdm and cnttzdmKelvin Nilsen9-0/+275
2020-05-11c++: Fix specialization of constrained member template.Jason Merrill4-4/+42