aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-05IBM Z: Fix check_effective_target_s390_z14_hwIlya Leoshkevich1-1/+1
2021-01-05xfail test that will never pass on i?86 FreeBSDSteve Kargl1-1/+1
2021-01-05syscall: don't define sys_SETREUID and friendsIan Lance Taylor3-13/+1
2021-01-05internal/cpu: more build fixes for Go1.16beta1 releaseIan Lance Taylor10-1/+64
2021-01-05doc: reflect the publication of C++20 in invoke.texi and standards.texiJakub Jelinek2-10/+20
2021-01-05d: Merge upstream dmd a5c86f5b9Iain Buclaw47-431/+1886
2021-01-05Add <source_location> to the precompiled header.Ed Smith-Rowland1-0/+1
2021-01-05x86: Use unsigned short to compute pextrw resultH.J. Lu1-1/+1
2021-01-05c++: Fix deduction from the type of an NTTPPatrick Palka5-2/+37
2021-01-05expand: Fold x - y < 0 to x < y during expansion [PR94802]Jakub Jelinek5-1/+110
2021-01-05nvptx: Cache stacks block for OpenMP kernel launchJulian Brown1-18/+96
2021-01-05A couple of comment tweaksRichard Sandiford2-7/+9
2021-01-05Don't link cc1 etc. against libcody.aJakub Jelinek2-6/+6
2021-01-05tree-optimization/98516 - fix SLP permute opt materializationRichard Biener3-5/+70
2021-01-05c++: Fix ICE with __builtin_bit_cast [PR98469]Jakub Jelinek4-0/+39
2021-01-05c++: ICE with deferred noexcept when deducing targs [PR82099]Marek Polacek3-1/+20
2021-01-05move SLP debug counterRichard Biener1-2/+4
2021-01-05tree-optimization/98428 - avoid pre-existing vectors for loop SLPRichard Biener1-3/+2
2021-01-05reassoc: Fix reassociation on 32-bit hosts with > 32767 bbs [PR98514]Jakub Jelinek1-17/+17
2021-01-05phiopt: Optimize x < 0 ? ~y : y to (x >> 31) ^ y [PR96928]Jakub Jelinek3-2/+148
2021-01-05match.pd: Improve (A / (1 << B)) -> (A >> B) optimization [PR96930]Jakub Jelinek2-2/+16
2021-01-05store-merging: Handle vector CONSTRUCTORs using bswap [PR96239]Jakub Jelinek2-3/+115
2021-01-05go: Fix -fgo-embedcfg= option description.Jakub Jelinek1-1/+1
2021-01-05tree-optimization/98381 - fix live bool vector extractRichard Biener2-5/+9
2021-01-05i386: Prevent spurious FP exceptions with _mm_cvt{,t}ps_pi32 [PR98522]Uros Bizjak2-8/+81
2021-01-05i386: Add _mm256_cmov_si256 [PR98521]Uros Bizjak1-0/+6
2021-01-05[c++]: Improve module-decl diagnostics [PR 98327]Nathan Sidwell4-9/+12
2021-01-05x86: Cast to unsigned short first for _mm_extract_pi16H.J. Lu6-2/+48
2021-01-05arc: fix accumulator first register.Claudiu Zissulescu1-4/+4
2021-01-05i386: Optimize pmovskb on zero_extend of subreg HI of pmovskb result [PR98461]liuhongt2-0/+53
2021-01-05explow, aarch64: Fix force-Pmode-to-mem for ILP32 [PR97269]Richard Sandiford2-1/+24
2021-01-05recog: Fix a constrain_operands corner case [PR97144]Richard Sandiford3-4/+54
2021-01-05rtl-ssa: Fix updates to call clobbers [PR98403]Richard Sandiford2-4/+200
2021-01-05vect: Fix missing alias checks for 128-bit SVE [PR98371]Richard Sandiford1-3/+58
2021-01-05build: libcody: Link with -lsocket -lnsl if necessary [PR98316]Rainer Orth10-6/+446
2021-01-05simplify-rtx: Optimize (x - 1) * y + y [PR98334]Jakub Jelinek2-0/+92
2021-01-05Restore input_location after recursive expand_call_inlineBernd Edlinger1-2/+4
2021-01-05Fix testsuite/g++.dg/cpp1y/constexpr-66093.C execution failure...Jerome Lambourg1-1/+1
2021-01-04Go frontend: add -fgo-embedcfg optionIan Lance Taylor4-0/+20
2021-01-04analyzer: fix ICE with -fsanitize=undefined [PR98293]David Malcolm2-1/+20
2021-01-05Daily bump.GCC Administrator9-1/+257
2021-01-04C: Add test for incorrect warning for assignment of certain volatile expressi...Martin Uecker1-0/+21
2021-01-04MAINTAINERS: Update my email address.Philipp Tomsich1-1/+1
2021-01-04c++: Add stdlib module test casesNathan Sidwell57-0/+704
2021-01-04vect, aarch64: Fix alignment units for IFN_MASK* [PR95401]Richard Sandiford5-8/+36
2021-01-04[libcody] Remove some std::move [PR 98368]Nathan Sidwell2-5/+2
2021-01-04[libcody] Windows absdir fixMateusz Wajchęprzełóż1-2/+2
2021-01-04tree-optimization/98308 - set vector type for mask of masked loadRichard Biener2-0/+27
2021-01-04loop-niter: Recognize popcount idioms even with char, short and __int128 [PR9...Jakub Jelinek2-14/+98
2021-01-04tree-optimization/98464 - replace loop info with avail at usesRichard Biener2-6/+172