aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-11-11c++: use auto_vec in cp_parser_template_argument_listPatrick Palka1-27/+8
2021-11-11Resolve entry loop condition for the edge remaining in the loop.Aldy Hernandez1-1/+15
2021-11-11middle-end/103181 - fix operation_could_trap_p for vector divisionRichard Biener2-5/+45
2021-11-11dwarf2out: Fix up field_byte_offset [PR101378]Jakub Jelinek2-0/+14
2021-11-11[aarch64] PR102376 - Emit better diagnostic for arch extensions in target attr.Prathamesh Kulkarni2-1/+15
2021-11-11openmp: Add support for 2 argument num_teams clauseJakub Jelinek18-134/+556
2021-11-11Remove find_pdom and find_domRichard Biener2-57/+7
2021-11-11Apply TLC to control dependence computeRichard Biener5-16/+23
2021-11-10rs6000/doc: Rename future cpu with power10Kewen Lin1-12/+12
2021-11-11x86: Update -mtune=alderlakeCui,Lili5-30/+155
2021-11-11Extend vpcmov to handle V8HF/V16HFmode under TARGET_XOP.liuhongt2-4/+22
2021-11-11RISC-V: Fix wrong zifencei handling in riscv_subset_list::to_stringKito Cheng1-1/+1
2021-11-11Daily bump.GCC Administrator6-1/+686
2021-11-10Allow loop header copying when first iteration condition is known.Aldy Hernandez2-8/+60
2021-11-10[COMMITTED] aarch64: [PR103170] Fix aarch64_simd_dup<mode>Andrew Pinski2-2/+17
2021-11-10Fortran: avoid NULL pointer dereferencesHarald Anlauf2-0/+9
2021-11-10Add a testcase for PR tree-optimization/102892H.J. Lu2-0/+28
2021-11-10Adjust test to avoid target-specific failures [PR103161].Martin Sebor1-11/+17
2021-11-10Apply pattern initialization only when have_insn_for return true.Qing Zhao2-8/+12
2021-11-10arm: Initialize vector costing fieldsChristophe Lyon1-7/+28
2021-11-10path solver: Adjustments for use outside of the backward threader.Aldy Hernandez2-19/+39
2021-11-10AArch64: do not keep negated mask and inverse mask live at the same timeTamar Christina7-11/+55
2021-11-10middle-end: Add an RPO pass after successful vectorizationTamar Christina1-21/+32
2021-11-10Grow sbr_vector in ranger's on-entry cache as needed.Andrew MacLeod1-4/+31
2021-11-10AArch64: Remove shuffle pattern for rounding variant.Tamar Christina3-34/+2
2021-11-10Extend modref by side-effect analysisJan Hubicka4-57/+219
2021-11-10Fix typo in modref-13.cJan Hubicka1-1/+1
2021-11-10rs6000: Remove LINK_OS_EXTRA_SPEC{32,64} from --with-advance-toolchainLucas A. M. Magalhaes1-10/+0
2021-11-10attribs: Implement -Wno-attributes=vendor::attr [PR101940]Marek Polacek12-12/+374
2021-11-10arm: enable cortex-a710 CPUPrzemyslaw Wirkus4-5/+20
2021-11-10[AArch64] Fix bootstrap failure due to missing ATTRIBUTE_UNUSEDAndre Vieira1-1/+1
2021-11-10lto-wrapper: fix memory corruption.Martin Liska1-1/+1
2021-11-10aarch64: Tweak FMAX/FMIN iteratorsRichard Sandiford6-51/+39
2021-11-10vect: Pass scalar_costs to finish_costRichard Sandiford6-18/+23
2021-11-10vect: Keep scalar costs around longerRichard Sandiford2-15/+19
2021-11-10vect: Hookize better_loop_vinfo_pRichard Sandiford3-137/+226
2021-11-10vect: Remove vec_outside/inside_cost fieldsRichard Sandiford2-21/+19
2021-11-10vect: Move vector costs to loop_vec_infoRichard Sandiford4-20/+18
2021-11-10Make EAF flags more regular (and expressive)Jan Hubicka16-172/+302
2021-11-10testsuite: change vect_long to vect_long_long in complex tests.Tamar Christina4-13/+9
2021-11-10middle-end: Fix signbit tests when ran on ISA with support for masks.Tamar Christina2-1/+10
2021-11-10vect: remove unused variable in complex numbers detection code.Tamar Christina1-1/+0
2021-11-10testsuite/102690 - XFAIL g++.dg/warn/Warray-bounds-16.CRichard Biener1-3/+3
2021-11-10[AArch64] Fix TBAA information when lowering NEON loads and stores to gimpleAndre Vieira2-18/+47
2021-11-10[AArch64] Fix big-endian testisms introduced by NEON gimple lowering patchAndre Vieira3-6/+12
2021-11-10Fix modref_tree::remap_paramsJan Hubicka1-1/+1
2021-11-10Improve integer bit test on __atomic_fetch_[or|and]_* returnsliuhongt29-42/+1557
2021-11-10[Ada] Minor cleanup in translation of calls to subprogramsEric Botcazou3-65/+60
2021-11-10[Ada] Warn for bidirectional charactersBob Duff2-4/+54
2021-11-10[Ada] Avoid warnings regarding rep clauses in generics -- follow-onBob Duff1-1/+1