aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-01-14Daily bump.GCC Administrator6-1/+348
2022-01-13c++: warning for dependent template members [PR70417]Anthony Sharp6-47/+223
2022-01-13i386: Introduce V2QImode vectorized shifts [PR103861]Uros Bizjak3-4/+128
2022-01-13vect: Add bias parameter for partial vectorizationRobin Dapp8-35/+185
2022-01-13Add support for allocate clause (OpenMP 5.0).Hafiz Abid Qadeer10-157/+555
2022-01-13Allow more precision when querying from fold_const.Andrew MacLeod3-1/+29
2022-01-13Add relation to unsigned right shift.Andrew MacLeod2-0/+26
2022-01-13Fortran: fix error recovery on bad structure constructor in DATA statementHarald Anlauf3-4/+38
2022-01-13i386: Cleanup V2QI arithmetic instructionsUros Bizjak2-52/+52
2022-01-13ii386: Add 16-bit vector modes to xop_pcmov [PR104003]Uros Bizjak3-5/+15
2022-01-13Fix -Wformat-diag for ARM target.Martin Liska3-37/+37
2022-01-13rs6000: Support SSE4.1 "round" intrinsicsPaul A. Clarke6-64/+1014
2022-01-13c/104002 - shufflevector variable indexingRichard Biener2-1/+4
2022-01-13inliner: Don't emit copy stmts for empty type parameters [PR103989]Jakub Jelinek1-1/+1
2022-01-13Merge 'c-c++-common/goacc/routine-6.c' into 'c-c++-common/goacc/routine-5.c',...Thomas Schwinge2-4/+8
2022-01-13Document current '-Wuninitialized'/'-Wmaybe-uninitialized' diagnostics for Op...Thomas Schwinge42-9/+260
2022-01-13Host and offload targets have no common meaning of address spacesThomas Schwinge2-1/+8
2022-01-13Wait at end of OpenACC asynchronous kernels regionsJulian Brown1-7/+24
2022-01-13OpenACC 'kernels' decomposition: Mark variables used in synthesized data clau...Thomas Schwinge13-142/+231
2022-01-13Enhance OpenACC 'kernels' decomposition testingThomas Schwinge6-62/+159
2022-01-13epiphany: fix -Wimplicit-fallthrough warnings in epiphany.c.Martin Liska1-0/+3
2022-01-13epiphany: fir -Wformat-diag.Martin Liska1-4/+6
2022-01-13Optimize a ^ ((a ^ b) & mask) to (~mask & a) | (b & mask).Haochen Jiang3-0/+61
2022-01-12rs6000: Add split pattern to replaceXionghu Luo2-0/+26
2022-01-13Daily bump.GCC Administrator6-1/+204
2022-01-12testsuite: Compile gcc.target/i386/pr103861-3.c with -fno-vect-cost-model [PR...Uros Bizjak1-2/+2
2022-01-12testsuite: Compile g++.dg/vect/slp-pr98855.cc only for x86 targets [PR103935]Uros Bizjak1-3/+2
2022-01-12i386: Add CC clobber and splits for 32-bit vector mode logic insns [PR100673,...Uros Bizjak10-133/+105
2022-01-12Fix pr101384-1.c code generation test.Michael Meissner1-1/+1
2022-01-12aix: handle 64bit inodes for include directoriesClément Chigot4-4/+113
2022-01-12Add testcase for PR 83541.Andrew MacLeod1-0/+17
2022-01-12Always set EDGE_EXECUTABLE in VRP2.Andrew MacLeod1-0/+1
2022-01-12tree-optimization/103990 - fix CFG cleanup regression from PRE changeRichard Biener3-7/+5
2022-01-12analyzer: complain about tainted sizes with "access" attribute [PR103940]David Malcolm4-12/+187
2022-01-12[nvptx] Add gcc.target/nvptx/atomic-exchange-*.c test-casesTom de Vries4-0/+179
2022-01-12[nvptx] Improve gcc.target/nvptx/atomic_fetch-*.c test-casesTom de Vries2-22/+168
2022-01-12[vect] PR103971, PR103977: Fix epilogue mode selection for autodetect onlyAndre Vieira1-1/+3
2022-01-12Fix -Wformat-diag for aarch64 target.Martin Liska1-13/+13
2022-01-12Include elfos.h before ${tm_file}.Martin Liska1-1/+1
2022-01-12opts: do not do sanity check when an error is seenMartin Liska1-1/+2
2022-01-12Fortran: fix testcase commentFrancois-Xavier Coudert1-1/+1
2022-01-12Fortran: fix testcase compiler flagsFrancois-Xavier Coudert1-1/+3
2022-01-12c++: Silence -Wuseless-cast warnings during move [PR103480]Jakub Jelinek2-0/+26
2022-01-12testsuite: Fix up c-c++-common/builtin-shufflevector-3.c testcase [PR101530]Jakub Jelinek1-0/+1
2022-01-12tree-optimization/76174 - testcase for fixed PRRichard Biener1-0/+22
2022-01-12cris: Avoid format-string-related warnings in calls to error functionsHans-Peter Nilsson2-5/+5
2022-01-12cris: Parenthesize parameter to as_a.Hans-Peter Nilsson1-1/+1
2022-01-12Daily bump.GCC Administrator9-1/+2885
2022-01-11Change the 3rd parameter of function .DEFERRED_INIT from IS_VLA to decl name.Qing Zhao23-108/+93
2022-01-11Implement CONVERT specifier for OPEN.Thomas Koenig2-3/+19