aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-02-03openmp, fortran: Improve !$omp atomic checks [PR104328]Jakub Jelinek2-3/+46
2022-02-02c++: dependent array bounds completion [PR104302]Jason Merrill3-2/+34
2022-02-02Correct typos in -Wuse-after-free description.Martin Sebor1-2/+2
2022-02-03Daily bump.GCC Administrator6-1/+231
2022-02-02docs: mention analyzer interaction with -ftrivial-auto-var-init [PR104270]David Malcolm1-1/+2
2022-02-02rs6000/testsuite: Return 0 for powerpc_altivec_ok on other targetsSegher Boessenkool1-15/+15
2022-02-02libstdc++: Fix -Wunused-variable warning for -fno-exceptions buildJonathan Wakely2-2/+2
2022-02-02libstdc++: Fix invalid instantiations in testsJonathan Wakely2-4/+12
2022-02-02libstdc++: Fix link failure in _OutputIteratorConceptJonathan Wakely1-1/+3
2022-02-02lto: fix error handling for -Wl,-plugin-opt=debugMartin Liska2-12/+9
2022-02-02Remove dead macro: TEXT_SECTION_NAMEMartin Liska1-5/+0
2022-02-02analyzer: fix missing check for uninit of return valuesDavid Malcolm10-48/+43
2022-02-02analyzer: consolidate duplicate code in region::calc_offsetDavid Malcolm1-43/+5
2022-02-02analyzer: implement bit_range_regionDavid Malcolm7-0/+243
2022-02-02analyzer: stop -ftrivial-auto-var-init from suppressing uninit warnings [PR10...David Malcolm4-0/+31
2022-02-02gcc: define _REENTRANT for OpenRISC when -pthread is passedBernd Kuhls1-0/+2
2022-02-02AArch32: use canonical ordering for complex mul, fma and fmsTamar Christina1-7/+7
2022-02-02AArch64: use canonical ordering for complex mul, fma and fmsTamar Christina2-10/+10
2022-02-02vect: Simplify and extend the complex numbers validation routines.Tamar Christina16-209/+458
2022-02-01Declare std::array members with attribute const [PR101831].Martin Sebor5-8/+101
2022-02-02cris: Reload using special-regs before general-regsHans-Peter Nilsson2-6/+32
2022-02-02cris: Don't discriminate against ALL_REGS in TARGET_REGISTER_MOVE_COSTHans-Peter Nilsson1-14/+4
2022-02-02cris: Remove CRIS v32 ACR artefactsHans-Peter Nilsson4-27/+13
2022-02-02cris: For expanded movsi, don't match operands we know will be reloadedHans-Peter Nilsson1-3/+4
2022-02-02cris: Don't default to -mmul-bug-workaroundHans-Peter Nilsson2-4/+17
2022-02-02Daily bump.GCC Administrator8-1/+436
2022-02-02libstdc++: Do not use dirent::d_type unconditionallyJonathan Wakely2-0/+8
2022-02-01AutoFDO: don't set param_early_inliner_max_iterations to 10.Eugene Rozenfeld2-4/+1
2022-02-01[COMMITTED] Change multiprecision.org to use httpsAndrew Pinski1-1/+1
2022-02-01libstdc++: Add more tests for filesystem directory iteratorsJonathan Wakely3-1/+87
2022-02-01libstdc++: Reset filesystem::recursive_directory_iterator on errorJonathan Wakely4-4/+291
2022-02-01libstdc++: Fix doxygen comment for filesystem::perms operatorsJonathan Wakely1-1/+1
2022-02-01libstdc++: Improve config output for --enable-cstdio [PR104301]Jonathan Wakely2-3/+8
2022-02-01IBM Z: fix `section type conflict` with -mindirect-branch-tableIlya Leoshkevich2-1/+22
2022-02-01Fortran: error recovery when simplifying EOSHIFTHarald Anlauf2-0/+11
2022-02-01libcpp: Fix up padding handling in funlike_invocation_p [PR104147]Jakub Jelinek2-1/+31
2022-02-01libcpp: Avoid PREV_WHITE and other random content on CPP_PADDING tokensJakub Jelinek1-2/+1
2022-02-01rs6000: Fix up PCH on powerpc* [PR104323]Jakub Jelinek2-89/+22
2022-02-01c++: lambda in template default argument [PR103186]Jason Merrill2-9/+54
2022-02-01tree: move tree_vec_map_cache_hasher into headerJason Merrill2-17/+17
2022-02-01[nvptx] Add uniform_warp_check insnTom de Vries2-4/+36
2022-02-01[nvptx] Add bar.warp.syncTom de Vries2-0/+14
2022-02-01[nvptx] Update default ptx isa to 6.3Tom de Vries1-1/+1
2022-02-01[nvptx] Update bar.sync for ptx isa 6.0Tom de Vries3-2/+8
2022-02-01[nvptx] Handle nop in prevent_branch_around_nothingTom de Vries1-0/+1
2022-02-01[nvptx] Add some support for .local atomicsTom de Vries5-23/+124
2022-02-01[nvptx] Fix reduction lockTom de Vries2-5/+49
2022-02-01Strengthen memory order for atomic<T>::wait/notifyThomas Rodgers1-6/+6
2022-02-01docs: remove --disable-stage1-checking from requirementsMartin Liska1-5/+0
2022-02-01veclower: Fix up -fcompare-debug issue in expand_vector_comparison [PR104307]Jakub Jelinek2-18/+26