aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-01-14testsuite: Remove executable mode from source files.Martin Liska24-0/+0
2022-01-14vect: Check partial vector param for supports_partial_vectors [PR104015]Kewen Lin1-1/+2
2022-01-14c++: Avoid some -Wreturn-type false positives with const{expr,eval} if [PR103...Jakub Jelinek3-2/+51
2022-01-14c++: Reject in constant evaluation address comparisons of start of one var an...Jakub Jelinek2-1/+29
2022-01-14forwprop: Canonicalize atomic fetch_op op x to op_fetch or vice versa [PR98737]Jakub Jelinek3-1/+583
2022-01-14arc: Add DWARF2 alternate CFA column.Claudiu Zissulescu2-3/+39
2022-01-14arc: Update stack size computation when accumulator registers are available.Claudiu Zissulescu1-5/+4
2022-01-14x86_64: Improvements to arithmetic right shifts of V1TImode values.Roger Sayle1-169/+96
2022-01-14ARM: fix -Wformat= errorMartin Liska1-1/+1
2022-01-14tree-optimization/104009: Conservative underflow estimate in object sizeSiddhesh Poyarekar5-9/+75
2022-01-14Fix ICE of unrecognizable insn. [PR target/104001]liuhongt2-6/+26
2022-01-13Add __attribute__ ((tainted_args))David Malcolm12-3/+791
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