Show patches with: State = Action Required       |    Archived = No       |   126518 patches
« 1 2 ... 817 818 8191265 1266 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
Go patch committed: Use alloca for non-escaping new expressions - - - - --- 2015-04-30 Ian Lance Taylor New
[testsuite] : Some random fixes for 32bit x86 targets - - - - --- 2015-04-30 Uros Bizjak New
[C++] PR 65858 - - - - --- 2015-04-30 Paolo Carlini New
[ARM,AArch64,testsuite] AdvSIMD intrinsics tests cleanup: remove useless expected values. - - - - --- 2015-04-30 Christophe Lyon New
[i386] : Switch x86 to TARGET_SUPPORTS_WIDE_INT - - - - --- 2015-04-30 Uros Bizjak New
Backport PR ipa/64153 and PR ipa/63551 fixes to the 4.8 branch - - - - --- 2015-04-30 Marek Polacek New
[libstdc++] Add operator-> xmethod to std::unique_ptr - - - - --- 2015-04-30 Doug Evans New
Add testcase for PR tree-optimization/63551 to 4.9/5/trunk - - - - --- 2015-04-30 Marek Polacek New
Go patch committed: escape analysis of function values and conversions - - - - --- 2015-04-30 Ian Lance Taylor New
[debug-early] document new world and fix non-dwarf debugging backends - - - - --- 2015-04-30 Aldy Hernandez New
Go patch committed: Mark non-escaping variables whose address is not taken - - - - --- 2015-04-30 Ian Lance Taylor New
[C++] PR 65858 - - - - --- 2015-04-30 Prathamesh Kulkarni New
Fix size & type for cold partition names (hot-cold function partitioning) - - - - --- 2015-04-30 Caroline Tice New
[PR65915] Fix float conversion split. - - - - --- 2015-04-30 Ilya Tocar New
Allow inlining across -fstrict-aliasing boundary - - - - --- 2015-04-30 Jan Hubicka New
[libstdc++] Add uniform container erasure. - - - - --- 2015-04-30 Ed Smith-Rowland New
C++ PATCH for c++/65876 (ICE with constexpr and arrays) - - - - --- 2015-04-30 Jason Merrill New
[fortran,PR44672,v5,F08] ALLOCATE with SOURCE and no array-spec - - - - --- 2015-04-30 Andre Vehreschild New
Fix g++.dg/lto/20101010-4 - - - - --- 2015-04-30 Jan Hubicka New
C/C++ PATCH to fix latest -Wbool-compare extension - - - - --- 2015-04-30 Marek Polacek New
[fortran,pr65548,2nd,take,v3,5/6,Regression] gfc_conv_procedure_call - - - - --- 2015-04-30 Andre Vehreschild New
[PR,testsuite/65205] Fix dg-shouldfail usage in OpenACC libgomp tests - - - - --- 2015-04-30 Thomas Schwinge New
[hsa] Upgrade to the final version of HSA 1.0 - - - - --- 2015-04-30 Martin Jambor New
[AARCH64] Use shl for vec_shr_<mode> rtx pattern. - - - - --- 2015-04-30 Renlin Li New
Mostly rewrite genrecog - - - - --- 2015-04-30 Richard Sandiford New
[libstdc++] Add uniform container erasure. - - - - --- 2015-04-30 Ed Smith-Rowland New
[rs6000] Fix compare debug failure on AIX - - - - --- 2015-04-30 Eric Botcazou New
c-family PATCH to improve -Wbool-compare (PR c/64610) - - - - --- 2015-04-30 Marek Polacek New
[docs] Re: Update __atomic builtins documentation. - - - - --- 2015-04-30 Matthew Wahab New
[C,committed] Better location for an unknown field in initializer - - - - --- 2015-04-30 Marek Polacek New
More type narrowing in match.pd - - - - --- 2015-04-30 Richard Biener New
niter_base simplification - - - - --- 2015-04-30 François Dumont New
[2/3,ARM,libgcc,ping6] Code size optimization for the fmul/fdiv and dmul/ddiv function in libgcc - - - - --- 2015-04-30 Thomas Preud'homme New
Rewrite check_global_declarations() generically - - - - --- 2015-04-30 Aldy Hernandez New
More type narrowing in match.pd - - - - --- 2015-04-30 Jeff Law New
add self-tuning to x86 hardware fast path in libitm - - - - --- 2015-04-30 Nuno Diegues New
mismatch in configure.ac for libgomp - - - - --- 2015-04-30 Pedro Giffuni New
[debug-early] fix -fdump-go-spec - - - - --- 2015-04-30 Aldy Hernandez New
[3/8] add default for PCC_BITFIELD_TYPE_MATTERS - - - - --- 2015-04-30 Trevor Saunders New
[C++] PR 61683 - - - - --- 2015-04-29 Paolo Carlini New
Go patch committed: Fix escape analysis for multi-result calls - - - - --- 2015-04-29 Ian Lance Taylor New
Go patch committed: Propagate escape info from closures to enclosed variables - - - - --- 2015-04-29 Ian Lance Taylor New
libgo patch committed: Support -buildmode=c-archive - - - - --- 2015-04-29 Ian Lance Taylor New
Fix size & type for cold partition names (hot-cold function partitioning) - - - - --- 2015-04-29 Caroline Tice New
[i386] : Fix PR 65871, bzhi builtin/intrinsic wrongly assumes bzhi instruction doesn't set the ZF f… - - - - --- 2015-04-29 Uros Bizjak New
C++ PATCH for c++/50800 (ICE with may_alias and templates) - - - - --- 2015-04-29 Jason Merrill New
[i386] : Fix PR 65871, bzhi builtin/intrinsic wrongly assumes bzhi instruction doesn't set the ZF f… - - - - --- 2015-04-29 Uros Bizjak New
[C] c_incomplete_type_error TLC - - - - --- 2015-04-29 Marek Polacek New
Fix size & type for cold partition names (hot-cold function partitioning) - - - - --- 2015-04-29 Uros Bizjak New
[libstdc++/65839] whatis support for xmethods - - - - --- 2015-04-29 Doug Evans New
Fix size & type for cold partition names (hot-cold function partitioning) - - - - --- 2015-04-29 Caroline Tice New
Use consistent naming in libstdcxx/v6/xmethods.py - - - - --- 2015-04-29 Doug Evans New
[debug-early] adjust tests for new defined/used warnings - - - - --- 2015-04-29 Aldy Hernandez New
C PATCH to reject va_arg (ap, void) (PR c/65901) - - - - --- 2015-04-29 Marek Polacek New
[6/n] OpenMP 4.0 offloading infrastructure: option handling - - - - --- 2015-04-29 Thomas Schwinge New
PR ld/18355: --enable-shared doesn't work - - - - --- 2015-04-29 H.J. Lu New
Help needed debugging std::is_convertible problem (PR 65760) - - - - --- 2015-04-29 Jonathan Wakely New
OMP_CLAUSES with clauses in operand 0 - - - - --- 2015-04-29 Thomas Schwinge New
OMP_CLAUSES with clauses in operand 0 - - - - --- 2015-04-29 Thomas Schwinge New
[fortran,PR44672,v4,F08] ALLOCATE with SOURCE and no array-spec - - - - --- 2015-04-29 Andre Vehreschild New
libstdc++/64657 support iterators with overloaded comma operator - - - - --- 2015-04-29 Jonathan Wakely New
[ubsan] Add -fsanitize=bounds-strict - - - - --- 2015-04-29 Marek Polacek New
OMP_CLAUSES with clauses in operand 0 - - - - --- 2015-04-29 Thomas Schwinge New
Bare bones of type verifier - - - - --- 2015-04-29 Jan Hubicka New
[rs6000] Change -mcrypto to only affect Category:Vector.Crypto instructions - - - - --- 2015-04-29 David Edelsohn New
[C++] PR 64667 - - - - --- 2015-04-29 Paolo Carlini New
[fortran,pr65548,2nd,take,5/6,Regression] gfc_conv_procedure_call - - - - --- 2015-04-29 Andre Vehreschild New
[testsuite] : Add ieee options to gfortran.dg/namelist_87.f90 - - - - --- 2015-04-29 Uros Bizjak New
[gomp4.1] Initial support for some OpenMP 4.1 construct parsing - - - - --- 2015-04-29 Jakub Jelinek New
OMP_CLAUSES with clauses in operand 0 - - - - --- 2015-04-29 Thomas Schwinge New
[rs6000] Fix compare debug failure on AIX - - - - --- 2015-04-29 Eric Botcazou New
Perform anonymous constant propagation during inlining - - - - --- 2015-04-29 Eric Botcazou New
[PR65818,bootstrap,hppa] Return side-effect free result in gimplify_va_arg_internal - - - - --- 2015-04-29 Richard Biener New
[RFC] : Remove Mem/address type assumption in combiner - - - - --- 2015-04-29 Kumar, Venkataramanan New
[ARM] Fix for pr65924 - - - - --- 2015-04-29 Yvan Roux New
[PR65893] Move pass_stdarg to after pass_dce in pass_all_optimizations - - - - --- 2015-04-29 Tom de Vries New
XFAIL PR65917 - - - - --- 2015-04-29 Richard Biener New
gcc/c-family/c-pragma.h:pragma_omp_clause (was: Pragma parsing) - - - - --- 2015-04-29 Jakub Jelinek New
gimple-walk.c #include TLC - - - - --- 2015-04-29 Bernhard Reutner-Fischer New
PR target/48904 x86_64-knetbsd-gnu missing defs - - - - --- 2015-04-29 Bernhard Reutner-Fischer New
[RFC] : Next stage1, refactoring: propagating rtx subclasses - - - - --- 2015-04-29 Mikhail Maltsev New
[Fortran] (RFC, Coarray) Implement TS18508's EVENTS - - - - --- 2015-04-29 Tobias Burnus New
Refactor gcc/tree-vectorize.c:vectorize_loops - - - - --- 2015-04-29 Jakub Jelinek New
[debug-early] gut out check_die - - - - --- 2015-04-29 Aldy Hernandez New
Rewrite check_global_declarations() generically - - - - --- 2015-04-29 Aldy Hernandez New
[3/3] Fix indentation issues seen by -Wmisleading-indentation - - - - --- 2015-04-29 David Malcolm New
[2/3] Fix spurious semicolons - - - - --- 2015-04-29 David Malcolm New
[1/3] Implement -Wmisleading-indentation (v4) - - - - --- 2015-04-29 David Malcolm New
[C++] PR 59729 - - - - --- 2015-04-28 Paolo Carlini New
[PATCH/libiberty] fix build of gdb/binutils with clang. - - - - --- 2015-04-28 Yunlian Jiang New
[PR65818,bootstrap,hppa] Return side-effect free result in gimplify_va_arg_internal - - - - --- 2015-04-28 Tom de Vries New
C++ PATCH for c++/65896 (constexpr and empty bases) - - - - --- 2015-04-28 Jason Merrill New
Only configure libstdc++-v3/python dir for hosted builds - - - - --- 2015-04-28 Jonathan Wakely New
[commited,Fortran] Prevent segfault with dump-*-original for implicit class expressions. - - - - --- 2015-04-28 Andre Vehreschild New
Fix OpenMP's target update directive in templated code - - - - --- 2015-04-28 Thomas Schwinge New
[testsuite,committed] Remove spurious comment line from gcc.dg/vect/vect-33.c - - - - --- 2015-04-28 Bill Schmidt New
[C++,RFC/Patch] PR 39813 - - - - --- 2015-04-28 Paolo Carlini New
[MIPS] Change mips4 default processor to r10K - - - - --- 2015-04-28 Steve Ellcey New
[committed] Remove stray line in c_parser_binary_expression - - - - --- 2015-04-28 Marek Polacek New
[PR65915] Fix float conversion split. - - - - --- 2015-04-28 Ilya Tocar New
« 1 2 ... 817 818 8191265 1266 »