public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] fix up compute_objsize (including PR 103143)
 2021-12-08 18:47 UTC  (11+ messages)
  ` [PATCH v2] fix PR 103143
  ` [PATCH v2 1/5] fix up compute_objsize: move bndrng into access_data
  ` [PATCH v2 2/5] fix up compute_objsize: pass GIMPLE statement to it
  ` [PATCH v2 3/5] fix up compute_objsize: factor out PHI handling
  ` [PATCH v2 4/5] fix up compute_objsize: refactor it into helpers
  ` [PATCH v2 5/5] fix up compute_objsize: add a dump function

[r12-5835 Regression] FAIL: libgomp.c++/target-this-4.C execution test on Linux/x86_64
 2021-12-08 18:43 UTC 

[r12-5832 Regression] FAIL: g++.target/i386/pr100738-1.C -std=gnu++98 scan-assembler-times vblendvps[ \\t] 2 on Linux/x86_64
 2021-12-08 18:43 UTC 

[PATCH] c++: Handle auto(x) in parameter-declaration-clause [PR103401]
 2021-12-08 18:32 UTC  (9+ messages)
      ` [PATCH v2] "
          ` [PATCH v3] "

[PATCH] Use -fopt-info in unswitch pass
 2021-12-08 18:21 UTC  (3+ messages)

[PATCH] libstdc++: Allow std::condition_variable waits to be cancelled [PR103382]
 2021-12-08 18:14 UTC  (8+ messages)

[PATCH] enable -Winvalid-memory-order for C++ [PR99612]
 2021-12-08 18:12 UTC  (3+ messages)

[PATCH 2/2][GCC] arm: Declare MVE types internally via pragma
 2021-12-08 17:34 UTC  (10+ messages)
          ` [PING][PATCH "

[PATCH] AArch64: Improve rotate patterns
 2021-12-08 17:18 UTC  (2+ messages)

[PR103097] tolerate reg-stack cross-block malformed asms
 2021-12-08 16:57 UTC  (2+ messages)

[PATCH][_GLIBCXX_DEBUG] Enhance std::erase_if for vector/deque
 2021-12-08 16:17 UTC  (2+ messages)

[patch, Fortran] IEEE support for aarch64-apple-darwin
 2021-12-08 16:08 UTC  (4+ messages)

[PATCH] nvptx: Use cvt to perform sign-extension of truncation
 2021-12-08 15:46 UTC  (2+ messages)

[PATCH] c++: Support &typeid(x) == &typeid(y) and typeid(x) == typeid(y) in constant evaluation [PR103600]
 2021-12-08 13:56 UTC  (3+ messages)

[PATCH] testsuite: Use attribute "noipa" in sibcall tests
 2021-12-08 13:27 UTC  (2+ messages)

[PATCH] libstdc++: Skip atomic instructions in _Sp_counted_base::_M_release when both counts are 1
 2021-12-08 11:49 UTC  (11+ messages)

[PATCH] [2/2] arm: add arm bti pass
 2021-12-08 11:43 UTC  (2+ messages)

[PATCH] [1/2] arm: Implement cortex-M return signing address codegen
 2021-12-08 11:31 UTC  (4+ messages)

[PATCH] PR fortran/103418 - random_number() does not accept pointer, intent(in) array argument
 2021-12-08  9:32 UTC  (5+ messages)

Limit inlining functions called once
 2021-12-08  9:10 UTC  (2+ messages)

[PATCH][GCC11] PR tree-optimization/103603 - Directly resolve range_of_stmt dependencies. (Port of PR 103231/103464)
 2021-12-08  8:21 UTC  (2+ messages)

[PATCH] pch: Add support for relocation of the PCH data [PR71934]
 2021-12-08  8:00 UTC  (3+ messages)

[PATCH] [i386]Add combine splitter to transform vashr/vlshr/vashl_optab to ashr/lshr/ashl_optab for const vector duplicate operand
 2021-12-08  6:47 UTC 

[RFC] Don't move cold code out of loop by checking bb count
 2021-12-08  6:32 UTC  (19+ messages)
                        ` [PATCH v7 2/2] "
                            ` [PATCH v8 "

[PR103024,PR103530] support throwing compares and non-boolean types in harden-compares
 2021-12-08  6:21 UTC  (2+ messages)

[PATCH 0/3] Dependency patches for hoist LIM code to cold loop
 2021-12-08  5:54 UTC  (4+ messages)
` [PATCH 1/3] loop-invariant: Don't move cold bb instructions to preheader in RTL
` [PATCH 2/3] Fix incorrect loop exit edge probability [PR103270]
` [PATCH 3/3] Fix loop split incorrect count and probability

[PR103302] skip multi-word pre-move clobber during lra
 2021-12-08  5:37 UTC 

[PATCH] [i386]Add combine splitter to transform vpcmpeqd/vpxor/vblendvps to vblendvps for ~op0
 2021-12-08  4:52 UTC  (4+ messages)

[PATCH] PR fortran/103610 - ICE in gfc_convert_mpz_to_signed, at fortran/simplify.c:193
 2021-12-07 22:43 UTC  (2+ messages)

[PATCH] PR fortran/103607 - [9/10/11/12 Regression] ICE in do_subscript, at fortran/frontend-passes.c:2927
 2021-12-07 22:02 UTC  (2+ messages)

[PATCH] rs6000: Fix check_effective_target_rop_ok [PR103556, PR103586]
 2021-12-07 21:22 UTC  (2+ messages)

[pushed] c++: Fix decltype-bitfield1.C on i?86
 2021-12-07 21:10 UTC 

[PATCH] libiberty rust-demangle, ignore .suffix
 2021-12-07 19:16 UTC  (5+ messages)

[PATCH, rs6000 V2] rotate and mask constants [PR94393]
 2021-12-07 18:47 UTC  (2+ messages)
` Ping: "

[r12-5823 Regression] FAIL: g++.dg/cpp0x/decltype-bitfield1.C -std=c++2a (test for excess errors) on Linux/x86_64
 2021-12-07 18:42 UTC 

[PATCH] Fix C++/93809 and C++/83469: typenames and unions
 2021-12-07 18:32 UTC  (2+ messages)

[PATCH] alias: Optimise call_may_clobber_ref_p
 2021-12-07 15:58 UTC  (11+ messages)

[Patch]Enable -Wuninitialized + -ftrivial-auto-var-init for address taken variables
 2021-12-07 15:36 UTC 

[PATCH 0/3][vect] Enable vector unrolling of main loop
 2021-12-07 15:17 UTC  (28+ messages)
` [PATCH 1/3][vect] Add main vectorized loop unrolling
      ` [PATCH 1v2/3][vect] "
                                        ` [vect] Re-analyze all modes for epilogues

[Patch 8/8, Arm, GCC] Introduce multilibs for PACBTI target feature. [Was RE: [Patch 7/7, Arm, GCC] Introduce multilibs for PACBTI target feature.]
 2021-12-07 14:56 UTC  (2+ messages)

[Patch 7/8, Arm, GCC] Emit build attributes for PACBTI target feature. [ Was RE: [Patch 6/7, Arm, GCC] Emit build attributes for PACBTI target feature.]
 2021-12-07 14:48 UTC  (2+ messages)

[Patch 6/8, Arm. GCC] Add pointer authentication for stack-unwinding runtime. [Was RE: [Patch 5/7, Arm. GCC] Add pointer authentication for stack-unwinding runtime.]
 2021-12-07 14:36 UTC  (2+ messages)

[Patch 5/8, Arm, GCC] Implement target feature macros for PACBTI. [Was RE: [Patch 4/7, Arm. GCC] Implement target feature macros for PACBTI.]
 2021-12-07 14:20 UTC  (2+ messages)

[PATCH 2/2] Use dominators to reduce ranger cache-flling
 2021-12-07 14:16 UTC  (5+ messages)

[Patch 4/8, Arm. GCC] Add testsuite library support for PACBTI target. [Was RE: [Patch 3/7, Arm, GCC] Add testsuite library support for PACBTI target.]
 2021-12-07 14:16 UTC  (2+ messages)

[patch, Fortran] Make REAL(KIND=16) detection more robust
 2021-12-07 14:11 UTC 

[SVE] PR96463 - Optimise svld1rq from vectors
 2021-12-07 13:38 UTC  (4+ messages)

[PATCH] x86: Check FUNCTION_DECL before calling cgraph_node::get
 2021-12-07 13:23 UTC  (2+ messages)

[PATCH] tree-optimization/103596 - fix missed propagation into switches
 2021-12-07 13:07 UTC 

[PATCH] PR fortran/103591 - ICE in gfc_compare_string, at fortran/arith.c:1119
 2021-12-07 12:35 UTC  (2+ messages)

[PATCH] PR fortran/103588 - ICE: Simplification error in gfc_ref_dimen_size, at fortran/array.c:2407
 2021-12-07 12:29 UTC  (2+ messages)

[PATCH] Fix --help -Q output
 2021-12-07 12:24 UTC  (7+ messages)

[PATCH] gcc: vxworks: fix providing stdint.h header
 2021-12-07 12:22 UTC  (10+ messages)

[PATCH] vect: Add bias parameter for partial vectorization
 2021-12-07 11:52 UTC  (7+ messages)

[PR103149] introduce asmnesia internal function
 2021-12-07 11:51 UTC  (4+ messages)

[PATCH] Fix hash_map::traverse overload
 2021-12-07 11:37 UTC  (7+ messages)

[AArch64] Enable generation of FRINTNZ instructions
 2021-12-07 11:29 UTC  (10+ messages)

[PATCH] Modify combine pattern by a pseudo AND with its nonzero bits [PR93453]
 2021-12-07  8:28 UTC 

[patch] lto: Don't run ipa-comdats pass during LTO
 2021-12-07  8:07 UTC  (3+ messages)

[PATCH] rs6000: Fix some issues in rs6000_can_inline_p [PR102059]
 2021-12-07  3:42 UTC  (9+ messages)
  ` [PATCH v2] "

[PATCH] pragma: Update target option node when optimization changes [PR103515]
 2021-12-07  2:15 UTC 

[PATCH v2 0/6] Remove "old" built-in function infrastructure
 2021-12-07  1:09 UTC  (8+ messages)
` [PATCH 1/6] rs6000: Remove new_builtins_are_live and dead code it was guarding
` [PATCH 2/6] rs6000: Remove altivec_overloaded_builtins array and initialization
` [PATCH 3/6] rs6000: Rename rs6000-builtin-new.def to rs6000-builtins.def
` [PATCH 4/6] rs6000: Remove rs6000-builtin.def and associated data and functions
` [PATCH 5/6] rs6000: Rename functions with "new" in their names
` [PATCH 6/6] rs6000: Rename arrays to remove temporary _x suffix

[PATCH 0/2] provide simple detection of indeterminate pointers
 2021-12-07  0:51 UTC  (9+ messages)
` [PATCH 1/2] add -Wuse-after-free
      ` [PATCH v2 "
        ` PING "
` [PATCH 2/2] add -Wdangling-pointer [PR #63272]
  ` [PATCH v2 "
    ` PING "

[committed] analyzer: fix equivalence class state purging [PR103533]
 2021-12-06 23:38 UTC 

[COMMITTED] rs6000: Fix errant "vector" instead of "__vector"
 2021-12-06 22:25 UTC 

[COMMITTED] MAINTAINERS: Add myself to write after approval and DCO
 2021-12-06 22:03 UTC 

[PATCH] c++: Fix for decltype and bit-fields [PR95009]
 2021-12-06 21:35 UTC  (2+ messages)

[PATCH] tree-optimization/103514 Missing XOR-EQ-AND Optimization
 2021-12-06 21:33 UTC  (2+ messages)
` [EXTERNAL] "

[COMMITTED] bpf: mark/remove unused arguments and remove an unused function
 2021-12-06 21:04 UTC 

[PATCH 0/6] RFC: adding support to GCC for detecting trust boundaries
 2021-12-06 19:40 UTC  (10+ messages)
` [PATCH 2/6] Add returns_zero_on_success/failure attributes

[patch, power-ieee128, committed] First stab at the library
 2021-12-06 19:08 UTC 

[PATCH v3 0/7] ifcvt: Convert multiple
 2021-12-06 18:43 UTC  (8+ messages)
` [PATCH v3 1/7] ifcvt: Check if cmovs are needed
` [PATCH v3 2/7] ifcvt: Allow constants for noce_convert_multiple
` [PATCH v3 3/7] ifcvt: Improve costs handling "
` [PATCH v3 4/7] ifcvt/optabs: Allow using a CC comparison for emit_conditional_move
` [PATCH v3 5/7] ifcvt: Try re-using CC for conditional moves
` [PATCH v3 6/7] testsuite/s390: Add tests for noce_convert_multiple
` [PATCH v3 7/7] ifcvt: Run second pass if it is possible to omit a temporary

[PATCH 0/6] rs6000: Remove "old" built-in function infrastructure
 2021-12-06 16:39 UTC  (2+ messages)

[RFC][WIP Patch] OpenMP map with iterator + Fortran OpenMP deep mapping / custom allocator (+ Fortran co_reduce)
 2021-12-06 16:23 UTC  (4+ messages)

[PATCH] libsanitizer: Use SSE to save and restore XMM registers
 2021-12-06 15:59 UTC  (2+ messages)

[PATCH] tree-optimization/103581 - fix masked gather on x86
 2021-12-06 15:16 UTC 

Patch ping related to OpenMP
 2021-12-06 14:56 UTC  (2+ messages)

[Patch 3/8, Arm, GCC] Add option -mbranch-protection. [Was RE: [Patch 2/7, Arm, GCC] Add option -mbranch-protection.]
 2021-12-06 14:47 UTC  (3+ messages)

[PATCH] ranger: Optimise irange_union
 2021-12-06 13:41 UTC  (2+ messages)

[PATCH] D: fix UBSAN
 2021-12-06 12:36 UTC  (2+ messages)

[PATCH] tree-optimization/103544 - SLP reduction chain as SLP reduction issue
 2021-12-06 11:53 UTC 

[PATCH 0/4] config: Allow a host to opt out of PCH
 2021-12-06 11:28 UTC  (12+ messages)
            ` [PATCH] pch: Add support for PCH for relocatable executables
              ` [PATCH] pch, v2: "
                  ` [committed] avr: Fix AVR build [PR71934]

[PATCH v2] jit: Add support for global rvalue initialization and ctors
 2021-12-06 10:47 UTC 

[Patch 1/8, Arm, AArch64, GCC] Refactor mbranch-protection option parsing and make it common to AArch32 and AArch64 backends. [Was RE: [Patch 2/7, Arm, GCC] Add option -mbranch-protection.]
 2021-12-06 10:46 UTC  (5+ messages)

[PATCH]middle-end cse: Make sure duplicate elements are not entered into the equivalence set [PR103404]
 2021-12-06 10:10 UTC  (6+ messages)

[PATCH] RISC-V: jal cannot refer to a default visibility symbol for shared object
 2021-12-06  9:07 UTC  (2+ messages)

[PATCH] [i386] Prefer INT_SSE_REGS for SSE_FLOAT_MODE_P in preferred_reload_class
 2021-12-06  8:14 UTC  (2+ messages)

[PATCH] gimple: Optimise inlined gimple_seq_last
 2021-12-06  8:03 UTC  (2+ messages)

[PATCH] fold: Optimise fold_view_convert_expr
 2021-12-06  7:58 UTC  (2+ messages)

[PATCH] ranger: Add shortcuts for single-successor blocks
 2021-12-06  7:35 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).