Show patches with: Archived = No       |   126763 patches
« 1 2 ... 649 650 6511267 1268 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
PATCH for Re: mirrors - - - - --- 2017-04-14 Gerald Pfeifer New
rs6000: Testcase 20050830-1.c no longer fails (PR66612) - - - - --- 2017-04-15 Segher Boessenkool New
, Fix PR/target 80099 (internal error with -mno-upper-regs-sf) - - - - --- 2017-04-15 Michael Meissner New
[wwwdocs,fortran] Update link to CHKSYS - - - - --- 2017-04-15 Gerald Pfeifer New
[testsuite] Allow braces around relative line numbers - - - - --- 2017-04-15 Tom de Vries New
[gfortran] Cleanup the submodule tests - - - - --- 2017-04-15 Dominique d'Humières New
[gfortran] Cleanup the submodule tests - - - - --- 2017-04-15 Dominique d'Humières New
Cleanup dg directives - - - - --- 2017-04-15 Dominique d'Humières New
[1/7,D] libiberty: Add support for demangling scope attributes. - - - - --- 2017-04-15 Iain Buclaw New
[2/7,D] libiberty: Add support for demangling template constraints. - - - - --- 2017-04-15 Iain Buclaw New
[3/7,D] libiberty: Recognize anonymous symbols names. - - - - --- 2017-04-15 Iain Buclaw New
[4/7,D] libiberty: Remove wrongly spec'd mangle rule for encoded integers. - - - - --- 2017-04-15 Iain Buclaw New
[5/7,D] libiberty: Fixes for demangling qualified symbol names - - - - --- 2017-04-15 Iain Buclaw New
[6/7,D] libiberty: Fixes for decoding numbers. - - - - --- 2017-04-15 Iain Buclaw New
[7/7,D] libiberty: Refactor and add tests for decoding hexdigits. - - - - --- 2017-04-15 Iain Buclaw New
[testsuite] : Fix some more dg-do directives - - - - --- 2017-04-15 Uros Bizjak New
[gfortran] Cleanup the submodule tests - - - - --- 2017-04-15 Dominique d'Humières New
[Fortran,OOP] PR 80392: [5/6/7 Regression] ICE with allocatable polymorphic function result in a pr… - - - - --- 2017-04-17 Janus Weil New
[1/3] Remove support for obsolete x86 -malign-foo options - - - - --- 2017-04-17 Denys Vlasenko New
[2/3] Temporary remove "at least 8 byte alignment" code from x86 - - - - --- 2017-04-17 Denys Vlasenko New
[3/3] Extend -falign-FOO=N to N[,M[,N2[,M2]]] - - - - --- 2017-04-17 Denys Vlasenko New
[RFA,P2,PR,middle-end/80422] Fix crossjumping ICE - - - - --- 2017-04-17 Jeff Law New
[RFA] Fix mips16 codegen issue in a better way - - - - --- 2017-04-17 Jeff Law New
C++ PATCH for c++/80415, wrong error with default arg and array reference - - - - --- 2017-04-17 Jason Merrill New
C++ PATCH for variadic initialization bug - - - - --- 2017-04-17 Jason Merrill New
libgo: update to Go 1.8.1 - - - - --- 2017-04-17 Ian Lance Taylor New
libgo: update to Go 1.8.1 - - - - --- 2017-04-17 Ian Lance Taylor New
IRA: Don't create new regs for debug insns (PR80429) - - - - --- 2017-04-18 Segher Boessenkool New
[GCC8,01/33] Handle TRUNCATE between tieable modes in rtx_cost - - - - --- 2017-04-18 Bin Cheng New
[GCC8,02/33] Remove code handling pseudo candidate - - - - --- 2017-04-18 Bin Cheng New
[GCC8,03/33] Refactor invariant variable/expression handling - - - - --- 2017-04-18 Bin Cheng New
[GCC8,04/33] Single interface finding invariant variables - - - - --- 2017-04-18 Bin Cheng New
[GCC8,05/33] Count invariant and candidate separately - - - - --- 2017-04-18 Bin Cheng New
[GCC8,06/33] Simple refactor of function rewrite_use_address - - - - --- 2017-04-18 Bin Cheng New
[GCC8,07/33] Offset validity check in address expression - - - - --- 2017-04-18 Bin Cheng New
[GCC8,08/33] Clean get_computation_*interfaces - - - - --- 2017-04-18 Bin Cheng New
[GCC8,09/33] Compute separate aff_trees for invariant and induction parts - - - - --- 2017-04-18 Bin Cheng New
[GCC8,10/33] Clean get_scaled_computation_cost_at and the dump info - - - - --- 2017-04-18 Bin Cheng New
[GCC8,11/33] New interfaces for tree affine - - - - --- 2017-04-18 Bin Cheng New
[GCC8,12/33] Expose interfaces of tree-ssa-address.c - - - - --- 2017-04-18 Bin Cheng New
[GCC8,13/33] Rewrite cost computation of ivopts - - - - --- 2017-04-18 Bin Cheng New
[GCC8,14/33] Handle more cheap operations in force_expr_to_var_cost - - - - --- 2017-04-18 Bin Cheng New
[GCC8,15/33] Simplify function autoinc_possible_for_pair - - - - --- 2017-04-18 Bin Cheng New
[GCC8,16/33] Move multiplier_allowed_in_address_p to tree-ssa-address - - - - --- 2017-04-18 Bin Cheng New
[GCC8,17/33] Treat complex cand step as invriant expression - - - - --- 2017-04-18 Bin Cheng New
[GCC8,18/33] Relate compare iv_use with all candidates - - - - --- 2017-04-18 Bin Cheng New
[GCC8,19/33] Rewrite nonlinear iv_use by re-associating invariant and induction parts separately - - - - --- 2017-04-18 Bin Cheng New
[GCC8,20/33] Support compare iv_use which is compared against arbitrary variable - - - - --- 2017-04-18 Bin Cheng New
[GCC8,21/33] Support compare iv_use which both sides of comparison are IVs - - - - --- 2017-04-18 Bin Cheng New
[GCC8,22/33] Generate TMR in new reassociation order - - - - --- 2017-04-18 Bin Cheng New
[GCC8,23/33] Simple comment adjustment - - - - --- 2017-04-18 Bin Cheng New
[24/33] New parameter bound on number of selected candidates - - - - --- 2017-04-18 Bin Cheng New
[GCC8,25/33] New loop constraint flags - - - - --- 2017-04-18 Bin Cheng New
[GCC8,26/33] Record newly used inv_vars during cost computation - - - - --- 2017-04-18 Bin Cheng New
[GCC8,27/33] Extend candidate set if new_cp has cheaper dependence - - - - --- 2017-04-18 Bin Cheng New
[GCC8,28/33] Don't count non-interger PHIs for register pressure - - - - --- 2017-04-18 Bin Cheng New
[GCC8,29/33] New register pressure estimation - - - - --- 2017-04-18 Bin Cheng New
[GCC8,30/33] Fold more type conversion into binary arithmetic operations - - - - --- 2017-04-18 Bin Cheng New
[GCC8,31/33] Set range information for niter bound of vectorized loop - - - - --- 2017-04-18 Bin Cheng New
[GCC8,32/33] Save niter check for vect peeling if loop versioning is required - - - - --- 2017-04-18 Bin Cheng New
[GCC8,33/33] Fix PR69710/PR68030 by reassociate vect base address and a simple CSE pass - - - - --- 2017-04-18 Bin Cheng New
Fix incorrect results from std::boyer_moore_searcher - - - - --- 2017-04-18 Jonathan Wakely New
[avr,committed,trunk,+,v6] Fix PR79453 - - - - --- 2017-04-18 Georg-Johann Lay New
[committed] Fix -fsanitize-coverage=trace-pc -fcompare-debug bug (PR sanitizer/80444) - - - - --- 2017-04-18 Jakub Jelinek New
Fix VRP intersect_ranges for 1-bit precision signed types (PR tree-optimization/80443) - - - - --- 2017-04-18 Jakub Jelinek New
Fix TYPE_TYPELESS_STORAGE handling (PR middle-end/80423) - - - - --- 2017-04-18 Jakub Jelinek New
[AArch64] Add BIC-imm and ORR-imm SIMD pattern - - - - --- 2017-04-18 Sudakshina Das New
Fix fixincludes for canadian cross builds - - - - --- 2017-04-18 Bernd Edlinger New
[1/3] Remove support for obsolete x86 -malign-foo options - - - - --- 2017-04-18 Denys Vlasenko New
[2/3] Temporary remove "at least 8 byte alignment" code from x86 - - - - --- 2017-04-18 Denys Vlasenko New
[3/3] Extend -falign-FOO=N to N[,M[,N2[,M2]]] - - - - --- 2017-04-18 Denys Vlasenko New
libiberty: Always return NULL if d_add_substitution fails. - - - - --- 2017-04-18 Mark Wielaard New
libiberty: Limit demangler maximum d_print_comp recursion call depth. - - - - --- 2017-04-18 Mark Wielaard New
Fix PR80457 - - - - --- 2017-04-18 Bill Schmidt New
[PR,target/74563] Fix return patterns for MIPS16 - - - - --- 2017-04-19 Jeff Law New
Fix PR tree-optimization/80426 - - - - --- 2017-04-19 Eric Botcazou New
Fix TYPE_TYPELESS_STORAGE handling (PR middle-end/80423) - - - - --- 2017-04-19 Jakub Jelinek New
IRA: Don't create new regs for debug insns (PR80429) - - - - --- 2017-04-19 Segher Boessenkool New
[2/8] Remove .gcno file when compilation does not success (PR driver/56469). - - - - --- 2017-04-19 Martin Liška New
[SPARC] Fix ICE on FP code in 64-bit mode - - - - --- 2017-04-19 Eric Botcazou New
Introduce gcov.h header file (PR gcov-profile/80435). - - - - --- 2017-04-19 Martin Liška New
[stage4] Fix type for .init_array.* and .fini_array.* sections - - - - --- 2017-04-19 Thomas Preudhomme New
[GCC/ARM,stage4] Set mode for success result of atomic compare and swap - - - - --- 2017-04-19 Thomas Preudhomme New
[avr] Fix PR80462 - - - - --- 2017-04-19 Georg-Johann Lay New
PR libstdc++/80446 cope with libc defining __has_builtin - - - - --- 2017-04-19 Jonathan Wakely New
Fix ICE with -fauto-profile when walking vdefs - - - - --- 2017-04-19 Martin Liška New
PR libstdc++/80448 remove noexcept from defaulted functions - - - - --- 2017-04-19 Jonathan Wakely New
[testsuite] Fix broken pr80341.c for avr - - - - --- 2017-04-19 Senthil Kumar Selvaraj New
[DOC,OBVIOUS] Fix typo in LTO documentation (PR lto/50345). - - - - --- 2017-04-19 Martin Liška New
[GCC8,33/33] Fix PR69710/PR68030 by reassociate vect base address and a simple CSE pass - - - - --- 2017-04-19 Bin.Cheng New
doc: mention handling of {0} in -Wmissing-field-initializers (PR 71250) - - - - --- 2017-04-19 Alexander Monakov New
[RFC] Check for __cxa_atexit when building native compiler - - - - --- 2017-04-19 Kang-Che Sung New
Fix -fcompare-debug bugs during updating into loop closed ssa form (PR debug/80436) - - - - --- 2017-04-19 Jakub Jelinek New
Adjust c-c++-common/opaque-vector.c testcase (PR c++/80459) - - - - --- 2017-04-19 Jakub Jelinek New
Fix ICE in modified_type_die (PR debug/80461) - - - - --- 2017-04-19 Jakub Jelinek New
Fix PR tree-optimization/80426 - - - - --- 2017-04-19 Eric Botcazou New
PR libstdc++/80446 cope with libc defining __has_builtin - - - - --- 2017-04-19 Jonathan Wakely New
[CHKP] Fix for PR79990 - - - - --- 2017-04-19 Alexander Ivchenko New
[libstdc++] Adjust to the new location of the C++ ABI - - - - --- 2017-04-19 Jonathan Wakely New
Implement C++17 changes to std::atomic (P0558R1 partial) - - - - --- 2017-04-19 Jonathan Wakely New
« 1 2 ... 649 650 6511267 1268 »