public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH 0/7]AArch64 Optimize truncation, shifts and bitmask comparisons
 2021-10-13 12:52 UTC  (21+ messages)
` [PATCH 1/7]AArch64 Add combine patterns for right shift and narrow
` [PATCH 2/7]AArch64 Add combine patterns for narrowing shift of half top bits (shuffle)
` [PATCH 3/7]AArch64 Add pattern for sshr to cmlt
` [PATCH 4/7]AArch64 Add pattern xtn+xtn2 to uzp2

[PATCH] options: Fix variable tracking option processing
 2021-10-13 12:50 UTC  (8+ messages)

[PATCH v2 0/4] libffi: Sync with upstream
 2021-10-13 12:45 UTC  (2+ messages)

[arm] Fix MVE addressing modes for VLDR[BHW] and VSTR[BHW]
 2021-10-13 12:37 UTC  (2+ messages)

[PATCH v4] Improve integer bit test on __atomic_fetch_[or|and]_* returns
 2021-10-13 12:34 UTC  (2+ messages)

[PATCH] Add GSI_LAST_NEW_STMT iterator update
 2021-10-13 12:19 UTC 

[PATCH 5/7]middle-end Convert bitclear <imm> + cmp<cc> #0 into cm<cc2> <imm2>
 2021-10-13 12:17 UTC  (6+ messages)

[PATCH]middle-end convert negate + right shift into compare greater
 2021-10-13 12:11 UTC  (10+ messages)

[PATCH] Fix handling of flag_rename_registers
 2021-10-13 11:49 UTC  (7+ messages)

[PATCH] tree-optimization/102659 - avoid undefined overflow after if-conversion
 2021-10-13 11:15 UTC  (4+ messages)

[PATCH 05/13] arm: Add support for VPR_REG in arm_class_likely_spilled_p
 2021-10-13 10:19 UTC  (4+ messages)
` [PATCH 06/13] arm: Fix mve_vmvnq_n_<supf><mode> argument mode

[PATCH v2 00/14] ARM/MVE use vectors of boolean for predicates
 2021-10-13 10:15 UTC  (15+ messages)
` [PATCH v2 01/14] arm: Add new tests for comparison vectorization with Neon and MVE
` [PATCH v2 02/14] arm: Add tests for PR target/100757
` [PATCH v2 03/14] arm: Add tests for PR target/101325
` [PATCH v2 04/14] arm: Add GENERAL_AND_VPR_REGS regclass
` [PATCH v2 05/14] arm: Add support for VPR_REG in arm_class_likely_spilled_p
` [PATCH v2 06/14] arm: Fix mve_vmvnq_n_<supf><mode> argument mode
` [PATCH v2 07/14] arm: Implement MVE predicates as vectors of booleans
` [PATCH v2 08/14] arm: Implement auto-vectorized MVE comparisons with vectors of boolean predicates
` [PATCH v2 09/14] arm: Fix vcond_mask expander for MVE (PR target/100757)
` [PATCH v2 10/14] arm: Convert remaining MVE vcmp builtins to predicate qualifiers
` [PATCH v2 11/14] arm: Convert more MVE "
` [PATCH v2 12/14] arm: Convert more load/store "
` [PATCH v2 13/14] arm: Convert more MVE/CDE "
` [PATCH v2 14/14] arm: Add VPR_REG to ALL_REGS

[PATCH] libstdc++: Add wrapper for internal uses of std::terminate
 2021-10-13  9:44 UTC  (3+ messages)
  ` [committed] libstdc++: Ensure language linkage of std::__terminate()

[PATCH] ipa/102714 - IPA SRA eliding volatile
 2021-10-13  9:26 UTC 

[PATCH, rs6000] Disable gimple fold for float or double vec_minmax when fast-math is not set
 2021-10-13  9:15 UTC  (5+ messages)

[PATCH v2] x86_64: Some SUBREG related optimization tweaks to i386 backend
 2021-10-13  9:07 UTC  (2+ messages)

[PATCH] AVX512FP16: Adjust builtin for mask complex fma
 2021-10-13  9:06 UTC 

[Patch] Fortran: dump-parse-tree.c fixes for OpenMP
 2021-10-13  8:44 UTC 

[PATCH] Warray-bounds: Warn only for generic address spaces
 2021-10-13  8:27 UTC  (5+ messages)

[PATCH] check to see if null pointer is dereferenceable [PR102630]
 2021-10-13  8:25 UTC  (4+ messages)

[PATCH] detect out-of-bounds stores by atomic functions [PR102453]
 2021-10-13  8:15 UTC  (4+ messages)
  ` [PATCH v2] "

[COMMITTED] dwarf2ctf: fix typo in comment
 2021-10-13  8:10 UTC 

[SVE] [gimple-isel] PR93183 - SVE does not use neg as conditional
 2021-10-13  7:56 UTC  (6+ messages)

[PATCH] rs6000/test: Adjust some cases due to O2 vect [PR102658]
 2021-10-13  7:43 UTC  (15+ messages)

[PATCH] rs6000: Remove builtin mask check from builtin_decl [PR102347]
 2021-10-13  3:25 UTC  (9+ messages)

[PATCH] rs6000: Fix some issues in rs6000_can_inline_p [PR102059]
 2021-10-13  2:33 UTC  (4+ messages)
` PING^1 "
  ` PING^2 "
    ` PING^3 "

[PATCH v2] rs6000: Modify the way for extra penalized cost
 2021-10-13  2:30 UTC  (2+ messages)
` PING^1 "

[PATCH/RFC] combine: Tweak the condition of last_set invalidation
 2021-10-13  2:27 UTC  (7+ messages)
  ` [PATCH v2] "
    ` PING^1 "
      ` PING^2 "
        ` PING^3 "
          ` PING^4 "

[PATCH] Adjust testcase for O2 vectorization[Wuninitialized]
 2021-10-13  2:09 UTC 

[PATCH] libgccjit: add some reflection functions in the jit C api
 2021-10-13  2:09 UTC  (19+ messages)

[PATCH] rs6000: Remove unspecs for vec_mrghl[bhw]
 2021-10-13  1:59 UTC  (7+ messages)
    ` Ping: "
      ` Ping ^ 2: "

[PATCH v2] rs6000: Remove unspecs for vec_mrghl[bhw]
 2021-10-13  1:50 UTC 

[committed] c-family: Support format checking C2X %b, %B formats
 2021-10-12 23:41 UTC 

[RFC][patch][PR102281]Clear padding for variables that are in registers
 2021-10-12 22:51 UTC 

[PATCH] rs6000: Fix vec_cpsgn parameter order (PR101985)
 2021-10-12 22:41 UTC  (5+ messages)

[PATCH v3 0/6] rs6000: Support more SSE4 intrinsics
 2021-10-12 22:25 UTC  (30+ messages)
` [PATCH v3 1/6] rs6000: Support SSE4.1 "round" intrinsics
` [PATCH v3 2/6] rs6000: Support SSE4.1 "min" and "max" intrinsics
    ` [COMMITTED v4 "
` [PATCH v3 3/6] rs6000: Simplify some SSE4.1 "test" intrinsics
    ` [COMMITTED v4 "
` [PATCH v3 4/6] rs6000: Support SSE4.1 "cvt" intrinsics
    ` [COMMITTED v4 "
` [PATCH v3 5/6] rs6000: Support more SSE4 "cmp", "mul", "pack" intrinsics
    ` [COMMITTED v4 "
` [PATCH v3 6/6] rs6000: Guard some x86 intrinsics implementations

[PATCH][WIP] Add install-dvi Makefile targets
 2021-10-12 21:09 UTC  (2+ messages)

[PATCH] Allow `make tags` to work from top-level directory
 2021-10-12 21:03 UTC  (7+ messages)

[PATCH] libiberty: prevent buffer overflow when decoding user input
 2021-10-12 20:25 UTC  (14+ messages)

[PATCH] libiberty: d-demangle: rename function symbols to be more consistent
 2021-10-12 16:56 UTC  (3+ messages)

[PATCH v2] libiberty: d-demangle: rename function symbols to be more consistent
 2021-10-12 16:56 UTC 

[PATCH] include/longlong.h: Remove incorrect lvalue to rvalue conversion from asm output constraints
 2021-10-12 16:38 UTC  (4+ messages)

[PATCH] i386: Improve workaround for PR82524 LRA limitation [PR85730]
 2021-10-12 16:24 UTC 

[committed] libstdc++: Fix test that fails for C++20
 2021-10-12 15:50 UTC 

[committed] libstdc++: Fix move construction of std::tuple with array elements [PR101960]
 2021-10-12 15:50 UTC 

[committed] libstdc++: Improve diagnostics for misuses of output iterators
 2021-10-12 15:50 UTC 

[PATCH v2] libiberty: d-demangle: remove parenthesis where it is not needed
 2021-10-12 15:40 UTC  (3+ messages)

[PATCH] [og11] nvptx: Revert "[nvptx] Expand OpenACC child function arguments to use CUDA params space"
 2021-10-12 15:37 UTC 

[PATCH v2] libiberty: d-demangle: use appendc for single chars append
 2021-10-12 15:34 UTC 

[PATCH] doc: Fix typos in alloc_size documentation
 2021-10-12 14:53 UTC  (2+ messages)

[PATCH 0/8] __builtin_dynamic_object_size and more
 2021-10-12 14:28 UTC  (7+ messages)
` [PATCH 1/8] __builtin_dynamic_object_size: Recognize builtin name
` [PATCH 2/8] tree-dynamic-object-size: New pass

[PATCH] libiberty: d-demangle: remove parenthesis where it is not needed
 2021-10-12 14:10 UTC  (5+ messages)

[PATCH, rs6000] optimization for vec_reve builtin [PR100868]
 2021-10-12 13:55 UTC  (3+ messages)
` Ping^1 "

[PATCH, rs6000] Optimization for vec_xl_sext
 2021-10-12 13:45 UTC  (5+ messages)

[PATCH] hardened conditionals
 2021-10-12 12:23 UTC  (4+ messages)

[PATCH] tree-optimization/102572 - fix gathers with invariant mask
 2021-10-12 11:58 UTC 

[PATCH] tree-optimization/102696 - fix SLP discovery for failed BIT_FIELD_REF
 2021-10-12 11:58 UTC 

[PATCH 0/3][vect] Enable vector unrolling of main loop
 2021-10-12 10:35 UTC  (8+ messages)
` [PATCH 1/3][vect] Add main vectorized loop unrolling
        ` [PATCH 1v2/3][vect] "

[PATCH][RFC] Introduce TREE_AOREFWRAP to cache ao_ref in the IL
 2021-10-12 10:24 UTC 

[PATCH 00/11] OpenMP: Deep struct dereferences
 2021-10-12  9:27 UTC  (7+ messages)
` [PATCH 01/11] libgomp: Release device lock on cbuf error path
` [PATCH 02/11] Remove base_ind/base_ref handling from extract_base_bit_offset
` [PATCH 07/11] OpenMP: Fix non-zero attach/detach bias for struct dereferences

[SPARC] Fix PR target/102588
 2021-10-12  9:24 UTC 

[PATCH] contrib: git gcc-descr defaulting to print hash
 2021-10-12  8:59 UTC  (4+ messages)
  ` [RFC] Port git gcc-descr to Python

[committed] openmp: Add testsuite coverage for omp_{get_max,set_num}_threads and omp_{s,g}et_teams_thread_limit
 2021-10-12  8:45 UTC  (3+ messages)
` [Patch] Fortran version of libgomp.c-c++-common/icv-{3,4}.c (was: [committed] openmp: Add testsuite coverage for omp_{get_max,set_num}_threads and omp_{s,g}et_teams_thread_limit)

[PATCH] aix: handle 64bit inodes for include directories
 2021-10-12  8:35 UTC  (9+ messages)

[committed] openmp: Avoid calling clear_type_padding_in_mask in the common case where there can't be any padding
 2021-10-12  7:49 UTC 

[committed] openmp: Add documentation for omp_{get_max, set_num}_threads and omp_{s, g}et_teams_thread_limit
 2021-10-12  7:46 UTC 

[committed] openmp: Fix up warnings on libgomp.info build
 2021-10-12  7:44 UTC 

[COMMITTED] rs6000: Correct several errant dg-require-effective-target
 2021-10-12  3:47 UTC 

[PING] rs600 built-in series
 2021-10-11 22:17 UTC  (2+ messages)

[PATCH] [GCC 10 branch] tree-optimization: [PR102622]: wrong code due to signed one bit integer and "a?-1:0"
 2021-10-11 21:07 UTC  (3+ messages)

[PATCH] libstdc++: Fix compare_three_way for constexpr and Clang
 2021-10-11 21:04 UTC  (5+ messages)

[r12-4324 Regression] FAIL: gcc.dg/tree-ssa/ldist-strlen-2.c execution test on Linux/x86_64
 2021-10-11 20:34 UTC 

[Patch] Fortran: Various CLASS + assumed-rank fixed [PR102541]
 2021-10-11 20:20 UTC  (4+ messages)
` PING - (Re: [Patch] Fortran: Various CLASS + assumed-rank fixed [PR102541])
  ` PING**2 "

Revert accidental change in ipa-modref-tree.h
 2021-10-11 20:00 UTC 

[committed] libstdc++: Simplify std::basic_regex::assign
 2021-10-11 19:37 UTC 

[committed] libstdc++: Fix std::numeric_limits::lowest() test for strict modes
 2021-10-11 19:37 UTC 

[committed] libstdc++: Add valid range assertions to std::basic_regex [PR89927]
 2021-10-11 19:37 UTC 

[committed] libstdc++: Fix std::match_results::end() for failed matches [PR102667]
 2021-10-11 19:37 UTC 

[r12-4319 Regression] FAIL: g++.dg/warn/Warray-bounds-16.C -std=gnu++98 (test for excess errors) on Linux/x86_64
 2021-10-11 19:18 UTC 

[PATCH] libstdc++: Check [ptr,end) and [ptr,ptr+n) ranges with _GLIBCXX_ASSERTIONS
 2021-10-11 16:49 UTC 

[PATCH 2/5]AArch64 sve: combine nested if predicates
 2021-10-11 16:40 UTC  (4+ messages)

*PING* [PATCH] doc: improve -fsanitize=undefined description
 2021-10-11 16:31 UTC  (3+ messages)

[PATCH 1/5]AArch64 sve: combine inverted masks into NOTs
 2021-10-11 16:29 UTC  (5+ messages)

[PATCH, rs6000] Disable gimple fold for float or double vec_minmax when fast-math is not set
 2021-10-11 16:07 UTC  (8+ messages)

[RFC] ldist: Recognize rawmemchr loop patterns
 2021-10-11 16:02 UTC  (11+ messages)

[PATCH] attribs: Allow optional second arg for attr deprecated [PR102049]
 2021-10-11 15:17 UTC  (2+ messages)

[PATCH] attribs: Implement -Wno-attributes=vendor::attr [PR101940]
 2021-10-11 15:17 UTC  (8+ messages)
      ` [PATCH v3] "
          ` [PATCH v4] "

[PATCH 10/13] arm: Convert remaining MVE vcmp builtins to predicate qualifiers
 2021-10-11 15:03 UTC  (6+ messages)
` [PATCH 12/13] arm: Convert more load/store MVE "
` [PATCH 13/13] arm: Convert more MVE/CDE "

[PATCH] libgomp: alloc* test fixes [PR102628, PR102668]
 2021-10-11 14:37 UTC 

[PATCH] middle-end/102683 - fix .DEFERRED_INIT expansion
 2021-10-11 14:22 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).