Show patches with: Archived = No       |   127086 patches
« 1 2 ... 410 411 4121270 1271 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[avr,applied] : Simplify asm macro skip. [avr,applied] : Simplify asm macro skip. - - - - --- 2020-01-14 Georg-Johann Lay New
[2/2] Optimize alias subset recording [1/2] PR middle-end/93246 - missing alias subsets - - - - --- 2020-01-14 Richard Biener New
[1/2] PR middle-end/93246 - missing alias subsets [1/2] PR middle-end/93246 - missing alias subsets - - - - --- 2020-01-14 Richard Biener New
[v3] ipa-cp: Fix PGO regression caused by r278808 [v3] ipa-cp: Fix PGO regression caused by r278808 - - - - --- 2020-01-14 Xionghu Luo New
[2/2] analyzer: add empty_zero_p for the various hash traits [1/2] hash-table.h: support non-zero empty values in empty_slow (v2) - - - - --- 2020-01-14 David Malcolm New
[1/2] hash-table.h: support non-zero empty values in empty_slow (v2) [1/2] hash-table.h: support non-zero empty values in empty_slow (v2) - - - - --- 2020-01-14 David Malcolm New
PR c++/92746 - ICE with noexcept of function concept check. PR c++/92746 - ICE with noexcept of function concept check. - - - - --- 2020-01-14 Jason Merrill New
PR c++/92582 - ICE with member template as requirement. PR c++/92582 - ICE with member template as requirement. - - - - --- 2020-01-14 Jason Merrill New
Analyzer status Analyzer status - - - - --- 2020-01-13 David Malcolm New
[committed] testsuite: remove unused dg-line directive [committed] testsuite: remove unused dg-line directive - - - - --- 2020-01-13 David Malcolm New
IPA: Avoid segfault in devirtualization_time_bonus (PR 93223) IPA: Avoid segfault in devirtualization_time_bonus (PR 93223) - - - - --- 2020-01-13 Martin Jambor New
Replace update_web_docs_svn with update_web_docs_git Replace update_web_docs_svn with update_web_docs_git - - - - --- 2020-01-13 Joseph Myers New
Fix ctz issues (PR93231) Fix ctz issues (PR93231) - - - - --- 2020-01-13 Wilco Dijkstra New
Fix handling of overflow in C casts in integer constant expressions (PR c/93241) Fix handling of overflow in C casts in integer constant expressions (PR c/93241) - - - - --- 2020-01-13 Joseph Myers New
Clean up references to Subversion in documentation sources. Clean up references to Subversion in documentation sources. - - - - --- 2020-01-13 Eric S. Raymond New
libstdc++: Ensure root-dir converted to forward slash (PR93244) libstdc++: Ensure root-dir converted to forward slash (PR93244) - - - - --- 2020-01-13 Jonathan Wakely New
Update gcc_release for move to git Update gcc_release for move to git - - - - --- 2020-01-13 Joseph Myers New
Replace update_version_svn with update_version_git Replace update_version_svn with update_version_git - - - - --- 2020-01-13 Joseph Myers New
contrib: git descr/undescr aliases contrib: git descr/undescr aliases - - - - --- 2020-01-13 Jakub Jelinek New
[AArch64] Enable CLI for Armv8.6-A f64mm [AArch64] Enable CLI for Armv8.6-A f64mm - - - - --- 2020-01-13 Matthew Malcomson New
Further bootstrap unbreak (was Re: [PATCH] PR90838: Support ctz idioms) Further bootstrap unbreak (was Re: [PATCH] PR90838: Support ctz idioms) - - - - --- 2020-01-13 Jakub Jelinek New
Fix typo and avoid possible memory leak Fix typo and avoid possible memory leak - - - - --- 2020-01-13 Kewen.Lin New
Document how to use --reference Document how to use --reference - - - - --- 2020-01-12 Andi Kleen New
[libgfortran] PR90374 Zero width format specifiers. [libgfortran] PR90374 Zero width format specifiers. - - - - --- 2020-01-12 Jerry D New
Decrease cortexa57_extra_costs's alu.shift_reg Decrease cortexa57_extra_costs's alu.shift_reg - - - - --- 2020-01-11 Andrew Pinski New
[PATCHv2] Add initial octeontx2 support. [PATCHv2] Add initial octeontx2 support. - - - - --- 2020-01-11 Andrew Pinski New
[C++,coroutines,7/7] libiberty demangler update. Untitled series #152162 - - - - --- 2020-01-11 Iain Sandoe New
[wwwdocs] lists.html - Avoid two references to a concrete version control system (SVN here). [wwwdocs] lists.html - Avoid two references to a concrete version control system (SVN here). - - - - --- 2020-01-11 Gerald Pfeifer New
[RFA,(gimplify)] PR c++/33799 - destroy return value if local cleanup throws. [RFA,(gimplify)] PR c++/33799 - destroy return value if local cleanup throws. - - - - --- 2020-01-11 Jason Merrill New
[C++,RFC] PR c++/80265 - constexpr __builtin_mem*. [C++,RFC] PR c++/80265 - constexpr __builtin_mem*. - - - - --- 2020-01-11 Jason Merrill New
libstdc++/88812 C++20 LWG 2499/P0487R1 - Fixing operator>>(basic_istream&, CharT*) libstdc++/88812 C++20 LWG 2499/P0487R1 - Fixing operator>>(basic_istream&, CharT*) - - - - --- 2020-01-11 Jonathan Wakely New
libstdc++: Value-initialize std::atomic for C++20 (P0883R2) libstdc++: Value-initialize std::atomic for C++20 (P0883R2) - - - - --- 2020-01-11 Jonathan Wakely New
Add initial octeontx2 support. Add initial octeontx2 support. - - - - --- 2020-01-10 Andrew Pinski New
libstdc++: Improve comment about testsuite utilities libstdc++: Improve comment about testsuite utilities - - - - --- 2020-01-10 Jonathan Wakely New
[committed] Unbreak bootstrap on most targets (was Re: [PATCH] PR90838: Support ctz idioms) [committed] Unbreak bootstrap on most targets (was Re: [PATCH] PR90838: Support ctz idioms) - - - - --- 2020-01-10 Jakub Jelinek New
[committed] Fix libgomp build with -D_FORTIFY_SOURCE on older glibcs (PR libgomp/93219) [committed] Fix libgomp build with -D_FORTIFY_SOURCE on older glibcs (PR libgomp/93219) - - - - --- 2020-01-10 Jakub Jelinek New
[C++] Fix deprecated attribute handling on templates (PR c++/93228) [C++] Fix deprecated attribute handling on templates (PR c++/93228) - - - - --- 2020-01-10 Jakub Jelinek New
patch to fix PR93207 patch to fix PR93207 - - - - --- 2020-01-10 Vladimir Makarov New
[ARM] Add Bfloat16_t scalar type, vector types and machine modes to ARM back-end [2/2] [ARM] Add Bfloat16_t scalar type, vector types and machine modes to ARM back-end [2/2] - - - - --- 2020-01-10 Stamatis Markianos-Wright New
[C++] PR c++/93143 - incorrect tree sharing with constexpr. [C++] PR c++/93143 - incorrect tree sharing with constexpr. - - - - --- 2020-01-10 Jason Merrill New
[ARM] Add Bfloat16_t scalar type, vector types and machine modes to ARM back-end [1/2] [ARM] Add Bfloat16_t scalar type, vector types and machine modes to ARM back-end [1/2] - - - - --- 2020-01-10 Stamatis Markianos-Wright New
[AArch64] Make -msve-vector-bits=128 generate VL-specific code [AArch64] Make -msve-vector-bits=128 generate VL-specific code - - - - --- 2020-01-10 Richard Sandiford New
PR c++/93173 - incorrect tree sharing. PR c++/93173 - incorrect tree sharing. - - - - --- 2020-01-10 Jason Merrill New
[RFC,c-common] PR c++/40752 - useless -Wconversion with short +=. [RFC,c-common] PR c++/40752 - useless -Wconversion with short +=. - - - - --- 2020-01-10 Jason Merrill New
Add rough documentation of using git with GCC Add rough documentation of using git with GCC - - - - --- 2020-01-10 Joseph Myers New
libstdc++/91223 Improve unordered containers == operator libstdc++/91223 Improve unordered containers == operator - - - - --- 2020-01-10 François Dumont New
[committed] fix a logic error in attribute access validation (PR 93132) [committed] fix a logic error in attribute access validation (PR 93132) - - - - --- 2020-01-10 Martin Sebor New
[OpenACC] bump version for 2.6 plus libgomp.texi update — document acc_attach/acc_detach, acc_*_asy… [OpenACC] bump version for 2.6 plus libgomp.texi update — document acc_attach/acc_detach, acc_*_asy… - - - - --- 2020-01-10 Tobias Burnus New
[committed,AArch64] Fix reversed vcond_mask invocation in aarch64_evpc_sel [committed,AArch64] Fix reversed vcond_mask invocation in aarch64_evpc_sel - - - - --- 2020-01-10 Richard Sandiford New
libiberty, include: add bsearch_r libiberty, include: add bsearch_r - - - - --- 2020-01-10 Nick Alcock New
libstdc++: Make istreambuf_iterator base class consistent (PR92285) libstdc++: Make istreambuf_iterator base class consistent (PR92285) - - - - --- 2020-01-10 Jonathan Wakely New
[committed,AArch64] Tighten mode checks in aarch64_builtin_vectorized_function [committed,AArch64] Tighten mode checks in aarch64_builtin_vectorized_function - - - - --- 2020-01-10 Richard Sandiford New
contrib: script to setup git to pull a vendors branches contrib: script to setup git to pull a vendors branches - - - - --- 2020-01-10 Richard Earnshaw (lists) New
Fix type mismatch in SLPed constructors Fix type mismatch in SLPed constructors - - - - --- 2020-01-10 Richard Sandiford New
[arm,backport] arm: Fix rmprofile multilibs when architecture includes +mp or +sec (PR target/93188) [arm,backport] arm: Fix rmprofile multilibs when architecture includes +mp or +sec (PR target/93188) - - - - --- 2020-01-10 Przemyslaw Wirkus New
[arm,backport] arm: fix v[78]-r multilibs when configured with --with-multlib-list=aprofile [arm,backport] arm: fix v[78]-r multilibs when configured with --with-multlib-list=aprofile - - - - --- 2020-01-10 Przemyslaw Wirkus New
Go patch committed: Permit duplicate methods from embedded interfaces Go patch committed: Permit duplicate methods from embedded interfaces - - - - --- 2020-01-10 Ian Lance Taylor New
[amdgcn] Remove dependency on stdint.h in libgcc [amdgcn] Remove dependency on stdint.h in libgcc - - - - --- 2020-01-10 Kwok Cheung Yeung New
allow nul-over-nul elimination only for single-byte stores (PR 93213) allow nul-over-nul elimination only for single-byte stores (PR 93213) - - - - --- 2020-01-10 Martin Sebor New
Optimize reads from multiple elts in fold_ctor_reference (PR tree-optimization/93210) Optimize reads from multiple elts in fold_ctor_reference (PR tree-optimization/93210) - - - - --- 2020-01-10 Jakub Jelinek New
[vect] PR92429: do not fold when updating epilogue statements [vect] PR92429: do not fold when updating epilogue statements - - - - --- 2020-01-10 Andre Vieira (lists) New
Some local customization enhancements when using git Some local customization enhancements when using git - - - - --- 2020-01-10 Richard Earnshaw (lists) New
[AArch64] Require aarch64_sve256_hw for a 256-bit SVE test [AArch64] Require aarch64_sve256_hw for a 256-bit SVE test - - - - --- 2020-01-10 Richard Sandiford New
Use get_related_vectype_for_scalar_type for reduction indices Use get_related_vectype_for_scalar_type for reduction indices - - - - --- 2020-01-10 Richard Sandiford New
Fix gather/scatter check when updating a vector epilogue loop Fix gather/scatter check when updating a vector epilogue loop - - - - --- 2020-01-10 Richard Sandiford New
Micro-optimize store-merging terminate-all-aliasing-chains Micro-optimize store-merging terminate-all-aliasing-chains - - - - --- 2020-01-10 Richard Biener New
[wwwdocs] Add AVR news. [wwwdocs] Add AVR news. - - - - --- 2020-01-10 Georg-Johann Lay New
[OBVIOUS] Fix wrong parenthesis in inliner. [OBVIOUS] Fix wrong parenthesis in inliner. - - - - --- 2020-01-10 Martin Liška New
[wwwdocs] GCC 10 changes.html for arm and aarch64 [wwwdocs] GCC 10 changes.html for arm and aarch64 - - - - --- 2020-01-10 Kyrill Tkachov New
Fix PR93199, quadraticness in cleanup_all_empty_eh Fix PR93199, quadraticness in cleanup_all_empty_eh - - - - --- 2020-01-10 Richard Biener New
Fix quadraticness in EH sink_clobbers, PR93199 Fix quadraticness in EH sink_clobbers, PR93199 - - - - --- 2020-01-10 Richard Biener New
Fix PR93216 Fix PR93216 - - - - --- 2020-01-10 Richard Biener New
Add ordered_hash_map (v6) Add ordered_hash_map (v6) - - - - --- 2020-01-10 David Malcolm New
testsuite: add dg-enable-nn-line-numbers (v6) testsuite: add dg-enable-nn-line-numbers (v6) - - - - --- 2020-01-10 David Malcolm New
analyzer: fix ICE on METHOD_TYPE (PR 93212) analyzer: fix ICE on METHOD_TYPE (PR 93212) - - - - --- 2020-01-10 David Malcolm New
Fix component mappings with derived types for OpenACC Fix component mappings with derived types for OpenACC - - - - --- 2020-01-10 Julian Brown New
V12 patch #14 of 14, Add tests for generating prefixed instructions when using vec_extract with lar… V12 patch #14 of 14, Add tests for generating prefixed instructions when using vec_extract with lar… - - - - --- 2020-01-10 Michael Meissner New
V12 patch #13 of 14, Add tests for vec_extract with PC-relative addresses V12 patch #13 of 14, Add tests for vec_extract with PC-relative addresses - - - - --- 2020-01-10 Michael Meissner New
V12 patch #12 of 14, Add test for -fstack-protect-strong with large stack sizes and -mcpu=future V12 patch #12 of 14, Add test for -fstack-protect-strong with large stack sizes and -mcpu=future - - - - --- 2020-01-10 Michael Meissner New
V12 patch #11 of 14, Add tests for using PC-relative instructions with -mcpu=future V12 patch #11 of 14, Add tests for using PC-relative instructions with -mcpu=future - - - - --- 2020-01-10 Michael Meissner New
V12 patch #10 of 14, Add tests for generating prefixed load/store instructions with large numeric o… V12 patch #10 of 14, Add tests for generating prefixed load/store instructions with large numeric o… - - - - --- 2020-01-10 Michael Meissner New
V12 patch #9 of 14, Add test to validate we don't generate an illegal prefixed instruction V12 patch #9 of 14, Add test to validate we don't generate an illegal prefixed instruction - - - - --- 2020-01-10 Michael Meissner New
V12 patch #8 of 14, Add test to verify prefixed instruction is generated for -mcpu=future for DS/DS… V12 patch #8 of 14, Add test to verify prefixed instruction is generated for -mcpu=future for DS/DS… - - - - --- 2020-01-10 Michael Meissner New
V12 patch #7 of 14, Add PADDI/PLI tests V12 patch #7 of 14, Add PADDI/PLI tests - - - - --- 2020-01-10 Michael Meissner New
V12 patch #6 of 14, Add -mcpu=future target-supports options V12 patch #6 of 14, Add -mcpu=future target-supports options - - - - --- 2020-01-10 Michael Meissner New
V12 patch #5 of 14, Make -mpcrel default for -mcpu=future on little endian Linux 64-bit systems V12 patch #5 of 14, Make -mpcrel default for -mcpu=future on little endian Linux 64-bit systems - - - - --- 2020-01-10 Michael Meissner New
V12 patch #4 of 14, Optimize adjusting PC-relative vector addresses V12 patch #4 of 14, Optimize adjusting PC-relative vector addresses - - - - --- 2020-01-10 Michael Meissner New
V12 patch #3 of 14, Improve address validation in rs6000_adjust_vec_address V12 patch #3 of 14, Improve address validation in rs6000_adjust_vec_address - - - - --- 2020-01-10 Michael Meissner New
V12 patch #2 of 14, Refactor rs6000_adjust_vec_address & rs6000_split_vec_extract_var V12 patch #2 of 14, Refactor rs6000_adjust_vec_address & rs6000_split_vec_extract_var - - - - --- 2020-01-10 Michael Meissner New
V12 patch #1 of 14, add gcc_asserts for rs6000_adjust_vec_address V12 patch #1 of 14, add gcc_asserts for rs6000_adjust_vec_address - - - - --- 2020-01-09 Michael Meissner New
libgo patch committed: Compile examples in _test packages libgo patch committed: Compile examples in _test packages - - - - --- 2020-01-09 Ian Lance Taylor New
libstdc++: Fix <ext/pointer.h> incompatibilities with C++20 libstdc++: Fix <ext/pointer.h> incompatibilities with C++20 - - - - --- 2020-01-09 Jonathan Wakely New
rs6000: Fix PR93136, gcc.dg/vmx/ops.c and several other test break after r279772 rs6000: Fix PR93136, gcc.dg/vmx/ops.c and several other test break after r279772 - - - - --- 2020-01-09 Peter Bergner New
[committed,AArch64] Pass a mode to some SVE immediate queries [committed,AArch64] Pass a mode to some SVE immediate queries - - - - --- 2020-01-09 Richard Sandiford New
[wwwdocs] Git transition - how to access private user and vendor branches [wwwdocs] Git transition - how to access private user and vendor branches - - - - --- 2020-01-09 Richard Earnshaw (lists) New
libstdc++: Fix undefined behaviour in random dist serialization (PR93205) libstdc++: Fix undefined behaviour in random dist serialization (PR93205) - - - - --- 2020-01-09 Jonathan Wakely New
[committed,AArch64] Add banner comments to aarch64-sve2.md [committed,AArch64] Add banner comments to aarch64-sve2.md - - - - --- 2020-01-09 Richard Sandiford New
Go patch committed: Don't localize names in export data Go patch committed: Don't localize names in export data - - - - --- 2020-01-09 Ian Lance Taylor New
Go patch committed: Don't add composite literal keys to package bindings Go patch committed: Don't add composite literal keys to package bindings - - - - --- 2020-01-09 Ian Lance Taylor New
[AArch64,SVE] Implement svld1ro intrinsic. [AArch64,SVE] Implement svld1ro intrinsic. - - - - --- 2020-01-09 Matthew Malcomson New
« 1 2 ... 410 411 4121270 1271 »