public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] aarch64: Do not alter force_reg returned rtx expanding pauth builtins
 2020-09-28 10:33 UTC  (7+ messages)
      ` [PATCH V2] "

Export info about side effects of builtins out of tree-ssa-alias.c
 2020-09-28 10:24 UTC  (6+ messages)

[PATCH 1/4] libstdc++: Reduce the size of an unbounded iota_view
 2020-09-28  9:34 UTC  (8+ messages)
` [PATCH 2/4] libstdc++: Reduce the size of a subrange with empty sentinel type
` [PATCH 3/4] libstdc++: Add test that tracks range adaptors' sizes
` [PATCH 4/4] libstdc++: Rearrange some range adaptors' data members

[PATCH 1/2] arm: Avoid indirection with -mpure-code on v6m (PR96967)
 2020-09-28  9:09 UTC  (2+ messages)
` [PATCH 2/2] arm: Improve handling of relocations with small offsets with -mpure-code on v6m (PR96770)

[PATCH] switch lowering: limit number of cluster attemps
 2020-09-28  8:27 UTC  (11+ messages)

[PATCH] assorted improvements for fold_truth_andor_1
 2020-09-28  8:22 UTC  (2+ messages)

[PATCH] generalized range_query class for multiple contexts
 2020-09-28  8:12 UTC  (6+ messages)

[PATCH v2 1/2] IFN: Implement IFN_VEC_SET for ARRAY_REF with VIEW_CONVERT_EXPR
 2020-09-28  8:00 UTC  (22+ messages)
` [PATCH v2 2/2] rs6000: Expand vec_insert in expander instead of gimple [PR79251]
  ` [PATCH v3 1/2] IFN: Implement IFN_VEC_SET for ARRAY_REF with VIEW_CONVERT_EXPR
          ` [PATCH v4 1/3] "

[PATCH] tree-optimization/97151 - improve PTA for C++ operator delete
 2020-09-28  7:56 UTC  (9+ messages)

[Ada] Add missing end location information
 2020-09-28  7:35 UTC 

[Ada] Fix bogus alignment warning on address clause
 2020-09-28  7:34 UTC 

[PATCH] Put absolute address jump table in data.rel.ro.local if targets support relocations
 2020-09-28  0:52 UTC  (2+ messages)

[PATCH, rs6000] Add non-relative jump table support on Power Linux
 2020-09-28  0:37 UTC  (6+ messages)

Add handling of bulitins to ipa-modref
 2020-09-27 22:31 UTC 

Fix handling of stores in modref_summary::useful_p
 2020-09-27 21:46 UTC 

New modref/ipa_modref optimization passes
 2020-09-27 21:37 UTC  (10+ messages)

[committed] libstdc++: Use __libc_single_threaded to optimise atomics [PR 96817]
 2020-09-27 19:15 UTC  (2+ messages)

[PATCH, rs6000] correct an erroneous BTM value in the BU_P10_MISC define
 2020-09-27 13:55 UTC  (5+ messages)

[PATCH] x86: Use SET operation in MOVDIRI and MOVDIR64B
 2020-09-27 13:21 UTC 

[PATCH v7] genemit.c (main): split insn-emit.c for compiling parallelly
 2020-09-27  2:34 UTC  (2+ messages)

Fix handling of gimple_clobber in ipa_modref
 2020-09-26 20:03 UTC  (5+ messages)

[Patch][nvptx] return true in libc_has_function for function_sincos
 2020-09-26 16:47 UTC 

[PATCH] AIX: collect2 visibility
 2020-09-26 15:24 UTC 

dg-options after board/cflags
 2020-09-26 12:33 UTC  (4+ messages)

[PATCH] optabs: Don't reuse target for multi-word expansions if it overlaps operand(s) [PR97073]
 2020-09-26 12:03 UTC  (2+ messages)

Implement iterative dataflow in modref to track parameters
 2020-09-26 10:20 UTC  (2+ messages)

[committed] openmp: Improve #pragma omp simd vectorization
 2020-09-26  8:18 UTC 

Add support for iterative dataflow to ipa-modref-tree.h
 2020-09-26  6:12 UTC  (2+ messages)

[PATCH] c++: Implement -Wrange-loop-construct [PR94695]
 2020-09-26  5:22 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH] correct handling of indices into arrays with elements larger than 1 (PR c++/96511)
 2020-09-26  5:17 UTC  (8+ messages)
        ` [PING][PATCH] "

[committed] analyzer: add test for placement new
 2020-09-26  1:37 UTC 

[committed] analyzer: fix ICEs treeifying offset_region [PR96646, PR96841]
 2020-09-26  1:36 UTC 

[PATCH 1/2, rs6000] int128 sign extention instructions (partial prereq)
 2020-09-25 23:41 UTC  (8+ messages)
` [PATCH 2/2, rs6000] VSX load/store rightmost element operations
    ` [EXTERNAL] "

[PATCH 1/2] rs6000: Support _mm_insert_epi{8,32,64}
 2020-09-25 23:22 UTC  (7+ messages)
` [PATCH 2/2] rs6000: Add tests for _mm_insert_epi{8,32,64}

Disable ipa-modref with -flive-patching
 2020-09-25 22:07 UTC 

[PATCH] powerpc, libcpp: Fix gcc build with clang on power8 [PR97163]
 2020-09-25 21:40 UTC  (2+ messages)

[PATCH v2 9/16][docs] Add some missing test directive documentaion
 2020-09-25 21:34 UTC  (2+ messages)

[PATCH gcc-10] gcov: fix TOPN streaming from shared libraries
 2020-09-25 21:28 UTC 

[PATCH] c++: Incomplete parameter mappings during normalization
 2020-09-25 20:44 UTC 

[PATCH] c++: Fix up default initialization with consteval default ctor [PR96994]
 2020-09-25 20:30 UTC  (3+ messages)

[PATCH v2 0/3] Introduce a new GCC option, --record-gcc-command-line
 2020-09-25 19:36 UTC  (18+ messages)
` [PATCH v2 3/3] Keep .GCC.command.line sections of LTO objetcs
              ` [stage1][PATCH] Change semantics of -frecord-gcc-switches and add -frecord-gcc-switches-format

c++: Adjust pushdecl/duplicate_decls API
 2020-09-25 19:07 UTC 

[PATCH] make handling of zero-length arrays in C++ pretty printer more robust (PR 97201)
 2020-09-25 18:58 UTC 

[PATCH 0/2] Rework adding Power10 IEEE 128-bit min, max, and conditional move
 2020-09-25 18:52 UTC  (4+ messages)

One issue with default implementation of zero_call_used_regs
 2020-09-25 18:37 UTC  (9+ messages)

c++: Replace tag_scope with TAG_how
 2020-09-25 17:28 UTC 

[PATCH] AArch64: Add Linux cpuinfo string for rng feature
 2020-09-25 16:31 UTC 

[PATCH][GCC 8] AArch64: Implement Armv8.3-a complex arithmetic intrinsics
 2020-09-25 16:09 UTC 

[Patch, fortran] PR/97045 A wrong column is selected when addressing individual elements of unlimited polymorphic dummy argument
 2020-09-25 15:50 UTC 

[PATCH] OpenACC: Separate enter/exit data APIs
 2020-09-25 15:22 UTC  (3+ messages)

[PATCH] New patch for the port of gccgo to GNU/Hurd
 2020-09-25 15:04 UTC 

New modref/ipa_modref optimization passes
 2020-09-25 14:42 UTC  (12+ messages)
                ` Issue with ggc_delete and finalizers (was Re: New modref/ipa_modref optimization passes)

[PATCH v2 16/16] Testsuite: Add initial tests for NEON (incomplete)
 2020-09-25 14:31 UTC 

[PATCH v2 15/16]Arm: Add MVE RTL patterns for Complex Addition, Multiply and FMA
 2020-09-25 14:31 UTC 

[PATCH v2 14/16]Arm: Add NEON RTL patterns for Complex Addition, Multiply and FMA
 2020-09-25 14:31 UTC 

[PATCH v2 13/16]Arm: Add support for auto-vectorization using HF mode
 2020-09-25 14:30 UTC 

[PATCH v2 12/16]AArch64: Add SVE2 Integer RTL patterns for Complex Addition, Multiply and FMA
 2020-09-25 14:30 UTC 

[PATCH v2 11/16]AArch64: Add SVE RTL patterns for Complex Addition, Multiply and FMA
 2020-09-25 14:30 UTC 

[PATCH v2 10/16]AArch64: Add NEON RTL patterns for Complex Addition, Multiply and FMA
 2020-09-25 14:30 UTC 

[PATCH v2 8/16]middle-end: add Complex Multiply and Accumulate/Subtract and Multiply and Accumulate/Subtract with Conjucate detection
 2020-09-25 14:29 UTC 

[PATCH v2 7/16]middle-end: Add Complex Multiplication and Multiplication with Conjucate detection
 2020-09-25 14:29 UTC 

[PATCH v2 6/16]middle-end Add Complex Addition with rotation detection
 2020-09-25 14:28 UTC 

[PATCH v2 5/16]middle-end: Add shared machinery for matching patterns involving complex numbers
 2020-09-25 14:28 UTC 

[PATCH v2 4/16]middle-end: Add dissolve code for when SLP fails and non-SLP loop vectorization is to be tried
 2020-09-25 14:28 UTC 

[PATCH v2 3/16]middle-end Add basic SLP pattern matching scaffolding
 2020-09-25 14:27 UTC 

[PATCH v2 2/16]middle-end: Refactor and expose some vectorizer helper functions
 2020-09-25 14:27 UTC 

[PATCH v2 1/16]middle-end: Refactor refcnt to use SLP_TREE_REF_COUNT for consistency
 2020-09-25 14:27 UTC 

[PATCH v2 0/16][RFC][AArch64/Arm/SVE/SVE2/MVE]middle-end Add support for SLP vectorization of complex number instructions
 2020-09-25 14:27 UTC 

[PATCH] gcov: fix streaming of HIST_TYPE_IOR histogram type
 2020-09-25 14:26 UTC 

[PATCH] Add if-chain to switch conversion pass
 2020-09-25 14:05 UTC  (11+ messages)

c++: DECL_BUILTIN_P for builtins
 2020-09-25 13:58 UTC 

[PATCH] LRA: Make fixed eliminable registers live
 2020-09-25 13:46 UTC  (8+ messages)
  ` [PATCH] IRA: Don't make a global register eliminable
        ` [GCC 10] "
          ` PING "
            ` PING^2 "

[committed][nvptx] Fix Wimplicit-fallthrough in nvptx.c with -save-temps
 2020-09-25 13:41 UTC 

[PATCH] c++/97197 - support TARGET_MEM_REF in C/C++ error pretty-printing
 2020-09-25 13:38 UTC  (4+ messages)
    ` [PATCH v2] "

[PATCH] middle-end/96814 - fix VECTOR_BOOLEAN_TYPE_P CTOR RTL expansion
 2020-09-25 13:14 UTC  (6+ messages)

[PATCH] middle-end/97207 - implement move assign for auto_vec<>
 2020-09-25 12:51 UTC 

[committed] libstdc++: Remove redundant -std=gnu++1z flags from makefile
 2020-09-25 11:50 UTC 

Patch ping
 2020-09-25 11:42 UTC 

[PATCH] add move CTOR to auto_vec, use auto_vec for get_loop_exit_edges
 2020-09-25 11:40 UTC  (7+ messages)

[Patch] OpenMP: Handle cpp_implicit_alias in declare-target discovery (PR96390)
 2020-09-25 11:23 UTC  (11+ messages)

Disable modref for ipa-pta-13.c testcase
 2020-09-25 11:19 UTC  (2+ messages)

[PATCH] arm: Add missing Neoverse V1 feature
 2020-09-25 11:18 UTC  (2+ messages)

Track arguments pointing to local or readonly memory in ipa-fnsummary
 2020-09-25 11:15 UTC 

[PATCH] tree-optimization/97199 - fix virtual operand update in if-conversion
 2020-09-25 11:11 UTC 

testsuite: [aarch64] Fix aarch64/advsimd-intrinsics/v{trn, uzp, zip}_half.c
 2020-09-25 10:39 UTC  (2+ messages)

[PATCH][AArch64][GCC 8] Implement __rndr, __rndrrs intrinsics
 2020-09-25 10:32 UTC 

[PATCH][AArch64][GCC 9] Implement __rndr, __rndrrs intrinsics
 2020-09-25 10:25 UTC 

[PATCH] arm: Fix fp16 move patterns for base MVE
 2020-09-25 10:16 UTC  (2+ messages)

[PATCH] testsuite/97204 - fix gcc.target/i386/sse2-mmx-pinsrw.c
 2020-09-25  9:45 UTC 

[PATCH] stor-layout: Reject forming arrays with elt sizes not divisible by elt alignment [PR97164]
 2020-09-25  9:01 UTC 

[PATCH] GCOV: do not mangle .gcno files
 2020-09-25  8:57 UTC 

[committed] openmp: Add support for non-rect simd and improve collapsed simd support
 2020-09-25  8:45 UTC 

[PATCH][OBVIOUS] Fix spacing in cgraph_node::dump
 2020-09-25  8:12 UTC 

[committed][testsuite] Add missing require-effective-target alloca
 2020-09-25  7:08 UTC 

[PATCH v2] PR target/96759 - Handle global variable assignment from misaligned structure/PARALLEL return values
 2020-09-25  6:33 UTC  (2+ messages)

[PATCH] RISC-V: Define __riscv_cmodel_medany for PIC mode
 2020-09-25  5:46 UTC 

[r11-3434 Regression] FAIL: gcc.dg/ipa/ipa-pta-13.c scan-tree-dump fre3 " = x;" on Linux/x86_64 (-m64)
 2020-09-25  1:45 UTC 

[r11-3434 Regression] FAIL: gcc.target/i386/sse2-mmx-pinsrw.c execution test on Linux/x86_64 (-m64)
 2020-09-25  1:44 UTC 

[r11-3436 Regression] FAIL: g++.dg/template/local-fn4.C -std=c++98 (test for excess errors) on Linux/x86_64 (-m64)
 2020-09-25  1:44 UTC 

[PATCH][testsuite] Add effective target ident_directive
 2020-09-25  0:49 UTC  (2+ messages)

[r11-3434 Regression] FAIL: gcc.dg/ipa/ipa-pta-13.c scan-tree-dump fre3 " = x;" on Linux/x86_64 (-m64 -march=cascadelake)
 2020-09-25  0:22 UTC 

[r11-3434 Regression] FAIL: gcc.target/i386/sse2-mmx-pinsrw.c execution test on Linux/x86_64 (-m64 -march=cascadelake)
 2020-09-25  0:22 UTC 

[PATCH] correct/improve handling of null VLA arguments (PR 97188)
 2020-09-25  0:15 UTC 

[r11-3436 Regression] FAIL: g++.dg/template/local-fn4.C -std=c++98 (test for excess errors) on Linux/x86_64 (-m64 -march=cascadelake)
 2020-09-25  0:01 UTC 

[PATCH 0/9] PowerPC: Patches to enable changing the long double default to IEEE 128-bit on little endian PowerPC 64-bit Linux systems
 2020-09-24 20:47 UTC  (9+ messages)
` [PATCH 2/9] PowerPC: Update __float128 and __ibm128 error messages
` [PATCH 3/9] PowerPC: Update IEEE <-> IBM 128-bit floating point conversions
` [PATCH 4/9] PowerPC: Add IEEE 128-bit <-> Decimal conversions
` [PATCH 5/9] PowerPC: Update tests to run if long double is IEEE 128-bit
` [PATCH 6/9] PowerPC: If long double is IEEE 128-bit, map q built-ins to *l instead of *f128
` [PATCH 7/9] PowerPC: Update IEEE 128-bit built-in functions to work if long double is IEEE 128-bit
` [PATCH 8/9] PowerPC: Change tests to use __float128 instead of __ieee128
` [PATCH 9/9] PowerPC: Use __builtin_pack_ieee128 if long double is IEEE 128-bit

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