aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-07Introduce smul_highpart and umul_highpart RTX for high-part multiplicationsRoger Sayle10-9/+216
2021-10-07ipa: Fix ICE when speculating calls from inlined functions (PR 102388)Martin Jambor1-13/+27
2021-10-07c++: variadic ttp constraint subsumption [PR99904]Patrick Palka2-0/+11
2021-10-07c++: Do not warn about lifetime of std::initializer_list<T>& [PR102482]Jonathan Wakely2-2/+70
2021-10-07Fix access node mergingJan Hubicka2-2/+57
2021-10-07c++: Add testcase for C++23 P2316R2 - consistent character literal encoding [...Jakub Jelinek1-0/+33
2021-10-07tree-optimization/102608 - avoid CSEing .DEFERRED_INITRichard Biener1-21/+24
2021-10-07MAINTAINERS: Add myself to DCO sectionSiddhesh Poyarekar1-1/+2
2021-10-07build: Fix --enable-gather-detailed-mem-statsMartin Liska3-5/+6
2021-10-07amdgcn: Fix assembler version incompatibilityAndrew Stubbs1-4/+12
2021-10-07amdgcn: Implement -msram-ecc=anyAndrew Stubbs3-38/+96
2021-10-07amdgcn: Support LLVM 13 assembler syntaxAndrew Stubbs5-58/+467
2021-10-07Properly parse invariant &MEM addresses in the GIMPLE FERichard Biener3-2/+36
2021-10-07Daily bump.GCC Administrator9-1/+207
2021-10-06c++: One more spaceship test.Jason Merrill1-0/+25
2021-10-06libsanitizer: Update LOCAL_PATCHESH.J. Lu1-1/+1
2021-10-06libsanitizer: Apply local patchesH.J. Lu14-30/+85
2021-10-06libsanitizer: Merge with upstreamH.J. Lu44-257/+257
2021-10-06libstdc++: Implement std::move_only_function for C++23 (P0288R9)Jonathan Wakely10-0/+828
2021-10-06Add range intersect with 2 wide-ints.Andrew MacLeod4-12/+78
2021-10-06Introduce a param-switch-limit for EVRP.Andrew MacLeod5-3/+20
2021-10-06Use TYPE_MIN/MAX_VALUE in set_varying when possible.Andrew MacLeod1-2/+13
2021-10-06Ranger: More efficient zero/nonzero check.Andrew MacLeod1-2/+3
2021-10-06More consistently dump GIMPLE FE consumable stmtsRichard Biener3-29/+57
2021-10-06openmp: Optimize for OpenMP atomics 2x__builtin_clear_padding+__builtin_memcm...Jakub Jelinek1-2/+48
2021-10-06c++: Implement C++23 P2242R3 - Non-literal variables (and labels and gotos) i...Jakub Jelinek17-41/+353
2021-10-06libcpp: Implement C++23 P2334R1 - #elifdef/#elifndefJakub Jelinek13-4/+508
2021-10-06Fortran: Fix deprecate warning with parameterTobias Burnus2-1/+23
2021-10-06[gimple-isel] Remove redundant if condition.prathamesh.kulkarni1-3/+0
2021-10-05c++: defaulted <=> with bitfields [PR102490]Jakub Jelinek11-90/+328
2021-10-06Daily bump.GCC Administrator8-1/+455
2021-10-05Not add initialization for variables been initialized by FEs [PR102359]qing zhao3-1/+34
2021-10-05compiler: workaround for C++ build template matching quirkThan McIntosh2-3/+3
2021-10-05c++: Fix apply_identity_attributes [PR102548]Jakub Jelinek2-2/+14
2021-10-05Darwin, D: Fix bootstrap when target does not support -Bstatic/dynamic.Iain Sandoe1-0/+6
2021-10-05c++: unifying equal NONTYPE_ARGUMENT_PACKs [PR102547]Patrick Palka3-0/+48
2021-10-05Loosen loop crossing restriction in threader.Aldy Hernandez2-11/+68
2021-10-05libstdc++: Ensure std::span and std::string_view are trivially copyable (P225...Jonathan Wakely2-0/+24
2021-10-05Mark argument as unusedJan-Benedict Glaw1-1/+2
2021-10-05Fix s390 test to have pointer type for computed gotoJeff Law1-1/+1
2021-10-05Fix redefinition warningJan-Benedict Glaw1-0/+1
2021-10-05libstdc++: Simplify constraints for std::any constructionJonathan Wakely2-9/+6
2021-10-05libstdc++: Add test for std::cmp_greaterJonathan Wakely1-0/+61
2021-10-05libstdc++: Improve test for printing volatile pointersJonathan Wakely1-4/+8
2021-10-05Allow more kinds of invariant addresses in GIMPLE FERichard Biener2-5/+32
2021-10-05c++: templated static local var has value-dep addr [PR98930]Patrick Palka3-0/+35
2021-10-05gfortran.dg/gomp/pr43711.f90: Change dg-* for XFAIL->PASSTobias Burnus1-4/+4
2021-10-05Make flow of option processing more readily visibleRichard Biener1-24/+19
2021-10-05Amend function names with UID when dumping with TDF_UIDRichard Biener2-4/+21
2021-10-05More .DEFERRED_INIT expansion reworkRichard Biener3-14/+17