public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[RFC] Teach vectorizer to deal with bitfield reads
 2022-10-12  9:02 UTC  (22+ messages)
            ` [PATCH] Teach vectorizer to deal with bitfield accesses (was: [RFC] Teach vectorizer to deal with bitfield reads)

[PATCH v2] rs6000: Rework option -mpowerpc64 handling [PR106680]
 2022-10-12  8:57 UTC  (2+ messages)

[Patch] libgomp/nvptx: Prepare for reverse-offload callback handling
 2022-10-12  8:55 UTC  (11+ messages)
            ` [Patch][v5] "

[COMMITTED] gcov: rename gcov_write_summary
 2022-10-12  8:52 UTC 

[PATCH] rs6000: Rework option -mpowerpc64 handling [PR106680]
 2022-10-12  8:26 UTC  (11+ messages)

[RFC PATCH] c++, i386, arm, aarch64, libgcc: std::bfloat16_t and __bf16 arithmetic support
 2022-10-12  8:23 UTC  (8+ messages)
    ` [PATCH] middle-end, c++, i386, "
            ` [PATCH] machmode: Introduce GET_MODE_NEXT_MODE with previous GET_MODE_WIDER_MODE meaning, add new GET_MODE_WIDER_MODE

[PATCH v2 00/10] [RISC-V] Atomics improvements [PR100265/PR100266]
 2022-10-12  8:03 UTC  (8+ messages)

[PATCH] MAINTAINERS: Add myself for write after approval
 2022-10-12  7:54 UTC  (2+ messages)

[PATCH (pushed)] regenerate configure files
 2022-10-12  7:32 UTC 

[PATCH v2 0/3] doc: -falign-functions improvements
 2022-10-12  7:24 UTC  (6+ messages)
` [PATCH v2 1/3] doc: -falign-functions doesn't override the __attribute__((align(N)))
` [PATCH v2 2/3] doc: -falign-functions is ignored under -Os
` [PATCH v2 3/3] doc: -falign-functions is ignored for cold/size-optimized functions

[COMMITTED] Add default relation_kind to floating point range-op entries
 2022-10-12  6:50 UTC  (5+ messages)
` [COMMITTED] Add an frange(type) constructor analogous to the irange version
` [COMMITTED] Disable tree to bool conversion in frange::update_nan
` [COMMITTED] Add method to query the sign of a NAN
` [COMMITTED] Add stubs for floating point range-op tests

[PATCH V4] rs6000: cannot_force_const_mem for HIGH code rtx[PR106460]
 2022-10-12  6:48 UTC 

[PATCH V6] rs6000: Optimize cmp on rotated 16bits constant
 2022-10-12  6:42 UTC  (3+ messages)
` Ping: "
  ` Ping^2: "

[PATCH] coroutines: Use cp_build_init_expr consistently
 2022-10-12  6:34 UTC  (5+ messages)

[PATCH v2] LoongArch: Libvtv add loongarch support
 2022-10-12  4:05 UTC  (6+ messages)

[PATCH] RISC-V: Refine riscv-vector-builtins.o include files and makefile
 2022-10-12  3:56 UTC  (4+ messages)
  `  "

[PATCH] Remove AVX512_VP2INTERSECT from PTA_SAPPHIRERAPIDS
 2022-10-12  3:30 UTC  (2+ messages)

[PATCH] LoongArch: Fixed a bug in the loongarch architecture of libitm package
 2022-10-12  3:16 UTC 

[PATCH] Pass PKG_CONFIG_PATH down from top-level Makefile
 2022-10-12  3:08 UTC  (2+ messages)

[PATCH v2] Libvtv-test: Fix bug that scansarif.exp cannot be found in libvtv regression test
 2022-10-12  2:53 UTC  (3+ messages)

[RFC] c++: parser - Support for target address spaces in C++
 2022-10-12  1:49 UTC  (6+ messages)
  ` [PATCH] "
      ` [PATCH v2] "

[PATCH] RISC-V: Add new line at end of file
 2022-10-12  1:42 UTC 

[PATCH] [x86] Add define_insn_and_split to support general version of "kxnor"
 2022-10-12  0:56 UTC  (4+ messages)

[RFC] Add support for vectors in comparisons (like the C++ frontend does)
 2022-10-11 23:18 UTC  (7+ messages)

[PATCH] Fix emit_group_store regression on big-endian
 2022-10-11 22:57 UTC 

[Ada] Enable support for atomic primitives on SPARC/Linux
 2022-10-11 22:42 UTC 

[PATCH] doc: -falign-functions doesn't override the __attribute__((align(N)))
 2022-10-11 21:02 UTC  (2+ messages)

[PATCH] c++: ICE with VEC_INIT_EXPR and defarg [PR106925]
 2022-10-11 20:28 UTC  (2+ messages)

[PATCH] Fortran: check types of operands of arithmetic binary operations [PR107217]
 2022-10-11 20:23 UTC 

[PATCH] Fortran: check types of source expressions before conversion [PR107215]
 2022-10-11 20:12 UTC  (2+ messages)

[PATCH] c-family: ICE with [[gnu::nocf_check]] [PR106937]
 2022-10-11 20:03 UTC  (14+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "
          ` [PATCH v4] "
                  ` [PATCH v5] "

[PATCH] libstdc++: Allow emergency EH alloc pool size to be tuned [PR68606]
 2022-10-11 19:41 UTC  (3+ messages)

[PATCH] libstdc++: Implement ranges::repeat_view from P2474R2
 2022-10-11 19:38 UTC  (2+ messages)

[PATCH] btf: Add support to BTF_KIND_ENUM64 type
 2022-10-11 18:55 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] middle-end IFN_ASSUME support [PR106654]
 2022-10-11 18:05 UTC  (5+ messages)
    ` [PATCH] middle-end, v2: "

[PATCH] c++ modules: ICE with templated friend and std namespace [PR100134]
 2022-10-11 17:40 UTC  (2+ messages)

[PATCH] Use cxx11 abi in versioned namespace
 2022-10-11 17:28 UTC  (2+ messages)

[PATCH] c++ modules: lazy loading from within template [PR99377]
 2022-10-11 17:12 UTC  (4+ messages)

[PATCH] testsuite: Only run -fcf-protection test on i?86/x86_64 [PR107213]
 2022-10-11 16:57 UTC 

[PATCH v3] libstdc++: fix pointer type exception catch [PR105387]
 2022-10-11 15:04 UTC  (3+ messages)

[PATCH] Avoid calling tracer.trailer() twice
 2022-10-11 14:47 UTC  (4+ messages)

[PATCH 0/5] [gfortran] Support for allocate directive (OpenMP 5.0)
 2022-10-11 14:38 UTC  (9+ messages)
` [PATCH 1/5] [gfortran] Add parsing support "
` [PATCH 2/5] [gfortran] Translate "

[PATCH 1/2] gcov: test switch/break line counts
 2022-10-11 14:00 UTC  (5+ messages)
` [PATCH 2/2] gcov: test line count for label in then/else block

[COMMITTED] Move TRUE case first in range-op.cc
 2022-10-11 13:57 UTC  (5+ messages)
` [COMMITTED] Share common ordered comparison code with UN*_EXPR
` [COMMITTED] Implement op1_range operators for unordered comparisons
` [COMMITTED] Implement ABS_EXPR operator for frange

[PATCH] strub: machine-independent stack scrubbing
 2022-10-11 13:33 UTC  (7+ messages)
  ` [PATCH v2 00/10] Introduce "

[PATCH] c++: Implement excess precision support for C++ [PR107097, PR323]
 2022-10-11 13:33 UTC 

Adding a new thread model to GCC
 2022-10-11 13:22 UTC  (7+ messages)

[committed 0/6] amdgcn: Add V32, V16, V8, V4, and V2 vectors
 2022-10-11 11:58 UTC  (10+ messages)
` [committed 1/6] amdgcn: add multiple vector sizes
` [committed 2/6] amdgcn: Resolve insn conditions at compile time
` [committed 3/6] amdgcn: Add vec_extract for partial vectors
` [committed 4/6] amdgcn: vec_init for multiple vector sizes
` [committed 5/6] amdgcn: Add vector integer negate insn
` [committed 6/6] amdgcn: vector testsuite tweaks

[PATCH RESEND 0/1] RFC: P1689R5 support
 2022-10-11 11:42 UTC  (7+ messages)
` [PATCH RESEND 1/1] p1689r5: initial support

libiberty: Demangling 'M' prefixes
 2022-10-11 11:41 UTC 

[PATCH] libstdc++: Allow emergency EH alloc pool size to be tuned [PR68606]
 2022-10-11 11:34 UTC  (7+ messages)

[PATCH 0/2] gcov: Split when edge locus differ from dest bb
 2022-10-11 11:27 UTC  (9+ messages)
` [PATCH 2/2] Split edge when edge locus and dest don't match

[PATCH] tree-optimization/107212 - SLP reduction of reduction paths
 2022-10-11 11:15 UTC 

[PATCH][GCC 12] arm: Fix constant immediates predicates and constraints for some MVE builtins
 2022-10-11 10:19 UTC  (5+ messages)

[PATCH][RFT] Vectorization of first-order recurrences
 2022-10-11  8:42 UTC  (5+ messages)

[COMMITTED] [PR107195] Set range to zero when nonzero mask is 0
 2022-10-11  8:31 UTC 

[PATCH-1, rs6000] Generate permute index directly for little endian target [PR100866]
 2022-10-11  7:38 UTC 

[patch] configury support for VxWorks shared libraries
 2022-10-11  7:26 UTC  (4+ messages)

[PATCH] libstdc++: basic_filebuf: don't flush more often than necessary
 2022-10-11  7:15 UTC  (7+ messages)
` [PING] "
  ` [PING 2] "

[PATCH (pushed)] ranger: add override keyword
 2022-10-11  6:54 UTC 

[PATCH] elf: ELF toolchain --without-{headers,newlib} should provide stdint.h
 2022-10-11  6:47 UTC  (3+ messages)
` Ping: "
  ` Ping: [PATCH] elf: ELF toolchain --without-{headers, newlib} "

[PATCH 1/3] STABS: remove -gstabs and -gxcoff functionality
 2022-10-11  6:40 UTC  (4+ messages)
` Restore default 'sorry' 'TARGET_ASM_CONSTRUCTOR', 'TARGET_ASM_DESTRUCTOR' (was: [PATCH 1/3] STABS: remove -gstabs and -gxcoff functionality)

[PATCH] RISC-V: Clang-format vector_type_index
 2022-10-11  6:36 UTC 

[PATCH] RISC-V: Remove TUPLE size macro define
 2022-10-11  6:23 UTC 

[PATCH] RISC-V: Clang-format add_vector_attribute function
 2022-10-11  6:21 UTC 

[PATCH] RISC-V: Refine register_builtin_types function
 2022-10-11  6:15 UTC 

[PATCH] RISC-V: Move function place to make it looks better
 2022-10-11  4:48 UTC 

[committed] [PR rtl-optimization/107182] Clear EDGE_CROSSING for jump->ret optimization
 2022-10-11  4:46 UTC 

[PATCH][ICE] Fix for PR107193
 2022-10-11  4:11 UTC  (4+ messages)

[PATCH] RISC-V: move struct vector_type_info from *.h to *.cc and change "user_name" into "name"
 2022-10-11  2:36 UTC  (2+ messages)

[PATCH] RISC-V: Add missing vsetvl instruction type
 2022-10-11  2:35 UTC  (2+ messages)

[PATCH] Set discriminators for call stmts on the same line within the same basic block
 2022-10-11  1:11 UTC  (2+ messages)
` [EXTERNAL] "

Go patch committed: Treat S("") as a string constant
 2022-10-10 21:46 UTC 

Go patch committed: Only build thunk struct type when needed
 2022-10-10 21:27 UTC 

[committed] libstdc++: std::make_signed_t<cv bool> should be ill-formed
 2022-10-10 20:38 UTC  (5+ messages)

[PATCH] c++: Remove maybe-rvalue OR in implicit move
 2022-10-10 20:15 UTC  (3+ messages)

[PATCH v2 0/9] fortran: clobber fixes [PR41453]
 2022-10-10 18:58 UTC  (3+ messages)

[PATCH] Be careful with MODE_CC in simplify_const_relational_operation
 2022-10-10 15:50 UTC  (7+ messages)
  ` [PATCH] Add new target hook: simplify_modecc_const

[PATCH] 17/19 modula2 front end: dejagnu expect library scripts
 2022-10-10 15:31 UTC 

[PATCH] 16/19 modula2 front end: bootstrap and documentation tools
 2022-10-10 15:31 UTC 

[PATCH] 15/19 modula2 front end: cc1gm2 additional non modula2 source files
 2022-10-10 15:31 UTC 

[PATCH] 14/19 modula2 front end: gimple interface remainder
 2022-10-10 15:31 UTC 

[PATCH] 13/19 modula2 front end: gimple interface *[g-m]*.cc
 2022-10-10 15:31 UTC 

[PATCH] 12/19 modula2 front end: gimple interface *[e-f]*.cc
 2022-10-10 15:31 UTC 

[PATCH] 11/19 modula2 front end: gimple interface *[a-d]*.cc
 2022-10-10 15:31 UTC 

[PATCH] 10/19 modula2 front end: gimple interface header files *.h and *.def
 2022-10-10 15:31 UTC 

[PATCH] 8/19 modula2 front end: libgm2 contents
 2022-10-10 15:31 UTC 

[PATCH] 9/19 modula2 front end: plugin source files
 2022-10-10 15:31 UTC 

[PATCH] 7/19 modula2 front end: libgm2/libm2log contents
 2022-10-10 15:31 UTC 

[PATCH] 5/19 modula2 front end: libgm2/libm2iso contents
 2022-10-10 15:31 UTC 

[PATCH] 6/19 modula2 front end: libgm2/libm2min contents
 2022-10-10 15:31 UTC 

[PATCH] 4/19 modula2 front end: libgm2/libm2pim contents
 2022-10-10 15:31 UTC 

[PATCH] 3/19 modula2 front end: gm2 driver files
 2022-10-10 15:31 UTC 

[PATCH] 1/19 modula2 front end: changes outside gcc/m2, libgm2 and gcc/testsuite
 2022-10-10 15:31 UTC 

[PATCH] 0/19 modula-2 front end patches overview
 2022-10-10 15:31 UTC 

[PATCH] 2/19 modula2 front end: Make-lang.in
 2022-10-10 15:31 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).