aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-10-17c++ modules: streaming constexpr_fundef [PR101449]Patrick Palka3-51/+29
2022-10-17[PR tree-optimization/105820] Add test.Aldy Hernandez1-0/+26
2022-10-17Do not test for -Inf when flag_finite_math_only.Aldy Hernandez1-4/+7
2022-10-17Add 3 floating NAN tests.Aldy Hernandez3-0/+58
2022-10-17Add relation_trio class for range-ops.Andrew MacLeod9-291/+405
2022-10-17Fix nan updating in range-ops.Andrew MacLeod1-13/+10
2022-10-17Don't set useless relations.Andrew MacLeod2-1/+8
2022-10-17GCN: Restore build with GCC 4.8Thomas Schwinge1-7/+7
2022-10-17Tag 'gcc/gimple-expr.cc:mark_addressable_2' as 'static'Thomas Schwinge1-1/+1
2022-10-17Vectorization of first-order recurrencesRichard Biener13-28/+558
2022-10-17RISC-V: Fix format[NFC]Ju-Zhe Zhong1-1/+1
2022-10-17RISC-V: Reorganize mangle_builtin_type.[NFC]Ju-Zhe Zhong1-13/+13
2022-10-17elf: ELF toolchain --without-{headers, newlib} should provide stdint.hArsen Arsenovic1-0/+5
2022-10-17Initial Meteorlake SupportHu, Lin12-0/+6
2022-10-17Initial Raptorlake SupportHaochen Jiang2-0/+4
2022-10-17Daily bump.GCC Administrator2-1/+20
2022-10-16Add new constraints for upcoming autoinc fixesJeff Law2-0/+37
2022-10-16Rename "z" constraint to "Zz" on the H8/300Jeff Law2-5/+5
2022-10-15Fix bug in register move costing on H8/300Jeff Law1-1/+1
2022-10-16Daily bump.GCC Administrator1-1/+1
2022-10-15Daily bump.GCC Administrator7-1/+332
2022-10-14preprocessor: C2x identifier rulesJoseph Myers2-0/+26
2022-10-14Fortran: fix check of polymorphic elements in data transfers [PR100971]Harald Anlauf2-0/+22
2022-10-14Implement distinction between HONOR_SIGNED_ZEROS and MODE_HAS_SIGNED_ZEROS.Aldy Hernandez1-1/+8
2022-10-14Implement range-op entry for __builtin_copysign.Aldy Hernandez1-0/+39
2022-10-14gfortran.dg/c-interop/deferred-character-2.f90: Fix dg-doTobias Burnus1-1/+1
2022-10-14Check rvc_normal in real_isdenormal.Aldy Hernandez2-1/+6
2022-10-14Replace CFN_BUILTIN_SIGNBIT* cases with CASE_FLT_FN.Aldy Hernandez1-3/+1
2022-10-14Normalize ranges over the range for both bounds when -ffinite-math-only.Aldy Hernandez1-0/+4
2022-10-14Drop -0.0 in frange::set() for !HONOR_SIGNED_ZEROS.Aldy Hernandez1-0/+8
2022-10-14c++ modules: ICE with dynamic_cast [PR106304]Patrick Palka4-1/+25
2022-10-14Add cases for CFN_BUILT_IN_SIGNBIT[FL].Aldy Hernandez1-0/+2
2022-10-14tree-optimization/107254 - check and support live lanes from permutesRichard Biener2-5/+77
2022-10-14Fix PR target/107248Eric Botcazou1-12/+12
2022-10-14gcov: test line count for label in then/else blockJørgen Kvalsvik1-1/+25
2022-10-14gcov: test switch/break line countsJørgen Kvalsvik2-6/+6
2022-10-14middle-end, c++, i386, libgcc: std::bfloat16_t and __bf16 arithmetic supportJakub Jelinek29-301/+721
2022-10-14c++: Excess precision for ? int : float or int == float [PR107097, PR82071, P...Jakub Jelinek9-53/+99
2022-10-14c++: Implement excess precision support for C++ [PR107097, PR323]Jakub Jelinek38-86/+613
2022-10-14c: C2x storage class specifiers in compound literalsJoseph Myers16-14/+369
2022-10-14Daily bump.GCC Administrator6-1/+220
2022-10-14Fix bogus -Wstringop-overflow warningEric Botcazou2-2/+22
2022-10-13c++: trivial formatting cleanupsJason Merrill5-15/+17
2022-10-13analyzer: fix ICE introduced in r13-3168 [PR107210]David Malcolm2-1/+18
2022-10-13Fix emit_group_store regression on big-endianEric Botcazou1-12/+32
2022-10-13use proper DECL_INITIAL for VTVMartin Liska3-23/+12
2022-10-13propagate partial equivs in the cache.Andrew MacLeod3-6/+66
2022-10-13Add partial equivalence recognition to cast and bitwise and.Andrew MacLeod1-0/+65
2022-10-13Add equivalence iterator to relation oracle.Andrew MacLeod3-11/+118
2022-10-13Add partial equivalence support to the relation oracle.Andrew MacLeod2-14/+229