public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
Make more use of combined_fn
 2015-11-09 22:42 UTC  (2+ messages)

Fix PR middle-end/68259
 2015-11-09 22:41 UTC 

Use combined_fn in tree-vect-patterns.c
 2015-11-09 22:40 UTC  (2+ messages)

Use combined_fn in tree-ssa-reassoc.c
 2015-11-09 22:39 UTC  (2+ messages)

Use combined_fn in tree-ssa-math-opts.c
 2015-11-09 22:39 UTC  (2+ messages)

Use combined_fn in tree-vrp.c
 2015-11-09 22:37 UTC  (2+ messages)

Add gencfn-macros.c
 2015-11-09 22:36 UTC  (2+ messages)

[PATCH], Add power9 support to GCC, patch #1
 2015-11-09 22:33 UTC  (30+ messages)
` [PATCH], Add power9 support to GCC, patch #1 (revised)
` [PATCH], Add power9 support to GCC, patch #2 (add modulus instructions)
` [PATCH], Add power9 support to GCC, patch #3 (scalar count trailing zeros)
` [PATCH], Add power9 support to GCC, patch #4
` [PATCH], Add power9 support to GCC, patch #5 (ISA 3.0 fusion)
` [PATCH], Add power9 support to GCC, patch #6 (IEEE 128-bit hardware support)
` [PATCH], Add power9 support to GCC, patch #7 (direct move enhancements)

Extend fold_const_call to combined_fn
 2015-11-09 22:33 UTC  (2+ messages)

Add internal bitcount functions
 2015-11-09 22:30 UTC  (2+ messages)

Add internal math functions
 2015-11-09 22:24 UTC  (2+ messages)

RFC: C++ delayed folding merge
 2015-11-09 22:07 UTC  (7+ messages)

[PATCH 00/12] misc conditional compilation work
 2015-11-09 22:07 UTC  (37+ messages)
` [PATCH 08/12] always define DWARF2_LINENO_DEBUGGING_INFO
` [PATCH 10/12] always define EH_RETURN_HANDLER_RTX
` [PATCH 02/12] remove EXTENDED_SDB_BASIC_TYPES
` [PATCH 09/12] always define TARGET_PECOFF
` [PATCH 06/12] always define DWARF2_DEBUGGING_INFO
` [PATCH 05/12] always define VMS_DEBUGGING_INFO
` [PATCH 03/12] remove conditional compilation of sdb debug info
` [PATCH 01/12] reduce conditional compilation for HARD_FRAME_POINTER_IS_ARG_POINTER
` [PATCH 11/12] always define HAVE_AS_LEB128
` [PATCH 07/12] always define DBX_DEBUGGING_INFO
` [PATCH 04/12] always define XCOFF_DEBUGGING_INFO
` [PATCH 12/12] always define ENABLE_OFFLOADING

Remove unused openacc call
 2015-11-09 21:58 UTC 

[patch] New backend header reduction
 2015-11-09 21:33 UTC  (5+ messages)
` [patch] New 'all' front end "
    ` [patch] New remainder of "

Remove instantiations when no concept check
 2015-11-09 21:14 UTC 

[Patch] Change to argument promotion in fixed conversion library calls
 2015-11-09 21:10 UTC  (8+ messages)

Extend tree-call-cdce to calls whose result is used
 2015-11-09 21:03 UTC  (6+ messages)

RFC: Experimental use of Sphinx for GCC documentation
 2015-11-09 20:33 UTC  (7+ messages)

[PATCH series, 16] Use parloops to parallelize oacc kernels regions
 2015-11-09 20:12 UTC  (17+ messages)
` [PATCH, 1/16] Insert new exit block only when needed in transform_to_exit_first_loop_alt
` [PATCH, 2/16] Make create_parallel_loop return void
` [PATCH, 3/16] Ignore reduction clause on kernels directive
` [PATCH, 4/16] Implement -foffload-alias
` [PATCH, 5/16] Add in_oacc_kernels_region in struct loop
` [PATCH, 6/16] Add pass_oacc_kernels
` [PATCH, 7/16] Add pass_dominator_oacc_kernels
` [PATCH, 8/16] Add pass_ch_oacc_kernels
` [PATCH, 9/16] Add pass_parallelize_loops_oacc_kernels
` [PATCH, 10/16] Add pass_oacc_kernels pass group in passes.def
` [PATCH, 11/16] Update testcases after adding kernels pass group
` [PATCH, 12/16] Handle acc loop directive
` [PATCH, 13/16] Add c-c++-common/goacc/kernels-*.c
` [PATCH, 14/16] Add gfortran.dg/goacc/kernels-*.f95
` [PATCH, 15/16] Add libgomp.oacc-c-c++-common/kernels-*.c
` [PATCH, 16/16] Add libgomp.oacc-fortran/kernels-*.f95

[PATCH, i386]: Fix gcc.target/i386/pr66648.c FAIL
 2015-11-09 20:08 UTC 

[PATCH] Minor refactoring in tree-ssanames.c & freelists verifier
 2015-11-09 19:59 UTC  (3+ messages)

[PATCH 0/6] Automatically use vector optabs
 2015-11-09 19:55 UTC  (9+ messages)
` [PATCH 1/6] Use IFN_SQRT in tree-vect-patterns.c
` [PATCH 2/6] Make builtin_vectorized_function take a combined_fn
` [PATCH 3/6] Vectorize internal functions
` [PATCH 4/6] Simplify ix86_builtin_vectorized_function
` [PATCH 5/6] Simplify rs6000_builtin_vectorized_function
` [PATCH 6/6] Simplify aarch64_builtin_vectorized_function

[PATCH, testsuite]: Fix g++.dg/cilk-plus/CK/pr66326.cc FAILs
 2015-11-09 19:51 UTC 

[ping] Re: Fix PR debug/66728
 2015-11-09 18:47 UTC  (20+ messages)
        ` [ping] "

[PATCH][AArch64] PR target/68129: Define TARGET_SUPPORTS_WIDE_INT
 2015-11-09 18:42 UTC  (5+ messages)

[PATCH v3 0/2] Fix C loops' back-jump location
 2015-11-09 17:59 UTC  (7+ messages)
` [PATCH v3 2/2] [PR debug/67192] Further fix "
` [PATCH v3 1/2] [PR debug/67192] Fix "

[PATCH v2 00/13] Address space support for x86
 2015-11-09 17:55 UTC  (4+ messages)
` [PATCH v2 11/13] Test case for conversion from __seg_tls:0

[gomp4] remove IFN_GOACC_DIM handling from device_lower
 2015-11-09 17:40 UTC 

RFC: Incomplete Draft Patches to Correct Errors in Loop Unrolling Frequencies (bugzilla problem 68212)
 2015-11-09 17:35 UTC  (2+ messages)

[Patch AArch64] Switch constant pools to separate rodata sections
 2015-11-09 17:21 UTC  (7+ messages)

[RFC][PATCH] Preferred rename register in regrename pass
 2015-11-09 17:01 UTC  (7+ messages)

Merge of HSA branch
 2015-11-09 16:59 UTC  (10+ messages)
` [hsa 1/12] Configuration and offloading-related changes
` [hsa 3/12] HSA libgomp plugin
` [hsa 5/12] New HSA-related GCC options

[PATCH][haifa-sched] PR rtl-optimization/68236: Exit early from autoprefetcher lookahead if not in haifa sched
 2015-11-09 16:32 UTC 

[OpenACC] declare directive
 2015-11-09 16:31 UTC  (9+ messages)

[PR66326, Cilk+] Fix FP exception occured in CilkPlus runtime
 2015-11-09 16:29 UTC  (2+ messages)

[PATCH 1/2] simplify-rtx: Simplify trunc of and of shiftrt
 2015-11-09 16:22 UTC  (3+ messages)
` [PATCH 2/2] rs6000: Extend 20050603-3.c testcase to 64-bit

Add a combined_fn enum
 2015-11-09 15:53 UTC  (7+ messages)

[PATCH][AArch64][cleanup] Remove uses of CONST_DOUBLE_HIGH, CONST_DOUBLE_LOW
 2015-11-09 15:50 UTC  (2+ messages)

[PATCH PR52272]Be smart when adding iv candidates
 2015-11-09 15:24 UTC  (5+ messages)

[PATCH] PR/67682, break SLP groups up if only some elements match
 2015-11-09 14:59 UTC  (2+ messages)

Add null identifiers to genmatch
 2015-11-09 14:56 UTC  (4+ messages)

OpenACC Firstprivate
 2015-11-09 14:46 UTC  (6+ messages)

[PATCH] Fix PR68248
 2015-11-09 14:43 UTC 

[vec-cmp, patch 3/6] Vectorize comparison
 2015-11-09 14:28 UTC  (7+ messages)

[vec-cmp, patch 4/6] Support vector mask invariants
 2015-11-09 14:28 UTC  (9+ messages)

[PATCH] Use signed boolean type for boolean vectors
 2015-11-09 14:27 UTC  (6+ messages)

[vec-cmp, patch 2/6] Vectorization factor computation
 2015-11-09 14:26 UTC  (6+ messages)

[PATCH] Fix memory leaks and use a pool_allocator
 2015-11-09 14:25 UTC  (7+ messages)
` [PATCH] 02/N Fix memory leaks in IPA

[AArch64][PATCH 1/7] Add support for ARMv8.1 Adv.SIMD,instructions
 2015-11-09 13:53 UTC  (6+ messages)
` [AArch64][PATCH 6/7] Add NEON intrinsics vqrdmlah and vqrdmlsh

[PATCH v3 0/4] [ARM] PR63870 vldN_lane/vstN_lane error messages
 2015-11-09 13:35 UTC  (3+ messages)
` [PATCH 4b/4] [ARM] PR63870 Remove error for invalid lane numbers

[PATCH] s/390: Implement "target" attribute
 2015-11-09 13:09 UTC  (6+ messages)
  ` [PATCH 1/2] "

[PATCH] Improve BB vectorization dependence analysis
 2015-11-09 12:55 UTC 

[patch] backport remove of soft float for FreeBSD powerpc for gcc-4.9
 2015-11-09 12:41 UTC 

[patch] backport PIE support for FreeBSD to gcc-49
 2015-11-09 12:38 UTC 

[PATCH] S/390: Fix warning in "*movstr" pattern
 2015-11-09 12:33 UTC  (4+ messages)

GCC 6 Status Report (2015-11-09)
 2015-11-09 12:24 UTC 

[PATCH][optabs][ifcvt][1/3] Define negcc, notcc optabs
 2015-11-09 12:23 UTC 

[patch] Fix PR middle-end/68251
 2015-11-09 12:11 UTC  (3+ messages)

[AARCH64] Adding constant folding for __builtin_fmulx* with scalar 32 and 64 bit arguments
 2015-11-09 11:40 UTC 

[PATCH][ARM] Use snprintf rather than sprintf where possible
 2015-11-09 11:36 UTC 

Unreviewed patch
 2015-11-09 11:34 UTC  (3+ messages)

[openacc] tile, independent, default, private and firstprivate support in c/++
 2015-11-09 11:31 UTC  (7+ messages)
          ` [gomp4] "

[PATCH/RFC/RFA] Machine modes for address printing (all targets)
 2015-11-09 11:25 UTC  (3+ messages)

[AARCH64][PATCH 2/3] Implementing vmulx_lane NEON intrinsic variants
 2015-11-09 11:09 UTC  (4+ messages)
    ` [AARCH64][PATCH 2/3] Implementing vmulx_lane NEON intrinsic variants + Changelog

Fix PR middle-end/68253
 2015-11-09 10:45 UTC 

[gomp4] Merge trunk r229831 (2015-11-06) into gomp-4_0-branch
 2015-11-09 10:30 UTC 

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).