public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[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 

[PATCH] check to see if null pointer is dereferenceable [PR102630]
 2021-10-13  1:31 UTC  (3+ messages)

[PATCH] Warray-bounds: Warn only for generic address spaces
 2021-10-13  0:14 UTC  (3+ messages)

[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] detect out-of-bounds stores by atomic functions [PR102453]
 2021-10-12 19:44 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH] rs6000/test: Adjust some cases due to O2 vect [PR102658]
 2021-10-12 18:11 UTC  (12+ 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 

[arm] Fix MVE addressing modes for VLDR[BHW] and VSTR[BHW]
 2021-10-12 16:42 UTC 

[PATCH 0/7]AArch64 Optimize truncation, shifts and bitmask comparisons
 2021-10-12 16:39 UTC  (19+ 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] include/longlong.h: Remove incorrect lvalue to rvalue conversion from asm output constraints
 2021-10-12 16:38 UTC  (4+ messages)

[PATCH] rs6000: Remove builtin mask check from builtin_decl [PR102347]
 2021-10-12 16:36 UTC  (8+ 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] options: Fix variable tracking option processing
 2021-10-12 15:21 UTC  (5+ messages)

[PATCH] Fix handling of flag_rename_registers
 2021-10-12 15:11 UTC  (4+ messages)

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

[SVE] [gimple-isel] PR93183 - SVE does not use neg as conditional
 2021-10-12 12:05 UTC  (5+ 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, rs6000] Disable gimple fold for float or double vec_minmax when fast-math is not set
 2021-10-12  9:57 UTC  (2+ messages)

[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] tree-optimization/102659 - avoid undefined overflow after if-conversion
 2021-10-12  8:37 UTC 

[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 

[PATCH] libstdc++: Add wrapper for internal uses of std::terminate
 2021-10-11 19:38 UTC  (2+ messages)

[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  (9+ messages)
` [PATCH 11/13] arm: Convert more MVE "
` [PATCH 12/13] arm: Convert more load/store "
` [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 

[PATCH] middle-end/101480 - overloaded global new/delete
 2021-10-11 14:14 UTC 

[PATCH 05/13] arm: Add support for VPR_REG in arm_class_likely_spilled_p
 2021-10-11 14:06 UTC  (10+ messages)
` [PATCH 06/13] arm: Fix mve_vmvnq_n_<supf><mode> argument mode
` [PATCH 07/13] arm: Implement MVE predicates as vectors of booleans
` [PATCH 08/13] arm: Implement auto-vectorized MVE comparisons with vectors of boolean predicates
` [PATCH 09/13] arm: Fix vcond_mask expander for MVE (PR target/100757)

[PATCH] gcov: make profile merging smarter
 2021-10-11 14:05 UTC  (8+ messages)

[Patch 4/7, Arm. GCC] Implement target feature macros for PACBTI
 2021-10-11 13:58 UTC  (2+ messages)

[PATCH 1/2] OpenMP: Handle reference-typed struct members
 2021-10-11 13:41 UTC  (2+ messages)
` [PATCH 2/2] OpenACC: Make deep-copy-arrayofstruct.c a libgomp/runtime test

[Ada] Fix problematic import of type-generic GCC atomic builtin
 2021-10-11 13:40 UTC 

[Ada] Tweak the warning about missing local raises
 2021-10-11 13:39 UTC 

[Ada] Fix for atomic wrongly rejected on object of discriminated type
 2021-10-11 13:39 UTC 

[Ada] Runtime transition: System.Threads
 2021-10-11 13:39 UTC 

[Ada] Remove redundant guard in expansion of dispatching calls
 2021-10-11 13:39 UTC 

[Ada] Valid postconditions incorrectly rejected
 2021-10-11 13:39 UTC 

[PATCH] middle-end/102682 - avoid invalid subreg on the LHS
 2021-10-11 13:39 UTC 

[Ada] Incorrect Dynamic_Predicate results for static arguments
 2021-10-11 13:39 UTC 

[Ada] RTEMS: use regular RTEMS API for minimum stack size calculation
 2021-10-11 13:39 UTC 

[Ada] Warn about conversion with any predefined time types
 2021-10-11 13:39 UTC 

[Ada] Simplify membership tests with N_Generic_Declaration
 2021-10-11 13:39 UTC 

[Ada] Remove constant arguments
 2021-10-11 13:39 UTC 

[Ada] Find an interpretation for membership test with a singleton value
 2021-10-11 13:39 UTC 

[Ada] RTEMS: use hardware interrupts instead of signals for interrupt handling
 2021-10-11 13:39 UTC 

[Ada] Fix internal error on fixed-point divide, multiply and scaling
 2021-10-11 13:39 UTC 

[Ada] Reorder subprogram spec and bodies in alphabetical order
 2021-10-11 13:39 UTC 

[Ada] Rewrite extended names in derived class-wide expressions
 2021-10-11 13:39 UTC 

[Ada] Import binder globals as constant
 2021-10-11 13:39 UTC 

[Ada] Move rewriting of boxes in aggregates from resolution to expansion
 2021-10-11 13:39 UTC 

[Ada] Simplify initialization of concurrent components
 2021-10-11 13:39 UTC 

[Ada] Simplify detection of delayed aggregates
 2021-10-11 13:39 UTC 

[Ada] Simplify detection of record components with default initialization
 2021-10-11 13:39 UTC 

[Ada] Remove redundant guard against an empty component list
 2021-10-11 13:39 UTC 

[Ada] RTEMS: use default stack checking emulation package
 2021-10-11 13:39 UTC 

[Ada] Do not clear Analyzed flag in expand if already set by preanalysis
 2021-10-11 13:39 UTC 

[Ada] Simplify code for checks within an initialization procedure
 2021-10-11 13:39 UTC 

[Ada] Fix crash on array component with Default_Value
 2021-10-11 13:39 UTC 

[Ada] Size of time_t in newer verions of VxWorks7
 2021-10-11 13:39 UTC 

[Patch 3/7, Arm, GCC] Add testsuite library support for PACBTI target
 2021-10-11 13:38 UTC  (3+ messages)

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

[PATCH] Remove usage of IRA_REGION_AUTODETECT
 2021-10-11 12:59 UTC  (2+ messages)

[Patch 2/7, Arm, GCC] Add option -mbranch-protection
 2021-10-11 12:57 UTC  (2+ messages)

[PATCH] opts: Remove AUTODETECT_VALUE usage
 2021-10-11 12:57 UTC  (2+ messages)

[PATCH 00/13] ARM/MVE use vectors of boolean for predicates
 2021-10-11 12:44 UTC  (13+ messages)
` [PATCH 03/13] arm: Add test for PR target/101325
` [PATCH 04/13] arm: Add GENERAL_AND_VPR_REGS regclass

[Patch 1/7, Arm, GCC] Add Armv8.1-M Mainline target feature +pacbti
 2021-10-11 12:28 UTC  (2+ messages)

[PATCH] Adjust more testcases for O2 vectorization enabling
 2021-10-11 12:27 UTC  (4+ messages)
  ` [PATCH] vectorizer: Fix up -fsimd-cost-model= handling

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