aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-18Daily bump.GCC Administrator8-1/+327
2022-10-17Fix bogus RTL on the H8.Jeff Law2-41/+69
2022-10-17More infrastructure to avoid bogus RTL on H8.Jeff Law3-0/+35
2022-10-17Remove accidential commitsJeff Law12-31671/+0
2022-10-17Enable REE for H8Jeff Law13-0/+31673
2022-10-17Add missing splitter for H8Jeff Law1-0/+18
2022-10-17x86: Check corrupted return address when unwinding stackH.J. Lu3-7/+50
2022-10-17Fortran: NULL pointer dereference in gfc_simplify_image_index [PR104330]Steve Kargl2-1/+21
2022-10-17Make sure exported range for SSA post-dominates the DEF in set_global_ranges_...Aldy Hernandez2-1/+37
2022-10-17Fortran: handle bad array ctors with typespec [PR93483, PR107216, PR107219]Harald Anlauf4-16/+68
2022-10-17Fortran: check type of operands of logical operations, comparisons [PR107272]Harald Anlauf2-0/+54
2022-10-17Fortran: Fixes for kind=4 characters strings [PR107266]Tobias Burnus5-12/+131
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-17Fix nvptx-specific '-foffload-options' syntax in 'libgomp.c/reverse-offload-s...Thomas Schwinge1-1/+1
2022-10-17Vectorization of first-order recurrencesRichard Biener13-28/+558
2022-10-17libgcc: Move cfa_how into potential padding in struct frame_state_reg_infoFlorian Weimer1-5/+6
2022-10-17libstdc++: Fix value of __cpp_lib_constexpr_charconvJonathan Wakely4-4/+4
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 Administrator2-1/+32
2022-10-15libstdc++: Fix -Wunused-function warning in src/c++11/debug.ccJonathan Wakely1-8/+8
2022-10-15libstdc++: Implement constexpr std::to_chars for C++23 (P2291R3)Jonathan Wakely6-16/+275
2022-10-15libstdc++: Fix uses_allocator_construction args for cv pair (LWG 3677)Jonathan Wakely4-5/+54
2022-10-15Daily bump.GCC Administrator11-1/+402
2022-10-14preprocessor: C2x identifier rulesJoseph Myers6-33/+66
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-14libstdc++: Disable all emergency EH pool code if obj-count == 0Jonathan Wakely1-1/+19
2022-10-14libstdc++: Simplify print_raw function for debug assertionsJonathan Wakely1-13/+8
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