aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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-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-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-06c++: QT overload regression with attribute [PR94946]Nathan Sidwell3-3/+18
2020-05-06coroutines: Remove references to n4849 (NFC).Iain Sandoe2-14/+18
2020-05-06x86: Fix vextract* masked patterns [PR93069]Jakub Jelinek3-213/+256
2020-05-06add a new option -flarge-source-files.qing zhao8-3/+51
2020-05-06i386: Use ADD to implement compares with negated operand [PR94913]Uros Bizjak6-0/+95
2020-05-06Prepare removal of SLP_INSTANCE_GROUP_SIZERichard Biener5-29/+37
2020-05-06aarch64: fix conflicting declarationsAndreas Schwab2-4/+6
2020-05-06middle-end/94964 - avoid EH loop entry with CP_SIMPLE_PREHEADERSRichard Biener2-2/+9
2020-05-06tree-optimization/94963 - avoid bogus uninit warning with store-motionRichard Biener4-7/+59
2020-05-06Add ChangeLog entries for patch TSXLDTRK.liuhongt2-1/+38
2020-05-06Add ENQCMD, AVX512BF16, AVX512_VP2INTERSECT to gcc.target/i386/funcspec-56.inc.liuhongt2-0/+11
2020-05-06match.pd: Optimize ~(~X +- Y) into (X -+ Y) [PR94921]Jakub Jelinek4-0/+36
2020-05-06tree-optimization/94965 - fix typo in vec_info * passingRichard Biener2-1/+6
2020-05-06doc: Update install.texi for GCC 10 on SolarisRainer Orth2-35/+68
2020-05-06Enable TARGET_TSXLDTRK for GCC support.liuhongt22-17/+120