aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-21i386: Fix up BFmode comparisons in conditional moves [PR107322]Jakub Jelinek2-0/+70
2022-10-21c++: Don't shortcut TREE_CONSTANT vector type CONSTRUCTORs in cxx_eval_consta...Jakub Jelinek2-8/+25
2022-10-21Enable AMD znver4 support and add instruction reservationsTejas Joshi17-70/+1035
2022-10-21libstdc++: respect with-{headers, newlib} for default hosted valueArsen Arsenović2-8/+14
2022-10-21libstdc++: Fix std::move_only_function for incomplete parameter typesJonathan Wakely2-4/+12
2022-10-21Restore 'libgomp.oacc-c-c++-common/nvptx-sese-1.c' SESE regions checking [PR1...Thomas Schwinge1-1/+1
2022-10-21Add 'gcc.dg/tree-ssa/pr107195-3.c' [PR107195]Thomas Schwinge1-0/+112
2022-10-21tree-optimization/107323 - loop distribution partition ordering issueRichard Biener2-14/+64
2022-10-21RISC-V: Add type attribute for atomic instructions.Monk Chiang2-6/+11
2022-10-21match.pd: Fix up gcc.dg/pr54346.c on i686-linux [PR54346]Jakub Jelinek2-2/+11
2022-10-21c++: Fix up mangling ICE with void{} [PR106863]Jakub Jelinek2-1/+24
2022-10-21Don't build readline/libreadline.a, when --with-system-readline is suppliedДилян Палаузов2-0/+12
2022-10-21RISC-V: Add RVV vsetvl/vsetvlmax intrinsics and tests.Ju-Zhe Zhong13-2/+1300
2022-10-21RISC-V: Add RVV intrinsic basic framework.Ju-Zhe Zhong6-81/+1065
2022-10-21i386: Auto vectorize sdot_prod, udot_prod with VNNIINT8 instruction.Haochen Jiang3-11/+153
2022-10-21Support Intel AVX-VNNI-INT8Kong Lingling34-34/+758
2022-10-21Support Intel AVX-IFMAHongyu Wang43-82/+563
2022-10-21Daily bump.GCC Administrator11-1/+333
2022-10-20Fortran: error recovery with references of bad array constructors [PR105633]Harald Anlauf2-3/+15
2022-10-20[PR c++/106654] Handle non-irange ranges in get_range_global for default defs.Aldy Hernandez1-1/+1
2022-10-20Add op[12]_range for UNORDERED_LT entries in range-op.Aldy Hernandez1-0/+64
2022-10-20testsuite: Sanitize fails for SP FPU on ArmTorbjörn SVENSSON28-64/+345
2022-10-20c++: constraint matching, TEMPLATE_ID_EXPR, current instPatrick Palka2-6/+32
2022-10-20ipa-visibility: Optimize TLS access [PR99619]Artem Klimov9-1/+145
2022-10-20A false UNORDERED_<cond> means neither operand can be a NAN.Aldy Hernandez1-10/+41
2022-10-20c++ modules: handle CONCEPT_DECL in node_template_info [PR102963]Patrick Palka3-0/+15
2022-10-20vect: Fix vectype when widening container type in bitfield pattern [PR107326]Andre Vieira3-4/+72
2022-10-20libstdc++: Redefine __from_chars_alnum_to_val's tablePatrick Palka1-31/+28
2022-10-20Do not set NAN flags for VARYING ranges when !HONOR_NANS.Aldy Hernandez3-8/+18
2022-10-20Replace finite_operands_p with maybe_isnan.Aldy Hernandez1-23/+18
2022-10-20testsuite: Add some missing -Wno-psabi optionsJakub Jelinek2-2/+2
2022-10-20passes: Fix a comment typoJakub Jelinek1-1/+1
2022-10-20libgomp: Add offload_device_gcn check, add requires-4a.c testTobias Burnus4-1/+65
2022-10-20Avoid PHI - PHI recurrence in vectorizationRichard Biener1-8/+3
2022-10-20Add 'libgomp.oacc-c-c++-common/private-big-1.c' [PR105421]Thomas Schwinge1-0/+100
2022-10-20amdgcn: Use FLAT addressing for all functions with pointer arguments [PR105421]Julian Brown1-6/+9
2022-10-20Make 'autoreconf' work for 'gcc', 'libobjc'Thomas Schwinge4-4/+8
2022-10-20aarch64: Commonise some folding codeRichard Sandiford3-7/+10
2022-10-20aarch64: Use using directives to inherit constructorsRichard Sandiford3-87/+24
2022-10-20aarch64: Replace CONSTEXPR with constexprRichard Sandiford5-83/+83
2022-10-20aarch64: Prevent generation of /M BRKAS and BRKBSRichard Sandiford3-18/+16
2022-10-20aarch64: Fix matching of BRKNSRichard Sandiford4-10/+90
2022-10-20c/107305 - avoid ICEing with invalid GIMPLE input to the GIMPLE FERichard Biener4-8/+35
2022-10-20vect: Simplify first for shifted value generation [PR107240]Kewen Lin1-5/+6
2022-10-20Add C++ library interface dataUlrich Drepper6-547/+2419
2022-10-19Add assume support to VRP.Andrew MacLeod7-3/+342
2022-10-20Daily bump.GCC Administrator12-1/+322
2022-10-19c: C2x %wN, %wfN format checkingJoseph Myers8-37/+400
2022-10-19Always check result from build_<COND> in range-op-float.ccAldy Hernandez1-21/+26
2022-10-19analyzer: fix ICE on __builtin_ms_va_copy [PR105765]David Malcolm3-16/+897