| 2020-05-07 | 
Alan Modra | Fix bogus calls to set_rtx_cost. | 
commit | commitdiff | tree | 
| 2020-05-07 | 
Kewen Lin | Check alignment for no peeling gaps handling | 
commit | commitdiff | tree | 
| 2020-05-07 | 
Giuliano Belinassi | Wrap global variables in tree-ssa-operands.c into a...  | 
commit | commitdiff | tree | 
| 2020-05-07 | 
Marek Polacek | c++: Implement P1957R2, T* to bool should be considered...  | 
commit | commitdiff | tree | 
| 2020-05-07 | 
Richard Biener | ipa/94947 - avoid using externally_visible_p () | 
commit | commitdiff | tree | 
| 2020-05-07 | 
Manfred Schwarb | Fix various dg directives. | 
commit | commitdiff | tree | 
| 2020-05-07 | 
Marek Polacek | c++: Fix spelling of non-static | 
commit | commitdiff | tree | 
| 2020-05-07 | 
Erick Ochoa | Fix minor typos in comments that affected syntax highli...  | 
commit | commitdiff | tree | 
| 2020-05-07 | 
Martin Liska | Fix optindex entries for 2 options. | 
commit | commitdiff | tree | 
| 2020-05-07 | 
Richard Biener | extend DECL_GIMPLE_REG_P to all types | 
commit | commitdiff | tree | 
| 2020-05-07 | 
Jakub Jelinek | testsuite: Improve g++.dg/ext/attr-parm-1.C testcase...  | 
commit | commitdiff | tree | 
| 2020-05-07 | 
Jakub Jelinek | c-family: Fix error-recovery ICE on __builtin_speculati...  | 
commit | commitdiff | tree | 
| 2020-05-07 | 
Alex Coplan | AArch32: fix bootstrap failure | 
commit | commitdiff | tree | 
| 2020-05-07 | 
Richard Biener | tree-optimization/57359 - rewrite SM code | 
commit | commitdiff | tree | 
| 2020-05-07 | 
Eric Botcazou | Update the baseline symbols for SPARC64/Linux | 
commit | commitdiff | tree | 
| 2020-05-07 | 
Eric Botcazou | Fix a few DWARF bugs with -fgnat-encodings=minimal | 
commit | commitdiff | tree | 
| 2020-05-07 | 
Martin Liska | lto-wrapper: split arguments of getenv ("MAKE"). | 
commit | commitdiff | tree | 
| 2020-05-07 | 
Uros Bizjak | alpha: Implement the PR94780 fix for alpha. | 
commit | commitdiff | tree | 
| 2020-05-07 | 
GCC Administrator | Daily bump. | 
commit | commitdiff | tree | 
| 2020-05-06 | 
Marek Polacek | c++: ICE in value_dependent_expression_p in C++98 mode...  | 
commit | commitdiff | tree | 
| 2020-05-06 | 
Iain Buclaw | d: Fix ICE in verify_gimple_stmt, at tree-cfg.c:4959 | 
commit | commitdiff | tree | 
| 2020-05-06 | 
Jakub Jelinek | c++: Avoid strict_aliasing_warning on dependent types...  | 
commit | commitdiff | tree | 
| 2020-05-06 | 
Jakub Jelinek | c++: Don't synthesize sfk_comparison method multiple...  | 
commit | commitdiff | tree | 
| 2020-05-06 | 
François Dumont | libstdc++ std::fill overload for std::vector<bool>...  | 
commit | commitdiff | tree | 
| 2020-05-06 | 
Uros Bizjak | i386: Use generic division to generate INEXACT exception | 
commit | commitdiff | tree | 
| 2020-05-06 | 
Nathan Sidwell | c++: QT overload regression with attribute [PR94946] | 
commit | commitdiff | tree | 
| 2020-05-06 | 
Iain Sandoe | coroutines: Remove references to n4849 (NFC). | 
commit | commitdiff | tree | 
| 2020-05-06 | 
Jakub Jelinek | x86: Fix vextract* masked patterns [PR93069] | 
commit | commitdiff | tree | 
| 2020-05-06 | 
qing zhao | add a new option -flarge-source-files. | 
commit | commitdiff | tree | 
| 2020-05-06 | 
Uros Bizjak | i386: Use ADD to implement compares with negated operan...  | 
commit | commitdiff | tree | 
| 2020-05-06 | 
Kyrylo Tkachov | [AArch64] Use __getauxval instead of getauxval in LSE...  | 
commit | commitdiff | tree | 
| 2020-05-06 | 
Richard Biener | Prepare removal of SLP_INSTANCE_GROUP_SIZE | 
commit | commitdiff | tree | 
| 2020-05-06 | 
H.J. Lu | x32: Update baseline_symbols.txt | 
commit | commitdiff | tree | 
| 2020-05-06 | 
Andreas Schwab | aarch64: fix conflicting declarations | 
commit | commitdiff | tree | 
| 2020-05-06 | 
Rainer Orth | libstdc++: Update Solaris baselines for GCC 10.1 | 
commit | commitdiff | tree | 
| 2020-05-06 | 
Richard Biener | middle-end/94964 - avoid EH loop entry with CP_SIMPLE_P...  | 
commit | commitdiff | tree | 
| 2020-05-06 | 
Richard Biener | tree-optimization/94963 - avoid bogus uninit warning...  | 
commit | commitdiff | tree | 
| 2020-05-06 | 
Martin Liska | Revert "Use const for template argument." | 
commit | commitdiff | tree | 
| 2020-05-06 | 
liuhongt | Add ChangeLog entries for patch TSXLDTRK. | 
commit | commitdiff | tree | 
| 2020-05-06 | 
liuhongt | Add ENQCMD, AVX512BF16, AVX512_VP2INTERSECT to gcc...  | 
commit | commitdiff | tree | 
| 2020-05-06 | 
Jonathan Wakely | libstdc++: Document library versioning for 9.[123]...  | 
commit | commitdiff | tree | 
| 2020-05-06 | 
Jakub Jelinek | libstdc++: Update {x86_64,i?86,powerpc64,s390x,aarch64...  | 
commit | commitdiff | tree | 
| 2020-05-06 | 
Jakub Jelinek | match.pd: Optimize ~(~X +- Y) into (X -+ Y) [PR94921] | 
commit | commitdiff | tree | 
| 2020-05-06 | 
Richard Biener | tree-optimization/94965 - fix typo in vec_info * passing | 
commit | commitdiff | tree | 
| 2020-05-06 | 
Rainer Orth | doc: Update install.texi for GCC 10 on Solaris | 
commit | commitdiff | tree | 
| 2020-05-06 | 
liuhongt | Enable TARGET_TSXLDTRK for GCC support. | 
commit | commitdiff | tree | 
| 2020-05-06 | 
Jakub Jelinek | riscv: Fix up riscv_atomic_assign_expand_fenv [PR94950] | 
commit | commitdiff | tree | 
| 2020-05-06 | 
Jakub Jelinek | combine: Don't replace SET_SRC with REG_EQUAL note...  | 
commit | commitdiff | tree | 
| 2020-05-06 | 
liuhongt | Enable GCC support for SERIALIZE | 
commit | commitdiff | tree | 
| 2020-05-06 | 
Richard Biener | Adjust integer <-> pointer conversion IL checking | 
commit | commitdiff | tree | 
| 2020-05-06 | 
GCC Administrator | Daily bump. | 
commit | commitdiff | tree | 
| 2020-05-05 | 
Jason Merrill | c++: CWG2235 partial ordering and non-dependent types | 
commit | commitdiff | tree | 
| 2020-05-05 | 
Jason Merrill | c++: constexpr and lambda capture [PR90212] | 
commit | commitdiff | tree | 
| 2020-05-05 | 
H.J. Lu | matcher-1.m: Change return type to int | 
commit | commitdiff | tree | 
| 2020-05-05 | 
Harald Anlauf | PR fortran/93366 - ICE on invalid, reject invalid use...  | 
commit | commitdiff | tree | 
| 2020-05-05 | 
Nathan Sidwell | libitm: Disable diagnostic coloring in tests | 
commit | commitdiff | tree | 
| 2020-05-05 | 
Iain Sandoe | coroutines: Replace extra checks for co_yield with...  | 
commit | commitdiff | tree | 
| 2020-05-05 | 
Michael Meissner | Delete file meant for a private branch | 
commit | commitdiff | tree | 
| 2020-05-05 | 
Michael Meissner | Remove files meant for a private branch | 
commit | commitdiff | tree | 
| 2020-05-05 | 
Michael Meissner | Delete file meant for private branch | 
commit | commitdiff | tree | 
| 2020-05-05 | 
Michael Meissner | Delete file meant for private branch | 
commit | commitdiff | tree | 
| 2020-05-05 | 
Michael Meissner | Remove files meant for private branch | 
commit | commitdiff | tree | 
| 2020-05-05 | 
Michael Meissner | Delete changes meant for a private branch. | 
commit | commitdiff | tree | 
| 2020-05-05 | 
Michael Meissner | Patch ieee128-lib-patch010b | 
commit | commitdiff | tree | 
| 2020-05-05 | 
Michael Meissner | New file | 
commit | commitdiff | tree | 
| 2020-05-05 | 
Michael Meissner | New files | 
commit | commitdiff | tree | 
| 2020-05-05 | 
Sebastian Huber | RTEMS: Improve GCC specification | 
commit | commitdiff | tree | 
| 2020-05-05 | 
Dimitar Dimitrov | PRU: Remove TARGET_HARD_REGNO_CALL_PART_CLOBBERED | 
commit | commitdiff | tree | 
| 2020-05-05 | 
Dimitar Dimitrov | testsuite: pru: Add clobber test | 
commit | commitdiff | tree | 
| 2020-05-05 | 
Dimitar Dimitrov | PRU: Fix R3.w0 register class | 
commit | commitdiff | tree | 
| 2020-05-05 | 
Dimitar Dimitrov | PRU: Simplify machine description | 
commit | commitdiff | tree | 
| 2020-05-05 | 
Dimitar Dimitrov | PRU: Fix comment to avoid fall through warning | 
commit | commitdiff | tree | 
| 2020-05-05 | 
Michael Meissner | Patch ieee128-lib-patch009b | 
commit | commitdiff | tree | 
| 2020-05-05 | 
Michael Meissner | Patch ieee128-lib-patch008b | 
commit | commitdiff | tree | 
| 2020-05-05 | 
Michael Meissner | Patch ieee128-lib-patch007b | 
commit | commitdiff | tree | 
| 2020-05-05 | 
Michael Meissner | Update ChangeLog | 
commit | commitdiff | tree | 
| 2020-05-05 | 
Michael Meissner | Remove extra newline | 
commit | commitdiff | tree | 
| 2020-05-05 | 
Michael Meissner | Patch ieee128-lib-patch006b | 
commit | commitdiff | tree | 
| 2020-05-05 | 
Michael Meissner | Patch ieee128-lib-patch005b | 
commit | commitdiff | tree | 
| 2020-05-05 | 
Michael Meissner | Patch ieee128-lib-patch004b | 
commit | commitdiff | tree | 
| 2020-05-05 | 
Michael Meissner | Patch ieee128-lib-patch003b | 
commit | commitdiff | tree | 
| 2020-05-05 | 
Michael Meissner | Patch ieee128-lib-patch002b | 
commit | commitdiff | tree | 
| 2020-05-05 | 
Michael Meissner | Patch ieee128-lib-patch001b | 
commit | commitdiff | tree | 
| 2020-05-05 | 
Michael Meissner | setup branch | 
commit | commitdiff | tree | 
| 2020-05-05 | 
Uros Bizjak | i386: Use "clobber (scratch)" in expanders | 
commit | commitdiff | tree | 
| 2020-05-05 | 
Stefan Schulze...  | c-attribs.c: Fix warning about use of uninitialized...  | 
commit | commitdiff | tree | 
| 2020-05-05 | 
Nathan Sidwell | c++: Avoid inconsistency in lambda fn's this pointer...  | 
commit | commitdiff | tree | 
| 2020-05-05 | 
Jakub Jelinek | csa, postreload: Improve csa after recent cselib change...  | 
commit | commitdiff | tree | 
| 2020-05-05 | 
Marek Polacek | c++: Member template function lookup failure [PR94799] | 
commit | commitdiff | tree | 
| 2020-05-05 | 
Martin Liska | Remove __gcov_flush. | 
commit | commitdiff | tree | 
| 2020-05-05 | 
Martin Liska | Use __gcov_dump and __gcov_reset in execv and fork...  | 
commit | commitdiff | tree | 
| 2020-05-05 | 
Martin Liska | Do locking for __gcov_dump and __gcov_reset as well. | 
commit | commitdiff | tree | 
| 2020-05-05 | 
Martin Liska | optgen: make more sanity checks for enums. | 
commit | commitdiff | tree | 
| 2020-05-05 | 
Martin Liska | Provide warning for missing jobserver. | 
commit | commitdiff | tree | 
| 2020-05-05 | 
Martin Liska | Add missing ChangeLog entries. | 
commit | commitdiff | tree | 
| 2020-05-05 | 
Martin Liska | gcov: print total_lines summary for all files. | 
commit | commitdiff | tree | 
| 2020-05-05 | 
Martin Liska | Provide hint for misspelled -fdump-foo options. | 
commit | commitdiff | tree | 
| 2020-05-05 | 
Martin Liska | Merge dg-options and dg-additional-options if len ...  | 
commit | commitdiff | tree | 
| 2020-05-05 | 
Martin Liska | Use const for template argument. | 
commit | commitdiff | tree | 
| 2020-05-05 | 
Martin Liska | Put index check before use. | 
commit | commitdiff | tree | 
| next |