public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[pushed] c++: Add fixed test [PR101071]
 2023-02-03 18:51 UTC 

[PATCH] PR tree-optimization/107570 - Reset SCEV after folding in VRP
 2023-02-03 18:47 UTC  (4+ messages)

[PATCH] range-ops: Handle undefined ranges in frange op[12]_range [PR108647]
 2023-02-03 18:09 UTC 

[PATCH] c++: wrong error with constexpr array and value-init [PR108158]
 2023-02-03 18:08 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH] LoongArch: Generate bytepick.[wd] for suitable bit operation pattern
 2023-02-03 17:50 UTC 

[PATCH] ipa: Avoid invalid gimple when IPA-CP and IPA-SRA disagree on types (108384)
 2023-02-03 16:49 UTC  (5+ messages)

[PATCH] [PR tree-optimization/18639] Compare nonzero bits in irange with widest_int
 2023-02-03 16:23 UTC  (3+ messages)

[PATCH 0/2]PR101832: Handle component_ref to a structure/union field including flexible array member for builtin_object_size
 2023-02-03 15:56 UTC  (23+ messages)
` [PATCH 1/2] Handle component_ref to a structre/union field including flexible array member [PR101832]
` [PATCH 2/2] Documentation Update

[PATCH] Improve RTL CSE hash table hash usage
 2023-02-03 15:54 UTC  (4+ messages)

[PATCH] arm: Fix warning in libgcc/config/arm/pr-support.c
 2023-02-03 15:35 UTC  (4+ messages)
` [PATCH] arm: [MVE] Add missing length=8 attribute

[PATCH] MIPS: use arch_32/64 instead of default_mips_arch
 2023-02-03 15:22 UTC  (6+ messages)

[aarch64] Use dup and zip1 for interleaving elements in initializing vector
 2023-02-03 15:17 UTC  (13+ messages)

[PATCH v5 0/5] P1689R5 support
 2023-02-03 14:52 UTC  (9+ messages)

[wwwdocs] document modula-2 in gcc-13/changes.html (and index.html)
 2023-02-03 14:52 UTC 

[PATCH 1/2] libstdc++: Normalise _GLIBCXX20_DEPRECATED macro
 2023-02-03 14:51 UTC  (2+ messages)

[PATCH] minor optimization bug in basic_string move assignment
 2023-02-03 14:50 UTC  (2+ messages)

[PATCH] openmp: Add support for 'present' modifier
 2023-02-03 13:44 UTC 

[PATCH] Speedup cse_insn
 2023-02-03 13:05 UTC 

[PATCHv2] libstdc++: Mark pieces of gnu-linux/os_support.h linux-specific
 2023-02-03 12:36 UTC  (2+ messages)

[PATCH] libstdc++: testsuite: async.cc early timeout
 2023-02-03 11:30 UTC  (2+ messages)

[Patch] libgomp: Fix reverse offload issues
 2023-02-03 10:38 UTC  (2+ messages)

[PATCH 0/4] rs6000: build constant via li/lis;rldicX
 2023-02-03 10:22 UTC  (5+ messages)
` [PATCH 1/4] rs6000: build constant via li;rotldi
` [PATCH 2/4] rs6000: build constant via lis;rotldi
` [PATCH 3/4] rs6000: build constant via li/lis;rldicl/rldicr
` [PATCH 4/4] rs6000: build constant via li/lis;rldic

[PATCH v1] RISC-V: Change the generation mode of ADJUST_SP_RTX from gen_insn to gen_SET
 2023-02-03  9:42 UTC 

[PATCH] ifcvt: Fix regression in aarch64/fcsel_1.c
 2023-02-03  9:15 UTC 

[PATCH 0/3] RISC-V: optimize stack manipulation in save-restore
 2023-02-03  8:52 UTC  (8+ messages)
` [PATCH 1/3] RISC-V: add a new parameter in riscv_first_stack_step
  ` [PING][PATCH "
` [PATCH 2/3] RISC-V: optimize stack manipulation in save-restore
  ` [PING] "
` [PATCH 3/3] RISC-V: make the stack manipulation codes more readable
  ` [PING] "
` [PING] [PATCH 0/3] RISC-V: optimize stack manipulation in save-restore

[PATCH] tree: Use comdat tree_code_{type,length} even for C++11/14 [PR108634]
 2023-02-03  8:42 UTC  (2+ messages)

[PATCH] RISC-V: Add vand.vx C++ API test
 2023-02-03  8:14 UTC 

[PATCH] RISC-V: Add vdiv.vx C++ API test
 2023-02-03  8:12 UTC 

[PATCH] RISC-V: Add vdivu.vx C++ API tests
 2023-02-03  8:11 UTC 

[PATCH] RISC-V: Add vmax.vx C++ API tests
 2023-02-03  8:09 UTC 

[PATCH] RISC-V: Add vmaxu.vx C++ API tests
 2023-02-03  8:00 UTC 

[PATCH] RISC-V: Add vmin.vx C++ API tests
 2023-02-03  7:58 UTC 

[PATCH] RISC-V: Add vminu.vx C++ API tests
 2023-02-03  7:57 UTC 

[PATCH] RISC-V: Add vmin.vx/vminu.vx C++ API tests
 2023-02-03  7:55 UTC 

[PATCH] RISC-V: Add vmul.vx C++ API testcase
 2023-02-03  7:53 UTC 

[PATCH] RISC-V: Add vor.vx C++ API tests
 2023-02-03  7:51 UTC 

[PATCH] RISC-V: Add vrem.vx C++ API tests
 2023-02-03  7:50 UTC 

[PATCH] RISC-V: Add vremu.vx C++ API tests
 2023-02-03  7:49 UTC 

[PATCH] RISC-V: Add vadd.vx C++ API tests
 2023-02-03  7:45 UTC 

[PATCH] RISC-V: Add vrsub.vx C++ API tests
 2023-02-03  7:43 UTC 

[PATCH 0/2] Repost of patches for solving the build on Fedora 36 problem
 2023-02-03  7:42 UTC  (4+ messages)
` [PATCH 1/2] PR target/107299: Fix build issue when long double is IEEE 128-bit
` [PATCH 2/2] Rework 128-bit complex multiply and divide

[PATCH] RISC-V: Add vsub.vx C++ API tests
 2023-02-03  7:42 UTC 

[PATCH] RISC-V: Add vxor.vx C++ API tests
 2023-02-03  7:40 UTC 

[PATCH] RISC-V: Add binary op vx constraint tests
 2023-02-03  7:37 UTC 

[PATCH] RISC-V: Add vadd.vx C API tests
 2023-02-03  7:35 UTC 

[PATCH] RISC-V: Add vand.vx C API tests
 2023-02-03  7:34 UTC 

[PATCH] Bump up precision size to 16 bits
 2023-02-03  7:34 UTC  (2+ messages)

[PATCH] RISC-V: Add vdiv.vx C API tests
 2023-02-03  7:30 UTC 

[PATCH] RISC-V: Add vdivu C API tests
 2023-02-03  7:24 UTC 

[PATCH] RISC-V: Add vmax.vx C API tests
 2023-02-03  7:23 UTC 

[PATCH] RISC-V: Add vmaxu.vx C API tests
 2023-02-03  7:22 UTC 

[PATCH] RISC-V: Add vmin.vx C API tests
 2023-02-03  7:20 UTC 

[PATCH] RISC-V: Add vminu.vx C API tests
 2023-02-03  7:18 UTC 

[PATCH] RISC-V: Add vsll.vx C++ API tests
 2023-02-03  7:17 UTC  (2+ messages)

[PATCH] RISC-V: Fix constraint bug for binary operation
 2023-02-03  7:16 UTC  (2+ messages)

[PATCH] RISC-V: Add vsrl.vx C++ API tests
 2023-02-03  7:16 UTC  (2+ messages)

[PATCH] RISC-V: Add shift constraint tests
 2023-02-03  7:16 UTC  (2+ messages)

[PATCH] RISC-V: Add vsra.vx C++ API tests
 2023-02-03  7:16 UTC  (2+ messages)

[aarch64] Code-gen for vector initialization involving constants
 2023-02-03  7:16 UTC 

[PATCH] RISC-V: Add vsra.vx C API tests
 2023-02-03  7:16 UTC  (2+ messages)

[PATCH] RISC-V: Add vsrl.vx C API tests
 2023-02-03  7:16 UTC  (2+ messages)

[PATCH] RISC-V: Add RVV shift.vx C/C++ API support
 2023-02-03  7:16 UTC  (2+ messages)

[PATCH] RISC-V: Remove unnecessary register class
 2023-02-03  7:15 UTC  (2+ messages)

[PATCH] RISC-V: Add vmul.vx C API tests
 2023-02-03  7:15 UTC 

[PATCH] RISC-V: Add vor.vx C API tests
 2023-02-03  7:13 UTC 

[PATCH] RISC-V: Add vrem.vx C API tests
 2023-02-03  7:11 UTC 

[PATCH] RISC-V: Add vremu.vx C API tests
 2023-02-03  7:10 UTC 

[PATCH] RISC-V: Add vrsub.vx C API tests
 2023-02-03  7:08 UTC 

[PATCH] RISC-V: Add vsub.vx C API tests
 2023-02-03  7:06 UTC 

[PATCH] RISC-V: Add vxor.vx C API tests
 2023-02-03  7:04 UTC 

[PATCH] RISC-V: Add vmul.vv C++ API tests
 2023-02-03  7:02 UTC 

[PATCH] RISC-V: Add vmul.vv C API tests
 2023-02-03  7:00 UTC 

[PATCH] RISC-V: Add binary vx C/C++ support
 2023-02-03  6:56 UTC 

[PATCH] c++ modules: uninstantiated template friend class [PR104234]
 2023-02-03  0:56 UTC  (2+ messages)

[PATCH] c++: can't eval PTRMEM_CST in incomplete class [PR107574]
 2023-02-03  0:28 UTC 

[committed] c: Update nullptr_t comparison checks
 2023-02-02 23:30 UTC 

[PATCH] c++: excessive satisfaction in check_methods [PR108579]
 2023-02-02 22:46 UTC  (2+ messages)

[PATCH] c++: ICE on unviable/ambiguous constrained dtors [PR96745]
 2023-02-02 22:33 UTC  (2+ messages)

[pushed] wwwdocs: gcc-11: Update arm "Straight-line Speculation vulnerability" link
 2023-02-02 21:50 UTC 

[PATCH] c++: spurious ADDR_EXPR after overload set pruning [PR107461]
 2023-02-02 21:26 UTC  (2+ messages)

Remove support for Intel MIC offloading (was: [PATCH] Remove dead code.)
 2023-02-02 21:13 UTC  (4+ messages)
    ` GSoC project idea: Separate Host Process Offloading (was: Remove support for Intel MIC offloading)

[PATCH] testsuite: XFAIL g++.dg/pr71488.C and warn/Warray-bounds-16.C, PR107561
 2023-02-02 21:01 UTC 

[committed] c: Update checks on constexpr floating-point initializers
 2023-02-02 20:08 UTC 

[PATCH] libstdc++: Limit allocations in _Rb_tree
 2023-02-02 18:20 UTC 

[committed] libstdc++: Use ENOSYS for unsupported filesystem ops on AVR
 2023-02-02 18:05 UTC 

[committed] libstdc++: Define std::basic_stringbuf::view() for old std::string ABI
 2023-02-02 17:39 UTC 

[committed] libstdc++: Fix std::filesystem errors with -fkeep-inline-functions [PR108636]
 2023-02-02 16:49 UTC 

[committed] libstdc++: Use emplace in std::variant::operator=(T&&) as per LWG 3585
 2023-02-02 16:48 UTC 

[Patch] libgomp: enable reverse offload for AMDGCN
 2023-02-02 15:25 UTC  (3+ messages)

Re: [PATCH] CPROP: Allow cprop optimization when the function has a single block
 2023-02-02 15:18 UTC  (8+ messages)
        `  "

[pushed] rtl-ssa: Extend m_num_defs to a full unsigned int [PR108086]
 2023-02-02 14:55 UTC 

[pushed] testsuite: Add case-values-threshold to pr107876.C
 2023-02-02 14:54 UTC 

[pushed] analyzer: fix -Wanalyzer-fd-type-mismatch false +ve on "listen" [PR108633]
 2023-02-02 14:16 UTC 

[pushed] analyzer: add deref-before-check-qemu-qtest_rsp_args.c test case
 2023-02-02 14:15 UTC 

[PATCH v5] [RISCV] Add 'Zfa' extension according to riscv-isa-manual
 2023-02-02 13:33 UTC  (2+ messages)

[PATCH] driver, toplevel: Avoid emitting the version information twice
 2023-02-02 13:31 UTC  (4+ messages)

[PATCH] RISC-V: Fix bug of TARGET_COMPUTE_MULTILIB implemented in riscv
 2023-02-02 13:30 UTC  (2+ messages)

[committed] libgomp.texi (OpenMP TR11 impl. status): Fix 'strict' item
 2023-02-02 12:46 UTC  (2+ messages)

[PATCH] rtl-ssa: Fix splitting of clobber groups [PR108508]
 2023-02-02 12:30 UTC  (2+ messages)

[PATCH][GCC] arm: Optimize arm-mlib.h header inclusion (pr108505)
 2023-02-02 12:16 UTC  (2+ messages)

[PR106746] drop cselib addr lookup in debug insn mem
 2023-02-02 12:02 UTC  (4+ messages)
` [PATCH] sched-deps, cselib: Fix up some -fcompare-debug issues and regressions [PR108463]

[committed] amdgcn, libgomp: Manually allocated stacks
 2023-02-02 11:49 UTC 

[PATCH] middle-end/108625 - wrong folding due to misinterpreted !
 2023-02-02 11:33 UTC 

[PATCH] amdgcn: Add instruction pattern for conditional shift operations
 2023-02-02 11:27 UTC  (2+ messages)

[PATCH] gomp: Various fixes for SVE types [PR101018]
 2023-02-02 10:50 UTC  (2+ messages)

[PATCH] Replace IFN_TRAP with BUILT_IN_UNREACHABLE_TRAP [PR107300]
 2023-02-02  9:19 UTC  (2+ messages)

[committed] nested, openmp: Wrap OMP_CLAUSE_*_GIMPLE_SEQ into GIMPLE_BIND for declare_vars [PR108435]
 2023-02-02  9:00 UTC 

[PATCH] [vect] Don't peel nonlinear iv(mult or shift) for epilog when vf is not constant
 2023-02-02  8:45 UTC  (2+ messages)

[PATCH] s390: Add LEN_LOAD/LEN_STORE support
 2023-02-02  8:43 UTC 

[PATCH] Add x86_64-gnu target to contrib/config-list.mk
 2023-02-02  5:55 UTC 

[PATCH] x86: Use DW_EH_PE_indirect|DW_EH_PE_pcrel encodings for -fno-pic code
 2023-02-02  5:50 UTC  (4+ messages)

[pushed] analyzer: fix uses of alloca in testsuite
 2023-02-02  1:02 UTC  (2+ messages)

[pushed] libstdc++: Switch a www.open-std.org link to https
 2023-02-02  0:51 UTC 

[pushed] wwwdocs: frontends: Switch www.modula3.org to https
 2023-02-02  0:45 UTC 

[pushed] libstdc++: Fix link to online GDB manual
 2023-02-02  0:33 UTC 

[PATCH 0/6] PowerPC Dense Math prelimary support (-mcpu=future)
 2023-02-02  0:05 UTC  (6+ messages)

[pushed] wwwdocs: readings: Update Nios II reference
 2023-02-01 23:54 UTC 

[PATCH] libstdc++ testsuite: Correct S0 in std/time/hh_mm_ss/1.cc
 2023-02-01 22:37 UTC  (4+ messages)

[committed] libstdc++: Fix std::random_device for avr
 2023-02-01 21:09 UTC 

[committed] libstdc++: Fix build failures for avr
 2023-02-01 21:08 UTC 

[committed] libstdc++: Do not embed tzdata.zi for 8-bit and 16-bit targets
 2023-02-01 21:07 UTC 

[PATCH, committed] Fortran: error recovery on invalid array section [PR108609]
 2023-02-01 20:24 UTC 

[PATCH] Add support for x86_64-*-gnu-* targets to build x86_64 gnumach/hurd
 2023-02-01 18:19 UTC  (5+ 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).