public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH 2/2]AArch64 Perform more late folding of reg moves and shifts which arrive after expand
 2022-11-14 21:54 UTC  (4+ messages)

[PATCH 0/7] riscv: Improve builtins expansion
 2022-11-14 21:49 UTC  (25+ messages)
` [PATCH 1/7] riscv: bitmanip: add orc.b as an unspec
` [PATCH 2/7] riscv: bitmanip/zbb: Add prefix/postfix and enable visiblity
` [PATCH 3/7] riscv: Enable overlap-by-pieces via tune param
` [PATCH 4/7] riscv: Move riscv_block_move_loop to separate file
` [PATCH 5/7] riscv: Use by-pieces to do overlapping accesses in block_move_straight
` [PATCH 6/7] riscv: Add support for strlen inline expansion
` [PATCH 7/7] riscv: Add support for str(n)cmp "

[PATCH v2 0/2] Basic support for the Ventana VT1 w/ instruction fusion
 2022-11-14 21:28 UTC  (16+ messages)
` [PATCH v2 1/2] RISC-V: Add basic support for the Ventana-VT1 core
` [PATCH v2 2/2] RISC-V: Add instruction fusion (for ventana-vt1)

[PATCH 0/5] function result decl location; type demotion
 2022-11-14 21:25 UTC  (8+ messages)
` [PATCH 1/5] c: Set the locus of the function result decl
` [PATCH 3/5] Fortran: Narrow return types [PR78798]

PING: Re: [PATCH] c, analyzer: support named constants in analyzer [PR106302]
 2022-11-14 20:42 UTC  (3+ messages)
` [PATCH v2] "

[PATCH][committed]middle-end: Fix addsub patch removing return statements
 2022-11-14 20:08 UTC 

[PATCH] [PR68097] Try to avoid recursing for floats in tree_*_nonnegative_warnv_p
 2022-11-14 19:05 UTC  (3+ messages)

[PATCH][committed]middle-end: Fix can_special_div_by_const doc
 2022-11-14 19:00 UTC 

[wwwdocs] cxx-status: Add C++23 papers from the Nov 2022 Kona WG21 plenary
 2022-11-14 18:54 UTC 

[PATCH][X86_64] Separate znver4 insn reservations from older znvers
 2022-11-14 18:51 UTC  (2+ messages)

[PATCH] libstdc++: Enable _GLIBCXX_WEAK_DEFINITION on more platforms
 2022-11-14 18:46 UTC  (2+ messages)

[PATCH] libstdc++: Enable building libstdc++.{a,so} when !HOSTED
 2022-11-14 18:34 UTC  (2+ messages)
` Ping: "

[PATCH] tree-optimization/107485 - fix non-call exception ICE with inlining
 2022-11-14 18:08 UTC 

[PATCH][committed] aarch64: Add support for +cssc
 2022-11-14 18:04 UTC 

[PATCH] Fix gdb FilteringTypePrinter (again)
 2022-11-14 17:57 UTC  (2+ messages)

[PATCH] PR 107189 Remove useless _Alloc_node
 2022-11-14 17:56 UTC  (2+ messages)

[PATCH v2] c++: parser - Support for target address spaces in C++
 2022-11-14 17:55 UTC  (13+ messages)
      ` [PATCH v3] "

[PATCH] libatomic: Add support for LSE and LSE2
 2022-11-14 17:34 UTC  (2+ messages)

GCC 13.0.0 Status Report (2022-11-14), Stage 3 in effect now
 2022-11-14 17:21 UTC  (2+ messages)

[PATCH] RISC-V: Optimal RVV epilogue logic
 2022-11-14 16:29 UTC 

[PATCH 1/2]middle-end: Add new tbranch optab to add support for bit-test-and-branch operations
 2022-11-14 16:22 UTC  (11+ messages)
` [PATCH 2/2]AArch64 Support new tbranch optab

[PATCH] libstdc++: Fix python/ not making install directories
 2022-11-14 16:00 UTC  (11+ messages)

[PATCH][GCC] aarch64: Add support for Cortex-X3 CPU
 2022-11-14 15:43 UTC  (3+ messages)

[RFC PATCH] ipa-guarded-deref: Add new pass to dereference function pointers
 2022-11-14 15:38 UTC  (9+ messages)

[PATCH 0/2] Preserve argument registers
 2022-11-14 15:26 UTC  (3+ messages)
` [PATCH 1/2] New reg note REG_CFA_NORESTORE
` [PATCH 2/2] IBM zSystems: Save argument registers to the stack -mpreserve-args

[COMMITTED] Fix @opindex for m80387
 2022-11-14 15:25 UTC 

[PATCH 0/8] middle-end: Popcount and clz/ctz idiom recognition improvements
 2022-11-14 15:22 UTC  (17+ messages)
` [PATCH 0/8] middle-end: Ensure at_stmt is defined before an early exit
` [PATCH 2/8] middle-end: Remove prototype for number_of_iterations_popcount
` [PATCH 3/8] middle-end: Refactor number_of_iterations_popcount
` [PATCH 4/8] Modify test, to prevent the next patch breaking it
` [PATCH 5/8] middle-end: Add cltz_complement idiom recognition
` [PATCH 6/8] docs: Add popcount, clz and ctz target attributes
` [PATCH 7/8] middle-end: Add c[lt]z idiom recognition
` [PATCH 8/8] middle-end: Expand comment for tree_niter_desc.max

[PATCH 1/3] libstdc++: Implement ranges::contains/contains_subrange from P2302R4
 2022-11-14 15:12 UTC  (12+ messages)
` [PATCH 2/3] libstdc++: Implement ranges::iota from P2440R1
` [PATCH 3/3] libstdc++: Implement ranges::find_last{,_if,_if_not} from P1223R5
  ` [PATCH 3/3] libstdc++: Implement ranges::find_last{, _if, _if_not} "

[COMMITTED] Fix some @opindex with - in the front
 2022-11-14 15:06 UTC 

[PATCH v2] gcc-13: aarch64: Document new cores
 2022-11-14 15:03 UTC  (4+ messages)

[PATCH] [range-ops] Implement sqrt
 2022-11-14 15:01 UTC  (7+ messages)

[PATCH v2] aarch64: Add support for Ampere-1A (-mcpu=ampere1a) CPU
 2022-11-14 14:56 UTC  (3+ messages)

[PATCH v2 0/3] doc: -falign-functions improvements
 2022-11-14 14:54 UTC  (5+ messages)
` [PATCH v2 1/3] doc: -falign-functions doesn't override the __attribute__((align(N)))
` [PATCH v2 3/3] doc: -falign-functions is ignored for cold/size-optimized functions

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

[PATCH] GCC13: aarch64: Document new cores
 2022-11-14 14:48 UTC  (2+ messages)

[PATCH 1/2] aarch64: Enable the use of LDAPR for load-acquire semantics
 2022-11-14 14:27 UTC  (9+ messages)
` [PATCH 2/2] aarch64: Add support for widening LDAPR instructions

[PATCH] libstdc++: Fix up <complex> for extended floating point types [PR107649]
 2022-11-14 13:57 UTC 

[PATCH] 0/19 modula-2 front end patches overview
 2022-11-14 13:57 UTC  (3+ messages)

[wwwdocs] gcc-13: Mention Intel new ISA and march support
 2022-11-14 13:55 UTC  (3+ messages)

[COMMITTED] ada: Silence CodePeer false positive
 2022-11-14 13:52 UTC 

[COMMITTED] ada: Remove incorrect comments about initialization
 2022-11-14 13:52 UTC 

[COMMITTED] ada: Flag unsupported dispatching constructor calls
 2022-11-14 13:52 UTC 

[COMMITTED] ada: hardcfr docs: add optional checkpoints
 2022-11-14 13:52 UTC 

[COMMITTED] ada: Crash on applying 'Pos to expression of a type derived from a formal type
 2022-11-14 13:52 UTC 

[COMMITTED] ada: Fix non-capturing parentheses handling
 2022-11-14 13:52 UTC 

[COMMITTED] ada: Fix error on SPARK_Mode on library-level separate body
 2022-11-14 13:52 UTC 

[COMMITTED] ada: Adjust locations in aspects on generic formal subprograms
 2022-11-14 13:52 UTC 

[COMMITTED] ada: Fix style in code for generic formal subprograms with contracts
 2022-11-14 13:52 UTC 

[COMMITTED] ada: Expand generic formal subprograms with contracts for GNATprove
 2022-11-14 13:52 UTC 

[COMMITTED] ada: Enable Support_Atomic_Primitives on QNX and RTEMS
 2022-11-14 13:51 UTC 

[COMMITTED] ada: Improve location of error messages in instantiations
 2022-11-14 13:51 UTC 

[COMMITTED] ada: Remove gnatcheck reference
 2022-11-14 13:51 UTC 

[PATCH] remove duplicate match.pd patterns
 2022-11-14 13:34 UTC 

Revert Sphinx documentation [Was: Issues with Sphinx]
 2022-11-14 13:06 UTC  (4+ messages)

[PATCH] c++: Add testcase for DR 2604
 2022-11-14 11:43 UTC 

[PATCH] c++: Alignment changes to layout compatibility/common initial sequence - DR2583
 2022-11-14 11:28 UTC 

[PATCH] aarch64: Add support for Ampere-1A (-mcpu=ampere1a) CPU
 2022-11-14 11:26 UTC  (3+ messages)

[PATCH 0/2] i386: slim down insn-automata [PR 87832]
 2022-11-14 11:19 UTC  (3+ messages)

[PATCH] Fortran: fix treatment of character, value, optional dummy arguments [PR107444]
 2022-11-14 11:00 UTC  (4+ messages)

why does gccgit require pthread?
 2022-11-14 10:54 UTC  (7+ messages)

[RFC PATCH] ipa-cp: Speculatively call specialized functions
 2022-11-14 10:48 UTC  (4+ messages)

[PATCH] c++: Allow attributes on concepts - DR 2428
 2022-11-14 10:40 UTC 

[PATCH] c++: Add testcase for DR 2392
 2022-11-14 10:36 UTC 

[PATCH] Using sub-scalars mode to move struct block
 2022-11-14  9:53 UTC  (5+ messages)

[PATCH] Fortran: Remove double spaces in open() warning [PR99884]
 2022-11-14  9:44 UTC  (3+ messages)
` PING "

[PATCH] builtins: Commonise default handling of nonlocal_goto
 2022-11-14  9:42 UTC  (2+ messages)

[PATCH][i386]: Update ix86_can_change_mode_class target hook to accept QImode conversions
 2022-11-14  9:14 UTC  (3+ messages)

[PATCH] i386: Emit 16b atomics inline with -m64 -mcx16 -mavx [PR104688]
 2022-11-14  9:13 UTC  (5+ messages)

[PATCH] libatomic: Handle AVX+CX16 AMD like Intel for 16b atomics [PR104688]
 2022-11-14  8:44 UTC  (5+ messages)

[PATCH] doc: Ada: include Indices and Tables in manuals
 2022-11-14  8:20 UTC  (7+ messages)

[PATCH] restrict gcc.dg/pr107554.c to 64bit platforms
 2022-11-14  7:09 UTC 

[PATCH] i386: Add AMX-TILE dependency for AMX related ISAs
 2022-11-14  5:49 UTC  (2+ messages)

[PATCH V2] Enable small loop unrolling for O2
 2022-11-14  5:32 UTC  (6+ messages)

[DOCS] sphinx: use new Sphinx links
 2022-11-14  3:14 UTC  (17+ messages)
          ` old install to a different folder

[PATCH (pushed)] gcc-changelog: temporarily disable check_line_start
 2022-11-14  2:52 UTC 

[PATCH v2 0/4] LoongArch: Add some floating-point operations
 2022-11-14  2:41 UTC  (3+ messages)

[committed] analyzer: new warning: -Wanalyzer-tainted-assertion [PR106235]
 2022-11-13 23:03 UTC 

[RFC PATCH] riscv: thead: Add support for XTheadMemPair ISA extension
 2022-11-13 22:00 UTC 

[PATCH 0/7] Add XThead* support
 2022-11-13 21:46 UTC  (7+ messages)
` [PATCH 2/7] riscv: riscv-cores.def: Add T-Head XuanTie C906
` [PATCH 3/7] riscv: thead: Add support for XTheadBa and XTheadBs ISA extensions
` [PATCH 4/7] riscv: thead: Add support for XTheadCondMov "
` [PATCH 5/7] riscv: thead: Add support for XTheadBb ISA extension
` [PATCH 6/7] riscv: thead: Add support for XTheadMac "
` [PATCH 7/7] riscv: Add basic extension support for XTheadFmv and XTheadInt

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).