public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] define auto_vec copy ctor and assignment (PR 90904)
 2021-07-13 20:02 UTC  (22+ messages)
                            ` [PING][PATCH] "

[PATCH] coroutines: Adjust outlined function names [PR95520]
 2021-07-13 19:52 UTC  (6+ messages)
  ` [PATCH V2] "

[PATCH] PR fortran/100949 - [9/10/11/12 Regression] ICE in gfc_conv_expr_present, at fortran/trans-expr.c:1975
 2021-07-13 19:47 UTC 

[PATCH] rs6000: Fix up easy_vector_constant_msb handling [PR101384]
 2021-07-13 19:30 UTC 

[PATCH] handle vector and aggregate stores in -Wstringop-overflow [PR 97027]
 2021-07-13 19:26 UTC 

[PATCH] libstdc++: invalid default init in _CachedPosition [PR101231]
 2021-07-13 19:07 UTC 

[PATCH] libstdc++: Give split_view::_Sentinel a default ctor [PR101214]
 2021-07-13 19:05 UTC 

[PATCH 0/4] rs6000: Add SSE4.1 "test" and "blend" intrinsics
 2021-07-13 19:01 UTC  (15+ messages)
` [PATCH 1/4] rs6000: Add support for SSE4.1 "test" intrinsics
      ` [PATCH 1/4 committed] "
` [PATCH 2/4] rs6000: Add tests "
` [PATCH 3/4] rs6000: Add support for SSE4.1 "blend" intrinsics
` [PATCH 4/4] rs6000: Add tests "

[PATCH v2] x86: Don't enable UINTR in 32-bit mode
 2021-07-13 18:59 UTC  (4+ messages)
  ` [PATCH v3] "

rs6000: Generate an lxvp instead of two adjacent lxv instructions
 2021-07-13 18:52 UTC  (8+ messages)

disable -Warray-bounds in libgo (PR 101374)
 2021-07-13 18:30 UTC  (7+ messages)

[r12-2267 Regression] FAIL: g++.dg/vect/slp-pr87105.cc -std=c++2a scan-tree-dump-times slp2 "basic block part vectorized" 1 on Linux/x86_64
 2021-07-13 18:14 UTC 

[PATCH 0/2] RISC-V: Add ldr/str instruction for T-HEAD
 2021-07-13 18:06 UTC  (2+ messages)

[PATCH 2/2] RISC-V: Add ldr/str instruction for T-HEAD
 2021-07-13 18:06 UTC  (2+ messages)

[PATCH 1/2] RISC-V: Add arch flags for T-HEAD
 2021-07-13 18:06 UTC  (2+ messages)

[PATCH] libstdc++: Give split_view::_Sentinel a default ctor [PR101214]
 2021-07-13 18:04 UTC 

[PATCH] Add optional _Float16 support
 2021-07-13 16:24 UTC  (9+ messages)
    ` [llvm-dev] "

[PATCH] godump: Fix -fdump-go-spec= reproduceability issue
 2021-07-13 16:17 UTC  (2+ messages)

[PATCH] Check type size for doloop iv on BITS_PER_WORD [PR61837]
 2021-07-13 15:51 UTC  (17+ messages)

[RFC/PATCH] vect: Recog mul_highpart pattern
 2021-07-13 14:59 UTC  (9+ messages)
` [PATCH] rs6000: Support [u]mul<mode>3_highpart for vector

RFC: Experimental use of Sphinx for GCC documentation
 2021-07-13 14:54 UTC  (41+ messages)
` RFC: "
  ` GCC documentation: porting to Sphinx
                      ` [PATCH] Port GCC documentation "
                                    ` Benefits of using Sphinx documentation format

[committed] libstdc++: Simplify basic_string_view::ends_with [PR 101361]
 2021-07-13 14:22 UTC 

[PATCH] Support reduction def re-use for epilogue with different vector size
 2021-07-13 14:17 UTC  (2+ messages)

[PATCHv3 00/55] Replace the Power target-specific builtin machinery
 2021-07-13 13:52 UTC  (3+ messages)

[COMMITTED] tree-optimization/93781 - Adjust testcase to test the call is removed
 2021-07-13 13:45 UTC 

[Committed] Make gimple_could_trap_p const-safe
 2021-07-13 13:25 UTC 

[PATCH] gcov: Add __gcov_info_to_gdca()
 2021-07-13 13:11 UTC  (2+ messages)

[PATCH V2] Use preferred mode for doloop iv [PR61837]
 2021-07-13 12:50 UTC 

[PATCH 0/7] ifcvt: Convert multiple
 2021-07-13 12:42 UTC  (2+ messages)

[committed] libstdc++: Remove duplicate #include in <string_view>
 2021-07-13 11:11 UTC 

[PATCH 00/10] vect: Reuse reduction accumulators between loops
 2021-07-13  9:27 UTC  (12+ messages)
` [PATCH 04/10] vect: Ensure reduc_inputs always have vectype
` [PATCH 10/10] vect: Reuse reduction accumulators between loops

move unreachable user labels to entry point
 2021-07-13  9:24 UTC  (4+ messages)

[PATCH 1/2] arm: Fix vcond_mask expander for MVE (PR target/100757)
 2021-07-13  9:11 UTC  (4+ messages)

[PATCH] passes: Fix up subobject __bos [PR101419]
 2021-07-13  8:19 UTC  (2+ messages)

fix typo in attr_fnspec::verify
 2021-07-13  8:16 UTC  (2+ messages)

avoid early reference to debug-only symbol
 2021-07-13  8:14 UTC  (2+ messages)

[PATCH] libgomp: Include <limits.h> early to avoid link failure with glibc 2.34
 2021-07-13  7:54 UTC  (7+ messages)

adjust landing pads when changing main label
 2021-07-13  7:46 UTC  (2+ messages)

[patch] PR jit/87808: Allow libgccjit to work without an external gcc driver
 2021-07-13  6:41 UTC  (5+ messages)

[PATCH v2] docs: Add 'S' to Machine Constraints for RISC-V
 2021-07-13  6:11 UTC  (3+ messages)

[Patch, fortran] PR fortran/100906/100907/100911/100914/100915/100916
 2021-07-13  4:50 UTC  (2+ messages)

Repost: [PATCH] Deal with prefixed loads/stores in tests, PR testsuite/100166
 2021-07-13  4:19 UTC  (6+ messages)

[PATCH] [android] Disable large files when unsupported
 2021-07-13  3:33 UTC  (2+ messages)

sync up new type indices for body adjustments
 2021-07-13  3:13 UTC 

drop va_list from formals if requested
 2021-07-13  3:06 UTC 

ipa-modref: merge flags when adding escape
 2021-07-13  3:03 UTC  (2+ messages)

[PATCH, rs6000] fix execution failure of parity_1.f90 on P10 [PR100952]
 2021-07-13  1:38 UTC  (2+ messages)

[COMMITTED] Add relation processing to ubsan builtins, and EVRP equality
 2021-07-12 23:42 UTC 

Repost: [PATCH] PR 100167: Fix vector long long multiply/divide tests on power10
 2021-07-12 22:00 UTC  (7+ messages)

[PATCH] PR fortran/100950 - ICE in output_constructor_regular_field, at varasm.c:5514
 2021-07-12 21:23 UTC  (5+ messages)

[patch][version 4]add -ftrivial-auto-var-init and variable attribute "uninitialized" to gcc
 2021-07-12 20:28 UTC  (10+ messages)

Repost: [PATCH] Fix vec-splati-runnable.c test
 2021-07-12 20:04 UTC  (5+ messages)

[PATCH] implement pre-c++20 contracts
 2021-07-12 19:58 UTC  (16+ messages)
          ` [PATCH] PING "
                            ` contracts library support (was Re: [PATCH] PING implement pre-c++20 contracts)

[PATCH] c++: permit deduction guides at class scope [PR79501]
 2021-07-12 19:41 UTC  (7+ messages)

Repost: [PATCH] Change rs6000_const_f32_to_i32 return type
 2021-07-12 19:37 UTC  (3+ messages)

[PATCH] PR fortran/101084 - [10/11/12 Regression] ICE in gfc_typenode_for_spec, at fortran/trans-types.c:1124
 2021-07-12 19:29 UTC  (2+ messages)
` *Ping* "

[PATCH v3] IBM Z: Use @PLT symbols for local functions in 64-bit mode
 2021-07-12 19:23 UTC 

[PATCH] i386: Fix vec_set<mode> expanders [PR101424]
 2021-07-12 19:10 UTC 

[COMMITTED] tree-optimization/101335 - Do not register a cast as an equivalence
 2021-07-12 18:37 UTC 

[PATCH] [wwwdocs] Update description of GM2 and document branch
 2021-07-12 18:28 UTC  (4+ messages)

[PATCH] handle sanitizer built-ins in -Wuninitialized (PR 101300)
 2021-07-12 18:06 UTC  (2+ messages)
` PING "

[r12-2245 Regression] FAIL: g++.dg/vect/slp-pr87105.cc -std=c++2a scan-tree-dump-times slp2 "optimized: basic block part" 1 on Linux/x86_64
 2021-07-12 17:51 UTC 

[committed] libstdc++: Constrain std::as_writable_bytes [PR101411]
 2021-07-12 17:36 UTC 

[PATCH] rs6000: Fix restored rs6000_long_double_type_size
 2021-07-12 17:20 UTC  (6+ messages)

[RFA] Some libgcc headers are missing the runtime exception
 2021-07-12 16:34 UTC  (3+ messages)

[PATCH] gcc: Add vec_select -> subreg RTL simplification
 2021-07-12 15:30 UTC  (3+ messages)
` [PATCH V2] "

[PATCH 1/4]middle-end Vect: Add support for dot-product where the sign for the multiplicant changes
 2021-07-12 14:55 UTC  (20+ messages)

[PATCH] produce simple DOT graphs from SLP trees
 2021-07-12 13:30 UTC 

[Ada] Implement support for unconstrained array types with FLB
 2021-07-12 12:52 UTC 

[Ada] Clean up Uint fields
 2021-07-12 12:52 UTC 

[Ada] Add DWARF 5 support to System.Dwarf_Line
 2021-07-12 12:52 UTC 

[Ada] Duplicate Size/Value_Size clause
 2021-07-12 12:52 UTC 

[PATCH take 2] PR tree-optimization/38943: Preserve trapping instructions with -fpreserve-traps
 2021-07-12 12:29 UTC  (4+ messages)

PING^1 [PATCH v5 00/11] Allow TImode/OImode/XImode in op_by_pieces operations
 2021-07-12 12:19 UTC 

[PATCH v3 0/2] Implement indirect external access
 2021-07-12 12:13 UTC  (4+ messages)
` [PATCH v3 1/2] Add -f[no-]direct-extern-access

[PATCH] move the (a-b) CMP 0 ? (a-b) : (b-a) optimization from fold_cond_expr_with_comparison to match
 2021-07-12 11:46 UTC  (2+ messages)

[PATCH] [PHIOPT/MATCH] Remove the statement to move if not used
 2021-07-12 11:06 UTC  (2+ messages)

[RFC,PATCH] Allow means for targets to out out of CTF/BTF support
 2021-07-12 11:04 UTC  (2+ messages)
` [RFC, PATCH] "

[PATCH] Display the number of components BB vectorized
 2021-07-12 10:20 UTC 

[PATCH] tree-optimization/101373 - avoid PRE across externally throwing call
 2021-07-12 10:17 UTC 

[PATCH] tree-optimization/101394 - fix PRE full redundancy wrt abnormals
 2021-07-12 10:15 UTC 

[PATCH] middle-end/101423 - internal calls do not trap
 2021-07-12 10:15 UTC 

[PATCH] mklog: support '-b c/101343' format
 2021-07-12 10:09 UTC 

[ARM] PR66791: Replace builtins for signed vmul_n intrinsics
 2021-07-12  9:54 UTC  (3+ messages)

[PATCH] New hook adjust_iv_update_pos
 2021-07-12  9:49 UTC  (11+ messages)

[PATCH] offloading: fix -foffload hinting
 2021-07-12  9:35 UTC  (3+ 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).