aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-14runtime: correct semaphore implementation on netbsdNikhil Benesch7-8/+30
2020-10-14analyzer: fix ICE on globals with unknown size [PR93388]David Malcolm3-21/+40
2020-10-14analyzer: fix build with ada [PR93723]David Malcolm1-1/+0
2020-10-14analyzer: don't use <setjmp.h> in tests [PR97394]David Malcolm4-6/+15
2020-10-14c++: Diagnose bogus variadic lambda. [PR97358]Jason Merrill2-5/+32
2020-10-14Rework the condition variables support for VxWorksAlexandre Oliva2-12/+47
2020-10-14x86: Add missing intrinsics [PR95483]Sunil K Pandey64-57/+1429
2020-10-14Fix the VX_CPU selection for -mcpu=xscale on arm-vxworksOlivier Hainque1-1/+1
2020-10-14libstdc++: Fix unspecified comparison to null pointer [PR 97415]Jonathan Wakely1-4/+5
2020-10-14Rework CPP_BUILTINS_SPEC for powerpc-vxworksOlivier Hainque1-7/+50
2020-10-14Fallback to default CPP spec for C++ on VxWorksOlivier Hainque1-0/+6
2020-10-14Honor $(MULTISUBDIR) in -I directives for libgcc on VxWorksOlivier Hainque2-2/+2
2020-10-14Add include-fixed to include search paths for libgcc on VxWorksOlivier Hainque2-0/+2
2020-10-14Adjust the VxWorks alternative LIMITS_H guard for glimits.hOlivier Hainque1-1/+1
2020-10-14c++: DECL_FRIEND_P cleanupNathan Sidwell9-177/+99
2020-10-14i386: Improve chaining of _{addcarry,subborrow}_u{32,64} [PR97387]Jakub Jelinek4-12/+132
2020-10-14libstdc++: Fix tests that fail with old std::string ABIJonathan Wakely2-2/+2
2020-10-14Do not call range_of_ssa_name_with_loop_info with the loop tree root.Aldy Hernandez2-1/+24
2020-10-14More vect_get_and_check_slp_defs refactoringRichard Biener1-1/+8
2020-10-14Tigthen flag_pic processing in vxworks_override_optionsOlivier Hainque1-2/+4
2020-10-14Turn offset_map to HOST_WIDE_INTJan Hubicka3-5/+6
2020-10-14Handle POINTER_PLUS_EXPR in jump functions in ipa-modref.Jan Hubicka3-3/+60
2020-10-14Fortran: Fix line-truncation warning for !$acc and !gcc$Tobias Burnus2-2/+13
2020-10-14adjust BB SLP build from scalars heuristicsRichard Biener1-20/+31
2020-10-14[gimple] Move can_duplicate_bb_p to gimple_can_duplicate_bb_pTom de Vries2-64/+40
2020-10-14c++: Instantiation with local extern [PR97395]Nathan Sidwell2-7/+33
2020-10-14libstdc++: Define some std::string constructors inlineJonathan Wakely2-62/+28
2020-10-14libstdc++: Improve comments for check_effective_target_cxx11-abiJonathan Wakely1-0/+2
2020-10-14libstdc++: Improve comments in std::string testsJonathan Wakely14-44/+44
2020-10-14libstdc++: Enable tests that incorrectly require cxx11-abiJonathan Wakely3-11/+6
2020-10-14libstdc++: Implement LWG 3706 for COW stringsJonathan Wakely3-2/+7
2020-10-14Fortran : ICE in build_field PR95614Mark Eggleston8-8/+44
2020-10-14Support ofsetted parameters in local modrefJan Hubicka5-3/+92
2020-10-14Fix SCC discovery in ipa-modrefJan Hubicka1-5/+34
2020-10-14libgomp: Fix a typo in documentationJakub Jelinek1-1/+1
2020-10-13runtime: populate signal PC on NetBSDNikhil Benesch2-1/+3
2020-10-13syscall: port fix for netbsd unix sockets from upstreamNikhil Benesch2-4/+10
2020-10-14PR target/96759 - Handle global variable assignment from misaligned structure...Kito Cheng3-0/+23
2020-10-13reflect: ensure uniqueness of type descriptors on AIX.Clément Chigot10-30/+168
2020-10-14Daily bump.GCC Administrator5-1/+224
2020-10-13openmp: Add support for the omp_get_supported_active_levels runtime library r...Kwok Cheung Yeung11-4/+70
2020-10-13libstdc++: Fix doxygen comment for std::any_ofNuno Lopes1-1/+1
2020-10-13combine: Fix up simplify_shift_const_1 for nested ROTATEs [PR97386]Jakub Jelinek3-2/+41
2020-10-13libstdc++: Update C++20 status documentationJonathan Wakely10-10/+81
2020-10-13libstdc++: Remove trailing whitespace from XML docsJonathan Wakely63-346/+346
2020-10-13Do not save hash slots across calls to hash_table::get_or_insert.Aldy Hernandez1-12/+12
2020-10-13lto-wrapper: Use nontemp filename with -save-tempsTobias Burnus1-1/+1
2020-10-13[arm] Use -Os for stack-protector-[56].c testsRichard Sandiford2-2/+2
2020-10-13AArch64: Add Neoverse N2 tuning modelKyrylo Tkachov2-1/+27
2020-10-13lto-wrapper: Use nontemp filename with -save-tempsTobias Burnus1-3/+7