aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-04-06c++: Fix up ICE when cplus_decl_attributes is called with error_mark_node att...Jakub Jelinek2-3/+16
2022-04-06c++: make -Wctad-maybe-unsupported respect complain [PR105143]Patrick Palka3-1/+27
2022-04-06sh: Fix up __attribute__((optimize ("Os"))) handling on SH [PR105069]Jakub Jelinek1-1/+1
2022-04-06--target-help: align with --help=targetMartin Liska3-3/+4
2022-04-06rs6000/testsuite: Skip pr105140.cSegher Boessenkool1-0/+1
2022-04-06c++: -Wunused-value and array init [PR104702]Jason Merrill2-3/+18
2022-04-06mips: Fix C++14 vs. C++17 ABI incompatibility on mips64Xi Ruoyao2-5/+73
2022-04-06gimple.cc: Follow-up to adjust gimple_call_builtin_p and gimple_call_combined...Jakub Jelinek1-25/+11
2022-04-06c++: -Wshadow=compatible-local type vs var [PR100608]Jason Merrill2-0/+14
2022-04-06tree-optimization/105173 - fix insertion logic in reassocRichard Biener2-12/+41
2022-04-06ipa/105166 - avoid modref queries with mismatching typesRichard Biener2-1/+12
2022-04-06tree-optimization/105163 - abnormal SSA coalescing and reassocRichard Biener2-12/+30
2022-04-06gimple.cc: Adjust gimple_call_builtin_p and gimple_call_combined_fn [PR105150]Jakub Jelinek2-13/+25
2022-04-06vect: Fix mask handling for SLP gathers [PR103761]Richard Sandiford3-13/+50
2022-04-06docs: Document new param x86-stlf-window-ninsns.Martin Liska1-0/+8
2022-04-06tree-optimization/105148 - fix IVOPTs recording usesRichard Biener2-2/+24
2022-04-06Support pandn for V1TI mode (i.e. *andnotv1ti3).Roger Sayle2-5/+19
2022-04-06tree-optimization/105142 - wrong code with maybe_fold_{and,or}_comparisonsRichard Biener4-45/+102
2022-04-06testsuite/105122 - adjust testcases after memcpy folding changesRichard Biener3-3/+5
2022-04-05rs6000: Support UN[GL][ET] in rs6000_maybe_emit_maxc_minc [PR105002]Kewen Lin1-1/+20
2022-04-06Daily bump.GCC Administrator6-1/+217
2022-04-05Document that the 'access' and 'nonnull' attributes are independentDavid Malcolm1-0/+8
2022-04-05Update gcc .po filesJoseph Myers19-129887/+134946
2022-04-05Fortran: Fix clause splitting for OMP masked taskloop directiveSandra Loosemore2-1/+21
2022-04-05i386: Fix movv2qi_internal xmm reg to xmm reg move for AVX512FP16 [PR105139]Uros Bizjak2-1/+18
2022-04-05Fortran: improve error recovery for invalid coarray function declarationsHarald Anlauf2-3/+21
2022-04-05Fortran: a RECURSIVE procedure cannot be an INTRINSICHarald Anlauf2-0/+15
2022-04-05aarch64: Stop +mops clobbering variable valuesRichard Sandiford3-35/+171
2022-04-05aarch64: Fix -fpack-struct + <arm_neon.h> [PR103147]Richard Sandiford24-25/+382
2022-04-05aarch64: Use error_n for plural text [PR104897]Richard Sandiford1-6/+10
2022-04-05c++: alias template equivalence and CTAD [PR103852]Jason Merrill2-6/+23
2022-04-05c++: elaborated-type-spec in requires-expr [PR101677]Jason Merrill4-4/+21
2022-04-05c++: adjust testcaseJason Merrill1-2/+2
2022-04-05OpenMP: Fix nested use_device_ptrChung-Lin Tang1-1/+1
2022-04-05c/105151 - move early walloca passRichard Biener2-1/+9
2022-04-05testsuite/s390: Adapt test expections.Robin Dapp4-8/+24
2022-04-05testsuite/s390: Change nle -> h in ifcvt tests.Robin Dapp3-6/+6
2022-04-05testsuite: Add -fno-tree-loop-distribute-patterns.Robin Dapp1-1/+3
2022-04-05Split vector load from parm_del to elemental loads to avoid STLF stalls.liuhongt5-0/+103
2022-04-05try multi-reg dest in default_zero_call_used_regsAlexandre Oliva3-11/+86
2022-04-05Daily bump.GCC Administrator5-1/+73
2022-04-04Update gcc sv.poJoseph Myers1-480/+307
2022-04-04doc: Fix typos in match.pd documentationAlex Coplan1-18/+18
2022-04-04c++: repeated friend template [PR101894]Jason Merrill2-0/+12
2022-04-04c++: alias-tmpl equivalence and default targs [PR103852]Jason Merrill3-8/+38
2022-04-04aarch64: Restrict aarch64-tune.md regeneration to --enable-maintainer-mode [P...Jakub Jelinek1-0/+10
2022-04-04aarch64: Fix aarch64-tune.md (re)generation [PR105144]Jakub Jelinek2-1/+3
2022-04-04tree-optimization/105132 - add missing checking in vectorizable_operationRichard Biener2-0/+18
2022-04-04middle-end/105140 - fix bogus recursion in fold_convertible_pRichard Biener2-2/+20
2022-04-04d: Compile simd_ctfe.d only on avx_runtime or vect_sizes_16B_8B targetsIain Buclaw1-1/+2