public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[committed] doc: Switch valgrind.com to https
 2020-09-01 11:30 UTC  (4+ messages)

[PATCH] Use vec::reserve before vec_safe_grow_cleared is called
 2020-09-01 11:25 UTC  (24+ messages)
          ` [PATCH] Use exact=false for vec_safe_grow{,_cleared} functions
                  ` [PATCH 1/3] vec: add exact argument for various grow functions
                    ` [PATCH 3/3] vec: use inexact growth where possible

[PATCH 0/4] IVOPTs consider step cost for different forms when unrolling
 2020-09-01 11:19 UTC  (14+ messages)
` [PATCH 1/4] unroll: Add middle-end unroll factor estimation
  ` PING "
` [PATCH 3/4] ivopts: Consider cost_step on different forms during unrolling
            ` [PATCH 3/4 v2] "
                ` [PATCH 3/4 v3] "

[PATCH] middle-end/94301 - map V1x to x when the vector mode is not available
 2020-09-01 10:40 UTC  (2+ messages)

[PATCH] Add pattern for pointer-diff on addresses with same base/offset (PR 94234)
 2020-09-01 10:38 UTC  (12+ messages)
            ` [PATCH V2] "
              ` PING: "

[PATCH] c++: Disable -frounding-math during manifestly constant evaluation [PR96862]
 2020-09-01 10:13 UTC  (2+ messages)

[PATCH] [AVX512] [PR87767] Optimize memory broadcast for constant vector under AVX512
 2020-09-01 10:11 UTC  (18+ messages)

[OG10] Backporting of some patches
 2020-09-01  9:58 UTC 

[PATCH] rs6000: Expand vec_insert in expander instead of gimple [PR79251]
 2020-09-01  8:09 UTC  (5+ messages)

[PATCH] separate reading past the end from -Wstringop-overflow
 2020-09-01  8:09 UTC  (6+ messages)

[PATCH] middle-end: Recognize/canonicalize MULT_HIGHPART_EXPR and expand it
 2020-09-01  7:54 UTC  (2+ messages)

[PATCH] PR middle-end/90597: gcc_assert ICE in layout_type
 2020-09-01  7:40 UTC  (2+ messages)

[committed] openmp: Check for PARM_DECL before using C_ARRAY_PARAMETER or DECL_ARRAY_PARAMETER_P [PR96867]
 2020-09-01  7:37 UTC 

[PATCH] rtl-optimization/96812 - remap dependence info on RTL loop unrolling
 2020-09-01  7:09 UTC  (2+ messages)

[PATCH] Check calls before loop unrolling
 2020-09-01  3:33 UTC  (2+ messages)

[PATCH] test/rs6000: Replace test target p8 and p9+
 2020-09-01  3:19 UTC 

[PATCH] test/rs6000: Add Power9 and up as vect_len target
 2020-09-01  2:55 UTC  (5+ messages)

[PATCH] Enable GCC support for AMX
 2020-09-01  1:31 UTC  (4+ messages)

[committed] analyzer: handle __builtin___memset_chk [PR96798]
 2020-08-31 22:39 UTC 

[committed] analyzer: gather builtin/internal fn handling into switch statements
 2020-08-31 22:39 UTC 

[committed] analyzer: fix ICE on unknown index in CONSTRUCTOR [PR96860]
 2020-08-31 22:37 UTC 

[patch] PR tree-optimization/96818 - cast label range to type of switch operand
 2020-08-31 21:20 UTC  (7+ messages)

[wwwdocs] cxx-status: Use C++20 instead of C++2a
 2020-08-31 20:33 UTC 

[committed] analyzer: fix ICE on RANGE_EXPR in CONSTRUCTORs [PR96763]
 2020-08-31 20:11 UTC 

[committed] analyzer: fix ICE on casting float to pointer [PR96764]
 2020-08-31 20:10 UTC 

[PATCH] c++: Fix resolving the address of overloaded pmf [PR96647]
 2020-08-31 19:48 UTC  (3+ messages)

[PATCH] c++: Implement P1009: Array size deduction in new-expressions
 2020-08-31 19:43 UTC  (6+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "

[PATCH] doc: Update documentation on MODE_PARTIAL_INT subregs
 2020-08-31 16:59 UTC 

[Patch] OpenMP/Fortran: Handle polymorphic scalars in data-sharing FIRSTPRIVATE (PR86470)
 2020-08-31 16:34 UTC  (5+ messages)

[PATCH] rs6000, vec_popcntd is improperly defined in altivec.h
 2020-08-31 16:25 UTC  (4+ messages)

[Patch, fortran] PR fortran/96870 - Class name on error message
 2020-08-31 16:09 UTC 

[Patch] OpenMP: Handle cpp_implicit_alias in declare-target discovery (PR96390)
 2020-08-31 15:53 UTC  (2+ messages)

[PATCH v3] libgcc: Use `-fasynchronous-unwind-tables' for LIB2_DIVMOD_FUNCS
 2020-08-31 15:26 UTC  (11+ messages)

[committed] d: Fix ICEs in the front-end when pointer size is 16-bit
 2020-08-31 14:32 UTC 

[WIP][PATCH] RISC-V: Add `-mgprel' option for GP-relative addressing
 2020-08-31 14:09 UTC 

[r11-1851 Regression] FAIL: gcc.dg/vect/slp-46.c scan-tree-dump-times vect "vectorizing stmts using SLP" 2 on Linux/x86_64 (-m64 -march=cascadelake)
 2020-08-31 12:35 UTC  (3+ messages)

[PATCH 0/6] Parallelize Intra-Procedural Optimizations using the LTO Engine
 2020-08-31 11:44 UTC  (13+ messages)
` [PATCH 2/6] Implement a new partitioner for parallel compilation
` [PATCH 3/6] Implement fork-based parallelism engine

[PATCH] tree-optimization/96854 - SLP reduction of two-operator is broken
 2020-08-31 11:39 UTC 

[PATCH 3/n] ipa: Simplify interface of ipa_call_context::estimate_size_and_time
 2020-08-31 11:39 UTC  (6+ messages)

[PATCH] Fix ICE in ipa-cp due to cost addition overflow (PR 96806)
 2020-08-31 11:11 UTC  (7+ messages)

[Patch, fortran] PR96495 - [gfortran] Composition of user-defined operators does not copy ALLOCATABLE property of derived type
 2020-08-31 10:27 UTC  (2+ messages)

[PATCH] c: Silently ignore pragma region [PR85487]
 2020-08-31  8:06 UTC  (4+ messages)

[PATCH] VEC_COND_EXPR: fix ICE in gimple_expand_vec_cond_expr
 2020-08-31  8:01 UTC  (2+ messages)

[PATCH] [AVX512]For vector compare to mask register, UNSPEC is needed instead of comparison operator [PR96243]
 2020-08-31  7:53 UTC  (10+ messages)

[PATCH] sra: Avoid SRAing if there is an aout-of-bounds access (PR 96820)
 2020-08-31  7:15 UTC  (2+ messages)

[PATCH] RISC-V/libgcc: Use `-fasynchronous-unwind-tables' for LIB2_DIVMOD_FUNCS
 2020-08-31  6:38 UTC  (2+ messages)

[PATCH] Adjust testcase
 2020-08-31  6:19 UTC 

[PATCH] testsuite: Update some vect cases for partial vectors
 2020-08-31  3:50 UTC  (7+ messages)
      ` [PATCH v2] "

[PATCH,GCC9]rs6000: Backport fixes for PR92923 and PR93136
 2020-08-31  3:46 UTC 

[committed] use get_size_range instead of get_range to obtain range of valid sizes
 2020-08-30 21:20 UTC 

[OG10] [committed 0/2]
 2020-08-30 19:46 UTC  (3+ messages)
` [OG10] [committed 1/2] Clean up loop variable extraction in OpenACC kernels loop annotation
` [OG10] [committed 2/2] Relax some restrictions on the loop bound in "

[r10-8433 Regression] FAIL: gcc.dg/vect/slp-46.c scan-tree-dump-times vect "vectorizing stmts using SLP" 2 on Linux/x86_64 (-m64 -march=cascadelake)
 2020-08-30 18:48 UTC 

[r10-8599 Regression] FAIL: gcc.target/i386/pr92865-1.c scan-assembler-times vmovdq[au]8[\t ] 6 on Linux/x86_64 (-m64 -march=cascadelake)
 2020-08-30 18:46 UTC 

[r10-8599 Regression] FAIL: gcc.target/i386/vectorize8.c (test for excess errors) on Linux/x86_64 (-m64 -march=cascadelake)
 2020-08-30 18:44 UTC 

[PATCH] x86: Fix up ssse3_pshufbv8qi splitter
 2020-08-30  9:52 UTC  (2+ messages)

[r11-2904 Regression] FAIL: gcc.dg/tree-ssa/scev-3.c scan-tree-dump-times ivopts "&a" 1 on Linux/x86_64 (-m32)
 2020-08-30  2:24 UTC 

[r11-2904 Regression] FAIL: gcc.dg/tree-ssa/scev-4.c scan-tree-dump-times ivopts "&a" 1 on Linux/x86_64 (-m32)
 2020-08-30  2:22 UTC 

[r11-2904 Regression] FAIL: gcc.dg/tree-ssa/scev-5.c scan-tree-dump-times ivopts "&a" 1 on Linux/x86_64 (-m32)
 2020-08-30  2:20 UTC 

[r11-349 Regression] FAIL: gfortran.dg/gomp/target1.f90 -O (test for excess errors) on Linux/x86_64 (-m64)
 2020-08-30  2:18 UTC 

[r11-2928 Regression] FAIL: c-c++-common/Warray-bounds-6.c -Wc++-compat (test for excess errors) on Linux/x86_64 (-m32 -march=cascadelake)
 2020-08-30  2:15 UTC 

[r11-2904 Regression] FAIL: gcc.dg/tree-ssa/scev-3.c scan-tree-dump-times ivopts "&a" 1 on Linux/x86_64 (-m32 -march=cascadelake)
 2020-08-30  2:12 UTC 

[r11-2904 Regression] FAIL: gcc.dg/tree-ssa/scev-4.c scan-tree-dump-times ivopts "&a" 1 on Linux/x86_64 (-m32 -march=cascadelake)
 2020-08-30  2:10 UTC 

[r11-2904 Regression] FAIL: gcc.dg/tree-ssa/scev-5.c scan-tree-dump-times ivopts "&a" 1 on Linux/x86_64 (-m32 -march=cascadelake)
 2020-08-30  2:08 UTC 

[r11-2928 Regression] FAIL: gcc.dg/Wstringop-overread.c (test for warnings, line 84) on Linux/x86_64 (-m32 -march=cascadelake)
 2020-08-30  2:04 UTC 

[r11-1301 Regression] FAIL: gcc.target/i386/avx512bw-pr95488-1.c scan-assembler-times vpmullw[^\n]*zmm 2 on Linux/x86_64 (-m64 -march=cascadelake)
 2020-08-30  2:01 UTC 

[r11-350 Regression] FAIL: gcc.target/i386/l_fma_double_1.c scan-assembler-times vfnmsub[123]+sd 16 on Linux/x86_64 (-m64 -march=cascadelake)
 2020-08-30  1:59 UTC 

[r11-350 Regression] FAIL: gcc.target/i386/l_fma_double_2.c scan-assembler-times vfnmsub[123]+sd 16 on Linux/x86_64 (-m64 -march=cascadelake)
 2020-08-30  1:57 UTC 

[r11-350 Regression] FAIL: gcc.target/i386/l_fma_double_3.c scan-assembler-times vfnmsub[123]+sd 16 on Linux/x86_64 (-m64 -march=cascadelake)
 2020-08-30  1:54 UTC 

[r11-350 Regression] FAIL: gcc.target/i386/l_fma_double_4.c scan-assembler-times vfnmsub[123]+sd 16 on Linux/x86_64 (-m64 -march=cascadelake)
 2020-08-30  1:52 UTC 

[r11-350 Regression] FAIL: gcc.target/i386/l_fma_double_5.c scan-assembler-times vfnmsub[123]+sd 16 on Linux/x86_64 (-m64 -march=cascadelake)
 2020-08-30  1:49 UTC 

[r11-350 Regression] FAIL: gcc.target/i386/l_fma_double_6.c scan-assembler-times vfnmsub[123]+sd 16 on Linux/x86_64 (-m64 -march=cascadelake)
 2020-08-30  1:47 UTC 

[r11-350 Regression] FAIL: gcc.target/i386/l_fma_float_1.c scan-assembler-times vfnmsub[123]+ss 32 on Linux/x86_64 (-m64 -march=cascadelake)
 2020-08-30  1:44 UTC 

[r11-350 Regression] FAIL: gcc.target/i386/l_fma_float_2.c scan-assembler-times vfnmsub[123]+ss 32 on Linux/x86_64 (-m64 -march=cascadelake)
 2020-08-30  1:41 UTC 

[r11-350 Regression] FAIL: gcc.target/i386/l_fma_float_3.c scan-assembler-times vfnmsub[123]+ss 32 on Linux/x86_64 (-m64 -march=cascadelake)
 2020-08-30  1:38 UTC 

[r11-350 Regression] FAIL: gcc.target/i386/l_fma_float_4.c scan-assembler-times vfnmsub[123]+ss 32 on Linux/x86_64 (-m64 -march=cascadelake)
 2020-08-30  1:35 UTC 

[r11-350 Regression] FAIL: gcc.target/i386/l_fma_float_5.c scan-assembler-times vfnmsub[123]+ss 32 on Linux/x86_64 (-m64 -march=cascadelake)
 2020-08-30  1:33 UTC 

[r11-350 Regression] FAIL: gcc.target/i386/l_fma_float_6.c scan-assembler-times vfnmsub[123]+ss 32 on Linux/x86_64 (-m64 -march=cascadelake)
 2020-08-30  1:30 UTC 

[r11-2588 Regression] FAIL: gcc.target/i386/minmax-10.c scan-assembler-times test 6 on Linux/x86_64 (-m64 -march=cascadelake)
 2020-08-30  1:27 UTC 

[r11-2588 Regression] FAIL: gcc.target/i386/minmax-9.c scan-assembler-times test 3 on Linux/x86_64 (-m64 -march=cascadelake)
 2020-08-30  1:25 UTC 

[r11-1518 Regression] FAIL: gcc.target/i386/pr78904-4a.c scan-assembler [ \t]movb[\t ]+%.h, t on Linux/x86_64 (-m32 -march=cascadelake)
 2020-08-30  1:23 UTC 

[r11-571 Regression] FAIL: gcc.target/i386/pr92645-4.c scan-tree-dump-times optimized "VEC_PACK_TRUNC" 1 on Linux/x86_64 (-m64 -march=cascadelake)
 2020-08-30  1:22 UTC 

[r11-894 Regression] FAIL: gcc.target/i386/pr92658-avx512bw-trunc.c scan-assembler-times vpmovwb 3 on Linux/x86_64 (-m64 -march=cascadelake)
 2020-08-30  1:09 UTC 

[r11-571 Regression] FAIL: gcc.target/i386/pr92658-avx512f.c scan-assembler-times vpmovqw 1 on Linux/x86_64 (-m64 -march=cascadelake)
 2020-08-30  1:07 UTC 

[r11-2623 Regression] FAIL: gcc.target/i386/vectorize8.c (test for excess errors) on Linux/x86_64 (-m64 -march=cascadelake)
 2020-08-30  1:05 UTC 

[r11-349 Regression] FAIL: gfortran.dg/gomp/target1.f90 -O (test for excess errors) on Linux/x86_64 (-m64 -march=cascadelake)
 2020-08-30  1:03 UTC 

[PATCH] gcov-profile: clarify profile-exclude-files documentation [PR96285]
 2020-08-29 21:21 UTC  (4+ messages)

[PATCH] ipa: Merge vectors describing argument values into one type
 2020-08-29 19:05 UTC  (3+ messages)

BoF DWARF5 patches
 2020-08-29 17:32 UTC  (11+ messages)
` [PATCH 5/5] Add --gdwarf-5 to ASM_SPEC
  ` Duplicate .debug_lines (Was: [PATCH 5/5] Add --gdwarf-5 to ASM_SPEC)

[committed] libstdc++: Fix std::gcd and std::lcm for unsigned integers [PR 92978]
 2020-08-29 17:24 UTC  (4+ messages)

[PATCH] testsuite: add -fno-tree-fre in gcc.dg/guality
 2020-08-29 11:43 UTC  (5+ messages)

[PATCH v2] doc: add 'cd' command before 'make check-gcc' command in install.texi
 2020-08-29 11:30 UTC 

[PATCH] rs6000: Remove ALTIVEC_BUILTIN_MASK_FOR_STORE
 2020-08-29  1:07 UTC 

[PATCH] rs6000: r12 copy cleanup
 2020-08-29  0:05 UTC  (2+ messages)

[committed] libstdc++: Make std::chrono::duration use reduced ratio for period
 2020-08-28 23:49 UTC  (2+ messages)

[PATCH PR96757] aarch64: ICE during GIMPLE pass: vect
 2020-08-28 18:30 UTC  (2+ messages)

[PATCH] arm: Fix switch tables for thumb-1 with -mpure-code [PR96768]
 2020-08-28 17:54 UTC  (7+ messages)

[PATCH] use get_size_range to get allocated size (PR 92942)
 2020-08-28 17:12 UTC 

[PATCH V2 0/4] Unify C and C++ handling of loops and switches
 2020-08-28 16:58 UTC  (2+ messages)
` [PING] "

[PATCH] correct handling of indices into arrays with elements larger than 1 (PR c++/96511)
 2020-08-28 15:42 UTC  (3+ messages)
` [PING][PATCH] "
  ` [PING 2][PATCH] "

[PATCH 1/4] matcher-1.m: Change return type to int
 2020-08-28 15:33 UTC  (18+ messages)
` [PATCH 2/4] x86: Add -mzero-caller-saved-regs=[skip|used-gpr|all-gpr|used|all]
      ` [Patch][Middle-end]Add -fzero-call-used-regs=[skip|used-gpr|all-gpr|used|all]
        ` PING "

[PATCH] lra: Avoid cycling on certain subreg reloads [PR96796]
 2020-08-28 13:52 UTC 

[PATCH 4/4][PR target/88808]Enable bitwise operator for AVX512 masks
 2020-08-28 13:41 UTC  (22+ messages)
          ` [PATCH] x86: Disable SSE, AVX and AVX512 during CPUID check
              ` [PATCH] x86: Only use general-purpose registers "
                      ` [PATCH] x86: Use -march=x86-64/-march=i386 in <cpuid.h>
                          ` [PATCH] x86: Use target("baseline-isas-only") "
                                ` [PATCH] x86: Use target("general-regs-only, baseline-isas-only") "
                                  ` [PATCH] x86: Use target("general-regs-only,baseline-isas-only") "
                                    ` [PATCH] x86: Add -mbaseline-isas-only/target("baseline-isas-only")

[PATCH] rs6000: Support ELFv2 sibcall for indirect calls [PR96787]
 2020-08-28 13:20 UTC  (8+ messages)

[PATCH] dwarf: Multi-register CFI address support
 2020-08-28 12:04 UTC 

[Patch] Fortran: Fix absent-optional handling for nondescriptor arrays (PR94672)
 2020-08-28 11:36 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).