public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH 1/3] function: Do the CLEANUP_EXPENSIVE after shrink-wrapping, not before
 2016-05-18 17:17 UTC  (10+ messages)
` [PATCH 2/3] function: Factor out make_*logue_seq

[PATCH] Add PowerPC ISA 3.0 word splat and byte immediate splat support
 2016-05-18 17:06 UTC  (8+ messages)
  ` [PATCH #2] "

[PATCH 0/4] BRIG (HSAIL) frontend
 2016-05-18 17:01 UTC  (3+ messages)

[PATCH 2/4] BRIG (HSAIL) frontend: The FE itself
 2016-05-18 17:00 UTC  (3+ messages)

[PATCH 1/4] BRIG (HSAIL) frontend: configuration file changes and misc
 2016-05-18 16:59 UTC  (2+ messages)

[PATCH, PR rtl-optimization/71148] Avoid cleanup_cfg called with invalidated dominance info
 2016-05-18 16:18 UTC 

[ARM] Enable __fp16 as a function parameter and return type
 2016-05-18 15:55 UTC  (9+ messages)
  `  "

[C++ Patch/RFC] PR 70572 ("[4.9/5/6/7 Regression] ICE on code with decltype (auto) on x86_64-linux-gnu in digest_init_r")
 2016-05-18 15:48 UTC 

[C++ Patch] PR 69793 ("ICE on invalid code in "cp_lexer_peek_nth_token"")
 2016-05-18 15:39 UTC  (6+ messages)

[Patch V2] Fix SLP PR58135
 2016-05-18 15:30 UTC  (3+ messages)

[PATCH 0/17][ARM] ARMv8.2-A and FP16 extension support
 2016-05-18 15:21 UTC  (25+ messages)
` [PATCH 1/17][ARM] Add ARMv8.2-A command line option and profile
` [PATCH 2/17][Testsuite] Add a selector for ARM FP16 alternative format support
` [PATCH 3/17][Testsuite] Add ARM support for ARMv8.2-A with FP16 arithmetic instructions
` [PATCH 4/17][ARM] Define feature macros for FP16
` [PATCH 5/17][ARM] Enable HI mode moves for floating point values
` [PATCH 6/17][ARM] Add data processing intrinsics for float16_t
` [PATCH 7/17][ARM] Add FP16 data movement instructions
` [PATCH 8/17][ARM] Add VFP FP16 arithmetic instructions
` [PATCH 9/17][ARM] Add NEON "
` [PATCH 10/17][ARM] Refactor support code for NEON builtins
` [PATCH 11/17][ARM] Add builtins for VFP FP16 intrinsics
` [PATCH 12/17][ARM] Add builtins for NEON "
` [PATCH 13/17][ARM] Add VFP FP16 instrinsics
` [PATCH 14/17][ARM] Add NEON "
` [PATCH 15/17][ARM] Add tests for ARMv8.2-A FP16 support
` [PATCH 16/17][ARM] Add tests for VFP FP16 ACLE instrinsics
` [PATCH 17/17][ARM] Add tests for NEON FP16 ACLE intrinsics

[PATCH PR69848/partial]Propagate comparison into VEC_COND_EXPR if target supports
 2016-05-18 15:06 UTC  (5+ messages)

[RFC][PATCH][PR63586] Convert x+x+x+x into 4*x
 2016-05-18 14:36 UTC  (10+ messages)

[C++ Patch] PR 70466 ("ICE on invalid code in tree check: expected constructor, have parm_decl in convert_like_real...")
 2016-05-18 14:31 UTC  (7+ messages)

[Patch] PR rtl-optimization/71150, guard in_class_p check with REG_P
 2016-05-18 14:26 UTC  (2+ messages)

[PATCH, ARM 3/8] Fix indentation of FL_FOR_ARCH* definition after adding support for ARMv8-M
 2016-05-18 13:47 UTC  (5+ messages)
` [PATCH, ARM 3/7, ping1] "

[PATCH] Optimize strchr (s, 0) to strlen
 2016-05-18 13:22 UTC  (9+ messages)

[AArch64, 2/4] Extend vector mutiply by element to all supported modes
 2016-05-18 13:14 UTC  (8+ messages)
  ` [AArch64, 3/4] Reimplement multiply by element to get rid of inline assembly
    ` [AArch64, 4/4] Reimplement vmvn* intrinscis, remove "

[PATCH] Improve TBAA with unions
 2016-05-18 13:00 UTC  (2+ messages)

GCC 5.4 Status report (2016-05-18)
 2016-05-18 12:48 UTC 

[testuite,AArch64] Make scan for 'br' more robust
 2016-05-18 12:43 UTC  (5+ messages)

[PATCH, libbacktrace]: Fix PR 71161, Lots of ASAN and libgo runtime FAILs on 32bit x86 targets
 2016-05-18 12:33 UTC  (2+ messages)

inhibit the sincos optimization when the target has sin and cos instructions
 2016-05-18 12:29 UTC  (7+ messages)

[PATCH] Fix PR fortran/70856
 2016-05-18 12:13 UTC  (4+ messages)

[committed] Cherry-pick upstream asan fix for upcoming glibc (PR sanitizer/71160)
 2016-05-18 11:45 UTC  (4+ messages)

[PATCH] Fix PR71132
 2016-05-18 11:44 UTC  (7+ messages)

[hsa 0/10] Merge of HSA branch
 2016-05-18 11:42 UTC  (11+ messages)
` [hsa 5/10] OpenMP lowering/expansion changes (gridification)
    ` Splitting up gcc/omp-low.c? (was: [hsa 5/10] OpenMP lowering/expansion changes (gridification))
      ` Splitting up gcc/omp-low.c?

Also test -O0 for OpenACC C, C++ offloading test cases
 2016-05-18 11:42 UTC  (8+ messages)
  ` check-target-libgomp wall time, without vs. with offloading (was: Also test -O0 for OpenACC C, C++ offloading test cases)
    ` check-target-libgomp wall time, without vs. with offloading
        ` libgomp: In OpenACC testing, cycle though $offload_targets, and by default only build for the offload target that we're actually going to test (was: check-target-libgomp wall time, without vs. with offloading)
          ` libgomp: In OpenACC testing, cycle though $offload_targets, and by default only build for the offload target that we're actually going to test

[RFC][PATCH][PR40921] Convert x + (-y * z * z) into x - y * z * z
 2016-05-18 11:33 UTC  (16+ messages)

[PATCH, ARM 5/6] Add support for MOVT/MOVW to ARMv8-M Baseline
 2016-05-18 11:31 UTC  (3+ messages)
` [PATCH, ARM 5/7, ping1] "

PR 71020: Handle abnormal PHIs in tree-call-cdce.c
 2016-05-18 11:22 UTC  (2+ messages)

[PATCH] Bump LTO bytecode major
 2016-05-18 11:21 UTC 

[PATCH] Help PR70729, shuffle LIM and PRE
 2016-05-18 10:56 UTC 

[PATCH, ARM 4/6] Factor out MOVW/MOVT availability and desirability checks
 2016-05-18 10:48 UTC  (3+ messages)
` [PATCH, ARM 4/7, ping1] "

[PATCH] Fix LIM PHI movement cost
 2016-05-18 10:45 UTC 

[PATCH Obvious/r236200]Check invariant expression pointer, not pointer to the pointer
 2016-05-18 10:35 UTC 

[AArch64, 1/4] Add the missing support of vfms_n_f32, vfmsq_n_f32, vfmsq_n_f64
 2016-05-18 10:00 UTC  (8+ messages)

[PATCH, libgomp] Rewire OpenACC async
 2016-05-18  9:50 UTC  (10+ messages)

[PATCH 7/7] SMS remove dependence on doloop: To identify read/write register as loop induction variable
 2016-05-18  9:50 UTC  (3+ messages)

[PATCH, i386, AVX-512] Fix sse-14.c (Intel assembly)
 2016-05-18  8:54 UTC  (2+ messages)

[PATCH] Allow XMM16-XMM31 in vpbroadcast*
 2016-05-18  8:53 UTC  (2+ messages)

[PATCH] Fix up vpshufb for -mavx512vl -mno-avx512bw
 2016-05-18  8:52 UTC  (2+ messages)

[PATCH] Fix up vpalignr for -mavx512vl -mno-avx512bw
 2016-05-18  8:52 UTC  (2+ messages)

[PATCH] Fix up vpmulhrsw for -mavx512vl -mno-avx512bw
 2016-05-18  8:51 UTC  (2+ messages)

[PATCH] Allow XMM16-XMM31 in vpmaddubsw
 2016-05-18  8:48 UTC  (2+ messages)

[PATCH] Fix PR71168
 2016-05-18  8:09 UTC 

[PATCH GCC]Enable vect_cond_mixed for AArch64
 2016-05-18  7:51 UTC  (3+ messages)

[PATCH] Change dse, cd_dce to canonical order
 2016-05-18  7:40 UTC 

Fix firefox compilation ICE
 2016-05-18  7:17 UTC  (2+ messages)

[PATCH] Add port for Phoenix-RTOS on ARM platform
 2016-05-18  7:03 UTC  (2+ messages)

[PATCH] Fix bootstrap on hppa*-*-hpux*
 2016-05-18  6:21 UTC  (2+ messages)

[PATCH 0/3] Support for mandatory tail calls
 2016-05-17 22:43 UTC  (5+ messages)
` [PATCH 2/3] Implement CALL_EXPR_MUST_TAIL_CALL
` [PATCH 3/3] jit: implement gcc_jit_rvalue_set_bool_require_tail_call
` [PATCH 1/3] Introduce can_implement_as_sibling_call_p

[ptx] More test tweaks
 2016-05-17 21:31 UTC 

[PATCH, GCC] PR middle-end/55299, fold bitnot through ASR and rotates
 2016-05-17 20:57 UTC  (11+ messages)

New hashtable power 2 rehash policy
 2016-05-17 20:28 UTC  (5+ messages)

[PATCH] Fix ICE with redirecting to unreachable in thunks (PR ipa/71146)
 2016-05-17 19:57 UTC 

[PATCH] c++/60760 - arithmetic on null pointers should not be allowed in constant expressions
 2016-05-17 19:44 UTC  (2+ messages)

[Committed] jit: gcc diagnostics are jit errors
 2016-05-17 19:34 UTC 

[Committed] jit: document gcc_jit_context_new_call_through_ptr
 2016-05-17 19:20 UTC 

[PATCH] integer overflow checking builtins in constant expressions
 2016-05-17 18:54 UTC  (2+ messages)

[Patch] Implement is_[nothrow_]swappable (p0185r1)
 2016-05-17 18:39 UTC 

PING^5 [PATCH, GCC 5] PR 70613, -fabi-version docs don't match implementation
 2016-05-17 17:49 UTC  (5+ messages)

[gomp4.5] Minor OpenMP 4.5 fortran translation fixes, 3 new taskloop testcases
 2016-05-17 17:00 UTC 

[PATCH] Fix PR70760
 2016-05-17 16:14 UTC  (3+ messages)
` Avoid NULL cfun ICE in gcc/config/nvptx/nvptx.c:nvptx_libcall_value (was: [PATCH] Fix PR70760)
  ` [GCC 6] [PR target/70860] [nvptx] Handle NULL cfun in nvptx_libcall_value

[PATCH][AArch64] Improve aarch64_modes_tieable_p
 2016-05-17 16:08 UTC  (3+ messages)

[PATCH][AArch64] Adjust SIMD integer preference
 2016-05-17 15:49 UTC  (2+ messages)

[PATCH, wide-int] change fixed_wide_int_storage from class to struct
 2016-05-17 15:38 UTC  (3+ messages)

RFA: Generate normal DWARF DW_LOC descriptors for non integer mode pointers
 2016-05-17 15:23 UTC  (4+ messages)

[PATCH][RFC] Introduce BIT_FIELD_INSERT
 2016-05-17 15:19 UTC  (4+ messages)

[Patch AArch64] Simplify reduc_plus_scal_v2[sd]f sequence
 2016-05-17 13:36 UTC  (4+ messages)

[Patch ARM] Fix PR target/53440 - handle generic thunks better for TARGET_32BIT
 2016-05-17 12:29 UTC  (3+ messages)

[PATCH] Fix PR71104 - call gimplification
 2016-05-17 12:28 UTC 

VRP: range info of new variables
 2016-05-17 12:01 UTC  (3+ messages)

match.pd: x & C -> x if we know that x & ~C == 0
 2016-05-17 11:28 UTC  (2+ messages)

match.pd: ~X & Y to X ^ Y in some cases
 2016-05-17 11:27 UTC  (2+ messages)

Avoid inlining into instrumetnation thunks
 2016-05-17 11:22 UTC  (2+ messages)

[Patch] PR rtl-optimization/71150, guard in_class_p check with REG_P
 2016-05-17 11:22 UTC  (4+ messages)

[PATCH 0/4] RFC: RTL frontend
 2016-05-17 11:19 UTC  (7+ messages)
` [PATCH] [rtlfe] Barebones implementation of "__RTL"; next steps?

[PATCH][AArch64] PR target/70809: Delete aarch64_vmls<mode> pattern
 2016-05-17 11:05 UTC  (2+ messages)

[PATCH][ARM] PR target/70830: Avoid POP-{reglist}^ when returning from interrupt handlers
 2016-05-17 10:40 UTC  (5+ messages)

[Patch AArch64] Delete ASM_OUTPUT_DEF and fallback to default .set directive
 2016-05-17 10:30 UTC  (2+ messages)

[PATCH, ARM 7/6] Enable atomics for ARMv8-M Mainline
 2016-05-17 10:15 UTC  (2+ messages)
` [PATCH, ARM 7/7, ping1] "

[PATCH, ARM 6/6] Add support for CB(N)Z and (U|S)DIV to ARMv8-M Baseline
 2016-05-17 10:14 UTC  (2+ messages)
` [PATCH, ARM 6/7, ping1] "

[PATCH, ARM 2/6] Add support for ARMv8-M
 2016-05-17 10:08 UTC  (2+ messages)
` [PATCH, ARM 2/7, ping1] "

[PATCH][AArch64][tests] Skip cpu-diagnostics tests when overriding -mcpu
 2016-05-17 10:03 UTC  (2+ messages)

[PATCH, libgcc/ARM 1/6] Fix Thumb-1 only == ARMv6-M & Thumb-2 only == ARMv7-M assumptions
 2016-05-17  9:58 UTC  (2+ messages)
` [PATCH, libgcc/ARM 1/6, ping1] "

[AARCH64] Remove static variable all_extensions from aarch64.c
 2016-05-17  9:45 UTC  (2+ messages)

[Patch AArch64 0/2] Refactor ldp/stp code
 2016-05-17  9:23 UTC  (3+ messages)
` [Patch AArch64 2/2] Some more cleanup of ldp/stp generation
` [AArch64 1/2] Refactor aarch64_operands_ok_for_ldpstp, aarch64_operands_adjust_ok_for_ldpstp

[PATCH, PR target/71114] Fix constants conversion in STV pass
 2016-05-17  9:22 UTC  (2+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).