aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-13Remove STMT_VINFO_SAME_ALIGN_REFSRichard Biener8-110/+143
2020-10-13nvptx/mkoffload.c: Add missing fcloseTobias Burnus1-0/+1
2020-10-13ASAN: disable -Wno-stringop-overflow for 2 testsMartin Liska2-1/+2
2020-10-13AArch64: Add FLAG for mul/mla/mls intrinsics [PR94442]zhengnannan1-26/+26
2020-10-13openmp: Improve composite triangular loop lowering and expansionJakub Jelinek2-42/+124
2020-10-13Fix tramp3d PGO misoptimizationJan Hubicka1-104/+84
2020-10-13Daily bump.GCC Administrator10-1/+470
2020-10-12analyzer: handle static callbacks [PR97258]David Malcolm9-14/+175
2020-10-12mathfn_built_in_type case type fixAlexandre Oliva1-13/+13
2020-10-12make sin and cos generics inlineableAlexandre Oliva1-0/+2
2020-10-12MIPS/libphobos: Fix switchcontext.S assembly for MIPS I ISAMaciej W. Rozycki1-12/+12
2020-10-12Do not ignore failures from gimple_range_calc_op2.Andrew MacLeod2-2/+16
2020-10-12libstdc++: Apply proposed resolution for LWG 3450Patrick Palka2-0/+12
2020-10-12libstdc++: Apply proposed resolution for LWG 3449 [PR95322]Patrick Palka2-4/+47
2020-10-12libstdc++: Update doxyfile to Doxygen 1.8.20 formatJonathan Wakely1-73/+193
2020-10-12libstdc++: Include C++17 features in doxygen API docsJonathan Wakely1-1/+1
2020-10-12libstdc++: Fix documentation for return values of copy algosJonathan Wakely1-4/+4
2020-10-12operator_trunc_mod::wi_fold: Return VARYING for mod by zero.Aldy Hernandez2-3/+18
2020-10-12analyzer: add warnings about writes to constant regions [PR95007]David Malcolm7-1/+248
2020-10-12PR c++/97201 - ICE in -Warray-bounds writing to result of operator new(0)Martin Sebor7-9/+278
2020-10-12Generalize compute_objsize to return maximum size/offset instead of failing (...Martin Sebor25-204/+2339
2020-10-12Correct handling of indices into arrays with elements larger than 1 (PR c++/9...Martin Sebor13-323/+391
2020-10-12Cleanup ipa-modrefJan Hubicka2-257/+528
2020-10-12tree-optimization/97357: Fix testcaseChristophe Lyon1-1/+1