aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-08match.pd: A ^ ((A ^ B) & -(C cmp D)) -> (C cmp D) ? B : A simplification [PR9...Jakub Jelinek4-0/+85
2020-05-08ix86: Add peephole2 for *add<mode>3_cc_overflow_1 followed by matching memory...Jakub Jelinek4-0/+37
2020-05-08tree: Avoid variable sharing in get_narrower [PR94724]Jakub Jelinek2-1/+5
2020-05-08match.pd: Canonicalize (X + (X >> (prec - 1))) ^ (X >> (prec - 1)) to abs (X)...Jakub Jelinek4-0/+28
2020-05-08match.pd: Optimize ffs of known non-zero arg into ctz + 1 [PR94956]Jakub Jelinek4-0/+45
2020-05-08match.pd: Simplify unsigned A - B - 1 >= A to B >= A [PR94913]Jakub Jelinek4-2/+52
2020-05-08csa: Fix --enable-checking=yes,df bootstrap failure in csa [PR94961]Jakub Jelinek5-9/+24
2020-05-08Daily bump.GCC Administrator1-1/+1
2020-05-07rs6000: Tests for setnbcSegher Boessenkool8-0/+99
2020-05-07rs6000: New insns setnbc and setnbcrSegher Boessenkool2-4/+31
2020-05-07rs6000: Tests for setbcSegher Boessenkool8-0/+99
2020-05-07rs6000: New insns setbc and setbcrSegher Boessenkool2-11/+76
2020-05-07Move all patterns and expanders out of h8300.md and into other files that are...Jeff Law15-3144/+3159
2020-05-07 More cleanups. Merging patterns with iterators, split out peepholes, etc.Jeff Law3-1805/+1649
2020-05-07 Drop original H8/300 support. This should generate identical code for th...Jeff Law8-1639/+683
2020-05-07Drop more COFF support from H8 portJeff Law2-6/+3
2020-05-07Remove remnants of COFF support which was dropped eons ago.Jeff Law2-21/+5
2020-05-07libstdc++: Fix whitespace in ChangelogJonathan Wakely1-8/+8
2020-05-07libstdc++: Fix some C++20 algorithms to work in parallel modeJonathan Wakely4-23/+39
2020-05-07libstdc++: Make relational operators work with const guarded iterators (PR 92...Jonathan Wakely2-12/+24
2020-05-07coroutines: Improve error recovery [PR94817, PR94829].Iain Sandoe14-16/+195
2020-05-07c-family: Add "nonstatic" to badwords.Marek Polacek2-0/+5
2020-05-07c++: Detect long double -> double narrowing [PR94590]Marek Polacek4-1/+35
2020-05-07c++: Fix crash with template spec in different namespace [PR94255]Marek Polacek4-1/+34
2020-05-07Fix bogus calls to set_rtx_cost.Alan Modra3-4/+12
2020-05-07Check alignment for no peeling gaps handlingKewen Lin2-9/+18
2020-05-07Wrap global variables in tree-ssa-operands.c into a class.Giuliano Belinassi2-117/+216
2020-05-07c++: Implement P1957R2, T* to bool should be considered narrowing.Marek Polacek4-4/+16
2020-05-07ipa/94947 - avoid using externally_visible_p ()Richard Biener2-4/+16
2020-05-07Fix various dg directives.Manfred Schwarb34-60/+94
2020-05-07c++: Fix spelling of non-staticMarek Polacek13-22/+34
2020-05-07Fix minor typos in comments that affected syntax highlighting.Erick Ochoa2-4/+8
2020-05-07Fix optindex entries for 2 options.Martin Liska2-1/+6
2020-05-07extend DECL_GIMPLE_REG_P to all typesRichard Biener32-164/+194
2020-05-07testsuite: Improve g++.dg/ext/attr-parm-1.C testcase [PR94946]Jakub Jelinek2-2/+12
2020-05-07c-family: Fix error-recovery ICE on __builtin_speculation_safe_value [PR94968]Jakub Jelinek4-1/+24
2020-05-07AArch32: fix bootstrap failureAlex Coplan2-2/+7
2020-05-07tree-optimization/57359 - rewrite SM codeRichard Biener7-117/+600
2020-05-07Update the baseline symbols for SPARC64/LinuxEric Botcazou3-0/+177
2020-05-07Fix a few DWARF bugs with -fgnat-encodings=minimalEric Botcazou4-14/+58
2020-05-07lto-wrapper: split arguments of getenv ("MAKE").Martin Liska2-9/+23
2020-05-07alpha: Implement the PR94780 fix for alpha.Uros Bizjak2-4/+10
2020-05-07Daily bump.GCC Administrator1-1/+1
2020-05-06c++: ICE in value_dependent_expression_p in C++98 mode [PR94938]Marek Polacek7-3/+83
2020-05-06d: Fix ICE in verify_gimple_stmt, at tree-cfg.c:4959Iain Buclaw7-89/+71
2020-05-06c++: Avoid strict_aliasing_warning on dependent types or expressions [PR94951]Jakub Jelinek4-6/+42
2020-05-06c++: Don't synthesize sfk_comparison method multiple times [PR94907]Jakub Jelinek4-1/+24
2020-05-06libstdc++ std::fill overload for std::vector<bool>::iteratorFrançois Dumont4-49/+102
2020-05-06i386: Use generic division to generate INEXACT exceptionUros Bizjak6-50/+67
2020-05-06c++: QT overload regression with attribute [PR94946]Nathan Sidwell3-3/+18