Show patches with: none      |   126748 patches
« 1 2 ... 1001 1002 10031267 1268 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v2,4/6] rs6000: dot for var_shift_rotate/var_delayed_compare - - - - --- 2013-06-03 Segher Boessenkool New
[v2,3/6] dot for ashl<mode>3 - - - - --- 2013-06-03 Segher Boessenkool New
[v2,2/6] rs6000: dot for lshrsi3 - - - - --- 2013-06-03 Segher Boessenkool New
[v2,1/6] rs6000: Introducing define_dot_insn - - - - --- 2013-06-03 Segher Boessenkool New
[C++] PR 57419 - - - - --- 2013-06-03 Paolo Carlini New
[gomp4] Array section C++ parsing - - - - --- 2013-06-03 Jakub Jelinek New
[Fortran] PR57508 - Fix ICE/Reject-valid issue with get_temp_from_expr (intrinsic assignment with d… - - - - --- 2013-06-03 Tobias Burnus New
*ping* - Re: [Patch, Fortran] Enable FINALization/poly dealloc for allocatables - - - - --- 2013-06-03 Tobias Burnus New
Minor formatting tweaks in output_constant - - - - --- 2013-06-03 Eric Botcazou New
Updated MAINTAINERS - - - - --- 2013-06-03 Chung-Ju Wu New
[GOOGLE] Unrestrict early inline restrictions for AutoFDO - - - - --- 2013-06-03 Dehao Chen New
[2,of,2] RTL expansion for zero sign extension elimination with VRP - - - - --- 2013-06-03 Kugan Vivekanandarajah New
[1,of,2] Add value range info to SSA_NAME for zero sign extension elimination in RTL - - - - --- 2013-06-03 Kugan Vivekanandarajah New
[GOOGLE] Unrestrict early inline restrictions for AutoFDO - - - - --- 2013-06-03 Dehao Chen New
Basic support for MIPS r5900 - - - - --- 2013-06-02 Jürgen Urban New
[GOOGLE] Fix uninitialized memory in AutoFDO implementation - - - - --- 2013-06-02 Dehao Chen New
PING^2 [libitm,PATCH] Fix bootstrap due to __always_inline in libitm - - - - --- 2013-06-01 Gerald Pfeifer New
[libstdc++-v3] Collapse redundant 'inline' from 'inline constexpr'. - - - - --- 2013-06-01 Ed Smith-Rowland New
[Fortran] PR57496 use finiteq etc. for __float in write_float.def - - - - --- 2013-06-01 Tobias Burnus New
Implement N3642 - User-defined Literals for Standard Library Types - - - - --- 2013-06-01 Ed Smith-Rowland New
[alpha] : Fix ICE with conditional moves using DFmode compare with zero. - - - - --- 2013-06-01 Uros Bizjak New
PR middle-end/57366 - - - - --- 2013-06-01 Jan Hubicka New
PR middle-end/57467 - - - - --- 2013-06-01 Jan Hubicka New
[Fortran] Detecting the terminal width - - - - --- 2013-06-01 Mikael Morin New
[libcpp] Do not decrease highest_location if the included file has be included twice. - - - - --- 2013-06-01 Dehao Chen New
Fix PR57268 - - - - --- 2013-06-01 Jakub Jelinek New
[Fortran] Show better error location - - - - --- 2013-06-01 Tobias Burnus New
[Fortran] PR57496 use finiteq etc. for __float in write_float.def - - - - --- 2013-06-01 Tobias Burnus New
[Fortran] PR57456 - Handle ALLOCATE with typespec for CLASS - - - - --- 2013-06-01 Tobias Burnus New
Fix PR57268 - - - - --- 2013-06-01 Jakub Jelinek New
RS6000 PATCH for c++/57415 (ICE on altivec tests) - - - - --- 2013-06-01 Jason Merrill New
fix for pr 57474 - - - - --- 2013-06-01 Iyer, Balaji V New
[wwwdocs] correct GFDL spelling - - - - --- 2013-06-01 Benjamin Kosnik New
default_no_named_section bad default - - - - --- 2013-05-31 Mike Stump New
[6/6] rs6000: dot for ashiftrt - - - - --- 2013-05-31 Segher Boessenkool New
[5/6] rs6000: dot for shift/delayed_compare - - - - --- 2013-05-31 Segher Boessenkool New
[4/6] rs6000: dot for var_shift_rotate/var_delayed_compare - - - - --- 2013-05-31 Segher Boessenkool New
[3/6] rs6000: dot for ashl<mode>3 - - - - --- 2013-05-31 Segher Boessenkool New
[2/6] rs6000: dot for lshrsi3 - - - - --- 2013-05-31 Segher Boessenkool New
[1/6] rs6000: Introducing define_dot_insn - - - - --- 2013-05-31 Segher Boessenkool New
Improve folding of bitwise ops on booleans - - - - --- 2013-05-31 Jeff Law New
[Solaris] Catch FP exceptions - - - - --- 2013-05-31 Eric Botcazou New
Fix parsing bug in validate_patches.py - - - - --- 2013-05-31 Brooks Moses New
default_no_named_section bad default - - - - --- 2013-05-31 Mike Stump New
RFA: Switching LRA on for s390 - - - - --- 2013-05-31 Vladimir Makarov New
[ARM] Avoid spilling ip for nested APCS frames - - - - --- 2013-05-31 Eric Botcazou New
[ARM] Resurrect VxWorks port - - - - --- 2013-05-31 Eric Botcazou New
[Fortran] Finalize nonallocatables with INTENT(out) - - - - --- 2013-05-31 Tobias Burnus New
[Fortran] Enable FINALization/poly dealloc for allocatables - - - - --- 2013-05-31 Tobias Burnus New
Reduce -fopt-info verbosity - - - - --- 2013-05-31 Teresa Johnson New
[AArch64] Remove excessive braces.. - - - - --- 2013-05-31 Marcus Shawcroft New
[AArch64] -mcmodel=tiny -fPIC use tiny absolute for non binds local. - - - - --- 2013-05-31 Marcus Shawcroft New
Implement N3642 - User-defined Literals for Standard Library Types - - - - --- 2013-05-31 Ed Smith-Rowland New
PR57073 - Optimize __builtin_powif (-1.0, k) to k & 1 ? -1.0 : 1.0 - - - - --- 2013-05-31 Tobias Burnus New
[libsanitizer] merge rev 182922 (helps running under qemu) - - - - --- 2013-05-31 Christophe Lyon New
Implement N3642 - User-defined Literals for Standard Library Types - - - - --- 2013-05-31 Ed Smith-Rowland New
[0/2] Proof-of-concept towards removal of the "cfun" global - - - - --- 2013-05-31 David Malcolm New
pr57457 - - - - --- 2013-05-31 Iyer, Balaji V New
Disable no-section-anchors-vect-68.C for aarch64 tiny memory model. - - - - --- 2013-05-31 Marcus Shawcroft New
Fix gcc.dg/shrink-wrap-alloca.c - - - - --- 2013-05-31 Rainer Orth New
[Fortran] Enable FINALization/poly dealloc for allocatables - - - - --- 2013-05-31 Tobias Burnus New
Fix pr54684.C regression for arm*-*-* - - - - --- 2013-05-31 Marcus Shawcroft New
Fix eb76.C regression for arm*-*-* - - - - --- 2013-05-31 Marcus Shawcroft New
Fix failing pr56184.C - - - - --- 2013-05-31 Marcus Shawcroft New
Add testcase for PR57478 - - - - --- 2013-05-31 Marek Polacek New
PR57073 - Optimize __builtin_powif (-1.0, k) to k & 1 ? -1.0 : 1.0 - - - - --- 2013-05-31 Tobias Burnus New
Fix PRs 57478 / 57453 - - - - --- 2013-05-31 Richard Biener New
PR32219, weak hidden reference segfault - - - - --- 2013-05-31 Chung-Lin Tang New
rs6000: Group processor types - - - - --- 2013-05-31 Segher Boessenkool New
[google,gcc-4_8,commited] Adjust testsuite line numbers for r199468. - - - - --- 2013-05-31 Paul Pluzhnikov New
Expanding array notations inside conditions - - - - --- 2013-05-31 Iyer, Balaji V New
[google] Prune -fopt-info output - - - - --- 2013-05-31 Teresa Johnson New
[google] Prune -fopt-info output - - - - --- 2013-05-31 Teresa Johnson New
[GOOGLE] More strict checking for call args - - - - --- 2013-05-31 Dehao Chen New
[GOOGLE] More strict checking for call args - - - - --- 2013-05-30 Dehao Chen New
[google,gcc-4_7,gcc-4_8,integration] Relax vector validity checks - - - - --- 2013-05-30 Paul Pluzhnikov New
PR 57452 - - - - --- 2013-05-30 Iyer, Balaji V New
patch introducing a hook for lra register usage leveling - - - - --- 2013-05-30 Vladimir Makarov New
libitm testsuite fixes - - - - --- 2013-05-30 Cesar Philippidis New
libgomp testsuite fixes - - - - --- 2013-05-30 Cesar Philippidis New
C++ PATCH for c++/52377 (NSDMI and unions) - - - - --- 2013-05-30 Jason Merrill New
C++ PATCH for c++/57404 (ICE with -g and VLA capture) - - - - --- 2013-05-30 Jason Merrill New
PR57073 - Optimize __builtin_powif (-1.0, k) to k & 1 ? -1.0 : 1.0 - - - - --- 2013-05-30 Tobias Burnus New
[PATCH:RL78] Add new insn for mulqi3 and mulhi3 - - - - --- 2013-05-30 Kaushik Phatak New
[AArch64] Support BFI instruction and insv standard pattern - - - - --- 2013-05-30 Ian Bolton New
[Fortran] Enable FINALization/poly dealloc for allocatables - - - - --- 2013-05-30 Tobias Burnus New
[AArch64] Re-organize aarch64_classify_symbol - - - - --- 2013-05-30 Marcus Shawcroft New
RFA: Fix rtl-optimization/57439 - - - - --- 2013-05-30 Joern Rennecke New
[Fortran,committed] PR57458 - Relax two constraints for TS29113/assumed-rank - - - - --- 2013-05-30 Tobias Burnus New
[ada,build] host/target configuration - - - - --- 2013-05-30 Eric Botcazou New
[GOOGLE] Remove records in powerpc64-grtev3-linux-gnu.xfail - - - - --- 2013-05-30 Carrot Wei New
[mips] Fix for PR target/56942 - - - - --- 2013-05-29 Steven Bosscher New
Fix -fdump-passes - - - - --- 2013-05-29 Teresa Johnson New
[Fortran] PR57456 - Handle ALLOCATE with typespec for CLASS - - - - --- 2013-05-29 Tobias Burnus New
[Fortran] PR57456 - Handle ALLOCATE with typespec for CLASS - - - - --- 2013-05-29 Tobias Burnus New
ARM: Don't clobber CC reg when it is live after the peephole window - - - - --- 2013-05-29 Meador Inge New
[GOOGLE] Unrestrict early inline restrictions for AutoFDO - - - - --- 2013-05-29 Dehao Chen New
[PING] RE: [patch] cilkplus: Array notation for C patch - - - - --- 2013-05-29 Rainer Orth New
Fix PR57441 (memory error in SLSR) - - - - --- 2013-05-29 Bill Schmidt New
[Fortran] Enable the generation of the FINALization wrapper function - - - - --- 2013-05-29 Tobias Burnus New
« 1 2 ... 1001 1002 10031267 1268 »