public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH v2] Fix PR64242
 2019-05-31 21:41 UTC  (2+ messages)

Go patch committed: Optimize append of make
 2019-05-31 21:33 UTC 

[PATCH] correct the representation of ADDR_EXPR involving pointer to array [PR 90694]
 2019-05-31 21:22 UTC  (2+ messages)

[PATCH] warn on returning alloca and VLA (PR 71924, 90549)
 2019-05-31 21:19 UTC  (11+ messages)

[PATCH] Clean up non-conforming names
 2019-05-31 20:50 UTC 

[PATCH] PR c/86407 - Add option to ignore fndecl attributes on function pointers
 2019-05-31 20:47 UTC  (9+ messages)

Go patch committed: Fix int-to-string conversion with large constant
 2019-05-31 20:34 UTC 

[PATCH] detect references to statics in inline function signatures (PR 88718)
 2019-05-31 20:08 UTC  (2+ messages)

[PATCH,RFC 0/3] Support for CTF in GCC
 2019-05-31 19:56 UTC  (7+ messages)

[PATCH] fixincludes breaks mingw64 build
 2019-05-31 19:48 UTC  (4+ messages)

[C++ PATCH] PR60531 - Wrong error about unresolved overloaded function
 2019-05-31 19:17 UTC  (4+ messages)
` [C++ PATCH, PING] "
  ` [C++ PATCH, PING^2] "
    ` [C++ PATCH, PING^3] "

[PATCH] PR c/43673 - Incorrect warning in dfp printf
 2019-05-31 19:16 UTC  (7+ messages)
` *Ping* "

[PATCH] PR tree-optimization/90681 Fix ICE in vect_slp_analyze_node_operations_1
 2019-05-31 19:06 UTC  (2+ messages)

[PATCH] libiberty: Don't use VLAs if __STDC_NO_VLA__ is non-zero
 2019-05-31 18:46 UTC  (2+ messages)

[PATCH] fix more -Wformat-diag issues
 2019-05-31 18:42 UTC  (4+ messages)

[PATCH] i386: Insert ENDBR for NOTE_INSN_DELETED_LABEL only if needed
 2019-05-31 18:26 UTC  (11+ messages)
` V2 "
              ` [PATCH] Don't insert ENDBR after NOTE_INSN_DELETED_LABEL

libgo patch committed: Cheaper context switch on x86_64
 2019-05-31 18:20 UTC 

[C++ PATCH] decls with error_node type
 2019-05-31 17:57 UTC 

[PATCH] i386: Properly encode xmm16-xmm31/ymm16-ymm31 for vector move
 2019-05-31 17:43 UTC  (3+ messages)
` PING^1: "
  ` PING^2: "

[PATCH] PR71482: Add -Wglobal-constructors
 2019-05-31 16:54 UTC  (10+ messages)

New .md construct: define_insn_and_rewrite
 2019-05-31 16:46 UTC  (3+ messages)

[patch] Fix segfault caused by spurious constant overflow
 2019-05-31 16:17 UTC  (3+ messages)

[PATCH][AArch64] Increase default function alignment
 2019-05-31 16:12 UTC  (3+ messages)

Simplify more EXACT_DIV_EXPR comparisons
 2019-05-31 16:00 UTC  (10+ messages)

[PATCH] A jump threading opportunity for condition branch
 2019-05-31 15:28 UTC  (26+ messages)
          ` [PATCH V2] "

[PATCH] Add noexcept to tuple<> and simplify tuple<T1,T2> noexcept-specifiers
 2019-05-31 15:19 UTC 

undefined behavior in value_range::equiv_add()?
 2019-05-31 15:03 UTC  (8+ messages)

[PATCH] Make debug(edge) more verbose
 2019-05-31 14:58 UTC  (2+ messages)

RFC: [PATCH] Remove using-declarations that add std names to __gnu_cxx
 2019-05-31 14:44 UTC  (3+ messages)

[PATCH] Fix typo in index comporasion of CONSTRUCTOR
 2019-05-31 14:38 UTC 

[C++PATCH] Lambda names are anonymous
 2019-05-31 13:43 UTC 

[PATCH][RFC] Sanitize equals and hash functions in hash-tables
 2019-05-31 13:35 UTC  (15+ messages)

Do not ask alias subset query when access patch can not extend
 2019-05-31 13:20 UTC  (3+ messages)

Teach same_types_for_tbaa to structurally compare arrays, pointers and vectors
 2019-05-31 12:50 UTC  (12+ messages)

Hashtable Small size optimization
 2019-05-31 11:56 UTC  (2+ messages)

[PATCH][RFC] final-value replacement from DCE
 2019-05-31 11:52 UTC  (4+ messages)

[PATCH] Handle "omp simd array" accesses in ifcvt_memrefs_wont_trap
 2019-05-31 11:32 UTC  (4+ messages)

Hashtable comment cleanups & renamings
 2019-05-31 10:53 UTC  (5+ messages)

[PATCH] PR libstdc++/90682 allow set_terminate(0) and set_unexpected(0)
 2019-05-31 10:52 UTC 

[PATCH] PR libstdc++/71579 assert that type traits are not misused with an incomplete type
 2019-05-31 10:37 UTC  (6+ messages)

[PATCH] PR libstdc++/85494 use rdseed and rand_s in std::random_device
 2019-05-31 10:36 UTC  (7+ messages)

[PATCH][OBVIOUS] Add pretty print for const_tree
 2019-05-31 10:36 UTC 

Make aliasing_component_refs_p to work harder when same_type_for_tbaa returns -1
 2019-05-31  9:47 UTC  (2+ messages)

[RFC][PR88838][SVE] Use 32-bit WHILELO in LP64 mode
 2019-05-31  9:44 UTC  (6+ messages)

[C++ Patch] Fix cp_parser_unqualified_id typo
 2019-05-31  9:26 UTC 

[PATCHv2] debug: make -feliminate-unused-debug-symbols the default [PR debug/86964]
 2019-05-31  9:23 UTC  (5+ messages)

value_range_base::{non_zero_p, set_zero, set_non_zero}
 2019-05-31  9:05 UTC  (5+ messages)

[PATCH][Preprocessor]patch to fix PR 90581
 2019-05-31  9:01 UTC  (8+ messages)

apply unary op to both sides of (vec_cond x cst1 cst2)
 2019-05-31  8:46 UTC  (4+ messages)

[PATCH] Fix ICE in ssa_create_duplicates (PR tree-optimization/90671)
 2019-05-31  8:38 UTC  (3+ messages)

[PATCH, C++, testsuite] Require alias support for a test
 2019-05-31  7:44 UTC 

[PATCH, Darwin, X86] We have .p2align, so declare its use
 2019-05-31  7:38 UTC 

[PATCH, Darwin, X86, testsuite] Adjust tests for Darwin's align syntax
 2019-05-31  7:38 UTC 

[PATCH,libstdc++] C++-20 costexpr <array> and <algorithm>
 2019-05-31  3:22 UTC  (2+ messages)

Fwd: CFV: "C++ programming in GNU" interest group (possibly including coding standard development)
 2019-05-31  1:27 UTC  (3+ messages)
      `  "

[PATCH] RX: Add rx-*-linux target
 2019-05-31  0:27 UTC  (3+ messages)

[Contrib PATCH] Add scripts to convert GCC repo from SVN to Git
 2019-05-31  0:16 UTC  (12+ messages)

[PATCH] rs6000: Add basic support for prefixed and PC-relative addresses
 2019-05-30 23:28 UTC  (5+ messages)

[committed] Optimize lastprivate conditional in worksharing constructs nested in parallel constructs
 2019-05-30 21:27 UTC 

Go patch committed: Intrinsify runtime/internal/atomic functions
 2019-05-30 20:56 UTC  (9+ messages)
    ` [gofrontend-dev] "

[v3 PATCH] basic_string spurious use of a default constructible allocator - LWG2788
 2019-05-30 19:50 UTC  (2+ messages)

[PATCH] rs6000: Update test cases to use powerpc_future_ok
 2019-05-30 19:38 UTC  (2+ messages)

[PATCH] rs6000: Add target supports for "future" system
 2019-05-30 19:32 UTC  (2+ messages)

C++ PATCH to fix typo in cp-tree.h
 2019-05-30 19:03 UTC 

[patch, doc, fortran] Document some trans* stuff
 2019-05-30 18:40 UTC  (3+ messages)

[patch][aarch64]: add support for fabd in sve
 2019-05-30 17:56 UTC  (2+ messages)

Go patch committed: intrinsify sync/atomic functions
 2019-05-30 17:27 UTC 

[PATCH] Fix alignment option parser (PR90684)
 2019-05-30 16:47 UTC 

[PATCH] rs6000: Add undocumented switch -mprefixed-addr
 2019-05-30 16:16 UTC  (7+ messages)
      ` [PATCH v2] "

[AArch64] [SVE] PR88837 - Poor vector construction code in VL-specific mode
 2019-05-30 16:01 UTC  (6+ messages)

[libstdc++,doc] doc/xml/manual/support.xml - link adjustment and simplification
 2019-05-30 15:49 UTC  (3+ messages)

[wwwdocs] Add sized-deallocation functions to discussion of new/delete
 2019-05-30 15:03 UTC 

[patch][aarch64]: add usra and ssra combine patterns
 2019-05-30 14:51 UTC 

[PATCH][AArch64] Make use of FADDP in simple reductions
 2019-05-30 14:03 UTC  (2+ messages)

[PATCH][GCC][AARCH64] Fix libstdc++ build failure after r271735
 2019-05-30 13:43 UTC 

[PATCH 3/3][GCC][AARCH64] Add support for pointer authentication B key
 2019-05-30 12:29 UTC  (14+ messages)

[PATCH] Further C lapack workaround tweaks
 2019-05-30 12:27 UTC  (4+ messages)

[PATCH] Update C++20 status table
 2019-05-30 11:26 UTC 

[PATCH] Update documentation of implementation-defined library features
 2019-05-30 10:32 UTC 

[libgomp, testsuite] Generalize getconf _NPROCESSORS_ONLN
 2019-05-30  9:30 UTC  (7+ messages)

[Patch] Fix ix86_expand_sse_comi_round (PR Target/89750, PR Target/86444)
 2019-05-30  9:00 UTC  (5+ messages)

[PATCH, x86, testsuite] Two tests that need to be native TLS?
 2019-05-30  8:51 UTC  (2+ messages)

[PATCH] gdbinit: add a new command and fix one
 2019-05-30  8:06 UTC  (4+ messages)

Go patch committed: Remove range-based for loop
 2019-05-30  3:49 UTC 

libbacktrace integration for _GLIBCXX_DEBUG mode
 2019-05-30  0:09 UTC  (6+ messages)

[PATCH] Synchronize libstdc++ parallel algorithms with upstream project
 2019-05-29 23:05 UTC  (3+ messages)

[PATCH] Rename header guards to be consistent with upstream project's conventions
 2019-05-29 22:53 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).