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

[PATCH v4 0/2] Implement C2X N2653 (char8_t) and correct UTF-8 character literal type in preprocessor directives for C++
 2022-08-08 13:45 UTC  (4+ messages)
` [PATCH v4 2/2] preprocessor/106426: Treat u8 character literals as unsigned in char8_t modes

[PATCH] Add _GLIBCXX_DEBUG backtrace generation
 2022-08-08 13:29 UTC  (3+ messages)

[PATCH][_GLIBCXX_DEBUG] Refine singular iterator state
 2022-08-08 13:19 UTC  (3+ messages)

[PATCH 1/2]AArch64 Fix 128-bit sequential consistency atomic operations
 2022-08-08 12:53 UTC  (6+ messages)
` [PATCH 2/2][AArch32] "

[PATCH 0/4] aarch64: Improve codegen for dups and constructors
 2022-08-08 12:12 UTC  (7+ messages)
` [PATCH 1/4] aarch64: encourage use of GPR input for SIMD inserts
` [PATCH 2/4]aarch64: Change aarch64_expand_vector_init to use rtx_vector_builder
` [PATCH 3/4] match.pd: Teach forwprop to handle VLA VEC_PERM_EXPRs with VLS CONSTRUCTORs as arguments
` [PATCH 4/4][RFC] VLA Constructor

[PATCH] PR tree-optimization/64992: (B << 2) != 0 is B when B is Boolean
 2022-08-08 11:49 UTC  (2+ messages)

[PATCH] PR tree-optimization/71343: Optimize (X<<C)&(Y<<C) as (X&Y)<<C
 2022-08-08 11:42 UTC  (2+ messages)

[PATCH] middle-end: Optimize ((X >> C1) & C2) != C3 for more cases
 2022-08-08 11:28 UTC  (2+ messages)

[PATCH 0/12] arm: Enables return address verification and branch target identification on Cortex-M
 2022-08-08  9:33 UTC  (5+ messages)
` [PATCH 10/12] arm: Implement cortex-M return signing address codegen
  ` [PATCH 10/12 V2] "

[PATCH] lto/106540 - fix LTO tree input wrt dwarf2out_register_external_die
 2022-08-08  9:13 UTC 

ICE after folding svld1rq to vec_perm_expr duing forwprop
 2022-08-08  8:56 UTC  (11+ messages)

[PATCH] Fix middle-end/103645: empty struct store not removed when using compound literal
 2022-08-08  7:59 UTC  (2+ messages)

[x86 PATCH] Move V1TI shift/rotate lowering from expand to pre-reload split
 2022-08-08  7:48 UTC  (2+ messages)

[x86 PATCH take #2] Add peephole2 to reduce double word register shuffling
 2022-08-08  7:22 UTC  (2+ messages)

[PATCH v2, rs6000] Add multiply-add expand pattern [PR103109]
 2022-08-08  6:04 UTC 

[PATCH] LoongArch: add addr_global attribute
 2022-08-08  4:53 UTC  (24+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
      ` [PATCH v4] LoongArch: add movable attribute
        ` [PATCH v5] "
              ` 回复:[PATCH "

[PATCH] rs6000: Fix incorrect RTL for Power LE when removing the UNSPECS [PR106069]
 2022-08-08  3:42 UTC 

[COMMITTED] Move testcase gcc.dg/tree-ssa/pr93776.c to gcc.c-torture/compile/pr93776.c
 2022-08-08  3:34 UTC 

[Committed] Add -mno-stv to new gcc.target/i386/cmpti2.c test case
 2022-08-07 21:23 UTC 

[r13-1982 Regression] FAIL: gcc.target/i386/cmpti2.c scan-assembler-times xorq 4 on Linux/x86_64
 2022-08-07 20:16 UTC 

[PATCH] c++: Extend -Wredundant-move for const-qual objects [PR90428]
 2022-08-06 23:58 UTC  (2+ messages)

[PATCH] c++: Extend -Wpessimizing-move for class prvalues [PR106276]
 2022-08-06 23:07 UTC  (3+ messages)

[PATCH] c++: Tweak for -Wpessimizing-move in templates [PR89780]
 2022-08-06 23:02 UTC  (2+ messages)

[PATCH] c++: Add support for __real__/__imag__ modifications in constant expressions [PR88174]
 2022-08-06 22:41 UTC  (10+ messages)
    ` [PATCH] c++, v2: "
          ` [PATCH] c++, v3: "
              ` [PATCH] c++, v4: "

[PATCH] gimple, internal-fn: Add IFN_TRAP and use it for __builtin_unreachable [PR106099]
 2022-08-06 22:36 UTC  (5+ messages)

[PATCH] c-family: Honor -Wno-init-self for cv-qual vars [PR102633]
 2022-08-06 22:29 UTC  (4+ messages)

[PATCH] RISC-V: Fix the sge<u> ..., x0, ... pattern
 2022-08-06 19:41 UTC 

[PATCH] RISC-V: Use the X iterator for eh_set_lr_{si,di}
 2022-08-06 19:40 UTC 

nvptx: Allow '--with-arch' to override the default '-misa' (was: nvptx multilib setup)
 2022-08-06 19:20 UTC  (6+ messages)
          ` [PING] "
            ` [PING^2] "
              ` [PING^3] "
                ` [PING^4] "
                  ` [PING^5] "

nvptx: forward '-v' command-line option to assembler, linker (was: [MentorEmbedded/nvptx-tools] Issue 30: Ignore not-supported sm_* error without --verify (PR #31))
 2022-08-06 19:20 UTC  (8+ messages)
      ` [PING] nvptx: forward '-v' command-line option to assembler, linker
        ` [PING^2] "
          ` [PING^3] "
            ` [PING^4] "
              ` [PING^5] "
                ` [PING^6] "

[x86_64 PATCH] Allow any immediate constant in *cmp<dwi>_doubleword splitter
 2022-08-06  9:51 UTC  (2+ messages)

[PATCH] contrib: modernize gen_autofdo_event.py
 2022-08-06  6:29 UTC  (3+ messages)
` [EXTERNAL] "

[committed] New warning: -Wanalyzer-jump-through-null [PR105947]
 2022-08-05 23:52 UTC 

add more C++ name hints
 2022-08-05 19:35 UTC 

[PATCH 0/5] IEEE 128-bit built-in overload support
 2022-08-05 18:19 UTC  (3+ messages)
` Ping: "

[PATCH] Properly honor param_max_fsm_thread_path_insns in backwards threader
 2022-08-05 16:35 UTC 

[PATCH] lower-subreg, expr: Mitigate inefficiencies derived from "(clobber (reg X))" followed by "(set (subreg (reg X)) (...))"
 2022-08-05 16:20 UTC  (9+ messages)

[PATCH] libcpp: Improve location for macro names [PR66290]
 2022-08-05 16:04 UTC 

[PATCH] Adjust backwards threader costing of PHIs
 2022-08-05 15:46 UTC  (2+ messages)

[GCC][PATCH] arm: Add support for Arm Cortex-M85 CPU
 2022-08-05 15:45 UTC  (2+ messages)

[PATCH] Add warning options -W[no-]compare-distinct-pointer-types
 2022-08-05 15:44 UTC 

[PATCH] backthreader dump fix
 2022-08-05 15:27 UTC  (2+ messages)

[RFA configure parts] aarch64: Make cc1 &co handle --with options
 2022-08-05 15:01 UTC  (4+ messages)

[committed] libstdc++: Implement <experimental/scope> from LFTSv3
 2022-08-05 14:20 UTC  (2+ messages)
` [committed] libstdc++: Add feature test macro for <experimental/scope>

[PATCH] ipa-visibility: Optimize TLS access [PR99619]
 2022-08-05 14:03 UTC  (4+ messages)
` [PATCH v2] "

[PATCH]middle-end Guard value_replacement and store_elim from seeing diamonds
 2022-08-05 13:47 UTC  (2+ messages)

[PATCH] middle-end: Allow backend to expand/split double word compare to 0/-1
 2022-08-05 12:46 UTC  (2+ messages)

Missed lowering to ld1rq from svld1rq for memory operand
 2022-08-05 12:19 UTC  (2+ messages)

[COMMITTED] Inline unsupported_range constructor
 2022-08-05 12:07 UTC 

[PATCH V2] place `const volatile' objects in read-only sections
 2022-08-05 11:41 UTC 

[PATCH] lto: support --jobserver-style=fifo for recent GNU make
 2022-08-05 10:58 UTC  (2+ messages)

[PATCH] tree-optimization/106533 - loop distribution of inner loop of nest
 2022-08-05 10:08 UTC 

[PATCH] place `const volatile' objects in read-only sections
 2022-08-05  8:44 UTC  (4+ messages)

[RFC: PATCH] Extend vectorizer to handle nonlinear induction for neg, mul/lshift/rshift with a constant
 2022-08-05  5:21 UTC  (4+ messages)

[r13-1956 Regression] FAIL: libstdc++-prettyprinters/cxx11.cc print tpl on Linux/x86_64
 2022-08-05  4:44 UTC 

[PATCH] configure: respect --with-build-time-tools [PR43301]
 2022-08-05  3:18 UTC  (8+ messages)

[PATCH, rs6000] Correct return value of check_p9modulo_hw_available
 2022-08-05  3:05 UTC  (4+ messages)

[COMMITED] [RSIC-V] Fix 32bit riscv with zbs extension enabled
 2022-08-05  2:42 UTC 

[committed] MAINTAINERS: Add myself as AutoFDO maintainer
 2022-08-04 20:47 UTC 

Question about submitting an article
 2022-08-04 19:40 UTC 

[committed] libstdc++: Make std::string_view(Range&&) constructor explicit
 2022-08-04 18:38 UTC 

[committed] libstdc++: Add comparisons to std::default_sentinel_t (LWG 3719)
 2022-08-04 18:38 UTC 

[COMMITTED] PR tree-optimization/106514 - Loop over intersected bitmaps
 2022-08-04 18:29 UTC 

[PATCH, rs6000] TARGET_MADDLD should include TARGET_POWERPC64
 2022-08-04 17:24 UTC  (5+ messages)

[PATCH] libstdc++: Fixing Error: invalid type argument of unary '*' (have 'int')
 2022-08-04 16:54 UTC 

[PATCH V2] arm: add -static-pie support
 2022-08-04 16:47 UTC  (2+ messages)

[PATCH 1/1] c++/106423: Fix pragma suppression of -Wc++20-compat diagnostics
 2022-08-04 16:42 UTC  (3+ messages)
` [PATCH 1/1 v2] "

[PATCH, libgomp] Fix chunk_size<1 for dynamic schedule
 2022-08-04 13:31 UTC  (4+ messages)

[PATCH 1/2] Allow subtarget customization of CC1_SPEC
 2022-08-04 13:02 UTC  (2+ messages)

[PATCH]middle-end: Fix phi-ssa assertion triggers. [PR106519]
 2022-08-04 12:49 UTC  (2+ messages)

[PATCH] match.pd: Add bitwise and pattern [PR106243]
 2022-08-04 12:34 UTC  (6+ messages)

[committed] libstdc++: Rename data members of std::unexpected and std::bad_expected_access
 2022-08-04 12:31 UTC 

[committed] libstdc++: Update value of __cpp_lib_ios_noreplace macro
 2022-08-04 12:31 UTC 

[committed] libstdc++: Unblock atomic wait on non-futex platforms [PR106183]
 2022-08-04 12:30 UTC 

tuple pretty printer
 2022-08-04 11:03 UTC 

[PATCH] tree-optimization/106521 - unroll-and-jam LC SSA rewrite
 2022-08-04 10:49 UTC 

[PATCH] tree-optimization/106521 - unroll-and-jam LC SSA rewrite
 2022-08-04 10:49 UTC 

[PATCH] tree-optimization/106521 - unroll-and-jam LC SSA rewrite
 2022-08-04 10:49 UTC 

[PATCH] Backwards threader greedy search TLC
 2022-08-04  9:27 UTC  (4+ messages)

[PATCH] Add condition coverage profiling
 2022-08-04  9:13 UTC  (7+ messages)

[PATCH] RFC: Extend SLP permutation optimisations
 2022-08-04  9:06 UTC  (3+ messages)

[Patch] OpenMP: Fix folding with simd's linear clause [PR106492]
 2022-08-04  7:32 UTC 

[PATCH 1/2]middle-end: Simplify subtract where both arguments are being bitwise inverted
 2022-08-04  6:58 UTC  (7+ messages)

[PATCH] x86: Enable __bf16 type for TARGET_SSE2 and above
 2022-08-04  4:35 UTC  (3+ messages)

[r13-1950 Regression] FAIL: gfortran.dg/make_unit.f90 -O1 (test for excess errors) on Linux/x86_64
 2022-08-04  3:46 UTC 

[PING][PATCH] Add instruction level discriminator support
 2022-08-04  0:25 UTC  (3+ messages)

[PATCH 2/2]middle-end: Support recognition of three-way max/min
 2022-08-03 20:41 UTC  (11+ messages)

[PATCH, V2] Do not enable -mblock-ops-vector-pair
 2022-08-03 20:11 UTC  (3+ messages)
` Ping: "

[COMMITTED] tree-optimization/106514 - Do not walk equivalence set in path_oracle::killing_def
 2022-08-03 19:38 UTC 

HELP!!How to add a testing case to check a compilation time warning for "cc1"
 2022-08-03 19:07 UTC  (2+ messages)

[PATCH] stack-protector: Check stack canary for noreturn function
 2022-08-03 17:27 UTC  (5+ messages)

[COMMITED] testsuite: btf: fix regexps in btf-int-1.c
 2022-08-03 16:54 UTC 

[00/23] Make fwprop use an on-the-side RTL SSA representation
 2022-08-03 15:31 UTC  (4+ messages)
` [09/23] Add a cut-down version of std::span (array_slice)

[PATCH] PR106342 - IBM zSystems: Provide vsel for all vector modes
 2022-08-03 13:41 UTC  (2+ messages)

Your service renewal #GS03-RENEW-10375512
 2022-08-03 13:36 UTC 

[Patch] OpenMP, libgomp, gimple: omp_get_max_teams, omp_set_num_teams, and omp_{gs}et_teams_thread_limit on offload devices
 2022-08-03 12:40 UTC  (3+ messages)

[committed] libstdc++: Avoid try-catch and O(N) size in std::list::merge for old ABI
 2022-08-03 12:31 UTC 

[committed] d: Merge upstream dmd d7772a2369, phobos 5748ca43f
 2022-08-03 11:04 UTC 

[PATCH] Properly honor param_max_fsm_thread_path_insns in backwards threader
 2022-08-03  9:58 UTC  (6+ messages)

[PATCH] RISC-V: Avoid redundant sign-extension for SImode SGE, SGEU, SLE, SLEU
 2022-08-03  9:54 UTC 

[PATCH] Backwards threader greedy search TLC
 2022-08-03  9:53 UTC 

[PATCH] Backwards threader greedy search TLC
 2022-08-03  9:53 UTC 

[PATCH] Backwards threader greedy search TLC
 2022-08-03  9:53 UTC 

[PATCH] backwards threader costing TLC and a fix
 2022-08-03  9:49 UTC 

[PATCH] backwards threader costing TLC and a fix
 2022-08-03  9:49 UTC 

[PATCH] backwards threader costing TLC and a fix
 2022-08-03  9:49 UTC 

[PATCH v2] cselib: add function to check if SET is redundant [PR106187]
 2022-08-03  9:09 UTC  (6+ messages)

[PATCH] IPA: reduce what we dump in normal mode
 2022-08-03  8:56 UTC  (3+ 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).