public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH 9/9] Native complex operation: Experimental support in x86 backend
 2023-09-13  6:48 UTC  (15+ messages)
` [PATCH v2 0/11] Native complex operations
  ` [PATCH v2 01/11] Native complex ops : Conditional lowering
  ` [PATCH v2 02/11] Native complex ops: Move functions to hooks
  ` [PATCH v2 03/11] Native complex ops: Add gen_rtx_complex hook
  ` [PATCH v2 04/11] Native complex ops: Allow native complex regs and ops in rtl
  ` [PATCH v2 05/11] Native complex ops: Add the conjugate op in optabs
  ` [PATCH v2 06/11] Native complex ops: Update how complex rotations are handled
  ` [PATCH v2 07/11] Native complex ops: Vectorization of native complex operations
  ` [PATCH v2 08/11] Native complex ops: Add explicit vector of complex
  ` [PATCH v2 09/11] Native complex ops: remove useless special cases
  ` [PATCH v2 10/11] Native complex ops: Add a fast complex multiplication pattern
  ` [PATCH v2 11/11] Native complex ops: Experimental support in x86 backend

[PATCH 1/2] MATCH: [PR111364] Add some more minmax cmp operand simplifications
 2023-09-13  6:43 UTC  (4+ messages)
` [PATCH 2/2] MATCH: Move `X <= MAX(X, Y)` before `MIN (X, C1) < C2` pattern

[PATCH v1] RISC-V: Bugfix PR111362 for incorrect frm emit
 2023-09-13  6:18 UTC  (3+ messages)

[committed] RISC-V: Remove redundant ABI test
 2023-09-13  4:06 UTC  (2+ messages)

[PATCH v4 20/22] LoongArch: Add tests for ASX vector xvfcmp{saf/seq/sle/slt/sne/sor/sun} instructions
 2023-09-13  3:43 UTC  (3+ messages)
` [PATCH v4 21/22] LoongArch: Add tests for ASX vector xvext2xv/xvexth/xvextins/xvilvh/xvilvl/xvinsgr2vr/ xvinsve0/xvprem/xvpremi instructions
` [PATCH v4 22/22] LoongArch: Add tests for ASX vector xvpackev/xvpackod/xvpickev/xvpickod/ xvpickve2gr/xvreplgr2vr/xvreplve/xvreplve0/xvreplvei/xvshuf4i/xvshuf instructions

[PATCH v4 19/22] LoongArch: Add tests for ASX vector xvfcmp{caf/ceq/cle/clt/cne/cor/cun} instructions
 2023-09-13  3:43 UTC 

[PATCH v4 10/22] LoongArch: Add tests for ASX vector xvssran/xvssrani/xvssrarn/xvssrarni/xvssrln/ xvssrlni/xvssrlrn/xvssrlrni instructions
 2023-09-13  3:40 UTC  (9+ messages)
` [PATCH v4 11/22] LoongArch: Add tests for ASX vector xvbitclr/xvbitclri/xvbitrev/xvbitrevi/ xvbitsel/xvbitseli/xvbitset/xvbitseti/xvclo/xvclz/xvpcnt instructions
` [PATCH v4 12/22] LoongArch: Add tests for ASX builtin functions
` [PATCH v4 13/22] LoongArch: Add tests for ASX xvldrepl/xvstelm instruction generation
` [PATCH v4 14/22] LoongArch: Add tests for ASX vector floating-point operation instruction
` [PATCH v4 15/22] LoongArch: Add tests for ASX vector floating-point conversion instruction
` [PATCH v4 16/22] LoongArch: Add tests for ASX vector comparison and selection instruction
` [PATCH v4 17/22] LoongArch: Add tests for ASX vector xvfnmadd/xvfrstp/xvfstpi/xvhsubw/ xvmsub/xvrotr/xvrotri/xvld/xvst instructions
` [PATCH v4 18/22] LoongArch: Add tests for ASX vector xvabsd/xvavg/xvavgr/xvbsll/xvbsrl/xvneg/ xvsat instructions

[PATCH v4 09/22] LoongArch: Add tests for ASX vector xvextl/xvsra/xvsran/xvsrarn instructions
 2023-09-13  3:40 UTC 

[PATCH v4 00/22] Added support for ASX vector instructions
 2023-09-13  3:38 UTC  (9+ messages)
` [PATCH v4 01/22] LoongArch: Add tests for ASX vector xvadd/xvadda/xvaddi/xvaddwev/ xvaddwodxvsadd instructions
` [PATCH v4 02/22] LoongArch: Add tests for ASX vector xvhadd/xvhaddw/xvmaddwev/xvmaddwod instructions
` [PATCH v4 03/22] LoongArch: Add tests for ASX vector subtraction instructions
` [PATCH v4 04/22] LoongArch: Add tests for ASX vector xvmul/xvmod/xvdiv instructions
` [PATCH v4 05/22] LoongArch: Add tests for ASX vector xvmax/xvmaxi/xvmin/xvmini instructions
` [PATCH v4 06/22] LoongArch: Add tests for ASX vector xvldi/xvmskgez/xvmskltz/xvmsknz/xvmuh /xvsigncov instructions
` [PATCH v4 07/22] LoongArch: Add tests for ASX vector xvand/xvandi/xvandn/xvor/xvori/ xvnor/xvnori/xvxor/xvxori instructions
` [PATCH v4 08/22] LoongArch: Add tests for ASX vector xvsll/xvsrl instructions

[PATCH v4 20/23] LoongArch: Add tests for SX vector vfcmp instructions
 2023-09-13  3:37 UTC  (4+ messages)
` [PATCH v4 21/23] LoongArch: Add tests for SX vector handling and shuffle instructions
` [PATCH v4 22/23] LoongArch: Add tests for SX vector vand/vandi/vandn/vor/vori/vnor/ vnori/vxor/vxori instructions
` [PATCH v4 23/23] LoongArch: Add tests for SX vector vfmadd/vfnmadd/vld/vst instructions

[PATCH v4 19/23] LoongArch: Add tests for SX vector vfrstp/vfrstpi/vseq/vseqi/vsle /vslei/vslt/vslti instructions
 2023-09-13  3:36 UTC 

[PATCH v4 10/23] LoongArch: Add tests for SX vector vmax/vmaxi/vmin/vmini instructions
 2023-09-13  3:35 UTC  (9+ messages)
` [PATCH v4 11/23] LoongArch: Add tests for SX vector vexth/vextl/vldi/vneg/vsat instructions
` [PATCH v4 12/23] LoongArch: Add tests for SX vector vabsd/vmskgez/vmskltz/vmsknz/vsigncov instructions
` [PATCH v4 13/23] LoongArch: Add tests for SX vector vdiv/vmod instructions
` [PATCH v4 14/23] LoongArch: Add tests for SX vector vsll/vslli/vsrl/vsrli/vsrln/vsrlni/vsrlr /vsrlri/vslrlrn/vsrlrni instructions
` [PATCH v4 15/23] LoongArch: Add tests for SX vector vrotr/vrotri/vsra/vsrai/vsran/vsrani /vsrarn/vsrarni instructions
` [PATCH v4 16/23] LoongArch: Add tests for SX vector vssran/vssrani/vssrarn/vssrarni/vssrln /vssrlni/vssrlrn/vssrlrni instructions
` [PATCH v4 17/23] LoongArch: Add tests for SX vector vbitclr/vbitclri/vbitrev/vbitrevi/ vbitsel/vbitseli/vbitset/vbitseti/vclo/vclz/vpcnt instructions
` [PATCH v4 18/23] LoongArch: Add tests for SX vector floating point arithmetic instructions

[PATCH v4 09/23] LoongArch: Add tests for SX vector vavg/vavgr instructions
 2023-09-13  3:34 UTC 

[PATCH v4 00/23] Add tests for SX vector instructions
 2023-09-13  3:31 UTC  (9+ messages)
` [PATCH v4 01/23] LoongArch: Add tests of -mstrict-align option
` [PATCH v4 02/23] LoongArch: Add testsuite framework for Loongson SX/ASX
` [PATCH v4 03/23] LoongArch: Add tests for Loongson SX builtin functions
` [PATCH v4 04/23] LoongArch: Add tests for SX vector floating-point instructions
` [PATCH v4 05/23] LoongArch: Add tests for SX vector addition instructions
` [PATCH v4 06/23] LoongArch: Add tests for SX vector subtraction instructions
` [PATCH v4 07/23] LoongArch: Add tests for SX vector addition vsadd instructions
` [PATCH v4 08/23] LoongArch: Add tests for the SX vector multiplication instruction

[PATCH] LoongArch: Change the value of branch_cost from 2 to 6
 2023-09-13  3:11 UTC 

[PING][PATCH v2] Add clang's invalid-noreturn warning flag
 2023-09-13  3:09 UTC 

[PATCH] Checking undefined_p before using the vr
 2023-09-13  1:42 UTC  (3+ messages)

[PATCH v2] LoongArch: Fix bug of '<optab>di3_fake'
 2023-09-13  0:54 UTC 

[PATCH] aarch64: Add SVE instruction types
 2023-09-13  0:54 UTC  (6+ messages)

[PATCH] c++: always check arity before deduction
 2023-09-13  0:33 UTC 

[PATCH] MATCH: Simplify `(X % Y) < Y` pattern
 2023-09-12 22:10 UTC 

[PING][PATCH 1/2] Ada: Synchronized private extensions are always limited
 2023-09-12 21:46 UTC  (4+ messages)
    ` [PATCH 1/2 v2] "

[PATCH] c++: Move consteval folding to cp_fold_r
 2023-09-12 21:26 UTC  (8+ messages)
      ` [PATCH v2] "
          ` [PATCH v3] "

Cost Estimating
 2023-09-12 20:25 UTC 

[PATCH 3/4] libgo/test: Fix compilation for build sysroot
 2023-09-12 20:20 UTC  (3+ messages)
` libgo: Consider '--with-build-sysroot=[...]' for target libraries' build-tree testing (instead of build-time 'CC' etc.) [PR109951] (was: [PATCH 3/4] libgo/test: Fix compilation for build sysroot)

[PATCH] preprocessor: c++: Support `#pragma GCC target' macros [PR87299]
 2023-09-12 20:09 UTC  (3+ messages)

[PATCH V6] RISC-V: Enable vec_int testsuite for RVV VLA vectorization
 2023-09-12 19:41 UTC  (3+ messages)

[PATCH] ggc, jit: forcibly clear GTY roots in jit
 2023-09-12 19:20 UTC  (6+ messages)

[V2] RISC-V: Replace not + bitwise_imm with li + bitwise_not
 2023-09-12 19:09 UTC 

[PATCH] check_GNU_style.py: Skip .md square bracket linting
 2023-09-12 18:54 UTC 

[committed] libstdc++: Format Python code according to PEP8
 2023-09-12 18:48 UTC  (2+ messages)

Darwin: Replace environment runpath with embedded [PR88590]
 2023-09-12 17:52 UTC  (8+ messages)

[pushed] c++: __integer_pack with class argument [PR111357]
 2023-09-12 17:49 UTC  (3+ messages)

[PATCH RFC] diagnostic: add permerror variants with opt
 2023-09-12 17:30 UTC 

[PATCH] small _BitInt tweaks
 2023-09-12 17:27 UTC  (4+ messages)

[pushed] c++: ICE with -fno-exceptions and array init [PR107198]
 2023-09-12 17:27 UTC 

RFC: RISC-V sign extension dead code elimination
 2023-09-12 17:11 UTC  (2+ messages)

[PATCH][_GLIBCXX_INLINE_VERSION] Fix <format> friend declarations
 2023-09-12 17:04 UTC  (3+ messages)

[PATCH 00/19] aarch64: Fix -fstack-protector issue
 2023-09-12 16:45 UTC  (21+ messages)
` [PATCH 01/19] aarch64: Use local frame vars in shrink-wrapping code
` [PATCH 02/19] aarch64: Avoid a use of callee_offset
` [PATCH 03/19] aarch64: Explicitly handle frames with no saved registers
` [PATCH 04/19] aarch64: Add bytes_below_saved_regs to frame info
` [PATCH 05/19] aarch64: Add bytes_below_hard_fp "
` [PATCH 06/19] aarch64: Tweak aarch64_save/restore_callee_saves
` [PATCH 07/19] aarch64: Only calculate chain_offset if there is a chain
` [PATCH 08/19] aarch64: Rename locals_offset to bytes_above_locals
` [PATCH 09/19] aarch64: Rename hard_fp_offset to bytes_above_hard_fp
` [PATCH 10/19] aarch64: Tweak frame_size comment
` [PATCH 11/19] aarch64: Measure reg_offset from the bottom of the frame
` [PATCH 12/19] aarch64: Simplify top of frame allocation
` [PATCH 13/19] aarch64: Minor initial adjustment tweak
` [PATCH 14/19] aarch64: Tweak stack clash boundary condition
` [PATCH 15/19] aarch64: Put LR save probe in first 16 bytes
` [PATCH 16/19] aarch64: Simplify probe of final frame allocation
` [PATCH 17/19] aarch64: Explicitly record probe registers in frame info
` [PATCH 18/19] aarch64: Remove below_hard_fp_saved_regs_size
` [PATCH 19/19] aarch64: Make stack smash canary protect saved registers

[PATCH v1] rs6000: unnecessary clear after vctzlsbb in vec_first_match_or_eos_index
 2023-09-12 16:39 UTC 

[PATCH] libgomp, nvptx, amdgcn: parallel reverse offload
 2023-09-12 16:32 UTC  (2+ messages)
` [OG13][committed] "

[PATCH] RISC-V: Support cond vmulh.vv and vmulu.vv
 2023-09-12 16:25 UTC 

[PATCH] RISC-V: Support cond vnsrl/vnsra
 2023-09-12 16:25 UTC 

[PATCH] RISC-V: Support cond vfsgnj.vv autovec pattern
 2023-09-12 16:25 UTC 

[PATCH] [11/12/13/14 Regression] ABI break in _Hash_node_value_base since GCC 11 [PR 111050]
 2023-09-12 16:09 UTC  (4+ messages)

[Linaro-TCWG-CI] gcc patch #75674: FAIL: 68 regressions
 2023-09-12 15:00 UTC  (3+ messages)
  ` gcc-patches From rewriting mailman settings (Was: [Linaro-TCWG-CI] gcc patch #75674: FAIL: 68 regressions)

[PATCH 00/13] libstdc++: Add support for running tests with multiple -std options
 2023-09-12 13:39 UTC  (3+ messages)
  ` [PATCH 14/13] libstdc++: Re-initialize static data files used by tests

[PATCH V2] RISC-V: Support VECTOR BOOL vcond_mask optab[PR111337]
 2023-09-12 13:37 UTC  (2+ messages)

[PATCH] RISC-V: Support VECTOR BOOL vcond_mask optab[PR111337]
 2023-09-12 13:32 UTC  (3+ messages)
  `  "

[PATCH v1] RISC-V: Remove unused structure in cost model
 2023-09-12 13:21 UTC  (3+ messages)

[PATCH 1/3] libstdc++: Remove std::bind_front specialization for no bound args
 2023-09-12 13:16 UTC  (7+ messages)
` [PATCH 2/3] libstdc++: Fix std::bind_front perfect forwarding [PR111327]
` [PATCH 3/3] libstdc++: Fix std::not_fn "

[committed] contrib: Quote variable in test expression [PR111360]
 2023-09-12 11:45 UTC 

[PATCH V5] RISC-V: Support Dynamic LMUL Cost model
 2023-09-12 11:32 UTC  (3+ messages)

[PATCH v4 0/5] Fix library testsuite compilation for build sysroot
 2023-09-12 11:03 UTC  (3+ messages)
` [PATCH v4 1/5] libatomic/test: Fix "
  ` libatomic: Consider '--with-build-sysroot=[...]' for target libraries' build-tree testing (instead of build-time 'CC' etc.) [PR109951] (was: [PATCH v4 1/5] libatomic/test: Fix compilation for build sysroot)

[PATCH v5 GCC] libffi/test: Fix compilation for build sysroot
 2023-09-12 10:58 UTC  (2+ messages)
` libffi: Consider '--with-build-sysroot=[...]' for target libraries' build-tree testing (instead of build-time 'CC' etc.) [PR109951] (was: [PATCH v5 GCC] libffi/test: Fix compilation for build sysroot)

[PATCH V4] RISC-V: Support Dynamic LMUL Cost model
 2023-09-12 10:57 UTC  (9+ messages)
  `  "

[PATCH] MATCH: Simplify (a CMP1 b) ^ (a CMP2 b)
 2023-09-12 10:35 UTC  (2+ messages)

[PATCH] sccvn: Avoid ICEs on _BitInt load BIT_AND_EXPR mask [PR111338]
 2023-09-12 10:19 UTC  (2+ messages)

[PATCH v5] Implement new RTL optimizations pass: fold-mem-offsets
 2023-09-12 10:13 UTC  (3+ messages)

[PATCH] match: Don't sink comparisons into vec_cond operands
 2023-09-12 10:06 UTC  (2+ messages)

[PATCH] math-opts: Add dbgcounter for FMA formation
 2023-09-12  9:52 UTC  (2+ messages)

[MAINTAINERS/KERNEL SUMMIT] Trust and maintenance of file systems
 2023-09-12  9:50 UTC  (5+ messages)

[PATCH] Tweak language choice in config-list.mk
 2023-09-12  9:47 UTC  (2+ messages)

[PATCH] ssa_name_has_boolean_range vs signed-boolean:31 types
 2023-09-12  9:42 UTC  (3+ messages)

[PATCH v2 0/2] riscv: Introduce strlen/strcmp/strncmp inline expansion
 2023-09-12  9:38 UTC  (6+ messages)
` [PATCH v2 1/2] riscv: Add support for strlen "
` [PATCH v2 2/2] riscv: Add support for str(n)cmp "

[PATCH 0/4] Fix library testsuite compilation for build sysroot
 2023-09-12  9:35 UTC  (11+ messages)
` [PING^4][PATCH "
            ` Consider '--with-build-sysroot=[...]' for target libraries' build-tree testing (instead of build-time 'CC' etc.) [PR109951]
                ` libgomp: Consider '--with-build-sysroot=[...]' for target libraries' build-tree testing (instead of build-time 'CC' etc.) [PR91884, PR109951] (was: Consider '--with-build-sysroot=[...]' for target libraries' build-tree testing (instead of build-time 'CC' etc.) [PR109951])
              ` Pass 'SYSROOT_CFLAGS_FOR_TARGET' down to target libraries [PR109951] "

[PATCH-2v2, rs6000] Implement 32bit inline lrint [PR88558]
 2023-09-12  9:34 UTC  (2+ messages)

[PATCH-1v2, rs6000] Enable SImode in FP registers on P7 [PR88558]
 2023-09-12  9:33 UTC  (2+ messages)

[PATCH] rs6000: unnecessary clear after vctzlsbb in vec_first_match_or_eos_index
 2023-09-12  9:30 UTC  (2+ messages)

[PATCH v6] RISC-V:Optimize the MASK opt generation
 2023-09-12  9:18 UTC 

[PATCH 1/2] testsuite: Add and use thread_fence effective-target
 2023-09-12  9:07 UTC  (11+ messages)
` [PATCH 2/2] libstdc++: Add dg-require-thread-fence in several tests

[PATCH] RISC-V: Add missed cond autovec testcases
 2023-09-12  9:07 UTC  (4+ messages)

[committed][nvptx] Use .alias directive for mptx >= 6.3
 2023-09-12  9:02 UTC  (3+ messages)
  ` nvptx 'TARGET_USE_LOCAL_THUNK_ALIAS_P', 'TARGET_SUPPORTS_ALIASES' (was: [committed][nvptx] Use .alias directive for mptx >= 6.3)

[PATCH v1] RISC-V: Implement RESOLVE_OVERLOADED_BUILTIN for RVV intrinsic
 2023-09-12  8:56 UTC  (6+ messages)
` [PATCH v2] "
` [PATCH v3] "

[Patch] OpenMP (C only): omp allocate - handle stack vars, improve diagnostic
 2023-09-12  8:55 UTC  (12+ messages)
          ` [Patch] OpenMP (C only): omp allocate - extend parsing support, improve diagnostic (was: [Patch] OpenMP (C only): omp allocate - handle stack vars, improve diagnostic)
                  ` [Patch] OpenMP (C only): omp allocate - extend parsing support, improve diagnostic

Add dg test for matching function bodies
 2023-09-12  8:45 UTC  (5+ messages)
` [WIP] testsuite: Port 'check-function-bodies' to nvptx (was: Add dg test for matching function bodies)
  `  "
    ` testsuite: Port 'check-function-bodies' to nvptx

[PATCH] Improve rewrite_to_defined_overflow for lhs already the correct type
 2023-09-12  8:28 UTC  (2+ messages)

[PING^2] [PATCH v8] tree-ssa-sink: Improve code sinking pass
 2023-09-12  7:46 UTC  (2+ messages)
` [PING^3] "

[PATCH 0/2] Optimize is_member_object_pointer trait performance
 2023-09-12  7:23 UTC  (3+ messages)
` [PATCH 1/2] c++: Implement __is_member_object_pointer built-in trait
` [PATCH 2/2] libstdc++: Optimize is_member_object_pointer trait performance

[PING^4] PATCH v5 4/4] ree: Improve ree pass for rs6000 target using defined ABI interfaces
 2023-09-12  7:21 UTC  (2+ messages)
` [PING^5] "

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