public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PR64164] drop copyrename, integrate into expand
 2015-10-09 21:10 UTC  (28+ messages)
                                    ` [PR67828] don't unswitch loops on undefined SSA values (was: Re: [PR64164] drop copyrename, integrate into expand)
                                    ` [PR67766] reorder return value copying from PARALLELs and CONCATs "
                                      ` [PR67891] drop is_gimple_reg test from set_parm_rtl (was: [PR67766] reorder return value copying from PARALLELs and CONCATs)

[PATCH ARM]: PR67880: Add test
 2015-10-09 21:03 UTC  (5+ messages)

RFA: PATCH to store_field for storing a CONSTRUCTOR into a base subobject
 2015-10-09 21:02 UTC  (3+ messages)

[[Boolean Vector, patch 5/5] Support boolean vectors in vector lowering
 2015-10-09 21:01 UTC  (2+ messages)

[Boolean Vector, patch 4/5] Use boolean vectors in VEC_COND_EXPR
 2015-10-09 20:53 UTC  (2+ messages)

[Boolean Vector, patch 3/5] Use boolean vector in C/C++ FE
 2015-10-09 20:51 UTC  (2+ messages)

[Boolean Vector, patch 2/5] Change vector comparison IL requirement
 2015-10-09 20:44 UTC  (2+ messages)

[Boolean Vector, patch 1/5] Introduce boolean vector to be used as a vector comparison type
 2015-10-09 20:43 UTC  (2+ messages)

[PATCH, rs6000] Add memory barriers to tbegin, tend, etc
 2015-10-09 20:19 UTC  (4+ messages)

[PATCH] PR66870 PowerPC64 Enable gold linker with split stack
 2015-10-09 20:17 UTC  (13+ messages)

[PATCH] New attribute to create target clones
 2015-10-09 20:04 UTC  (17+ messages)

[PATCH] Unswitching outer loops
 2015-10-09 19:05 UTC  (14+ messages)

[PATCH] Fix another bootstrap-ubsan failure due to -Werror=maybe-uninitialized
 2015-10-09 18:48 UTC  (2+ messages)

Do not use TYPE_CANONICAL in useless_type_conversion
 2015-10-09 18:34 UTC  (18+ messages)

[gomp4.1] OpenMP 4.1 is dead, long live OpenMP 4.5
 2015-10-09 17:26 UTC  (2+ messages)

[PATCH, i386]: Use ROUND_DOWN some more
 2015-10-09 16:56 UTC 

[gomp4] Backport from trunk
 2015-10-09 16:56 UTC 

[gomp4.1] fix more scheduling inconsistencies and add verification routines
 2015-10-09 16:47 UTC  (3+ messages)

[PATCH] [6/n] Fix minor SSA_NAME leaks
 2015-10-09 16:33 UTC 

[PATCH] bb-reorder: Improve the simple algorithm for -Os (PR67864)
 2015-10-09 16:27 UTC  (5+ messages)

Move sqrt and cbrt simplifications to match.pd
 2015-10-09 16:17 UTC  (6+ messages)

[AArch64_be] Fix vtbl[34] and vtbx4
 2015-10-09 16:16 UTC  (5+ messages)

[PATCH][GCC] Algorithmic optimization in match and simplify
 2015-10-09 16:11 UTC  (11+ messages)
      ` [PATCH v2][GCC] "
              ` [PATCH V3][GCC] "

[PATCH, i386, AVX512] PR target/67895: Fix position of embedded rounding/SAE mode in AVX512 vrangep* and vcvt?si2s* instructions
 2015-10-09 16:11 UTC  (3+ messages)
  ` [PATCH][COMMITTED] PR target/67895: Fix embedded rounding/SAE specifier position for some AVX512 instructions

[PATCH][PR tree-optimization/67816] Fix jump threading when DOM removes conditionals in jump threading path
 2015-10-09 15:45 UTC  (5+ messages)

[Patch] Teach RTL ifcvt to handle multiple simple set instructions
 2015-10-09 15:28 UTC  (7+ messages)
` [Patch ifcvt costs 0/3] Introduce a new target hook for ifcvt costs

[PATCH] [3/n] Fix minor SSA_NAME leaks
 2015-10-09 15:15 UTC  (3+ messages)

[PR testsuite/65205] Fix dg-shouldfail usage in OpenACC libgomp tests
 2015-10-09 15:14 UTC  (6+ messages)
  ` [PR testsuite/65205, libgomp/65993] "
        ` libgomp: XFAIL two libgomp.oacc-* tests (was: [PR testsuite/65205, libgomp/65993] Fix dg-shouldfail usage in OpenACC libgomp tests)
          ` [PR libgomp/65437, libgomp/66518] Initialize runtime in acc_update_device, acc_update_self

[gomp4, PATCH] Fix libgomp.oacc-c-c++-common/lib-3.c
 2015-10-09 15:12 UTC  (7+ messages)
  ` [gomp4] libgomp: Additional acc_shutdown bug fixing and testing (was: [gomp4, PATCH] Fix libgomp.oacc-c-c++-common/lib-3.c)
    ` libgomp: Additional acc_shutdown bug fixing and testing
  ` [gomp4] libgomp testsuite: Remove some explicit acc_device_nvidia usage (was: [gomp4, PATCH] Fix libgomp.oacc-c-c++-common/lib-3.c)
    ` libgomp testsuite: Remove some explicit acc_device_nvidia usage
  ` [libgomp/66518] Resolve XFAIL in libgomp.oacc-c-c++-common/lib-3.c

[HSA] Fix usage of an uninitialized memory
 2015-10-09 15:02 UTC 

[PATCH 1/4] [MIPS] Add support for MIPS SIMD Architecture (MSA)
 2015-10-09 14:45 UTC  (2+ messages)

PING: [PATCH] PR target/35514: Gcc shoud generate symbol type for undefined symbol
 2015-10-09 14:42 UTC  (5+ messages)

Merge current set of OpenACC changes from gomp-4_0-branch
 2015-10-09 14:39 UTC  (14+ messages)
  ` libgomp nvptx plugin: rework initialisation and support the proposed load/unload hooks (was: Merge current set of OpenACC changes from gomp-4_0-branch)
                ` libgomp: Guard all offload_images/num_offload_images access by register_lock (was: libgomp nvptx plugin: rework initialisation and support the proposed load/unload hooks)
                    ` libgomp: Guard all devices/num_devices/num_devices_openmp access by register_lock (was: libgomp: Guard all offload_images/num_offload_images access by register_lock)
                      ` libgomp: Guard all devices/num_devices/num_devices_openmp access by register_lock

[gomp4.1] fix dependency scheduling problem
 2015-10-09 14:22 UTC  (2+ messages)

[gomp4]
 2015-10-09 14:14 UTC 

[PATCH v2 0/3] [ARM] PR63870 vldN_lane/vstN_lane error messages
 2015-10-09 14:04 UTC  (2+ messages)

[gomp4] Revert patch
 2015-10-09 14:04 UTC 

[PR c/64765, c/64880] Support OpenACC Combined Directives in C, C++
 2015-10-09 14:00 UTC  (7+ messages)

Do not describe -std=c11 etc. as experimental in c.opt help text
 2015-10-09 13:50 UTC  (3+ messages)

[gomp4] Add -foffload-abi support for PPC
 2015-10-09 12:22 UTC  (8+ messages)
      `  "

[PATCH GCC]Improve rtl loop inv cost by checking if the inv can be propagated to address uses
 2015-10-09 12:04 UTC  (6+ messages)

[COMMITTED] Add myself to MAINTAINERS (Write After Approval)
 2015-10-09 11:50 UTC 

[PATCH v6][aarch64] Implemented reciprocal square root (rsqrt) estimation in -ffast-math
 2015-10-09 11:45 UTC  (4+ messages)
` [PATCH] 2015-10-02 Benedikt Huber <benedikt.huber@theobroma-systems.com> Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

[patch 0/6] scalar-storage-order merge (2)
 2015-10-09 11:33 UTC  (2+ messages)

[COMMITTED] Add myself to MAINTAINERS (Write After Approval)
 2015-10-09 11:26 UTC  (2+ messages)

[RFC][PATCH] Preferred rename register in regrename pass
 2015-10-09 11:20 UTC  (5+ messages)

Additional headers under include/experimental/
 2015-10-09 11:20 UTC  (2+ messages)

[RFA 0/9] Address space support for x86
 2015-10-09 10:48 UTC  (3+ messages)
` [PATCH 1/9] Change default of non-overlapping address space conversion

[0/7] Type promotion pass and elimination of zext/sext
 2015-10-09 10:29 UTC  (7+ messages)
` [3/7] Optimize ZEXT_EXPR with tree-vrp

[nvptx] Incorrect %retval usage in C++ code
 2015-10-09 10:19 UTC  (4+ messages)
` [nvptx] fix some c++ tests

[gomp4, fortran] Patch to fix continuation checks of OpenACC and OpenMP directives
 2015-10-09 10:15 UTC  (4+ messages)
      ` [PR fortran/63858] Fix mix of OpenACC and OpenMP sentinels in continuations

[Patch] [x86_64]: Add bdver4 for multi versioning and fix AMD cpu model detection
 2015-10-09 10:01 UTC  (3+ messages)

[gomp4.1] Two more array section testcases
 2015-10-09  9:34 UTC  (2+ messages)
` [gomp4.1] Add negative length check even for pointers

Fix use of availability in ipa-icf
 2015-10-09  9:33 UTC  (2+ messages)

Move some bit and binary optimizations in simplify and match
 2015-10-09  9:32 UTC  (6+ messages)

[Patch PR target/67366 0/2] Handle misaligned loads and stores for scalars on STRICT_ALIGNMENT targets
 2015-10-09  9:20 UTC  (4+ messages)
` [Patch PR target/67366 1/2] [ARM] - Add movmisalignhi / si patterns
` [Patch PR target/67366 2/2] [gimple-fold.c] Support movmisalign optabs in gimple-fold.c

[RFC VTV] Fix VTV for targets that have section anchors
 2015-10-09  9:18 UTC 

[PATCH] Warn about duplicate patterns in match.pd
 2015-10-09  9:01 UTC 

[gomp4.1] Remove middle argument of omp_target_is_present
 2015-10-09  8:21 UTC 

[Ada] Make sure generated files are created first
 2015-10-09  8:16 UTC 

[PATCH] Fix PR67889
 2015-10-09  8:11 UTC 

[gomp4.1] Change _OPENMP macro to 201511
 2015-10-09  8:08 UTC 

Use OEP_ADDRESS_OF in emit-rtl.c
 2015-10-09  7:51 UTC  (6+ messages)

[PR 67794] Also remap SSA_NAMEs defined in ASMs in IPA-SRA
 2015-10-09  7:46 UTC  (2+ messages)

[PATCH] [5/n] Fix minor SSA_NAME leaks
 2015-10-09  5:40 UTC 

[PATCH] c/67882 - improve -Warray-bounds for invalid offsetof
 2015-10-09  2:55 UTC 

[PATCH] c/67882 - improve -Warray-bounds for invalid offsetof
 2015-10-09  2:49 UTC 

[RFC, Patch]: Optimized changes in the register used inside loop for LICM and IVOPTS
 2015-10-09  2:45 UTC  (4+ messages)

[RFA 1/2]: Don't ignore target_header_dir when deciding inhibit_libc
 2015-10-09  2:34 UTC  (3+ messages)

[PATCH] [4/n] Fix minor SSA_NAME leaks
 2015-10-08 23:20 UTC  (2+ messages)

[PATCH], PowerPC IEEE 128-bit patch #4
 2015-10-08 21:30 UTC  (4+ messages)
` [PATCH], PowerPC IEEE 128-bit patch #7 (revised)
  ` [Patch] PowerPC IEEE 128-bit patch #7 (revised #2)

[PATCH] [2/n] Fix minor SSA_NAME leaks
 2015-10-08 20:27 UTC 

FW: [PATCH] Target hook for disabling the delay slot filler
 2015-10-08 19:43 UTC  (2+ messages)

[PATCH][committed] Fix PR67652: wrong sizeof calculation in liboffloadmic
 2015-10-08 19:09 UTC  (4+ messages)

PATC: Round up the SSE register save area only if needed
 2015-10-08 18:44 UTC  (2+ messages)

[PATCH] [1/n] Fix minor SSA_NAME leaks
 2015-10-08 17:50 UTC 

[hsa] Fix segfault in fixup_child_record_type
 2015-10-08 17:11 UTC 

[HSA] Introduce support for shared libraries and host fallback
 2015-10-08 16:47 UTC 

[DOC PATCH]: Mention that x86-64 now supports stack realignment from word-aligned stack pointer
 2015-10-08 16:34 UTC 

[patch 0/3] Header file reduction
 2015-10-08 16:31 UTC  (14+ messages)
` [patch 1/3] Header file reduction - backend files
    ` [patch] header file re-ordering
  ` [patch 4/3] Header file reduction - Tools for contrib

[PATCH] Cleanup of IPA-CP alignment lattices
 2015-10-08 16:30 UTC  (6+ messages)

Fix more of C/fortran canonical type issues
 2015-10-08 16:17 UTC  (6+ messages)

Small C++ PATCH to add SIMPLE_TARGET_EXPR_P macro
 2015-10-08 16:13 UTC 

[mask-vec_cond, patch 2/2, i386] Add patterns for vcond_mask_optab
 2015-10-08 15:55 UTC 

[mask-vec_cond, patch 1/2] Support vectorization of VEC_COND_EXPR with no embedded comparison
 2015-10-08 15:50 UTC 

[mask-load, patch 2/2, i386] Add/modify mask load/store patterns
 2015-10-08 15:42 UTC 

[mask-load, patch 1/2] Use boolean predicate for masked loads and store
 2015-10-08 15:40 UTC 

[vec-cmp, patch 6/6, i386] Add i386 support for vector comparison
 2015-10-08 15:32 UTC 

[PING*2][PATCH, rs6000] Add memory barriers to tbegin, tend, etc
 2015-10-08 15:27 UTC 

New Chinese (traditional) PO file for 'cpplib' (version 5.2.0)
 2015-10-08 15:22 UTC 

Contents of PO file 'cpplib-5.2.0.zh_TW.po'
 2015-10-08 15:22 UTC 

[vec-cmp, patch 5/6] Disable bool patterns when possible
 2015-10-08 15:16 UTC 

[vec-cmp, patch 4/6] Support vector mask invariants
 2015-10-08 15:12 UTC 

[vec-cmp, patch 3/6] Vectorize comparison
 2015-10-08 15:04 UTC 

[vec-cmp, patch 2/6] Vectorization factor computation
 2015-10-08 15:00 UTC 

[vec-cmp, patch 1/6] Add optabs for vector comparison
 2015-10-08 14:52 UTC 

C++ PATCH for c++/67557 (copy elision clobbering tail padding)
 2015-10-08 14:41 UTC 

[PATCH ARM]: PR67745: Fix function alignment after __attribute__ 2/2
 2015-10-08 14:30 UTC  (15+ messages)

[gomp4.1] Doacross library implementation
 2015-10-08 14:26 UTC  (3+ messages)

[PATCH] Disable AIX DWARF debug frame section
 2015-10-08 14:20 UTC 

[PATCH] Simple 2-lines fix for outer-loop vectorization
 2015-10-08 13:53 UTC  (2+ messages)

Generalize gimple_val_nonnegative_real_p
 2015-10-08 13:42 UTC  (4+ messages)

[PATCH] Random shuffle moveable: container size
 2015-10-08 13:35 UTC 

using scratchpads to enhance RTL-level if-conversion: revised patch
 2015-10-08 13:26 UTC  (5+ messages)

Do not use TYPE_CANONICAL in useless_type_conversion
 2015-10-07  6:00 UTC  (7+ 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).