public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH v4] rs6000: Rework ELFv2 support for -fpatchable-function-entry* [PR99888]
 2022-08-25  5:50 UTC 

[PATCH, rs6000] Change insn condition from TARGET_64BIT to TARGET_POWERPC64 for VSX scalar extract/insert instructions
 2022-08-25  5:22 UTC  (7+ messages)

[PATCH] Don't gimple fold ymm-version vblendvpd/vblendvps/vpblendvb w/o TARGET_AVX2
 2022-08-25  3:46 UTC  (3+ messages)

[RFC] bpf.2: Use standard types and attributes
 2022-08-25  0:52 UTC  (5+ messages)
` [PATCH v3] Many pages: Document fixed-width types with ISO C naming

[PATCH] libstdc++: Optimize operator+(string/char*, string/char*) equally
 2022-08-24 23:02 UTC  (12+ messages)
  ` [PATCH v2] libstdc++: Optimize operator+(string/char*,string/char*)
    ` [PATCH] libstdc++: Optimize operator+(string/char*,string/char*) equally

[PATCH] c++: Implement -Wself-move warning [PR81159]
 2022-08-24 21:30 UTC  (9+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "
          ` [PATCH v4] "

[PATCH] c++: Implement C++23 P2071R2 - Named universal character escapes [PR106648]
 2022-08-24 20:22 UTC  (3+ messages)
` [PATCH] c++: Predefine __cpp_named_character_escapes=202207L for C++23 [PR106648]

[PATCH] libstdc++: Optimize std::con/disjunction, __and_/__or_, etc
 2022-08-24 19:40 UTC 

[PATCH 0/3] picolibc: Add picolibc linking help
 2022-08-24 19:32 UTC  (6+ messages)
` [PATCH 1/3] picolibc: Allow default libc to be specified to configure
  ` [PATCH 2/3] picolibc: Add newlib and picolibc as default C library choices
    ` [PATCH 3/3] picolibc: Add '--oslib=' option when default C library is picolibc

[Patch] Fortran/OpenMP: Fix strictly structured blocks parsing
 2022-08-24 18:50 UTC  (3+ messages)

[PATCH] IBM zSystems: Fix function_ok_for_sibcall [PR106355]
 2022-08-24 18:47 UTC  (2+ messages)

[PATCH] libstdc++: Fix fallout from P2321R2 pair/tuple enhancements
 2022-08-24 18:38 UTC  (3+ messages)

[PATCH] c: Implement C23 nullptr (N3042)
 2022-08-24 18:24 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH] Fortran: improve error recovery while simplifying size of bad array [PR103694]
 2022-08-24 17:54 UTC  (3+ messages)

[PATCH][RFC] Uninit diagnostic consistency
 2022-08-24 14:57 UTC 

[committed] libstdc++: Fix regression in std::stable_sort
 2022-08-24 14:33 UTC 

Rust frontend patches v2
 2022-08-24 14:28 UTC  (39+ messages)
` [PATCH Rust front-end v2 01/37] Use DW_ATE_UTF for the Rust 'char' type
` [PATCH Rust front-end v2 02/37] gccrs: Add nessecary hooks for a Rust front-end testsuite
` [PATCH Rust front-end v2 03/37] gccrs: Add Debug info testsuite
` [PATCH Rust front-end v2 04/37] gccrs: Add link cases testsuite
` [PATCH Rust front-end v2 05/37] gccrs: Add general compilation test cases
` [PATCH Rust front-end v2 06/37] gccrs: Add execution "
` [PATCH Rust front-end v2 07/37] gccrs: Add gcc-check-target check-rust
` [PATCH Rust front-end v2 08/37] gccrs: Add the Rust front-end AST data structures
` [PATCH Rust front-end v2 09/37] gccrs: Add Lexer for Rust front-end
` [PATCH Rust front-end v2 10/37] gccrs: Add Parser "
` [PATCH Rust front-end v2 11/37] gccrs: Add expansion pass for the "
` [PATCH Rust front-end v2 12/37] gccrs: Add name resolution pass to "
` [PATCH Rust front-end v2 13/37] gccrs: Add second intermedite representation called HIR
` [PATCH Rust front-end v2 14/37] gccrs: Add AST to HIR lowering pass
` [PATCH Rust front-end v2 15/37] gccrs: Add wrapper for make_unique
` [PATCH Rust front-end v2 16/37] gccrs: Add port of FNV hash used during legacy symbol mangling
` [PATCH Rust front-end v2 17/37] gccrs: Add Rust ABI enum helpers
` [PATCH Rust front-end v2 18/37] gccrs: Add Base62 implementation
` [PATCH Rust front-end v2 19/37] gccrs: Add implementation of Optional
` [PATCH Rust front-end v2 20/37] gccrs: Add attributes checker
` [PATCH Rust front-end v2 21/37] gccrs: Add helpers mappings canonical path and lang items
` [PATCH Rust front-end v2 22/37] gccrs: Add type resolution and trait solving pass
` [PATCH Rust front-end v2 23/37] gccrs: Add unsafe checks for Rust
` [PATCH Rust front-end v2 24/37] gccrs: Add const checker
` [PATCH Rust front-end v2 25/37] gccrs: Add privacy checks
` [PATCH Rust front-end v2 26/37] gccrs: Add dead code scan on HIR
` [PATCH Rust front-end v2 27/37] gccrs: Add unused variable scan
` [PATCH Rust front-end v2 28/37] gccrs: Add metadata ouptput pass
` [PATCH Rust front-end v2 29/37] gccrs: HIR to GCC GENERIC lowering
` [PATCH Rust front-end v2 30/37] gccrs: These are wrappers ported from reusing gccgo
` [PATCH Rust front-end v2 31/37] gccrs: Add GCC Rust front-end Make-lang.in
` [PATCH Rust front-end v2 32/37] gccrs: Add config-lang.in
` [PATCH Rust front-end v2 33/37] gccrs: add lang-spec.h
` [PATCH Rust front-end v2 34/37] gccrs: add lang.opt
` [PATCH Rust front-end v2 35/37] gccrs: add compiler driver
` [PATCH Rust front-end v2 36/37] gccrs: compiler proper interface kicks off the pipeline
` [PATCH Rust front-end v2 37/37] gccrs: Add README, CONTRIBUTING and compiler logo

[PATCH 1/2] LoongArch: Avoid RTL flag check failure in loongarch_classify_symbol
 2022-08-24 14:12 UTC  (3+ messages)
` [PATCH v2 2/2] LoongArch: add model attribute
  ` [PATCH v2 2/2 resend] "

[PATCH] LoongArch: testsuite: refine __tls_get_addr tests with tls_native
 2022-08-24 14:09 UTC 

[PATCH V4] rs6000: Optimize cmp on rotated 16bits constant
 2022-08-24 14:07 UTC  (4+ messages)

Rust frontend patches v1
 2022-08-24 14:02 UTC  (9+ messages)

[PATCH v3] rs6000: Rework ELFv2 support for -fpatchable-function-entry* [PR99888]
 2022-08-24 14:01 UTC  (6+ messages)

[COMMITTED] bpf: facilitate constant propagation of function addresses
 2022-08-24 13:32 UTC 

[committed] libstdc++: Add check for LWG 3741 problem case
 2022-08-24 13:05 UTC 

[PATCH 1/3] libstdc++: Separate construct/convertibility tests for std::tuple
 2022-08-24 12:15 UTC  (9+ messages)
` [PATCH 2/3] libstdc++: Implement std::pair/tuple/misc enhancements from P2321R2
` [PATCH 3/3] libstdc++: Implement ranges::zip_view "

[PATCH] i386: avoid zero extension for crc32q
 2022-08-24 11:35 UTC  (2+ messages)

[PATCH V5] rs6000: Optimize cmp on rotated 16bits constant
 2022-08-24 11:27 UTC 

[PATCH 2/2] Move things around in predicate analysis
 2022-08-24 11:15 UTC 

[PATCH 1/2] Split uninit analysis from predicate analysis
 2022-08-24 11:15 UTC 

[PATCH] internal-fn, tree-cfg: Fix .TRAP handling and another __builtin_trap vops issue [PR106099]
 2022-08-24 10:20 UTC  (2+ messages)

[PATCH] Some more predicate analysis TLC
 2022-08-24  9:44 UTC 

[PATCH] rs6000/test: Adjust pr104992.c with vect_int_mod [PR106516]
 2022-08-24  8:17 UTC 

[PATCH] Adjust the symbol for SECTION_LINK_ORDER linked_to section [PR99889]
 2022-08-24  8:17 UTC 

[PATCH] rs6000: using li/lis+oris/xoris to build constants
 2022-08-24  8:13 UTC 

[PATCH] sched1: Fix -fcompare-debug issue in schedule_region [PR105586]
 2022-08-24  8:10 UTC  (4+ messages)

[committed] i386: Fix up mode iterators that weren't expanded [PR106721]
 2022-08-24  8:04 UTC 

[PATCH] LoongArch: Fix pr106459 by use HWIT instead of 1UL
 2022-08-24  7:45 UTC 

[PATCH] gcov: fix file and function summary information
 2022-08-24  7:31 UTC  (3+ messages)

[PATCH v1] LoongArch: Add new code model 'emdium'
 2022-08-24  6:58 UTC  (3+ messages)
  ` [commited PATCH v1] LoongArch: Add new code model 'medium'

LoongArch: add model attribute
 2022-08-24  6:54 UTC  (3+ messages)

[PATCH] Speedup path discovery in predicate::use_cannot_happen
 2022-08-24  6:48 UTC  (2+ messages)

[PATCH] MIPS: improve -march=native arch detection
 2022-08-24  5:56 UTC  (3+ messages)

tree.cc: Fix optimization of DFP default initialization
 2022-08-24  5:08 UTC  (2+ messages)

[PATCH] rs6000: Fix incorrect RTL for Power LE when removing the UNSPECS [PR106069]
 2022-08-24  1:24 UTC  (8+ messages)
  ` [PATCH v2] "
          ` [PATCH v4] "
            ` Ping: "

[PATCH] RISC-V: Add runtime invariant support
 2022-08-24  1:02 UTC  (6+ messages)
        `  "

Ping^2: 2 libcpp patches
 2022-08-23 23:47 UTC  (2+ messages)

[committed] preprocessor: Support #warning for standard C2x
 2022-08-23 21:54 UTC  (3+ messages)
` [PATCH] preprocessor: Implement C++23 P2437R1 - Support for #warning [PR106646]

[PATCH] c++: Quash bogus -Wredundant-move warning
 2022-08-23 21:53 UTC  (2+ messages)

[PATCH] Improve converting between 128-bit modes that use the same format
 2022-08-23 21:13 UTC  (2+ messages)

[PATCH] x86: Replace vmovdqu with movdqu in BF16 XMM ABI tests
 2022-08-23 20:54 UTC 

[PATCH] Implement __builtin_issignaling
 2022-08-23 19:21 UTC  (10+ messages)
            ` Patch ping (Re: [PATCH] Implement __builtin_issignaling)
                ` [PATCH] v2: Implement __builtin_issignaling

New German PO file for 'gcc' (version 12.2.0)
 2022-08-23 17:47 UTC 

New template for 'gcc' made available
 2022-08-23 15:50 UTC 

[committed] libstdc++: Fix visit<void>(v) for non-void visitors [PR106589]
 2022-08-23 15:39 UTC 

[PATCH] ipa-visibility: Optimize TLS access [PR99619]
 2022-08-23 15:27 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] tree-optimization/106722 - uninit analysis with long def -> use path
 2022-08-23 13:20 UTC 

[PATCH] tree-optimization/106722 - uninit analysis with long def -> use path
 2022-08-23 13:20 UTC 

[PATCH] Add newline when checking path profitability
 2022-08-23 12:38 UTC  (2+ messages)

[PATCH] New uninit testcase
 2022-08-23 12:30 UTC 

[PATCH] New uninit testcase
 2022-08-23 12:30 UTC 

[PATCH] Speedup path discovery in predicate::use_cannot_happen
 2022-08-23 12:16 UTC 

[PATCH] Speedup path discovery in predicate::use_cannot_happen
 2022-08-23 12:16 UTC 

[PATCH] libcpp: Optimize #pragma once with a hash table [PR58770]
 2022-08-23 12:15 UTC  (8+ messages)
` [PATCH V2] "
  ` Ping "

[PATCH] Add support for floating point endpoints to frange
 2022-08-23 11:42 UTC 

[committed] gfortran.dg/gomp/depend-4.f90: Minor fix
 2022-08-23 11:17 UTC  (2+ messages)

[PATCH] Add set/get functions for negative infinity in real.*
 2022-08-23 10:33 UTC 

[COMMITTED] Copy range from op2 in foperator_equal::op1_range
 2022-08-23 10:18 UTC 

[PATCH] Enhance final_value_replacement_loop to handle bitop with an invariant induction.[PR105735]
 2022-08-23  7:26 UTC  (3+ messages)

[PATCH] middle-end: Fix unexpected warnings for RISC-V port
 2022-08-23  7:07 UTC  (2+ messages)

[PATCH] testsuite: Add test for r11-4123
 2022-08-23  6:27 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] Add ABI test for __bf16 type
 2022-08-23  3:01 UTC  (3+ messages)
` [PATCH] Add __m128bf16/__m256bf16/__m512bf16 type for bf16 abi test

[PATCH] x86: Cast stride to __PTRDIFF_TYPE__ in AMX intrinsics
 2022-08-23  2:05 UTC  (2+ messages)

[COMMITTED] PR tree-optimization/106687 - Return the correct relation
 2022-08-23  1:06 UTC 

[committed] libstdc++: Document linker option for C++23 <stacktrace> [PR105678]
 2022-08-22 21:53 UTC 

[committed] libstdc++: Fix for explicit copy ctors in <thread> and <future> [PR106695]
 2022-08-22 21:53 UTC 

[committed] libstdc++: Check for overflow in regex back-reference [PR106607]
 2022-08-22 21:53 UTC 

[PATCH] c++: Extend -Wpessimizing-move to other contexts
 2022-08-22 21:02 UTC  (4+ messages)

[PATCH 00/10] [RISCV] Fix/improve the RISCV backend
 2022-08-22 20:44 UTC  (2+ messages)

[PATCH 10/10] [RISCV] Fix PR 106632 and PR 106588 a few constraints in bitmanip.md
 2022-08-22 20:44 UTC  (2+ messages)

[committed] pru: Optimize 64-bit logical operations
 2022-08-22 19:35 UTC 

[committed] pru: Add mov variants to load const -1
 2022-08-22 19:35 UTC 

[committed] PR target/106564: pru: Optimize 64-bit sign- and zero-extend
 2022-08-22 19:35 UTC 

[Patch] add more C++ name hints. v2
 2022-08-22 19:09 UTC 

[PATCH v4] RISC-V: Add support for inlining subword atomic operations
 2022-08-21 21:58 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).