public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[RFC] GNU Vector Extension -- Packed Boolean Vectors
 2023-10-05 20:48 UTC  (4+ messages)

[PATCH]AArch64 Add SVE implementation for cond_copysign
 2023-10-05 20:45 UTC  (6+ messages)

[committed] hppa: Delete MALLOC_ABI_ALIGNMENT define from pa32-linux.h
 2023-10-05 20:16 UTC 

[V3][PATCH 0/3] New attribute "counted_by" to annotate bounds for C99 FAM(PR108896)
 2023-10-05 20:08 UTC  (7+ messages)
` [V3][PATCH 1/3] Provide counted_by attribute to flexible array member field (PR108896)
` [V3][PATCH 2/3] Use the counted_by atribute info in builtin object size [PR108896]

[PATCH]AArch64 Add special patterns for creating DI scalar and vector constant 1 << 63 [PR109154]
 2023-10-05 19:47 UTC  (4+ messages)

[COMMITTED 3/3] Create a fast VRP pass
 2023-10-05 19:04 UTC 

[COMMITTED 2/3] Add a dom based ranger for fast VRP
 2023-10-05 19:04 UTC 

[COMMITTED 1/3] Add outgoing range vector calculation API
 2023-10-05 19:04 UTC 

[COMMITTED 0/3] Add a FAST VRP pass
 2023-10-05 19:04 UTC 

[PATCH]AArch64 Handle copysign (x, -1) expansion efficiently
 2023-10-05 18:29 UTC  (2+ messages)

[PATCH]middle-end ifcvt: Add support for conditional copysign
 2023-10-05 18:21 UTC 

[PATCH]middle-end ifcvt: Allow any const IFN in conditional blocks
 2023-10-05 18:20 UTC 

[PATCH]AArch64: Use SVE unpredicated LOGICAL expressions when Advanced SIMD inefficient [PR109154]
 2023-10-05 18:15 UTC  (5+ messages)

[PATCH]middle-end match.pd: optimize fneg (fabs (x)) to x | (1 << signbit(x)) [PR109154]
 2023-10-05 18:11 UTC  (10+ messages)

[Patch] libgomp.texi: Document some of the device-memory routines
 2023-10-05 17:34 UTC 

[PATCH][_GLIBCXX_INLINE_VERSION] Add missing symbols
 2023-10-05 17:05 UTC  (2+ messages)

[PATCH V5 1/2] rs6000: optimize moving to sf from highpart di
 2023-10-05 16:54 UTC  (4+ messages)
` [PATCH V5 2/2] rs6000: use mtvsrws to move sf from si p9

[PATCH] RISC-V: xfail gcc.dg/pr90263.c for riscv_v
 2023-10-05 16:42 UTC  (5+ messages)

[RFC] expr: don't clear SUBREG_PROMOTED_VAR_P flag for a promoted subreg [target/111466]
 2023-10-05 16:42 UTC  (11+ messages)

[PATCH] ira: Scale save/restore costs of callee save registers with block frequency
 2023-10-05 16:16 UTC  (2+ messages)

[committed 0/2] SECURITY.txt: Trivial fixups
 2023-10-05 16:05 UTC  (3+ messages)
` [committed 1/2] secpol: add grammatically missing commas / remove one excess instance
` [committed 2/2] secpol: consistent indentation

[committed] contrib: add mdcompact
 2023-10-05 15:47 UTC 

[COMMITTED] i386: Improve memory copy from named address space [PR111657]
 2023-10-05 15:45 UTC 

[PATCH] RISC-V: Fix the riscv_legitimize_poly_move issue on targets where the minimal VLEN exceeds 512
 2023-10-05 15:22 UTC  (7+ messages)
    `  "

[PATCH v5] Add condition coverage profiling
 2023-10-05 15:18 UTC  (31+ messages)
` [PATCH 01/22] "
` [PATCH 02/22] Add "Condition coverage profiling" term to --help
` [PATCH 03/22] Mention relevant flags in condition coverage docs
` [PATCH 04/22] Describe, remove ATTRIBUTE_UNUSED from tag_conditions
` [PATCH 05/22] Describe condition_info
` [PATCH 06/22] Use popcount_hwi rather than builtin
` [PATCH 07/22] Describe add_condition_counts
` [PATCH 08/22] Describe output_conditions
` [PATCH 09/22] Find reachable conditions unbounded by dominators
` [PATCH 10/22] Prune search for boolean expr on goto, return
` [PATCH 11/22] Add test case showing cross-decision fusing
` [PATCH 12/22] Do two-phase filtering in expr isolation
` [PATCH 13/22] Handle split-outcome with intrusive flag
` [PATCH 14/22] Unify expression candidate set refinement logic
` [PATCH 15/22] Fix candidate, neighborhood set reduction phase
` [PATCH 16/22] Rename pathological -> setjmp
` [PATCH 17/22] Mark contracted-past nodes in reachable
` [PATCH 18/22] Don't contract into random edge in multi-succ node
` [PATCH 19/22] Beautify assert
` [PATCH 20/22] Don't try to reduce NG from dominators
` [PATCH 21/22] Walk the cfg in topological order, not depth-first
` [PATCH 22/22] Return value on separate line

[RFC] > WIDE_INT_MAX_PREC support in wide-int
 2023-10-05 15:11 UTC  (6+ messages)
      ` [RFC] > WIDE_INT_MAX_PREC support in wide_int and widest_int

[PATCH] ipa: Remove ipa_bits
 2023-10-05 14:59 UTC  (4+ messages)

[PATCH v6] Implement new RTL optimizations pass: fold-mem-offsets
 2023-10-05 14:54 UTC  (3+ messages)

[PATCH] ifcvt/vect: Emit COND_ADD for conditional scalar reduction
 2023-10-05 14:15 UTC  (9+ messages)

[PATCH]middle-end: Recursively check is_trivially_copyable_or_pair in vec.h
 2023-10-05 14:14 UTC  (8+ messages)

[PATCH v5] Add condition coverage profiling
 2023-10-05 14:10 UTC 

[avr,committed] Remove all uses of attribute pure from LibF7
 2023-10-05 13:29 UTC 

[PATCH] ipa-utils: avoid generating uninitialized probabilities on merges
 2023-10-05 13:27 UTC  (7+ messages)
` [PATCH v2] ipa-utils: avoid uninitialized probabilities on ICF [PR111559]
        ` [PATCH v4] "

[PATCH 1/3] ipa-cp: Templatize filtering of m_agg_values
 2023-10-05 13:24 UTC  (5+ messages)
` [PATCH 2/3] ipa: Prune any IPA-CP aggregate constants known by modref to be killed (111157)
` [PATCH 3/3] ipa: Limit pruning of IPA-CP aggregate constants if there are loads

[avr,committed] Use monic denominator polynomials to save a multiplication
 2023-10-05 13:05 UTC 

[PATCH 0/6] aarch64: Add support for __arm_rsr and __arm_wsr ACLE function family
 2023-10-05 13:04 UTC  (16+ messages)
` [PATCH 1/6] aarch64: Sync system register information with Binutils
` [PATCH 2/6] aarch64: Add support for aarch64-sys-regs.def
` [PATCH 3/6] aarch64: Implement system register validation tools
` [PATCH 4/6] aarch64: Add basic target_print_operand support for CONST_STRING
` [PATCH 5/6] aarch64: Implement system register r/w arm ACLE intrinsic functions
` [PATCH 6/6] aarch64: Add front-end argument type checking for target builtins

[committed] sreal: Fix typo in function name
 2023-10-05 12:31 UTC 

[X86 PATCH] Split lea into shorter left shift by 2 or 3 bits with -Oz
 2023-10-05 12:19 UTC  (3+ messages)

[X86 PATCH] Implement doubleword shift left by 1 bit using add+adc
 2023-10-05 12:06 UTC  (2+ messages)

[PATCH] RISC-V: Remove @ of vec_series
 2023-10-05 12:02 UTC  (4+ messages)

[PATCH] Revert "ipa: Self-DCE of uses of removed call LHSs (PR 108007)"
 2023-10-05 11:59 UTC 

[pushed] wwwdocs: conduct: Use <br> instead of <br />
 2023-10-05 11:54 UTC 

[PATCH v1] Mode-Switching: Add optional EMIT_AFTER hook
 2023-10-05 11:51 UTC  (10+ messages)

[committed 1/5] arc: Remove unused/incomplete alignment assembly annotation
 2023-10-05 11:43 UTC  (5+ messages)
` [committed 2/5] arc: Update/remove ARC specific tests
` [committed 3/5] arc: Remove '^' print punct character
` [committed 4/5] arc: Remove obsolete ccfsm instruction predication mechanism
` [committed 5/5] arc: Update tests predicates when using linux toolchain

[X86 PATCH] Implement doubleword shift left by 1 bit using add+adc
 2023-10-05 11:43 UTC 

[PATCH] Fix SIMD call SLP discovery
 2023-10-05 11:37 UTC 

[PATCH] wwwdocs: Add ADL to C++ non-bugs
 2023-10-05  9:11 UTC  (3+ messages)

[PATCH] Avoid left around copies when value-numbering BBs
 2023-10-05  8:25 UTC 

[PATCH] s390: Make use of new copysign RTL
 2023-10-05  6:46 UTC 

[PATCH] Support g++ 4.8 as a host compiler
 2023-10-05  5:52 UTC  (2+ messages)

[PATCH] ipa: Self-DCE of uses of removed call LHSs (PR 108007)
 2023-10-05  0:09 UTC  (7+ messages)

[PATCH v2] RISC-V: Test memcpy inlined on riscv_v
 2023-10-04 22:55 UTC 

cpymem for RISCV with v extension
 2023-10-04 21:35 UTC  (10+ messages)
  `  "
          ` [RISC-V]: "

[PATCH 2/2] c++: remove NON_DEPENDENT_EXPR, part 2
 2023-10-04 19:23 UTC  (6+ messages)
` [PATCH] c++: merge tsubst_copy into tsubst_copy_and_build
        ` [PATCH 2/1] c++: rename tsubst_copy_and_build and tsubst_expr

[PATCH RFC] diagnostic: add permerror variants with opt
 2023-10-04 19:16 UTC  (4+ messages)
` [PATCH v2 RFA] "

[PATCH v3] libiberty: Use posix_spawn in pex-unix when available
 2023-10-04 18:28 UTC 

[committed] libstdc++: Define std::numeric_limits<_FloatNN> before C++23
 2023-10-04 18:21 UTC  (7+ messages)

[PATCH] __atomic_test_and_set: Fall back to library, not non-atomic code
 2023-10-04 17:08 UTC  (12+ messages)
  ` [PATCH 1/2] testsuite: Add dg-require-atomic-exchange "
  ` [PATCH 2/2] testsuite: Replace many dg-require-thread-fence with dg-require-atomic-exchange
        ` [PATCH v2 1/2] testsuite: Add dg-require-atomic-cmpxchg-word
        ` [PATCH v2 2/2] testsuite: Replace many dg-require-thread-fence with dg-require-atomic-cmpxchg-word

[RFC 0/2] black, isort, and flake8 configuration
 2023-10-04 16:58 UTC  (3+ messages)
` [RFC 1/2] libstdc++: Use 'black' and 'isort' in pretty printers
` [RFC 2/2] libstdc++: Add flake8 configuration

[RFC gcc13 backport 0/3] Add Ztso atomic mappings
 2023-10-04 15:53 UTC  (2+ messages)

[PATCH] libstdc++: Correctly call _string_types function
 2023-10-04 15:11 UTC  (2+ messages)

[PATCH] RISC-V: THead: Fix missing CFI directives for th.sdd in prologue
 2023-10-04 15:08 UTC  (4+ messages)

WTS : Grade A Macbook
 2023-10-04 14:47 UTC 

[PATCH] options: Prevent multidimensional arrays
 2023-10-04 13:40 UTC  (2+ messages)

aarch64, vect, omp: Add SVE support for simd clones [PR 96342]
 2023-10-04 12:40 UTC  (6+ messages)
` [PATCH7/8] vect: Add TARGET_SIMD_CLONE_ADJUST_RET_OR_PARAM

[PATCH] LoongArch: Reimplement multilib build option handling
 2023-10-04 12:13 UTC  (2+ messages)

[committed,gcc-11] libstdc++: Fix testsuite failures with -O0
 2023-10-04 11:28 UTC 

[Patch] libgomp.texi: Clarify that no other OpenMP context selectors are implemented
 2023-10-04 11:17 UTC  (2+ messages)

Check that passes do not forget to define profile
 2023-10-04 11:02 UTC  (3+ messages)

PR111648: Fix wrong code-gen due to incorrect VEC_PERM_EXPR folding
 2023-10-04 10:16 UTC 

[PATCH] ipa/111643 - clarify flatten attribute documentation
 2023-10-04  9:23 UTC 

[ARC PATCH] Split SImode shifts pre-reload on !TARGET_BARREL_SHIFTER
 2023-10-04  8:37 UTC  (2+ messages)

[Patch, fortran] PR111674 - [13/14 regression] Failure to finalize an allocatable subobject of a non-finalizable type
 2023-10-04  8:27 UTC 

[PATCH] Makefile.tpl: disable -Werror for feedback stage [PR111663]
 2023-10-04  8:11 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).