Show patches with: State = Action Required       |    Archived = No       |   126673 patches
« 1 2 ... 649 650 6511266 1267 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[i386] : Cleanup splitters that call ix86_split_long_move - - - - --- 2016-12-06 Uros Bizjak New
Fix compilation errors with libstdc++v3 for AVR target and allow --enable-libstdcxx - - - - --- 2016-12-06 Jonathan Wakely New
IRA combine_and_move_insns fix, PR78669 - - - - --- 2016-12-06 Bernd Schmidt New
[v2] Get rid of stack trampolines for nested functions (1/4) - - - - --- 2016-12-06 Eric Botcazou New
[gomp4] fix implicit data clause linker error - - - - --- 2016-12-06 Cesar Philippidis New
[ARM,committed] Sort ARMv8 processors by alphabetic order - - - - --- 2016-12-06 Kyrill Tkachov New
[ARM] Fix ldrd offsets - - - - --- 2016-12-06 Wilco Dijkstra New
[AArch64] Improve TI mode address offsets - - - - --- 2016-12-06 Wilco Dijkstra New
[AArch64,-,v3] Simplify eh_return implementation - - - - --- 2016-12-06 Wilco Dijkstra New
[AArch64] Improve SHA1 scheduling - - - - --- 2016-12-06 Wilco Dijkstra New
Fix PR c++/71182 - UB in parser.c - - - - --- 2016-12-06 Markus Trippelsdorf New
[v2,AArch64] Fix symbol offset limit - - - - --- 2016-12-06 Wilco Dijkstra New
[RFC,AArch64] Cleanup frame pointer usage - - - - --- 2016-12-06 Wilco Dijkstra New
[ARM] Improve max_insns_skipped logic - - - - --- 2016-12-06 Wilco Dijkstra New
[ARM] Remove movdi_vfp_cortexa8 - - - - --- 2016-12-06 Wilco Dijkstra New
[ARM] Improve Thumb allocation order - - - - --- 2016-12-06 Wilco Dijkstra New
[ARM] Merge negdi2 patterns - - - - --- 2016-12-06 Wilco Dijkstra New
[Patches] Add variant constexpr support for visit, comparisons and get - - - - --- 2016-12-06 Jonathan Wakely New
Partial solution to LWG 523 - - - - --- 2016-12-06 Jonathan Wakely New
[fortran,RFC] Add warning for missing location information - - - - --- 2016-12-06 Andre Vehreschild New
[Patches] Add variant constexpr support for visit, comparisons and get - - - - --- 2016-12-06 Jonathan Wakely New
[LRA] Fix ICE on pathological testcase - - - - --- 2016-12-06 Eric Botcazou New
[GCC/ARM,gcc-5/6-branch,ping] Fix PR77904: callee-saved register trashed when clobbering sp - - - - --- 2016-12-06 Thomas Preudhomme New
[GCC/ARM,gcc-5/6-branch,ping] Fix PR77933: stack corruption on ARM when using high registers and lr - - - - --- 2016-12-06 Thomas Preudhomme New
[GCC/ARM,gcc-5/6-branch,ping] Fix ICE when compiling empty FIQ interrupt handler in ARM mode - - - - --- 2016-12-06 Thomas Preudhomme New
[GCC/ARM,2/2,ping3] Allow combination of aprofile and rmprofile multilibs - - - - --- 2016-12-06 Thomas Preudhomme New
[PR78691] Require integral type for pattern ((convert1 (minmax ((convert2 (x) c)))) -> minmax (x c)) - - - - --- 2016-12-06 Bin Cheng New
Add noexcept to various basic_string string operations - - - - --- 2016-12-06 Jonathan Wakely New
[tree-tailcall] Check if function returns it's argument - - - - --- 2016-12-06 Richard Biener New
[v3] Constrain optional's __constexpr_addressof in its return type, Use a constexpr addressof for o… - - - - --- 2016-12-06 Ville Voutilainen New
libiberty/78584 - - - - --- 2016-12-06 DJ Delorie New
[v2,rs6000] Add built-in function support for Power9 byte instructions. - - - - --- 2016-12-06 Kelvin Nilsen New
handle integer overflow/wrapping in printf directives (PR 78622) - - - - --- 2016-12-06 Martin Sebor New
[fortran,F03] Spurious "requires DTIO" reported against namelist statement - - - - --- 2016-12-06 Jerry DeLisle New
, Committed, PR target/78688, fix PowerPC bootstrap issue - - - - --- 2016-12-06 Michael Meissner New
add missing attribute nonnull to stdio functions (PR 78673 and 17308) - - - - --- 2016-12-05 Martin Sebor New
Fix PR middle-end/78642 - - - - --- 2016-12-05 Eric Botcazou New
Fix PR78646 - - - - --- 2016-12-05 Bill Schmidt New
[i386] PR 70118: Fix ubsan warning on SSE2 loadl_epi64 and storel_epi64 - - - - --- 2016-12-05 Allan Sandfeld Jensen New
Added noexcept on constructors - - - - --- 2016-12-05 Aditya Kumar New
Fix ICE due to IPA-VRP (PR tree-optimization/78681) - - - - --- 2016-12-05 Jakub Jelinek New
C++ PATCH for c++/78647 (ICE-on-invalid with attribute_fallthrough_p) - - - - --- 2016-12-05 Marek Polacek New
[ARM] Fix failing poly64 tests on ARM - - - - --- 2016-12-05 Christophe Lyon New
Fold strstr (s, t) eq/ne s to strcmp (s, t) eq/ne 0 if strlen (t) is known - - - - --- 2016-12-05 Prathamesh Kulkarni New
[arm-embedded,committed] PR71607: New approach to arm_disable_literal_pool - - - - --- 2016-12-05 Andre Vieira (lists) New
[arm-embedded,committed,6/6] ARM ACLE Coprocessor MCRR and MRRC intrinsics - - - - --- 2016-12-05 Andre Vieira (lists) New
Improve fold_compare (PR c++/71537) - - - - --- 2016-12-05 Jakub Jelinek New
[arm-embedded,committed,5/6] ARM ACLE Coprocessor MCR and MRC intrinsics - - - - --- 2016-12-05 Andre Vieira (lists) New
Readd memchr constant folding (PR c++/71537) - - - - --- 2016-12-05 Jakub Jelinek New
[arm-embedded,committed,4/6] ARM ACLE Coprocessor LDC and STC intrinsics - - - - --- 2016-12-05 Andre Vieira (lists) New
Readd strchr constant folding (PR c++/71537) - - - - --- 2016-12-05 Jakub Jelinek New
[arm-embedded,committed,3/6] ARM ACLE Coprocessor CDP intrinsics - - - - --- 2016-12-05 Andre Vieira (lists) New
[SPARC] Disable U constraint with LRA - - - - --- 2016-12-05 Eric Botcazou New
Fix BIT_FIELD_REF type on vectorizable_live_operation created BFR (PR tree-optimization/78675) - - - - --- 2016-12-05 Jakub Jelinek New
[2/6,ARM] Move CRC builtins to refactored framework - - - - --- 2016-12-05 Andre Vieira (lists) New
[arm-embedded,committed,1/6] Refactor NEON builtin framework to work for other builtins - - - - --- 2016-12-05 Andre Vieira (lists) New
[arm-embedded,committed,10/17] Refactor support code for NEON builtins. - - - - --- 2016-12-05 Andre Vieira (lists) New
[2/6,ARM] Move CRC builtins to refactored framework - - - - --- 2016-12-05 Andre Vieira (lists) New
[ARM] Remove uses of leaf_function_p - - - - --- 2016-12-05 Wilco Dijkstra New
[Fortran,cleanup] PR 78674: merge gfc_convert_type_warn and gfc_convert_chartype - - - - --- 2016-12-05 Janus Weil New
[build] Disable hwcaps on libgfortran - - - - --- 2016-12-05 Rainer Orth New
[Fortran,v3] Fix deallocation of nested derived typed components - - - - --- 2016-12-05 Andre Vehreschild New
fix -fmax-errors & notes, take 2 - - - - --- 2016-12-05 Nathan Sidwell New
[2/2,ARC] Remove old prof patterns. - - - - --- 2016-12-05 Claudiu Zissulescu New
[1/2,ARC] Generating code for profiling. - - - - --- 2016-12-05 Claudiu Zissulescu New
[arm-embedded,committed,7/7] Added support for ARMV8-M Security Extension cmse_nonsecure_caller int… - - - - --- 2016-12-05 Andre Vieira (lists) New
[arm-embedded,committed,6/7] ARMv8-M Security Extension's cmse_nonsecure_call: use __gnu_cmse_nonse… - - - - --- 2016-12-05 Andre Vieira (lists) New
[PATCHv3,5/7,GCC[arm-embedded,committed,5/7] Handling ARMv8-M Security Extension's cmse_nonsecure_c… - - - - --- 2016-12-05 Andre Vieira (lists) New
[arm-embedded,committed,4/7] ARMv8-M Security Extension's cmse_nonsecure_entry: clear registers - - - - --- 2016-12-05 Andre Vieira (lists) New
[arm-embedded,committed,3/7] ARMv8-M Security Extension's cmse_nonsecure_entry: __acle_se label and… - - - - --- 2016-12-05 Andre Vieira (lists) New
[arm-embedded,committed,2/7] Handling ARMv8-M Security Extension's cmse_nonsecure_entry attribute - - - - --- 2016-12-05 Andre Vieira (lists) New
[arm-embedded,committed,1/7] Add support for ARMv8-M's Secure Extensions flag and intrinsics - - - - --- 2016-12-05 Andre Vieira (lists) New
[Ada] Do not enable atomic primitives on Power/Darwin 32-bit - - - - --- 2016-12-05 Eric Botcazou New
[ARM] Fix failing poly64 tests on ARM - - - - --- 2016-12-05 Tamar Christina New
[AArch64] Fix failing poly tests AArch64 - - - - --- 2016-12-05 Tamar Christina New
[committed,ARM] Fix arm-netbsdelf bootstrap - - - - --- 2016-12-05 Andre Vieira (lists) New
MIPS MSA: Fix ICE when using out-of-range values to intrinsics - - - - --- 2016-12-05 Robert Suchanek New
detect null sprintf pointers (PR 78519) - - - - --- 2016-12-04 Martin Sebor New
[wwwdocs] Remove Java - - - - --- 2016-12-04 Gerald Pfeifer New
[Committed] add missing attribute alloc_size to allocation builtins (PR 78668) - - - - --- 2016-12-04 Martin Sebor New
[i386] Handle NEG in 32-bit stv pass (PR target/70322) - - - - --- 2016-12-04 Uros Bizjak New
libiberty: Don't update and remove did_subs field from demangler structs. - - - - --- 2016-12-03 Mark Wielaard New
[Fortran,v2] Fix deallocation of nested derived typed components - - - - --- 2016-12-03 Andre Vehreschild New
Use gen_lowpart_SUBREG consistently in emit_spill_move - - - - --- 2016-12-03 Eric Botcazou New
[SPARC] Disable U constraint with LRA - - - - --- 2016-12-03 Eric Botcazou New
[committed] Update baseline symbols on hppa-linux - - - - --- 2016-12-03 John David Anglin New
[Fortran,v2] Fix deallocation of nested derived typed components - - - - --- 2016-12-03 Andre Vehreschild New
Added noexcept on constructors - - - - --- 2016-12-03 Aditya K New
[Fortran,OOP] PR 58175: Incorrect warning message on scalar finalizer - - - - --- 2016-12-03 Janus Weil New
[Committed,fortran] Remove unneeded initialization - - - - --- 2016-12-03 Steve Kargl New
[Patches] Add variant constexpr support for visit, comparisons and get - - - - --- 2016-12-03 Tim Shen New
Fix various arm failures with config-list.mk - - - - --- 2016-12-03 Jeff Law New
fix integer overflow bugs in gimple-ssa-sprintf.c (PR 78608) - - - - --- 2016-12-03 Martin Sebor New
simplify-rtx: Fix the last fix (PR78638) - - - - --- 2016-12-02 Segher Boessenkool New
[committed] selftest.c: remove calls to strndup (PR bootstrap/78616) - - - - --- 2016-12-02 David Malcolm New
Even more minimal reimplementation of errors.c within read-md.c - - - - --- 2016-12-02 David Malcolm New
[Committed,fortran] Plug memory leak. - - - - --- 2016-12-02 Steve Kargl New
Turn on gnu-indirect-function by default on PowerPC servers - - - - --- 2016-12-02 Michael Meissner New
Fix tsubst_init error recovery (PR c++/78649) - - - - --- 2016-12-02 Jakub Jelinek New
Add ASSERT_RTX_PTR_EQ - - - - --- 2016-12-02 David Malcolm New
« 1 2 ... 649 650 6511266 1267 »