Show patches with: Archived = No       |   127432 patches
« 1 2 ... 470 471 4721274 1275 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[PR23664] Fold (a & C1) + (b & C2) to (a & C1) | (b & C2) iff (C1 & C2) == 0 - - - - --- 2015-07-07 Hurugalawadi, Naveen New
[PR25529] Convert (unsigned t * 2)/2 into unsigned (t & 0x7FFFFFFF) - - - - --- 2015-07-07 Hurugalawadi, Naveen New
[PR25530] Convert (unsigned t / 2) * 2 into (unsigned t & ~1) - - - - --- 2015-07-07 Hurugalawadi, Naveen New
Fix PR66739 - - - - --- 2015-07-07 Richard Biener New
[driver] Ignore -ftree-parallelize-loops={0,1} - - - - --- 2015-07-07 Tom de Vries New
[RFC] two-phase marking in gt_cleare_cache - - - - --- 2015-07-07 Tom de Vries New
MIPS: Fix the call-[1,5,6].c tests to allow the jrc instruction to be matched when testing with mic… - - - - --- 2015-07-07 Andrew Bennett New
[fortran,pr66578,v1,F2008] Invalid free on allocate(...,source=a(:)) in block - - - - --- 2015-07-07 Andre Vehreschild New
libgomp: Introduce gomp_thread::spare_team - - - - --- 2015-07-07 Sebastian Huber New
[committed,SH] Fix PR target/66780 - - - - --- 2015-07-07 Kaz Kojima New
[AArch64,1/2] Mark GOT related MEM rtx as const to help RTL loop IV - - - - --- 2015-07-07 Jiong Wang New
[1/16,ARM] PR/63870 Add qualifier to check lane bounds in expand - - - - --- 2015-07-07 Alan Lawrence New
[2/16,ARM] PR/63870 Add __builtin_arm_lane_check. - - - - --- 2015-07-07 Alan Lawrence New
[3/16,ARM] Add float16x4_t intrinsics - - - - --- 2015-07-07 Alan Lawrence New
[4/16,ARM] Add float16x8_t type - - - - --- 2015-07-07 Alan Lawrence New
[5/16,ARM] Add float16x8_t intrinsics - - - - --- 2015-07-07 Alan Lawrence New
[6/16,ARM] Remaining float16 intrinsics: vld..., vst..., vget_low/high, vcombine - - - - --- 2015-07-07 Alan Lawrence New
[7/16,AArch64] Add basic fp16 support - - - - --- 2015-07-07 Alan Lawrence New
[8/16,ARM/AArch64,Testsuite] Add basic fp16 tests - - - - --- 2015-07-07 Alan Lawrence New
[9/16,AArch64] Add support for float16x{4,8}_t vectors/builtins - - - - --- 2015-07-07 Alan Lawrence New
[10/16,AArch64] vld{2,3,4}{,_lane,_dup},vcombine,vcreate - - - - --- 2015-07-07 Alan Lawrence New
[11/16,AArch64] Implement vcvt_{,high_}f16_f32 - - - - --- 2015-07-07 Alan Lawrence New
[12/16,AArch64] vreinterpret(q?), vget_(low|high), vld1(q?)_dup - - - - --- 2015-07-07 Alan Lawrence New
[13/16,AArch64] Add vcvt(_high)?_f32_f16 intrinsics, with BE RTL fix - - - - --- 2015-07-07 Alan Lawrence New
[14/16,ARM/AArch64,testsuite] Update advsimd-intrinsics tests to add float16 vectors - - - - --- 2015-07-07 Alan Lawrence New
[15/16,fold-const.c] Fix bigendian HFmode in native_interpret_real - - - - --- 2015-07-07 Alan Lawrence New
[16/16,ARM/AArch64,Testsuite] Add test of vcvt{,_high}_{f16_f32,f32_f16} - - - - --- 2015-07-07 Alan Lawrence New
[gomp4] libgomp: XFAIL libgomp.oacc-c-c++-common/reduction-4.c for acc_device_nvidia (was: implicit… - - - - --- 2015-07-07 Thomas Schwinge New
[PR66726] Factor conversion out of COND_EXPR - - - - --- 2015-07-07 Kugan Vivekanandarajah New
[AArch64,2/2] Define TARGET_UNSPEC_MAY_TRAP_P for AArch64 - - - - --- 2015-07-07 Jiong Wang New
[gomp4] OpenACC: Complete changes to disallow the independent clause after device_type (was: Remove… - - - - --- 2015-07-07 Thomas Schwinge New
[RFCv2] Add steady_clock support to condition_variable - - - - --- 2015-07-07 Mike Crowe New
[gomp4] libgomp: Remove C-only XFAILs added in "Tune XFAILs" (was: openacc id builtin) - - - - --- 2015-07-07 Thomas Schwinge New
[1/9] header additions and aggregators - - - - --- 2015-07-07 Andrew MacLeod New
[2/9] flatten regset.h - - - - --- 2015-07-07 Andrew MacLeod New
[3/9] Flatten lra-int.h - - - - --- 2015-07-07 Andrew MacLeod New
[4/9] Flatten sel-sched-dump.h and sel-sched-ir.h - - - - --- 2015-07-07 Andrew MacLeod New
[5/9] Flatten ira-int.h - - - - --- 2015-07-07 Andrew MacLeod New
[6/9] Flatten gimple-streamer.h - - - - --- 2015-07-07 Andrew MacLeod New
[7/9] Flatten cfgloop.h - - - - --- 2015-07-07 Andrew MacLeod New
[8/9] Flatten df.h - - - - --- 2015-07-07 Andrew MacLeod New
[9/9] Final patch with all changes - - - - --- 2015-07-07 Andrew MacLeod New
[13/n] Remove GENERIC stmt combining from SCCVN - - - - --- 2015-07-07 Richard Biener New
[microblaze] : Optimized Instruction prefetch with the generation of wic - - - - --- 2015-07-07 Ajit Kumar Agarwal New
libstdc++-v3/fragment.am (AM_CPPFLAGS): Add CPPFLAGS - - - - --- 2015-07-07 Michael Haubenwallner New
[gomp4] Handle deviceptr from an outer directive - - - - --- 2015-07-07 James Norris New
[PING,1/2] Merge rewrite_virtuals_into_loop_closed_ssa from gomp4 branch - - - - --- 2015-07-07 Tom de Vries New
MIPS: fix failing branch range checks for micromips - - - - --- 2015-07-07 Andrew Bennett New
MIPS: Update stack-1.c testcase to match micromips jraddiusp instruction. - - - - --- 2015-07-07 Andrew Bennett New
[i386] : Generate BT with immedate operand - - - - --- 2015-07-07 Uros Bizjak New
[committed] PR jit/66779: fix segfault - - - - --- 2015-07-07 David Malcolm New
[committed] PR jit/66783: prevent use of opaque structs - - - - --- 2015-07-07 David Malcolm New
Adjust -fdump-ada-spec to C++14 switch - - - - --- 2015-07-07 Eric Botcazou New
Fix fold_widened_comparison typo - - - - --- 2015-07-08 Richard Biener New
Fix for PR bootstrap/66744 - - - - --- 2015-07-08 Martin Liška New
Drop -Wswitch-bool warning in function.c - - - - --- 2015-07-08 Kito Cheng New
[i386] : Generate BT with immedate operand - - - - --- 2015-07-08 Uros Bizjak New
[MIPS] Support interrupt handlers with hard-float - - - - --- 2015-07-08 Robert Suchanek New
[MIPS] Support new interrupt handler options - - - - --- 2015-07-08 Robert Suchanek New
[MIPS] Fix restoration of hi/lo in MIPS64R2 interrupt handlers - - - - --- 2015-07-08 Robert Suchanek New
[Committed] S/390: Remove assertion in s390_init_frame_layout - - - - --- 2015-07-08 Andreas Krebbel New
PR target/66806: Don't pass/return vectors in registers for IAMCU - - - - --- 2015-07-08 H.J. Lu New
Fix PR66794 - - - - --- 2015-07-08 Richard Biener New
Fix PR66793 - - - - --- 2015-07-08 Richard Biener New
Fix PR66805 - #pragma pack affecting gcov_info_type layout - - - - --- 2015-07-08 Richard Biener New
Simplify signatures of std::list members: merge, splice, insert, erase - - - - --- 2015-07-08 Jonathan Wakely New
Fix PR66805 - #pragma pack affecting gcov_info_type layout - - - - --- 2015-07-08 Richard Biener New
Simplify signatures of std::list members: merge, splice, insert, erase - - - - --- 2015-07-08 Jonathan Wakely New
[2/2,PR66642] Add empty loop exit block in transform_to_exit_first_loop_alt - - - - --- 2015-07-08 Tom de Vries New
[3/4] Add libgomp plugin for Intel MIC - - - - --- 2015-07-08 Thomas Schwinge New
[gomp] Move openacc vector& worker single handling to RTL - - - - --- 2015-07-08 Nathan Sidwell New
[2/4,v2:,part,2] libcpp: Replace macro usage with C++ constructs - - - - --- 2015-07-08 Thomas Schwinge New
Patch to make dwarf2 tests pass when dwarf-2 is not default - - - - --- 2015-07-08 Carlos Sánchez de La Lama New
PR target/66806: Don't pass/return vectors in registers for IAMCU - - - - --- 2015-07-08 H.J. Lu New
[committed] PR jit/66783: improve error messages - - - - --- 2015-07-08 David Malcolm New
[nvptx,offloading] Only 64-bit configurations are currently supported (was: nvptx-tools and nvptx-n… - - - - --- 2015-07-08 Thomas Schwinge New
Fix PR66556. Don't drop side-effect in simplify_const_relational_operation function. - - - - --- 2015-07-08 Renlin Li New
[committed] fix comments in a jit testcase - - - - --- 2015-07-08 David Malcolm New
Patch to fix PR66334 - - - - --- 2015-07-08 Vladimir Makarov New
[C++] PR 66644 - - - - --- 2015-07-08 Paolo Carlini New
Limit alignment on error_mark_node variable - - - - --- 2015-07-08 H.J. Lu New
[3/4] Add libgomp plugin for Intel MIC - - - - --- 2015-07-08 Thomas Schwinge New
darwin fix for gcc-5 (RM please) - - - - --- 2015-07-08 Mike Stump New
PR target/66746: Failure to compile #include <x86intrin.h> with -miamcu - - - - --- 2015-07-08 H.J. Lu New
[committed] Add abort prototype to readeflags-1.c/writeeflags-1.c - - - - --- 2015-07-08 H.J. Lu New
RFC: Add ADDR_EXPR lowering (PR tree-optimization/66718) - - - - --- 2015-07-08 Marek Polacek New
[gomp4] Handle Fortran deviceptr clause. - - - - --- 2015-07-08 James Norris New
[committed] Compile pr37870.c with -mlong-double-80 - - - - --- 2015-07-08 H.J. Lu New
[committed] Fix -fopenmp-simd C++ handling and one declare simd error recovery fix - - - - --- 2015-07-08 Jakub Jelinek New
PR target/35514: Gcc shoud generate symbol type for undefined symbol - - - - --- 2015-07-08 H.J. Lu New
PR target/66817: Check int_size_in_bytes in ix86_return_in_memory - - - - --- 2015-07-08 H.J. Lu New
[gomp] Move openacc vector& worker single handling to RTL - - - - --- 2015-07-08 Nathan Sidwell New
Adjust -fdump-ada-spec to C++14 switch (2) - - - - --- 2015-07-08 Eric Botcazou New
Fix pr 66796, testsuite failure on hppa-linux - - - - --- 2015-07-08 Jeff Law New
PR target/66818: Define ATTRIBUTE_ALIGNED_VALUE to 32 for IA MCU - - - - --- 2015-07-08 H.J. Lu New
Flatten flags.h - - - - --- 2015-07-08 Andrew MacLeod New
, Add IEEE 128-bit floating point to PowerPC, patch #2b - - - - --- 2015-07-09 Michael Meissner New
S390: Support -mtune=native and -march=native. - - - - --- 2015-07-09 Dominik Vogt New
Fix PR66794 - - - - --- 2015-07-09 Richard Biener New
[gomp4.1] Support C++ "this" in OpenMP directives - - - - --- 2015-07-09 Jakub Jelinek New
« 1 2 ... 470 471 4721274 1275 »