Show patches with: State = Action Required       |    Archived = No       |   126656 patches
« 1 2 ... 846 847 8481266 1267 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
cgraph_edge: small refactoring - - - - --- 2015-01-09 Martin Liška New
nios2 builds still broken due to streamer changes - - - - --- 2015-01-09 Martin Liška New
Fix undefined label problem after crossjumping (PR rtl-optimization/64536) - - - - --- 2015-01-09 Jakub Jelinek New
[ARM/Thumb1] Add a Thumb1 insn pattern to legalize the instruction that moves pc to low register - - - - --- 2015-01-09 Terry Guo New
rs6000: Fix recip tests for -m32 -mpowerpc64 - - - - --- 2015-01-09 Segher Boessenkool New
rs6000: Fix TARGET_PROMOTE_FUNCTION_MODE - - - - --- 2015-01-09 Segher Boessenkool New
testsuite/lib/target-supports.exp: Fix check_effective_target_lto - - - - --- 2015-01-09 Ilya Verbin New
[Ada] Fix bootstrapping on darwin9/10 (PR ada/64349). - - - - --- 2015-01-08 Iain Sandoe New
[committed] libgccjit.h: Fix description of struct gcc_jit_context - - - - --- 2015-01-08 David Malcolm New
[doc] fix documentation of -fvtable-verify and related options - - - - --- 2015-01-08 Sandra Loosemore New
[committed] jit: New API entrypoint: gcc_jit_context_get_last_error - - - - --- 2015-01-08 David Malcolm New
Patch RFA: Support for building Go tools - - - - --- 2015-01-08 Ian Lance Taylor New
RFA: PATCH to factor out no_sanitize_undefined attribute check - - - - --- 2015-01-08 Jason Merrill New
[ARM] FreeBSD ARM support, EABI, v3 - - - - --- 2015-01-08 Andreas Tobler New
libgo patch committed: Use default constant to set gccgo in go tool - - - - --- 2015-01-08 Ian Lance Taylor New
[committed] New jit API entrypoint: gcc_jit_context_set_logfile - - - - --- 2015-01-08 David Malcolm New
[libstdc++/64239] Use std::swap instead of swap in regex - - - - --- 2015-01-08 Tim Shen New
Fix ix86_expand_int_movcc (PR target/64338) - - - - --- 2015-01-08 Jakub Jelinek New
Fix sporadic failure in g++.dg/tsan/aligned_vs_unaligned_race.C - - - - --- 2015-01-08 Mike Stump New
Small step towards tree-ssa-strlen improvements (PR tree-optimization/63989) - - - - --- 2015-01-08 Jakub Jelinek New
Fix ix86_expand_int_movcc (PR target/64338) - - - - --- 2015-01-08 Jakub Jelinek New
libstdc++/60132 deprecate C++0x has_trivial_xxx traits - - - - --- 2015-01-08 Jonathan Wakely New
libstdc++/60132 deprecate C++0x has_trivial_xxx traits - - - - --- 2015-01-08 Jonathan Wakely New
[4/4] OpenMP 4.0 offloading to Intel MIC: non-fallback testing - - - - --- 2015-01-08 Thomas Schwinge New
LRA: Fix caller-save store/restore instruction for large mode - - - - --- 2015-01-08 Kito Cheng New
OMP builtins in offloading (was: [PATCH 1/4] Add mkoffload for Intel MIC) - - - - --- 2015-01-08 Thomas Schwinge New
[Fortran] PR64522 - reinstate truncation diagnostic - - - - --- 2015-01-08 Tobias Burnus New
[1/4] Add mkoffload for Intel MIC - - - - --- 2015-01-08 Thomas Schwinge New
[3/4] Add libgomp plugin for Intel MIC - - - - --- 2015-01-08 Thomas Schwinge New
Use std::__bool_constant instead of duplicating it - - - - --- 2015-01-08 Jonathan Wakely New
[Ada] Fix bootstrapping on darwin9/10 (PR ada/64349). - - - - --- 2015-01-08 Iain Sandoe New
[RFC] Handle sequence in reg_set_p - - - - --- 2015-01-08 Oleg Endo New
[SH,committed] Don't emit tstsi_t insn with const_int as first operand - - - - --- 2015-01-08 Oleg Endo New
[RFC,8/9,SH] Add splitter to addsi3_compact - - - - --- 2015-01-08 Oleg Endo New
[hsa] Fix wrong conversion ode and verification fallout - - - - --- 2015-01-08 Martin Jambor New
[committed,SH] Fix PR target/64533 - - - - --- 2015-01-08 Kaz Kojima New
RFC: C++ PATCH to do bounds sanitation for VLA initialization - - - - --- 2015-01-08 Jason Merrill New
[RFA:] Fix test-suite regressions from PR62250 due to -latomic always added - - - - --- 2015-01-08 Hans-Peter Nilsson New
[doc,committed] fix @var markup on option keyword choices - - - - --- 2015-01-08 Sandra Loosemore New
rs6000: Add eqsi/nesi storing to a 64-bit reg (PR36557) - - - - --- 2015-01-08 Segher Boessenkool New
[committed] jit: Add checking for dereference of void * - - - - --- 2015-01-08 David Malcolm New
Fix warning during libstdc++ build - - - - --- 2015-01-07 Jonathan Wakely New
[C++] PR 60753 - - - - --- 2015-01-07 Paolo Carlini New
[doc,committed] fix incorrect @samp markup in invoke.texi - - - - --- 2015-01-07 Sandra Loosemore New
[committed] API extension: add GCC_JIT_UNARY_OP_ABS to enum gcc_jit_unary_op - - - - --- 2015-01-07 David Malcolm New
[committed] Add test of handling arithmetic-overflow from JIT - - - - --- 2015-01-07 David Malcolm New
[committed] Fix typo in jit-recording.h - - - - --- 2015-01-07 David Malcolm New
[committed] jit.exp: support C++ testcases - - - - --- 2015-01-07 David Malcolm New
Fix sporadic failure in g++.dg/tsan/aligned_vs_unaligned_race.C - - - - --- 2015-01-07 Bernd Edlinger New
Go patch committed: Don't initialize zero-sized temporaries - - - - --- 2015-01-07 Ian Lance Taylor New
[committed] jit.exp: add __func__ to help test-{combination|threads}.c - - - - --- 2015-01-07 David Malcolm New
[committed] jit.exp: Don't drop the extension from the testcase when naming executable - - - - --- 2015-01-07 David Malcolm New
Go patch committed: Don't assign to embedded builtin types in composite literals - - - - --- 2015-01-07 Ian Lance Taylor New
[RFA] Add --with-libz-prefix option in config/zlib.m4 - - - - --- 2015-01-07 Joel Brobecker New
[AARCH64,PR63424,4.9] Backport "Fix PR63424 by adding <su><maxmin>v2di3 pattern" - - - - --- 2015-01-07 Renlin Li New
[ARM,4.9] Backport "Fix definition of __ARM_SIZEOF_WCHAR_T" - - - - --- 2015-01-07 Renlin Li New
IPA ICF: add comparison for target and optimization nodes - - - - --- 2015-01-07 Martin Liška New
[Ada] Invariant checks on view conversion - - - - --- 2015-01-07 Arnaud Charlet New
[Ada] Warn on suspicious Subprogram'Access - - - - --- 2015-01-07 Arnaud Charlet New
[Ada] disable some files for SPARK cross references - - - - --- 2015-01-07 Arnaud Charlet New
[Ada] Implement RT_Resolution properly - - - - --- 2015-01-07 Arnaud Charlet New
[Ada] Fix bootstrapping on darwin9/10 (PR ada/64349). - - - - --- 2015-01-07 Arnaud Charlet New
[Ada] Avoid incorrect warning on limited with that item is unreferenced - - - - --- 2015-01-07 Arnaud Charlet New
[Ada] gnatmake and gnatclean with projects are obsolete - - - - --- 2015-01-07 Arnaud Charlet New
[Ada] Disable wrapper for SPARK in the case of External Axiomatization - - - - --- 2015-01-07 Arnaud Charlet New
[Ada] Repair No_Strict_Aliasing configuration pragma - - - - --- 2015-01-07 Arnaud Charlet New
Housekeeping work in backends.html - - - - --- 2015-01-07 Eric Botcazou New
[Ada] Implement new Restriction No_Use_Of_Entity - - - - --- 2015-01-07 Arnaud Charlet New
[Ada] Fix inconsistent diagnostics for support of Atomic aspect - - - - --- 2015-01-07 Arnaud Charlet New
Housekeeping work in backends.html - - - - --- 2015-01-07 Eric Botcazou New
[Ada] Removal of ignored Ghost code - - - - --- 2015-01-07 Arnaud Charlet New
LRA: Fix caller-save store/restore instruction for large mode - - - - --- 2015-01-07 Kito Cheng New
[libstdc++/64239] Use std::swap instead of swap in regex - - - - --- 2015-01-07 Tim Shen New
[doc,committed] tidy formatting of RS/6000 -mrecip= option - - - - --- 2015-01-07 Sandra Loosemore New
Go patch committed: Fix export of complex constants with 0 imaginary part - - - - --- 2015-01-07 Ian Lance Taylor New
libgo patch committed: Add Go tool sources - - - - --- 2015-01-06 Ian Lance Taylor New
Housekeeping work in backends.html - - - - --- 2015-01-06 Eric Botcazou New
Housekeeping work in backends.html - - - - --- 2015-01-06 Eric Botcazou New
C++ PATCH for c++/64455 (dependent variable template in constant expression) - - - - --- 2015-01-06 Jason Merrill New
C++ PATCH for c++/64487 (offsetof in templates) - - - - --- 2015-01-06 Jason Merrill New
C++ PATCH for c++/64496 (lambda in local class) - - - - --- 2015-01-06 Jason Merrill New
Fix sporadic failure in g++.dg/tsan/aligned_vs_unaligned_race.C - - - - --- 2015-01-06 Mike Stump New
[debug-early] remove deferred_asm_name - - - - --- 2015-01-06 Aldy Hernandez New
Go patch committed: Don't initialize zero-sized fields in constructors - - - - --- 2015-01-06 Ian Lance Taylor New
[C] Make -Wdiv-by-zero work even for const ints (PR c/64440) - - - - --- 2015-01-06 Marek Polacek New
Fix for PR ipa/64503 - - - - --- 2015-01-06 Martin Liška New
Fix sporadic failure in g++.dg/tsan/aligned_vs_unaligned_race.C - - - - --- 2015-01-06 Bernd Edlinger New
[2/2,libgo] Backport recover fix for gccgo to gcc 4.9 - - - - --- 2015-01-06 Lynn A. Boger New
[1/2,libgo] Add reflection support to gccgo for ppc64, ppc64le in gcc 4.9 - - - - --- 2015-01-06 Lynn A. Boger New
[Fortran,F03] PR 64508: interface check missing for procedure pointer component as actual argument - - - - --- 2015-01-06 Janus Weil New
Fix up DSE - PR middle-end/64388, target/55023 - - - - --- 2015-01-06 Jakub Jelinek New
Don't make all MEM_REFs with TREE_READONLY arguments TREE_READONLY (PR sanitizer/64336) - - - - --- 2015-01-06 Jakub Jelinek New
New std::string implementation - - - - --- 2015-01-06 Jonathan Wakely New
[C] Don't accept awkward flexarr member initialization (PR c/64417) - - - - --- 2015-01-06 Marek Polacek New
[MIPS] Update the ZC constraint for MIPSR6 and use it - - - - --- 2015-01-06 Matthew Fortune New
[SH] Check for 0 length with inlined strnlen builtin - - - - --- 2015-01-06 Christian Bruel New
ubsan: Do not run the testsuite if ubsan does not work at all - - - - --- 2015-01-06 Eric Botcazou New
[wwwdocs] Add news entry for Visium port - - - - --- 2015-01-06 Eric Botcazou New
[docs,5/5] Update "Predicates" from md.texi - - - - --- 2015-01-06 James Greenhalgh New
[docs,4/5] Update "Output Template/Statement" from md.texi - - - - --- 2015-01-06 James Greenhalgh New
« 1 2 ... 846 847 8481266 1267 »