public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] [PR24021] Implement PLUS_EXPR range-op entry for floats
 2022-11-09  6:59 UTC  (29+ messages)

[PATCH] RISC-V: costs: handle BSWAP
 2022-11-09  4:53 UTC  (5+ messages)

[PATCH] RISC-V: cost model for loading 64bit constant in rv32
 2022-11-09  4:37 UTC  (2+ messages)

[PATCH V2] rs6000: Support to build constants by li/lis+oris/xoris
 2022-11-09  3:29 UTC  (2+ messages)
` Ping: "

[PATCH] Fix doc typo
 2022-11-09  3:28 UTC 

[PATCH] rs6000: Enable const_anchor for 'addi'
 2022-11-09  3:18 UTC  (2+ messages)
` Ping: "

[PATCH V6] rs6000: Optimize cmp on rotated 16bits constant
 2022-11-09  3:01 UTC  (4+ messages)
` Ping: "
  ` Ping^2: "
    ` Ping^3: "

[PATCH] invoke: RISC-V's -march doesn't take ISA strings
 2022-11-09  3:00 UTC  (3+ messages)

[PATCH] RISC-V: Add the Zihpm and Zicntr extensions
 2022-11-09  3:00 UTC 

[PATCH] Support Intel prefetchit0/t1
 2022-11-09  2:30 UTC  (3+ messages)

[PATCH v3 0/3] RFC: P1689R5 support
 2022-11-09  2:10 UTC  (4+ messages)
` [PATCH v3 1/3] libcpp: reject codepoints above 0x10FFFF
` [PATCH v3 2/3] libcpp: add a function to determine UTF-8 validity of a C string
` [PATCH v3 3/3] p1689r5: initial support

[PATCH] maintainer-scripts/gcc_release: compress xz in parallel
 2022-11-09  2:06 UTC  (10+ messages)

[PATCH V2] Enable small loop unrolling for O2
 2022-11-09  1:24 UTC  (4+ messages)

[PATCH] Fix incorrect insn type to avoid ICE in memory attr auto-detection
 2022-11-09  1:16 UTC  (2+ messages)

Porting the Docs to Sphinx - project status
 2022-11-09  0:06 UTC  (13+ messages)
  ` Announcement: Porting the Docs to Sphinx - 9. November 2022
                ` Announcement: Porting the Docs to Sphinx - tomorrow

[PATCH v2] RISC-V: No extensions for SImode min/max against safe constant
 2022-11-09  0:06 UTC 

[PATCH] riscv: implement TARGET_MODE_REP_EXTENDED
 2022-11-08 23:45 UTC  (10+ messages)
    ` [PATCH] [PHIOPT] Add A ? B + CST : B match and simplify optimizations
            `  "

[RFC PATCH] c++: Minimal handling of carries_dependency attribute
 2022-11-08 23:40 UTC  (2+ messages)

[committed] analyzer: eliminate region_model::eval_condition_without_cm [PR101962]
 2022-11-08 22:54 UTC 

[PATCH] Fortran: ordering of hidden procedure arguments [PR107441]
 2022-11-08 21:39 UTC  (14+ messages)
      ` [PATCH, v2] "
                  ` [PATCH, v3] "

[PATCH] i386: Allow setting target attribute from conditional expression
 2022-11-08 21:15 UTC  (2+ messages)
` [PING][PATCH] "

[PATCH] RISC-V: No extensions for SImode min/max against safe constant
 2022-11-08 20:46 UTC 

[PATCH] RISC-V: Optimize branches testing a bit-range or a shifted immediate
 2022-11-08 20:46 UTC 

[PATCH, testsuite] Add effective target stack_size
 2022-11-08 20:29 UTC  (2+ messages)
` nvptx: stack size limits are relevant for execution only (was: [PATCH, testsuite] Add effective target stack_size)

[newlib] Generally make all 'long double complex' methods available in <complex.h>
 2022-11-08 20:24 UTC  (2+ messages)

[PATCH] match.pd: rewrite select to branchless expression
 2022-11-08 20:15 UTC  (2+ messages)

[PATCH] RISC-V: allow bseti on SImode without sign-extension
 2022-11-08 20:03 UTC 

[PATCH] RISC-V: Optimize slli(.uw)? + addw + zext.w into sh[123]add + zext.w
 2022-11-08 19:57 UTC 

[PATCH] RISC-V: split to allow formation of sh[123]add before divw
 2022-11-08 19:56 UTC 

[PATCH] RISC-V: bitmanip: use bexti for "(a & (1 << BIT_NO)) ? 0 : -1"
 2022-11-08 19:55 UTC 

[PATCH] RISC-V: branch-(not)equals-zero compares against $zero
 2022-11-08 19:55 UTC 

[PATCH] RISC-V: optimize '(a >= 0) ? b : 0' to srai + andn, if compiling for Zbb
 2022-11-08 19:54 UTC 

[PATCH] RISC-V: costs: support shift-and-add in strength-reduction
 2022-11-08 19:54 UTC 

[Patch Arm] Fix PR 92999
 2022-11-08 18:20 UTC 

[PATCH 0/3] Further libgcc unwinder improvements
 2022-11-08 18:05 UTC  (4+ messages)
` [PATCH 1/3] Compute a table of DWARF register sizes at compile
` [PATCH 2/3] Define __LIBGCC_DWARF_REG_SIZES_CONSTANT__ if DWARF register size is constant
` [PATCH 3/3] libgcc: Specialize execute_cfa_program in DWARF unwinder for alignments

[committed] libstdc++: Fix -Wsystem-headers warnings in tests
 2022-11-08 17:46 UTC 

[committed] libstdc++: Fix -Wsystem-headers warnings
 2022-11-08 17:46 UTC 

[committed] libstdc++: Add always_inline to most allocator functions
 2022-11-08 17:46 UTC 

[PATCH v2] libstdc++: basic_filebuf: don't flush more often than necessary
 2022-11-08 17:45 UTC  (3+ messages)

[PATCH] libstdc++: Refactor implementation of operator+ for std::string
 2022-11-08 17:44 UTC  (2+ messages)

[PATCH 1/2]middle-end: Support early break/return auto-vectorization
 2022-11-08 17:36 UTC  (2+ messages)

[PATCH 1/2]middle-end Support optimized division by pow2 bitmask
 2022-11-08 17:36 UTC  (4+ messages)
` [PATCH 1/4]middle-end Support not decomposing specific divisions during vectorization

[PATCH] sched1: Fix -fcompare-debug issue in schedule_region [PR105586]
 2022-11-08 17:32 UTC  (6+ messages)

[PATCH] Use toplevel configure for GMP and MPFR for gdb
 2022-11-08 16:55 UTC  (2+ messages)

[OG12] [committed] amdgcn: Enable SIMD vectorization of math library functions
 2022-11-08 15:14 UTC  (2+ messages)

[COMMITTED] amdgcn: Fix expansion of GCN_BUILTIN_LDEXPV builtin
 2022-11-08 15:08 UTC 

[PATCH] CCP: handle division by a power of 2 as a right shift
 2022-11-08 15:04 UTC  (2+ messages)

[PATCH 0/15] arm: Enables return address verification and branch target identification on Cortex-M
 2022-11-08 14:57 UTC  (8+ messages)
` [PATCH 9/15] arm: Set again stack pointer as CFA reg when popping if necessary

[PATCH 0/2] Add a new warning option -Wstrict-flex-array
 2022-11-08 14:51 UTC  (3+ messages)
` [PATCH 1/2] Change the name of array_at_struct_end_p to array_ref_flexible_size_p
` [PATCH 2/2] Add a new warning option -Wstrict-flex-arrays

[PATCH] amdgcn: Add builtins for vectorized native versions of abs, floorf and floor
 2022-11-08 14:50 UTC  (2+ messages)

[PATCH] Optimize VEC_PERM_EXPR with same permutation index and operation [PR98167]
 2022-11-08 14:37 UTC  (3+ messages)

[PATCH v2 00/11] OpenMP 5.0: C & C++ "declare mapper" support (plus struct rework, etc.)
 2022-11-08 14:36 UTC  (6+ messages)
` [PATCH v2 06/11] OpenMP: lvalue parsing for map clauses (C++)

[PATCH] diagnostics: Allow FEs to keep customizations for middle end [PR101551,PR106274]
 2022-11-08 14:22 UTC  (6+ messages)
` [PATCH] diagnostics: Allow FEs to keep customizations for middle end [PR101551, PR106274]

[PATCH] Use bit-CCP in range-ops
 2022-11-08 14:19 UTC  (2+ messages)

[PATCH][v2] tree-optimization/107389 - honor __builtin_assume_alignment at -O0
 2022-11-08 13:38 UTC  (3+ messages)

[PATCH] 16/19 modula2 front end: bootstrap and documentation tools
 2022-11-08 13:22 UTC  (6+ messages)
    ` [PATCH v2 16/19] "

[PATCH] cdce: Fix up get_no_error_domain for new f{16,32,64,128} builtins [PR107547]
 2022-11-08 12:21 UTC  (2+ messages)

[PATCH][RFC] tree-optimization/99416 - loop distribution wrt vect data dependence
 2022-11-08 12:15 UTC 

[PATCH] middle-end IFN_ASSUME support [PR106654]
 2022-11-08 12:10 UTC  (2+ messages)

[PATCH] c++: Allow module name to be a single letter on Windows
 2022-11-08 12:10 UTC  (6+ messages)

[COMMITTED] [range-op] Restrict division by power of 2 optimization to positive numbers
 2022-11-08 11:50 UTC  (2+ messages)
` [PATCH] testsuite: Fix up pr107541.c test

[PATCH] i386: Improve vector [GL]E{,U} comparison against vector constants [PR107546]
 2022-11-08 10:50 UTC  (2+ messages)

[PATCH] rtl: Try to remove EH edges after {pro,epi}logue generation [PR90259]
 2022-11-08 10:37 UTC  (3+ messages)

[committed] libstdc++: Uncomment denorm_min test
 2022-11-08 10:21 UTC 

[RFA] gcc: fix PR rtl-optimization/107482
 2022-11-08 10:05 UTC  (3+ messages)

[PATCH] Always use TYPE_MODE instead of DECL_MODE for vector field
 2022-11-08  9:42 UTC  (8+ messages)
      ` [PATCH v2] "

[COMMITTED] gcc: fix PR rtl-optimization/107482
 2022-11-08  9:32 UTC 

[COMMITTED] ada: Fix oversight in implementation of allocators for storage models
 2022-11-08  8:44 UTC 

[COMMITTED] ada: Compile-time simplification of 'Image incorrectly ignores Put_Image
 2022-11-08  8:43 UTC 

[COMMITTED] ada: Clean up call to check if aspects are present
 2022-11-08  8:43 UTC 

[COMMITTED] ada: Adjust classwide contract expression preanalysis
 2022-11-08  8:43 UTC 

[COMMITTED] ada: Set Support_Atomic_Primitives for VxWorks 7 runtimes
 2022-11-08  8:43 UTC 

[r13-3761 Regression] FAIL: g++.dg/warn/Warray-bounds-16.C -std=gnu++98 (test for excess errors) on Linux/x86_64
 2022-11-08  8:43 UTC  (2+ messages)

[COMMITTED] ada: Small consistency fix
 2022-11-08  8:43 UTC 

[COMMITTED] ada: Propagate aspect Ghost when instantiating null formal procedures
 2022-11-08  8:43 UTC 

[COMMITTED] ada: Implement RM 4.5.7(10/3) name resolution rule
 2022-11-08  8:43 UTC 

[PATCH] libstdc++: Add _Float128 to_chars/from_chars support for x86, ia64 and ppc64le with glibc
 2022-11-08  8:43 UTC  (8+ messages)

[COMMITTED] ada: Enforce matching of extra formals
 2022-11-08  8:43 UTC 

[COMMITTED] ada: Move warnings switches -- initial work
 2022-11-08  8:42 UTC 

[COMMITTED] ada: Align -gnatwc's documentation with its behavior
 2022-11-08  8:42 UTC 

[COMMITTED] ada: Improve handling of declare expressions in deferred-freezing contexts
 2022-11-08  8:42 UTC 

[COMMITTED] ada: Minor consistency tweaks in Sem_Ch4
 2022-11-08  8:42 UTC 

[COMMITTED] ada: Remove redundant line in Analyze_Qualified_Expression
 2022-11-08  8:42 UTC 

[COMMITTED] ada: Preanalyze classwide contracts as spec expressions
 2022-11-08  8:42 UTC 

[COMMITTED] ada: Fix expansion of 'Wide_Image and 'Wide_Wide_Image on composite types
 2022-11-08  8:42 UTC 

[COMMITTED] ada: Fix inconsistent whitespace in Ada.Numerics.Generic_Complex_Arrays
 2022-11-08  8:42 UTC 

[COMMITTED] ada: Remove unneeded code in handling formal type defaults
 2022-11-08  8:42 UTC 

[COMMITTED] ada: Cleanup local variable that is only set as an out parameter
 2022-11-08  8:42 UTC 

[COMMITTED] ada: Remove obsolete code in Resolve_If_Expression
 2022-11-08  8:42 UTC 

[COMMITTED] ada: Reject limited objects in array and record delta aggregates
 2022-11-08  8:41 UTC 

[COMMITTED] ada: Allow initialization of limited objects with delta aggregates
 2022-11-08  8:41 UTC 

[COMMITTED] ada: Reject record delta aggregates with limited expressions
 2022-11-08  8:41 UTC 

[COMMITTED] ada: Missing master of task causing assertion failure
 2022-11-08  8:41 UTC 

[COMMITTED] ada: Raise Tag_Error when Ada.Tags operations are called with No_Tag
 2022-11-08  8:41 UTC 

[COMMITTED] ada: Add new -gnatw_q switch to usage message
 2022-11-08  8:41 UTC 

[PATCH] bpf: Use enum for resolved overloaded builtins
 2022-11-08  8:02 UTC  (2+ messages)

[PATCH v2] RISC-V missing __builtin_lceil and __builtin_lfloor
 2022-11-08  4:36 UTC 

[RFC] propgation leap over memory copy for struct
 2022-11-08  4:05 UTC  (6+ messages)

[committed] libstdc++: Update my author blurb in the manual
 2022-11-08  3:09 UTC 

[committed] libstdc++: Remove empty <author> elements in manual
 2022-11-08  3:09 UTC 

[PATCH] c, analyzer: support named constants in analyzer [PR106302]
 2022-11-08  3:06 UTC  (3+ messages)
` [PATCH] analyzer: add warnings relating to sockets [PR106140]
` PING: Re: [PATCH] c, analyzer: support named constants in analyzer [PR106302]

[commited] analyzer: start adding support for errno
 2022-11-08  2:57 UTC 

[committed] analyzer: introduce succeed_or_fail_call_info
 2022-11-08  2:57 UTC 

[committed] analyzer: fix "when 'strchr' returns non-NULL" message
 2022-11-08  2:57 UTC 

[PATCH] Remove AVX512_VP2INTERSECT from PTA_SAPPHIRERAPIDS
 2022-11-08  2:53 UTC 

[PATCH] i386: Prefer remote atomic insn for atomic_fetch{add, and, or, xor}
 2022-11-08  2:30 UTC  (3+ messages)

[PATCH] RISC-V missing __builtin_lceil and __builtin_lfloor
 2022-11-08  2:06 UTC  (4+ messages)

[COMMITTED] PR tree-optimization/104530 - Add transitive inferred range processing
 2022-11-08  0:23 UTC 

[PATCH v2 0/1] RFC: P1689R5 support
 2022-11-07 23:47 UTC  (5+ messages)
` [PATCH v2 1/3] libcpp: reject codepoints above 0x10FFFF
` [PATCH v2 2/3] libcpp: add a function to determine UTF-8 validity of a C string

[PATCH] c++: Tweaks for -Wredundant-move [PR107363]
 2022-11-07 22:59 UTC  (2+ messages)

[PATCH RFC(libstdc++)] c++: implement P2468R2, the equality operator you are looking for
 2022-11-07 22:56 UTC  (5+ messages)

[r13-3752 Regression] FAIL: gcc.dg/tree-ssa/pr107541.c execution test on Linux/x86_64
 2022-11-07 22:47 UTC 

[committed] bpf: cleanup missed refactor
 2022-11-07 22:42 UTC 

[PATCH] Enable shrink wrapping for the RISC-V target
 2022-11-07 22:07 UTC  (2+ messages)

[COMMITTED] Improve multiplication by powers of 2 in range-ops
 2022-11-07 20:10 UTC  (2+ messages)

[RFC] RISC-V: Add profile supports
 2022-11-07 19:01 UTC  (2+ messages)

C++: Template lambda mangling testcases
 2022-11-07 18:27 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).