Show patches with: Archived = No       |   126820 patches
« 1 2 ... 554 555 5561268 1269 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
Preserve CROSSING_JUMP_P in peephole2 (PR rtl-optimization/83213) Preserve CROSSING_JUMP_P in peephole2 (PR rtl-optimization/83213) - - - - --- 2018-01-15 Jakub Jelinek New
[committed] Fix OpenMP atomic expansion (PR middle-end/83837) [committed] Fix OpenMP atomic expansion (PR middle-end/83837) - - - - --- 2018-01-15 Jakub Jelinek New
[C++] Fix ICE in member_vec_dedup (PR c++/83825) [C++] Fix ICE in member_vec_dedup (PR c++/83825) - - - - --- 2018-01-15 Jakub Jelinek New
Fix store-merging for ~ of bswap (PR tree-optimization/83843) Fix store-merging for ~ of bswap (PR tree-optimization/83843) - - - - --- 2018-01-15 Jakub Jelinek New
Fix warn_if_not_align ICE (PR c/83844) Fix warn_if_not_align ICE (PR c/83844) - - - - --- 2018-01-15 Jakub Jelinek New
Drop unused parameter of insert_save() Drop unused parameter of insert_save() - - - - --- 2018-01-15 A. Skrobov New
PR libstdc++/83833 fix chi_squared_distribution::param(const param&) PR libstdc++/83833 fix chi_squared_distribution::param(const param&) - - - - --- 2018-01-15 Jonathan Wakely New
Go patch committed: Reclaim memory of escape analysis Nodes Go patch committed: Reclaim memory of escape analysis Nodes - - - - --- 2018-01-15 Ian Lance Taylor New
Go patch committed: keep variables captured by defer alive Go patch committed: keep variables captured by defer alive - - - - --- 2018-01-15 Ian Lance Taylor New
rs6000: Delete "delayed_cr" insn type rs6000: Delete "delayed_cr" insn type - - - - --- 2018-01-15 Segher Boessenkool New
[4/4] i386: Rewrite indirect_branch_operand logic [1/4] i386: Rename to ix86_indirect_branch_register - - - - --- 2018-01-15 H.J. Lu New
[3/4] Don't check ix86_indirect_branch_register for GOT operand [1/4] i386: Rename to ix86_indirect_branch_register - - - - --- 2018-01-15 H.J. Lu New
[2/4] x86: Rewrite ix86_indirect_branch_register logic [1/4] i386: Rename to ix86_indirect_branch_register - - - - --- 2018-01-15 H.J. Lu New
[1/4] i386: Rename to ix86_indirect_branch_register [1/4] i386: Rename to ix86_indirect_branch_register - - - - --- 2018-01-15 H.J. Lu New
i386: Don't use ASM_OUTPUT_DEF for TARGET_MACHO i386: Don't use ASM_OUTPUT_DEF for TARGET_MACHO - - - - --- 2018-01-15 H.J. Lu New
Don't group gather loads (PR83847) Don't group gather loads (PR83847) - - - - --- 2018-01-15 Richard Sandiford New
PR libstdc++/83830 Define std::has_unique_object_representations_v PR libstdc++/83830 Define std::has_unique_object_representations_v - - - - --- 2018-01-15 Jonathan Wakely New
use shasum instead of sha512sum on FreeBSD and DragonFly use shasum instead of sha512sum on FreeBSD and DragonFly - - - - --- 2018-01-15 Jonathan Wakely New
[committed] Missing vect_double in gcc.dg/vect/pr79920.c (PR83836) [committed] Missing vect_double in gcc.dg/vect/pr79920.c (PR83836) - - - - --- 2018-01-15 Richard Sandiford New
Fix PR83850 Fix PR83850 - - - - --- 2018-01-15 Richard Biener New
PR82964: Fix 128-bit immediate ICEs PR82964: Fix 128-bit immediate ICEs - - - - --- 2018-01-15 Wilco Dijkstra New
[arm] PR target/83687: Fix invalid combination of VSUB + VABS into VABD [arm] PR target/83687: Fix invalid combination of VSUB + VABS into VABD - - - - --- 2018-01-15 Kyrill Tkachov New
[avr,committed] Adjust tests to AVR_TINY [avr,committed] Adjust tests to AVR_TINY - - - - --- 2018-01-15 Georg-Johann Lay New
[avr,committed] Add tests for PR83801. [avr,committed] Add tests for PR83801. - - - - --- 2018-01-15 Georg-Johann Lay New
PR83804, LTO memory consumption PR83804, LTO memory consumption - - - - --- 2018-01-15 Richard Biener New
handle multiple flexible array members (PR 83588) handle multiple flexible array members (PR 83588) - - - - --- 2018-01-14 Martin Sebor New
x86/retpoline: Switch thunk names to match final GCC patches x86/retpoline: Switch thunk names to match final GCC patches - - - - --- 2018-01-14 Woodhouse, David New
[committed] PR83811 fortran 'e' format broken for single digit exponents [committed] PR83811 fortran 'e' format broken for single digit exponents - - - - --- 2018-01-14 Jerry DeLisle New
[rs6000] Executable tests for -msafe-indirect-jumps [rs6000] Executable tests for -msafe-indirect-jumps - - - - --- 2018-01-14 Bill Schmidt New
ia64: Update libstdc++ baseline_symbols.txt ia64: Update libstdc++ baseline_symbols.txt - - - - --- 2018-01-14 Andreas Schwab New
[committed] Small i?86/x86_64-linux config.gcc extra_headers fixes [committed] Small i?86/x86_64-linux config.gcc extra_headers fixes - - - - --- 2018-01-14 Jakub Jelinek New
[3/3] GCC 7: i386: More use reference of struct ix86_frame to avoid copy GCC 7: i386: Move struct ix86_frame to machine_function - - - - --- 2018-01-14 H.J. Lu New
[2/3] GCC 7: i386: Use reference of struct ix86_frame to avoid copy GCC 7: i386: Move struct ix86_frame to machine_function - - - - --- 2018-01-14 H.J. Lu New
[1/3] GCC 7: i386: Move struct ix86_frame to machine_function GCC 7: i386: Move struct ix86_frame to machine_function - - - - --- 2018-01-14 H.J. Lu New
C/C++: Add -Waddress-of-packed-member C/C++: Add -Waddress-of-packed-member - - - - --- 2018-01-14 H.J. Lu New
Do not ICE on roundoff errors in ipa-inline Do not ICE on roundoff errors in ipa-inline - - - - --- 2018-01-14 Jan Hubicka New
inline_small_functions speedup inline_small_functions speedup - - - - --- 2018-01-14 Richard Sandiford New
libgo patch committed: Implement SizesFor for gccgo libgo patch committed: Implement SizesFor for gccgo - - - - --- 2018-01-14 Ian Lance Taylor New
[v2,rs6000] Add -msafe-indirect-jumps option and implement safe bctr / bctrl [v2,rs6000] Add -msafe-indirect-jumps option and implement safe bctr / bctrl - - - - --- 2018-01-14 Bill Schmidt New
[5/5] x86: Disallow -mindirect-branch=/-mfunction-return= with -mcmodel=large x86: CVE-2017-5715, aka Spectre - - - - --- 2018-01-14 H.J. Lu New
[4/5] x86: Add 'V' register operand modifier x86: CVE-2017-5715, aka Spectre - - - - --- 2018-01-14 H.J. Lu New
[3/5] x86: Add -mindirect-branch-register x86: CVE-2017-5715, aka Spectre - - - - --- 2018-01-14 H.J. Lu New
[2/5] x86: Add -mfunction-return= x86: CVE-2017-5715, aka Spectre - - - - --- 2018-01-14 H.J. Lu New
[1/5] x86: Add -mindirect-branch= x86: CVE-2017-5715, aka Spectre - - - - --- 2018-01-14 H.J. Lu New
document -Wclass-memaccess suppression by casting (PR 81327) document -Wclass-memaccess suppression by casting (PR 81327) - - - - --- 2018-01-13 Martin Sebor New
[fortran] DTIO write format stored in a string leads to severe errors [fortran] DTIO write format stored in a string leads to severe errors - - - - --- 2018-01-13 Jerry DeLisle New
Fix backward propagation of unlikely BBs Fix backward propagation of unlikely BBs - - - - --- 2018-01-13 Jan Hubicka New
[fortran,committed] Fix PR 83803 [fortran,committed] Fix PR 83803 - - - - --- 2018-01-13 Thomas Koenig New
Fix <regex> regex_replace Fix <regex> regex_replace - - - - --- 2018-01-13 Li, Pan2 via Gcc-patches New
[rs6000] Add -msafe-indirect-jumps option and implement safe bctrl [rs6000] Add -msafe-indirect-jumps option and implement safe bctrl - - - - --- 2018-01-12 Bill Schmidt New
C++: Fix ICE in warn_for_memset within templates (PR c++/83814) C++: Fix ICE in warn_for_memset within templates (PR c++/83814) - - - - --- 2018-01-12 David Malcolm New
handle local aggregate initialization in strlen (PR 83821) handle local aggregate initialization in strlen (PR 83821) - - - - --- 2018-01-12 Martin Sebor New
[rs6000] Support for gimple folding of mergeh, mergel intrinsics [rs6000] Support for gimple folding of mergeh, mergel intrinsics - - - - --- 2018-01-12 will schmidt New
[2/2] Fix unstable sort Fix unstable sorts affecting codegen - - - - --- 2018-01-12 Cory Fields New
[1/2] Fix unstable sort Fix unstable sorts affecting codegen - - - - --- 2018-01-12 Cory Fields New
Introduce -fwrapp and make -fno-strict-overflow imply it (PR middle-end/82694) Introduce -fwrapp and make -fno-strict-overflow imply it (PR middle-end/82694) - - - - --- 2018-01-12 Jakub Jelinek New
Fix altivec-cell-2.C test regression (PR c++/83778) Fix altivec-cell-2.C test regression (PR c++/83778) - - - - --- 2018-01-12 Jakub Jelinek New
[committed] Fix float128-hw7.c testcase [committed] Fix float128-hw7.c testcase - - - - --- 2018-01-12 Jakub Jelinek New
[rs6000] Generate lvx and stvx without swaps for aligned vector loads and stores [rs6000] Generate lvx and stvx without swaps for aligned vector loads and stores - - - - --- 2018-01-12 Kelvin Nilsen New
C++ PATCH for c++/83186, ICE with static_cast and list-init C++ PATCH for c++/83186, ICE with static_cast and list-init - - - - --- 2018-01-12 Jason Merrill New
[PR,c++/83160] local ref to capture [PR,c++/83160] local ref to capture - - - - --- 2018-01-12 Nathan Sidwell New
[MSP430] PR79242: Implement Complex Partial Integers [MSP430] PR79242: Implement Complex Partial Integers - - - - --- 2018-01-12 Jozef Lawrynowicz New
[C++] some reformatting [C++] some reformatting - - - - --- 2018-01-12 Nathan Sidwell New
RL78 UNUSED note setting bug fix in rl78_note_reg_set RL78 UNUSED note setting bug fix in rl78_note_reg_set - - - - --- 2018-01-12 Sebastian Perta New
[committed,PR83737] Set use_gcc_stdint=wrap for nvptx [committed,PR83737] Set use_gcc_stdint=wrap for nvptx - - - - --- 2018-01-12 Tom de Vries New
[v2] Fix failure building LLVM with location wrapper nodes (PR c++/83799) [v2] Fix failure building LLVM with location wrapper nodes (PR c++/83799) - - - - --- 2018-01-12 David Malcolm New
patch to fix PR80481 patch to fix PR80481 - - - - --- 2018-01-12 Vladimir Makarov New
[alpha] : Work around PR83628, performance regression when accessing arrays on alpha [alpha] : Work around PR83628, performance regression when accessing arrays on alpha - - - - --- 2018-01-12 Uros Bizjak New
rs6000: Remove -mstring rs6000: Remove -mstring - - - - --- 2018-01-12 Segher Boessenkool New
x86: Disallow -mindirect-branch=/-mfunction-return= with -mshstk x86: Disallow -mindirect-branch=/-mfunction-return= with -mshstk - - - - --- 2018-01-12 H.J. Lu New
[C] Outside of initializers partially restore c_fully_fold 7.x behavior (PR c/83801) [C] Outside of initializers partially restore c_fully_fold 7.x behavior (PR c/83801) - - - - --- 2018-01-12 Jakub Jelinek New
Workaround for a GDB bug for -flto -freorder-blocks-and-partition -g (PR debug/81155) Workaround for a GDB bug for -flto -freorder-blocks-and-partition -g (PR debug/81155) - - - - --- 2018-01-12 Jakub Jelinek New
[ARM] Fix test fail with conflicting -mfloat-abi [ARM] Fix test fail with conflicting -mfloat-abi - - - - --- 2018-01-12 Sudakshina Das New
Handle polynomial DR_INIT Handle polynomial DR_INIT - - - - --- 2018-01-12 Richard Sandiford New
Handle poly_int vector sizes in get_vec_alignment_for_array_type Handle poly_int vector sizes in get_vec_alignment_for_array_type - - - - --- 2018-01-12 Richard Sandiford New
Allow variable-sized temporary variables in gimplify.c Allow variable-sized temporary variables in gimplify.c - - - - --- 2018-01-12 Richard Sandiford New
[4/4] x86: Add 'V' register operand modifier x86: CVE-2017-5715, aka Spectre - - - - --- 2018-01-12 H.J. Lu New
[3/4] x86: Add -mindirect-branch-register x86: CVE-2017-5715, aka Spectre - - - - --- 2018-01-12 H.J. Lu New
[2/4] x86: Add -mfunction-return= x86: CVE-2017-5715, aka Spectre - - - - --- 2018-01-12 H.J. Lu New
[1/4] x86: Add -mindirect-branch= x86: CVE-2017-5715, aka Spectre - - - - --- 2018-01-12 H.J. Lu New
Fix part of PR83157 Fix part of PR83157 - - - - --- 2018-01-12 Richard Biener New
[testsuite,i386] Guard against incomplete AVX512F support in Solaris as [testsuite,i386] Guard against incomplete AVX512F support in Solaris as - - - - --- 2018-01-12 Rainer Orth New
rs6000: Tune new testcase (PR83629) rs6000: Tune new testcase (PR83629) - - - - --- 2018-01-12 Segher Boessenkool New
Fix PR target/83368 Fix PR target/83368 - - - - --- 2018-01-12 Eric Botcazou New
Fix PR rtl-optimization/83565 Fix PR rtl-optimization/83565 - - - - --- 2018-01-12 Eric Botcazou New
[testsuite] Add dg-require-effective-target indirect_jumps for g++ [testsuite] Add dg-require-effective-target indirect_jumps for g++ - - - - --- 2018-01-12 Tom de Vries New
[testsuite] Add dg-require-effective-target alloca for c++ test-cases [testsuite] Add dg-require-effective-target alloca for c++ test-cases - - - - --- 2018-01-12 Tom de Vries New
Link with correct values-*.o files on Solaris (PR target/40411) Link with correct values-*.o files on Solaris (PR target/40411) - - - - --- 2018-01-12 Rainer Orth New
Fix PR83157, abstract origins refering to concrete instances Fix PR83157, abstract origins refering to concrete instances - - - - --- 2018-01-12 Richard Biener New
Initialize type_warnings::dyn_count with a default value (PR ipa/83054). Initialize type_warnings::dyn_count with a default value (PR ipa/83054). - - - - --- 2018-01-12 Martin Liška New
Add new verification for profile-count.h. Add new verification for profile-count.h. - - - - --- 2018-01-12 Martin Liška New
Trivial free-lang-data adjustments for early LTO debug Trivial free-lang-data adjustments for early LTO debug - - - - --- 2018-01-12 Richard Biener New
Slightly optimize LTO streamed bytecode Slightly optimize LTO streamed bytecode - - - - --- 2018-01-12 Richard Biener New
[3/3] Fix integer overflow in stats of GIMPLE statements. Fix broken --enable-gather-detailed-mem-stats build. - - - - --- 2018-01-12 Martin Liška New
[2/3] Fix integer overflow in stats of trees. Fix broken --enable-gather-detailed-mem-stats build. - - - - --- 2018-01-12 Martin Liška New
[Aarch64,PR,target/79924] Cannot translate diagnostics [Aarch64,PR,target/79924] Cannot translate diagnostics - - - - --- 2018-01-11 Steve Ellcey New
Fix failure building LLVM with location wrapper nodes (PR c++/83799) Fix failure building LLVM with location wrapper nodes (PR c++/83799) - - - - --- 2018-01-11 David Malcolm New
PR Fortran/79383 -- Testcase from PR PR Fortran/79383 -- Testcase from PR - - - - --- 2018-01-11 Steve Kargl New
libgo patch committed: Don't loop endlessly if we can't parse notes libgo patch committed: Don't loop endlessly if we can't parse notes - - - - --- 2018-01-11 Ian Lance Taylor New
[rs6000] pr58684, pr83759 Disable test cases that fail on powerpc64. [rs6000] pr58684, pr83759 Disable test cases that fail on powerpc64. - - - - --- 2018-01-11 Bill Seurer New
« 1 2 ... 554 555 5561268 1269 »