public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH][gimple-linterchange] Rewrite compute_access_stride
 2017-12-01 12:31 UTC 

[PATCH][gimple-linterchange] add testcase from bwaves
 2017-12-01 11:59 UTC 

[PATCH branch/gimple-linterchange]Use dyn_cast instread of is_a<> and as_a<>
 2017-12-01 11:51 UTC  (2+ messages)

RFC: Variable-length VECTOR_CSTs
 2017-12-01 11:28 UTC  (6+ messages)

[PATCH] Fix PR83232
 2017-12-01 11:09 UTC 

[patch] remove cilk-plus
 2017-12-01 10:28 UTC  (14+ messages)

[PATCH][ARM] Fix wrong code by arm_final_prescan with fp16 move instructions
 2017-12-01 10:18 UTC  (5+ messages)

[PATCH][GCC][ARM] Generate .arch and .arch_extensions for each function if required. [Patch (3/3)]
 2017-12-01  8:58 UTC  (3+ messages)

[PATCH] handle non-constant offsets in -Wstringop-overflow (PR 77608)
 2017-12-01  8:27 UTC  (8+ messages)

[patch, fortran, committed] Fix PR 83224
 2017-12-01  7:38 UTC 

[PATCH] Fix -Wreturn-type with switches (PR sanitizer/81275)
 2017-12-01  7:06 UTC  (2+ messages)

[PATCH] Fix reassoc qsort checking ICE (PR tree-optimization/83221)
 2017-12-01  7:04 UTC  (2+ messages)

[PATCH] Improve -Wimplicit-fallthrough for nested switches (PR c/79153)
 2017-12-01  7:02 UTC  (2+ messages)

[PATCH] Fix unreachable-2.c testcase (PR sanitizer/83219)
 2017-12-01  7:00 UTC  (2+ messages)

[PATCH, i386] Fix movdi_internal to return MODE_TI with AVX512
 2017-12-01  6:44 UTC  (4+ messages)

[PATCH, i386, AVX] Fix compress test
 2017-12-01  6:29 UTC 

[PATCH, i386] Fix wrong instruction vpcmpeqd generation
 2017-12-01  6:25 UTC  (2+ messages)

[PATCH, i386] Fix registers type for MODE_TI
 2017-12-01  6:00 UTC  (2+ messages)

[PATCH] PR libgcc/83112, Fix warnings on libgcc float128-ifunc.c
 2017-12-01  5:40 UTC  (6+ messages)

[C PATCH] More constistent treatment of C initializers (PR c/83222)
 2017-12-01  2:18 UTC  (3+ messages)

[PATCH] Fix "central flowgraph" typo in machine desc docs
 2017-12-01  1:46 UTC  (2+ messages)

[RFC][PATCH] Extend DCE to remove unnecessary new/delete-pairs
 2017-12-01  1:24 UTC  (12+ messages)

[PATCH] make canonicalize_condition keep its promise
 2017-12-01  1:19 UTC  (7+ messages)

[wwwdocs] bugs/index.html: remove explanation of major releases
 2017-12-01  1:18 UTC 

[PATCH] final: Improve output for -dp and -fverbose-asm
 2017-12-01  1:17 UTC  (22+ messages)

[PATCH] Fix build of gimple-ssa-store-merging.c with -std=c++98
 2017-12-01  0:15 UTC  (2+ messages)

[patch] jump threading multiple paths that start from the same BB
 2017-11-30 23:38 UTC  (4+ messages)

[GCC 9][RFC][PATCH] Optimize PHIs with constant arguments better
 2017-11-30 23:38 UTC 

[C++ PATCH] Fix ICE with structured binding & to incomplete type (PR c++/83217)
 2017-11-30 23:17 UTC 

[committed] ;; to ;
 2017-11-30 22:54 UTC 

[PATCH #2], PR target/81959, Fix ++int to _Float128 conversion on power9
 2017-11-30 22:51 UTC 

[PATCH][AArch64] Fix address printing on ILP32
 2017-11-30 22:49 UTC  (2+ messages)

[PATCH] RFC: Preserving locations for variable-uses and constants (PR 43486)
 2017-11-30 20:54 UTC  (3+ messages)
` [PATCH v2: 00/14] "

[PATCH 02/14] Support for adding and stripping location_t wrapper nodes
 2017-11-30 20:30 UTC  (5+ messages)
` [PATCH v2.1] "
    ` [PATCH, v2.2] "

[C/C++] Add support for #pragma GCC unroll v3
 2017-11-30 19:18 UTC  (2+ messages)

generic retuning part 1 - x86-tune-costs update
 2017-11-30 18:43 UTC  (5+ messages)

[PATCH GCC][V2]A simple implementation of loop interchange
 2017-11-30 18:41 UTC  (8+ messages)

[PATCH, gcc-7] Riscv doc fixes and improvements
 2017-11-30 18:41 UTC 

[RFA] [PATCH] Add a warning for invalid function casts
 2017-11-30 18:39 UTC  (20+ messages)
          `  "
                      ` [PATCHv2] "

[C++ Patch, V2] PR 82593 ("Internal compiler error: in process_init_constructor_array, at cp/typeck2.c:1294")
 2017-11-30 18:23 UTC  (2+ messages)
` [C++ PING] "

[PATCH, docs] Cleanup riscv option docs
 2017-11-30 18:14 UTC  (2+ messages)

[PATCH] rs6000: Improve fusion assembler output
 2017-11-30 18:05 UTC  (2+ messages)

C++ PATCH for c++/82219, -Wignored-qualifiers and template
 2017-11-30 17:55 UTC 

[PATCH] rs6000: Cleanup bdz/bdnz insn/splitter, add new insn/splitter for bdzt/bdzf/bdnzt/bdnzf
 2017-11-30 17:43 UTC 

[PATCH] PR libstdc++/65927 Fix -Wunused-but-set-parameter warning
 2017-11-30 17:36 UTC 

[PATCH, GCC/testsuite] Improve fstack_protector effective target
 2017-11-30 16:47 UTC 

[PATCH] rs6000: Set rs6000_cpu correctly (PR43871)
 2017-11-30 16:32 UTC 

[PATCH][ARM][gcc-7] Fix wrong code by arm_final_prescan with fp16 move instructions
 2017-11-30 16:07 UTC 

[PATCH] ARM testsuite: force hardfp for addr-modes-float.c
 2017-11-30 16:01 UTC  (4+ messages)

[C++ PATCH] Fix ICE on invalid std::tuple_size<...>::value (PR c++/83205)
 2017-11-30 15:51 UTC  (8+ messages)
  ` [C++ PATCH] Plural forms for count != eltscnt structured binding diagnostics

[PATCH] Implement std::to_address for C++2a
 2017-11-30 15:10 UTC  (6+ messages)

[patch] prevent .cfi_personality/.cfi_lsda on !dwarf eh configurations
 2017-11-30 14:13 UTC  (3+ messages)

[PATCH] PR libstdc++/83226 avoid forming pointer-to-reference type
 2017-11-30 14:11 UTC 

[Patch, fortran] PRs 82605, 82606 and 82622 - PDT problems
 2017-11-30 13:10 UTC 

[Ping][PATCH v3] Fix Incorrect ASan global variables alignment on arm (PR sanitizer/81697)
 2017-11-30 12:47 UTC  (6+ messages)

Replying to an older patch ([PATCH] Fix failing test-case)
 2017-11-30 11:38 UTC  (2+ messages)

[PATCH 1/7]: SVE: Add CLOBBER_HIGH expression
 2017-11-30 11:16 UTC  (12+ messages)

[PATCH] Improve __builtin_mul_overflow (uns, 1U << y, &res) (PR target/83210)
 2017-11-30 11:04 UTC  (4+ messages)

[PATCH,RFC] combine: Remove use_crosses_set_p
 2017-11-30  9:48 UTC 

[PATCH] Avoid peeling in cunrolli
 2017-11-30  9:18 UTC  (2+ messages)

Go patch committed: Don't make map zero value constant
 2017-11-30  9:18 UTC 

[committed] hppa-linux: Update baseline symbols
 2017-11-30  1:24 UTC 

[PATCH] enhance -Wrestrict to handle string built-ins (PR 78918)
 2017-11-30  1:19 UTC  (20+ messages)
` [PING #2] "
                          ` [PING][PATCH] "
                            ` [PING 2][PATCH] "

[PATCH][AArch64] Fix ICE due to store_pair_lanes
 2017-11-30  0:52 UTC  (5+ messages)

[PATCH] combine: Print to dump if some insn cannot be combined into i3
 2017-11-29 23:35 UTC 

[PATCH] combine: Do not throw away unneeded arms of parallels (PR83156)
 2017-11-29 23:13 UTC 

[PATCH] Riscv patterns to optimize away some redundant zero/sign extends
 2017-11-29 22:39 UTC 

[PATCH] rs6000: Add second variant of adde
 2017-11-29 22:34 UTC 

patch to fix PR80818
 2017-11-29 22:27 UTC 

PR82808
 2017-11-29 22:26 UTC  (8+ messages)
      ` [PR 82808] Use result types for arithmetic jump functions

[PATCH] C++: improve location of static_assert errors
 2017-11-29 22:21 UTC  (2+ messages)

[PATCH][PR c++/82888] smarter code for default initialization of scalar arrays
 2017-11-29 21:59 UTC  (3+ messages)

[C++ Patch] PR 82293 ("[8 Regression] ICE in nonlambda_method_basetype at gcc/cp/lambda.c:886")
 2017-11-29 21:31 UTC  (2+ messages)

RFA (libstdc++): PATCH to implement C++17 over-aligned new
 2017-11-29 21:23 UTC  (3+ messages)

C++ PATCH for c++/82760, memory corruption with C++17 aligned new
 2017-11-29 21:17 UTC 

[PATCH][i386,AVX] Enable VBMI2 support [7/7]
 2017-11-29 20:13 UTC  (2+ messages)

[PATCH][i386,AVX] Enable VBMI2 support [6/7]
 2017-11-29 18:49 UTC  (2+ messages)

Add myself as GCC maintainer
 2017-11-29 18:46 UTC 

[PATCH] Fix PR tree-optimization/83195 testcase for arm
 2017-11-29 16:15 UTC  (2+ messages)

[PATCH] Address SLP cost-model issue of PR83202
 2017-11-29 13:55 UTC 

[PATCH GCC]Rename and make remove_dead_inserted_code a simple dce interface
 2017-11-29 11:58 UTC  (3+ messages)

[PATCH v3 1/4] [SPARC] Errata workaround for GRLIB-TN-0012
 2017-11-29 10:38 UTC  (2+ messages)

(patch, fortran] PR83021 - [7/8 Regression] gfortran segfault in polymorphic assignment
 2017-11-29 10:09 UTC  (2+ messages)

[Patch, fortran] PR83076 - [8 Regression] ICE in gfc_deallocate_scalar_with_status, at fortran/trans.c:1598
 2017-11-29 10:03 UTC 

[Patch][x86, backport] Backport to GCC-7 vzeroupper patches
 2017-11-29  9:55 UTC  (2+ messages)

[Patch][x86, backport] Backport to GCC-6 vzeroupper patches
 2017-11-29  9:55 UTC  (2+ messages)

[PATCH] Improve build_simple_mem_ref_loc (PR middle-end/83185)
 2017-11-29  9:47 UTC  (2+ messages)

[PATCH] Improve seq_cost (PR middle-end/80929)
 2017-11-29  9:46 UTC  (2+ messages)

[PATCH] complex type canonicalization
 2017-11-29  9:43 UTC  (3+ messages)

[PATCH] Fix vec_concatv2di pattern for SSE4 (PR target/80819)
 2017-11-29  9: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).