public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCHv2] Use toplevel configure for GMP and MPFR for gdb
 2023-08-10 19:00 UTC  (3+ messages)

[PATCH] Fix PR 110954: wrong code with cmp | !cmp
 2023-08-10 18:58 UTC  (3+ messages)

[PATCH] MATCH: [PR110937/PR100798] (a ? ~b : b) should be optimized to b ^ -(a)
 2023-08-10 18:52 UTC  (3+ messages)

[RFC] GCC Security policy
 2023-08-10 18:50 UTC  (15+ messages)

[V2][PATCH 0/3] New attribute "counted_by" to annotate bounds for C99 FAM(PR108896)
 2023-08-10 18:18 UTC  (21+ messages)

[RFC PATCH v2] c++: extend cold, hot attributes to classes
 2023-08-10 18:06 UTC 

[PATCH] c++: bogus warning w/ deduction guide in anon ns [PR106604]
 2023-08-10 17:22 UTC  (2+ messages)

Fix profile update in duplicat_loop_body_to_header_edge for loops with 0 count_in
 2023-08-10 17:03 UTC 

Fix profile updating bug in tree-ssa-threadupdate
 2023-08-10 16:57 UTC 

Fix undefined behaviour in profile_count::differs_from_p
 2023-08-10 16:56 UTC 

[PATCH] tree-optimization/110963 - more PRE when optimizing for size
 2023-08-10 16:31 UTC  (3+ messages)

[PATCH] libatomic: Improve ifunc selection on AArch64
 2023-08-10 16:09 UTC  (6+ messages)

[PATCH] c++: recognize in-class var tmpl partial spec [PR71954]
 2023-08-10 16:08 UTC 

[PATCH] c++: dependently scoped template-id in type-req [PR110927]
 2023-08-10 16:08 UTC 

Intel AVX10.1 Compiler Design and Support
 2023-08-10 16:00 UTC  (18+ messages)

[RFC] [v2] Extend fold_vec_perm to handle VLA vectors
 2023-08-10 15:57 UTC  (11+ messages)

[PATCH] match.pd: Implement missed optimization ((x ^ y) & z) | x -> (z & y) | x [PR109938]
 2023-08-10 15:43 UTC  (4+ messages)
    ` [PATCH] match.pd, v2: "

[PATCH] stdckdint.h _BitInt test
 2023-08-10 15:39 UTC 

[PATCH] c: Add stdckdint.h header for C23
 2023-08-10 15:38 UTC  (2+ messages)
` [PATCH] c, v2: "

[PATCH] c, c++: Accept __builtin_classify_type (typename)
 2023-08-10 15:35 UTC  (2+ messages)
` [PATCH] c, c++, v2: "

[PATCH] c: Add __typeof_unqual__ and __typeof_unqual support
 2023-08-10 15:33 UTC  (2+ messages)
` [PATCH] c, v2: "

[PATCH v4] Implement new RTL optimizations pass: fold-mem-offsets
 2023-08-10 15:23 UTC  (4+ messages)

[PATCH 0/12] GCC _BitInt support [PR102989]
 2023-08-10 15:22 UTC  (7+ messages)
  ` [PATCH 13/12] C _BitInt incremental fixes [PR102989]
    ` [PATCH 13/12 v2] "

[PATCH] VR-VALUES: Simplify comparison using range pairs
 2023-08-10 14:14 UTC  (5+ messages)

Adjust LTO mode tables for "Machine_Mode: Extend machine_mode from 8 to 16 bits" (was: [PATCH] Machine_Mode: Extend machine_mode from 8 to 16 bits)
 2023-08-10 14:14 UTC  (3+ messages)
      ` Machine Mode ICE in RISC-V when LTO

[PATCH 0/5] [og13] OpenMP: Implement 'declare mapper' for 'target update' directives
 2023-08-10 13:33 UTC  (6+ messages)
` [PATCH 1/5] OpenMP: Move Fortran 'declare mapper' instantiation code
` [PATCH 2/5] OpenMP: Reprocess expanded clauses after 'declare mapper' instantiation
` [PATCH 3/5] OpenMP: Introduce C_ORT_{,OMP_}DECLARE_MAPPER c_omp_region_type types
` [PATCH 4/5] OpenMP: Look up 'declare mapper' definitions at resolution time not parse time
` [PATCH 5/5] OpenMP: Enable 'declare mapper' mappers for 'target update' directives

[PATCH] aarch64: enable mixed-types for aarch64 simdclones
 2023-08-10 13:26 UTC  (8+ messages)

[PATCH] Support -m[no-]gather -m[no-]scatter to enable/disable vectorization for all gather/scatter instructions
 2023-08-10 13:23 UTC  (15+ messages)

[PATCH] RISC-V: Add MASK vec_duplicate pattern[PR110962]
 2023-08-10 13:19 UTC  (6+ messages)
  `  "

[PATCH] rtl-optimization/110939 Really fix narrow comparison of memory and constant
 2023-08-10 13:04 UTC 

[PATCH] tree-optimization/110963 - more PRE when optimizing for size
 2023-08-10 12:41 UTC 

[PATCH v1] RISC-V: Support RVV VFNMACC rounding mode intrinsic API
 2023-08-10 12:39 UTC  (3+ messages)

[PATCH v1] RISC-V: Support RVV VFMACC rounding mode intrinsic API
 2023-08-10 12:39 UTC  (3+ messages)

[PATCH V2] VECT: Support loop len control on EXTRACT_LAST vectorization
 2023-08-10 12:35 UTC  (10+ messages)
  `  "

[PATCH] RISC-V: Fix error combine of pred_mov pattern
 2023-08-10 12:29 UTC  (2+ messages)

[PATCH] RISC-V: Support TU for integer ternary OP[PR110964]
 2023-08-10 12:23 UTC  (3+ messages)

[PATCH] Make ISEL used internal functions const/nothrow where appropriate
 2023-08-10 12:22 UTC 

[PATCH] RISC-V: Add missing modes to the iterators
 2023-08-10 12:22 UTC  (3+ messages)

[PATCH V2] RISC-V: Fix error combine of pred_mov pattern
 2023-08-10 12:21 UTC 

[pushed] analyzer: handle function attribute "alloc_size" [PR110426]
 2023-08-10 11:55 UTC  (4+ messages)
` [PATCH] testsuite: Fix gcc.dg/analyzer/allocation-size-multiline-[123].c [PR 110426]

c: Support for -Wuseless-cast [RR84510]
 2023-08-10 11:39 UTC 

[PATCH v4] eliminate mutex in fast path of __register_frame
 2023-08-10 11:33 UTC  (8+ messages)
            ` [PATCH] preserve base pointer for __deregister_frame [PR110956]

[PATCH V2 0/3] RISC-V: Add an experimental vector calling convention
 2023-08-10  8:08 UTC  (6+ messages)
` [PATCH V2 1/3] RISC-V: Part-1: Select suitable vector registers for vector type args and returns
` [PATCH V2 2/3] RISC-V: Part-2: Save/Restore vector registers which need to be preversed
` [PATCH V2 3/3] RISC-V: Part-3: Output .variant_cc directive for vector function

PCB/PCBA/wire harness factory support-OurPCB
 2023-08-10  8:07 UTC 

[PATCH 2/12] lto-streamer-in: Adjust assert [PR102989]
 2023-08-10  7:19 UTC  (2+ messages)

[PATCH 1/12] expr: Small optimization [PR102989]
 2023-08-10  7:18 UTC  (2+ messages)

[PATCH 0/3] RISC-V: Add an experimental vector calling convention
 2023-08-10  7:08 UTC  (4+ messages)
` [PATCH 1/3] RISC-V: Part-1: Select suitable vector registers for vector type args and returns

[PATCH 3/12] phiopt: Fix phiopt ICE on vops [PR102989]
 2023-08-10  6:52 UTC  (6+ messages)

[PATCH] i386: Do not sanitize upper part of V2HFmode and V4HFmode reg with -fno-trapping-math [PR110832]
 2023-08-10  6:32 UTC  (4+ messages)

[PATCH 1/2] Ada: Synchronized private extensions are always limited
 2023-08-10  5:27 UTC  (2+ messages)
` [PATCH 2/2] Ada: Finalization of constrained subtypes of unconstrained synchronized private extensions

[PATCH] sso-string@gnu-versioned-namespace [PR83077]
 2023-08-10  5:13 UTC 

[PATCH v1] RISC-V: Refactor RVV frm_mode attr for rounding mode intrinsic
 2023-08-10  4:37 UTC  (9+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH] RISC-V: Fix VLMAX AVL incorrect local anticipate [VSETVL PASS]
 2023-08-10  4:33 UTC  (5+ messages)
  `  "

[PATCH 0/1] RISC-V: Make "prefetch.i" built-in usable
 2023-08-10  3:10 UTC  (2+ messages)
` [PATCH 1/1] "

[Patch, fortran] PR109684 - compiling failure: complaining about a final subroutine of a type being not PURE (while it is indeed PURE)
 2023-08-10  2:37 UTC  (3+ messages)

[RFC PATCH 0/2] RISC-V: __builtin_riscv_pause for all environment
 2023-08-10  2:26 UTC  (9+ messages)
` [RFC PATCH v2 "
  ` [RFC PATCH v2 1/2] "
  ` [RFC PATCH v2 2/2] RISC-V: Fix documentation of __builtin_riscv_pause
` [RFC PATCH 0/2] RISC-V: Make __builtin_riscv_pause 'Zihintpause' only
  ` [RFC PATCH 1/2] "
  ` [RFC PATCH 2/2] RISC-V: Fix documentation of __builtin_riscv_pause

RISC-V: Enable Hoist to GCSE simple constants
 2023-08-10  0:54 UTC 

[PATCH] RISC-V: Enable Hoist to GCSE simple constants
 2023-08-10  0:30 UTC 

[PATCH v3 1/4] diagnostics: libcpp: Add LC_GEN linemaps to support in-memory buffers
 2023-08-09 22:14 UTC  (10+ messages)
` [PATCH v4 0/8] diagnostics: libcpp: Overhaul locations for _Pragma tokens
  ` [PATCH v4 1/8] libcpp: Add LC_GEN linemaps to support in-memory buffers
  ` [PATCH v4 2/8] libcpp: diagnostics: Support generated data in expanded locations
  ` [PATCH v4 3/8] diagnostics: Refactor class file_cache_slot
  ` [PATCH v4 4/8] diagnostics: Support obtaining source code lines from generated data buffers
  ` [PATCH v4 5/8] diagnostics: Support testing generated data in input.cc selftests
  ` [PATCH v4 6/8] diagnostics: Full support for generated data locations
  ` [PATCH v4 7/8] diagnostics: libcpp: Assign real locations to the tokens inside _Pragma strings
  ` [PATCH v4 8/8] diagnostics: Support generated data locations in SARIF output

[PATCH V2] riscv: generate builtin macro for compilation with strict alignment:
 2023-08-09 21:40 UTC  (3+ messages)

[PATCH v2] analyzer: More features for CPython analyzer plugin [PR107646]
 2023-08-09 21:36 UTC  (2+ messages)

[PATCH 0/9] Add btf_decl_tag C attribute
 2023-08-09 21:05 UTC  (2+ messages)
` [PING 2][PATCH "

[patch] OpenMP: Call cuMemcpy2D/cuMemcpy3D for nvptx for omp_target_memcpy_rect
 2023-08-09 20:48 UTC  (4+ messages)
  ` [patch] libgomp: cuda.h and omp_target_memcpy_rect cleanup (was: [patch] OpenMP: Call cuMemcpy2D/cuMemcpy3D for nvptx for omp_target_memcpy_rect)

[PATCH 00/24] Sync shared build infrastructure with binutils-gdb
 2023-08-09 20:29 UTC  (6+ messages)

[PATCH 0/3] fortran: fix length one character dummy args [PR110419]
 2023-08-09 20:21 UTC  (4+ messages)
` [PATCH 1/3] fortran: New predicate gfc_length_one_character_type_p
` [PATCH 2/3] fortran: Fix length one character dummy arg type [PR110419]
` [PATCH 3/3] testsuite: Use distinct explicit error codes in value_9.f90

[pushed] analyzer: remove default return value from region_model::on_call_pre
 2023-08-09 20:21 UTC 

[PATCH] RISC-V: Remove non-existing 'Zve32d' extension
 2023-08-09 20:00 UTC  (2+ 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).