summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-08Fix uniqueness of address for aliased objectsEric Botcazou
2020-05-08Couple of tweaks to help in LTO modeEric Botcazou
2020-05-08Fix missing information in exception messages with -gnateEEric Botcazou
2020-05-08Small tweak to gnat_to_gnu_paramEric Botcazou
2020-05-08Fix availability compute during VN DOM eliminationRichard Biener
2020-05-08match.pd: A ^ ((A ^ B) & -(C cmp D)) -> (C cmp D) ? B : A simplification [PR9...Jakub Jelinek
2020-05-08ix86: Add peephole2 for *add<mode>3_cc_overflow_1 followed by matching memory...Jakub Jelinek
2020-05-08tree: Avoid variable sharing in get_narrower [PR94724]Jakub Jelinek
2020-05-08match.pd: Canonicalize (X + (X >> (prec - 1))) ^ (X >> (prec - 1)) to abs (X)...Jakub Jelinek
2020-05-08match.pd: Optimize ffs of known non-zero arg into ctz + 1 [PR94956]Jakub Jelinek
2020-05-08match.pd: Simplify unsigned A - B - 1 >= A to B >= A [PR94913]Jakub Jelinek
2020-05-08csa: Fix --enable-checking=yes,df bootstrap failure in csa [PR94961]Jakub Jelinek
2020-05-08Daily bump.GCC Administrator
2020-05-07rs6000: Tests for setnbcSegher Boessenkool
2020-05-07rs6000: New insns setnbc and setnbcrSegher Boessenkool
2020-05-07rs6000: Tests for setbcSegher Boessenkool
2020-05-07rs6000: New insns setbc and setbcrSegher Boessenkool
2020-05-07Move all patterns and expanders out of h8300.md and into other files that are...Jeff Law
2020-05-07 More cleanups. Merging patterns with iterators, split out peepholes, etc.Jeff Law
2020-05-07 Drop original H8/300 support. This should generate identical code for th...Jeff Law
2020-05-07Drop more COFF support from H8 portJeff Law
2020-05-07Remove remnants of COFF support which was dropped eons ago.Jeff Law
2020-05-07libstdc++: Fix whitespace in ChangelogJonathan Wakely
2020-05-07libstdc++: Fix some C++20 algorithms to work in parallel modeJonathan Wakely
2020-05-07libstdc++: Make relational operators work with const guarded iterators (PR 92...Jonathan Wakely
2020-05-07coroutines: Improve error recovery [PR94817, PR94829].Iain Sandoe
2020-05-07c-family: Add "nonstatic" to badwords.Marek Polacek
2020-05-07c++: Detect long double -> double narrowing [PR94590]Marek Polacek
2020-05-07c++: Fix crash with template spec in different namespace [PR94255]Marek Polacek
2020-05-07Fix bogus calls to set_rtx_cost.Alan Modra
2020-05-07Check alignment for no peeling gaps handlingKewen Lin
2020-05-07Wrap global variables in tree-ssa-operands.c into a class.Giuliano Belinassi
2020-05-07c++: Implement P1957R2, T* to bool should be considered narrowing.Marek Polacek
2020-05-07ipa/94947 - avoid using externally_visible_p ()Richard Biener
2020-05-07Fix various dg directives.Manfred Schwarb
2020-05-07c++: Fix spelling of non-staticMarek Polacek
2020-05-07Fix minor typos in comments that affected syntax highlighting.Erick Ochoa
2020-05-07Fix optindex entries for 2 options.Martin Liska
2020-05-07extend DECL_GIMPLE_REG_P to all typesRichard Biener
2020-05-07testsuite: Improve g++.dg/ext/attr-parm-1.C testcase [PR94946]Jakub Jelinek
2020-05-07c-family: Fix error-recovery ICE on __builtin_speculation_safe_value [PR94968]Jakub Jelinek
2020-05-07AArch32: fix bootstrap failureAlex Coplan
2020-05-07tree-optimization/57359 - rewrite SM codeRichard Biener
2020-05-07Update the baseline symbols for SPARC64/LinuxEric Botcazou
2020-05-07Fix a few DWARF bugs with -fgnat-encodings=minimalEric Botcazou
2020-05-07lto-wrapper: split arguments of getenv ("MAKE").Martin Liska
2020-05-07alpha: Implement the PR94780 fix for alpha.Uros Bizjak
2020-05-07Daily bump.GCC Administrator
2020-05-06c++: ICE in value_dependent_expression_p in C++98 mode [PR94938]Marek Polacek
2020-05-06d: Fix ICE in verify_gimple_stmt, at tree-cfg.c:4959Iain Buclaw