public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
Patch ping
 2017-07-25  9:40 UTC 

[RFC] If conversion min/max search, costs and problems
 2017-07-25  9:25 UTC 

[PATCH] Switch vec_init and vec_extract optabs to 2 mode optab to allow extraction of vector from vector or initialization of vector from smaller vectors (PR target/80846)
 2017-07-25  9:14 UTC 

[PATCH][AArch64] vec_pack_trunc_<mode> should split after register allocator
 2017-07-25  8:57 UTC  (4+ messages)

[PATCh] Fix a -Wnarrowing warning in Fortran FE
 2017-07-25  8:53 UTC 

[PATCH] Optimize BB sorting in domwalk
 2017-07-25  8:51 UTC  (6+ messages)

[PATCH] Fix movti_internal with -mavx512bw -mno-avx512dq (PR target/81532)
 2017-07-25  8:50 UTC 

[PATCH 0/6] qsort comparator consistency fixes
 2017-07-25  8:47 UTC  (8+ messages)
` [PATCH 2/6] gimple-ssa-store-merging.c: fix sort_by_bitpos
` [PATCH 7/6] fortran: fix pair_cmp qsort comparator

[PATCH v11] add -fpatchable-function-entry=N,M option
 2017-07-25  8:07 UTC  (9+ messages)
  ` [PATCH v12] "

[PATCH TEST]Require vect_perm in gcc.dg/vect/pr80815-3.c
 2017-07-25  7:27 UTC  (2+ messages)

[PATCH GCC]Make pointer overflow always undefined and remove the macro
 2017-07-25  7:26 UTC  (2+ messages)

[patch,lto] Fix PR81487
 2017-07-25  7:25 UTC  (4+ messages)
  ` [patch] Ad PR81487: More asprintf -> xasprintf replacements

[PATCH] dwarf2asm.c for AIX
 2017-07-25  7:19 UTC  (2+ messages)

Deprecate DBX/stabs?
 2017-07-25  7:18 UTC  (4+ messages)

PING^2: Fwd: SSA range class and removal of VR_ANTI_RANGEs
 2017-07-25  7:14 UTC  (4+ messages)

[PATCH] unitialized memory access vs BIT_INSERT_EXPR
 2017-07-25  7:14 UTC  (2+ messages)

[PATCH, committed] Fix PR81162
 2017-07-25  7:05 UTC  (3+ messages)

[PATCH] Fix PR81505
 2017-07-25  7:03 UTC 

[PATCH] Delete files unused since openbsd 2 & 3 support was dropped
 2017-07-25  5:11 UTC  (2+ messages)

[PATCHv2][PING^2][PR 56727] Bypass PLT for recursive calls
 2017-07-25  4:20 UTC  (6+ messages)
    ` [PATCH] Fix wrong condition in ipa-visibility.c (PR ipa/81520)

[PATCH] enhance -Wrestrict to handle string built-ins (PR 78918)
 2017-07-25  3:13 UTC  (3+ messages)
  ` [PING] "

[PATCH] enhance -Wrestrict for sprintf %s arguments
 2017-07-25  3:11 UTC  (4+ messages)

[PATCH] enhance overflow and truncation detection in strncpy and strncat (PR 81117)
 2017-07-25  3:10 UTC  (3+ messages)
` [PING] "
  ` [PING #2] "

[PATCH] prevent -Wall from resetting -Wstringop-overflow=2 to 1 (pr 81345)
 2017-07-25  3:08 UTC  (6+ messages)

[PATCH, cleanup] Remove PowerPC -mupper-regs-* options
 2017-07-24 23:40 UTC  (5+ messages)
      ` [PATCH #2, cleanup] Remove PowerPC TARGET_UPPER_REGS_{DF,SF} macros

Add -Wsuggest-attribute=cold
 2017-07-24 22:58 UTC  (7+ messages)

[PATCH] Do not silently continue if config.{build,host,gcc} fails
 2017-07-24 22:23 UTC  (3+ messages)

[PATCH 0/7] [ARC] SDATA and ZOL updates
 2017-07-24 22:22 UTC  (9+ messages)
` [PATCH 1/7] [ARC] Improves and fixes for small data support
` [PATCH 7/7] [ARC] Fix errors in arc_ifcvt
` [PATCH 3/7] [ARC] Update can_follow_jump hook helper
` [PATCH 2/7] [ARC] Use -G option to control sdata behavior
` [PATCH 4/7] [ARC] Use TARGET_USE_ANCHORS_FOR_SYMBOL_P
` [PATCH 6/7] [ARC] Reimplement ZOL support
` [PATCH 5/7] [ARC] Update various patterns

[PATCH] Kill TYPE_METHODS 0/9
 2017-07-24 22:18 UTC  (17+ messages)
` [PATCH] Kill TYPE_METHODS debug 1/9
              ` Deprecate DBX/stabs?

[PATCH 1/2] simplify-rtx: The truncation of an IOR can have all bits set (PR81423)
 2017-07-24 22:06 UTC  (4+ messages)

[PATCH][RFA/RFC] Stack clash mitigation patch 07/08 V2
 2017-07-24 21:58 UTC  (4+ messages)

[patch, fortran] Fix PR 79312, find invalid typespec for empty array constructors
 2017-07-24 21:27 UTC 

[PATCH, rs6000] Add testcases for vec_cnttz
 2017-07-24 20:51 UTC  (3+ messages)

[PATCH][RFA/RFC] Stack clash mitigation patch 01/08 V2
 2017-07-24 20:43 UTC  (5+ messages)

[PATCH 00/17] RFC: New source-location representation; Language Server Protocol
 2017-07-24 19:56 UTC  (19+ messages)
` [PATCH 17/17] Language Server Protocol: work-in-progess on testsuite
` [PATCH 13/17] Add http-server.h and http-server.c
` [PATCH 01/17] Add param-type-mismatch.c/C testcases as a baseline
` [PATCH 10/17] C++: provide fix-it hints in -Wsuggest-override
` [PATCH 11/17] Add JSON implementation
` [PATCH 12/17] Add server.h and server.c
` [PATCH 03/17] Core of BLT implementation
` [PATCH 15/17] Language Server Protocol: add lsp::server abstract base class
` [PATCH 02/17] diagnostics: support prefixes within diagnostic_show_locus
` [PATCH 06/17] C: use BLT to highlight parameter of callee decl for mismatching types
` [PATCH 14/17] Add implementation of JSON-RPC
` [PATCH 07/17] C++: use BLT to highlight parameter of callee decl for mismatching types
` [PATCH 04/17] C frontend: capture BLT information
` [PATCH 09/17] C++: highlight return types when complaining about mismatches
` [PATCH 08/17] C: "
` [PATCH 05/17] C++ frontend: capture BLT information
` [PATCH 16/17] Language Server Protocol: proof-of-concept GCC implementation

[00/77] Add wrapper classes for machine_modes
 2017-07-24 18:31 UTC  (7+ messages)

[PATCH 1/2] cfgrtl: Don't crash in rtl_dump_bb if BB_END(bb) is NULL
 2017-07-24 18:27 UTC  (4+ messages)
` [PATCH 2/2] passes: Print a header in emergency_dump_function

[PATCH V2] improve bitmap / sbitmap compatability of bitmap_set_bit
 2017-07-24 18:25 UTC  (2+ messages)

[PATCH] PR driver/81523: Make -static override -pie
 2017-07-24 17:25 UTC  (2+ messages)

[PATCH AArch64]Fix ICE in cortex-a57 fma steering pass
 2017-07-24 17:17 UTC  (4+ messages)

[PATCH][AArch64] Fix PR79041
 2017-07-24 17:06 UTC  (4+ messages)

[PATCH] Fix expand_builtin_atomic_fetch_op for pre-op (PR80902)
 2017-07-24 17:01 UTC  (4+ messages)

[PATCH GCC][1/2]Feed bound computation to folder in loop split
 2017-07-24 14:52 UTC  (16+ messages)

[PATCH GCC][3/4]Generalize dead store elimination (or store motion) across loop iterations in predcom
 2017-07-24 14:27 UTC  (8+ messages)

[PATCH] New C++ warning option '-Wduplicated-access-specifiers'
 2017-07-24 12:26 UTC  (14+ messages)
  ` [PATCH v2] New C++ warning option '-Waccess-specifiers'

[AArch64, Patch] Generate MLA when multiply + add vector by scalar
 2017-07-24 11:40 UTC  (2+ messages)

[GCC][PATCH][AArch64] Optimize x * copysign (1.0, y) [Patch (2/2)]
 2017-07-24 11:22 UTC  (3+ messages)

[patch, libfortran] Fix PR 80365, undefined memcpy
 2017-07-24 11:13 UTC  (3+ messages)

[PATCH] vec_merge + vec_duplicate + vec_concat simplification
 2017-07-24 10:46 UTC  (2+ messages)

[patch, fortran, committed] Show binding label on dump
 2017-07-24 10:39 UTC 

[PATCH] Simplify vec_merge of vec_duplicate with const_vector
 2017-07-24 10:10 UTC  (2+ messages)

[PATCH, RFC] Proposed PowerPC IEEE 128-bit floating point changes
 2017-07-24  9:21 UTC  (2+ messages)

[PATCH] [PR79542][Ada] Fix ICE in dwarf2out.c with nested func. inlining
 2017-07-24  7:41 UTC  (6+ messages)
        ` [PING*2][PATCH] "

[PATCH] RTEMS: Add GCC Runtime Library Exception
 2017-07-24  6:05 UTC 

[PATCH][RFA/RFC] Stack clash mitigation patch 08/08 V2
 2017-07-24  2:45 UTC  (4+ messages)

[committed] Always assume NetBSD provides __cxa_atexit
 2017-07-24  1:59 UTC 

[patch, fortran] Fix another dependency check for reallocation on assignment
 2017-07-23 19:47 UTC  (2+ messages)

[PING][PATCH][PR sanitizer/77631] Support separate debug info in libbacktrace
 2017-07-23 17:58 UTC 

std::vector default default and move constructors
 2017-07-23 17:41 UTC 

[PATCH, rs6000, 5/6] Backport patch to align .toc section
 2017-07-23 17:07 UTC 

[PATCH] allow deferred-shape pointers in OpenACC data clauses
 2017-07-23 11:37 UTC  (4+ messages)

[PATCH, i386]: fix PR80569, "shrx" instruction generated in 16-bit mode
 2017-07-23 10:32 UTC 

[PATCH,AIX] Enable XCOFF in libbacktrace on AIX
 2017-07-23  9:12 UTC  (3+ messages)

[PATCH] dwarf2out.c patch for AIX
 2017-07-23  3:29 UTC 

Fix inconsistent section flags
 2017-07-22 22:38 UTC  (2+ messages)

gotools patch committed: Test runtime, misc/cgo/{test,testcarchive}
 2017-07-22 18:08 UTC 

[PATCH, alpha]: libgo patch: also recognize alpha in signal handler
 2017-07-22 17:59 UTC 

[PATCH] toplev: avoid recursive emergency_dump_function
 2017-07-22 15:11 UTC  (2+ messages)

libgo patch committed: Call f?statfs64 on GNU/Linux
 2017-07-21 23:49 UTC  (3+ messages)

[PATCH,rs6000] Fine-tune vec_construct direct move cost
 2017-07-21 22:25 UTC  (2+ messages)

[PATCH] scheduler bug fix for AArch64 insn fusing SCHED_GROUP usage
 2017-07-21 22:09 UTC  (2+ messages)

[PATCH/AARCH64] Decimal floating point support for AARCH64
 2017-07-21 21:54 UTC  (4+ messages)

[PATCH, rs6000] vec_mule and vec_mulo builtin fix
 2017-07-21 21:15 UTC  (2+ messages)

[PATCH] Emit DWARF5 DW_AT_export_symbols for namespaces
 2017-07-21 20:33 UTC 

[PATCH][RFA/RFC] Stack clash mitigation patch 05/08
 2017-07-21 20:25 UTC  (4+ messages)

[C++ PATCH] merge various METHOD_VEC accessors
 2017-07-21 19:27 UTC 

libgo patch committed: don't use runtime_lock in __go_get_backtrace_state
 2017-07-21 18:27 UTC 

[C++ PATCH] no special cdtor slots
 2017-07-21 18:14 UTC 

libgo patch committed: Recognize PPC PC in signal handler
 2017-07-21 18:08 UTC 

[C++ PACTH] small add_candidates cleanup
 2017-07-21 18:01 UTC 

libgo patch committed: Use a larger stack size in CgoCallbackGC test
 2017-07-21 17:50 UTC 

[PING][PATCH][aarch64] Enable ifunc resolver attribute by default
 2017-07-21 17:45 UTC 

[RFC/SCCVN] Handle BIT_INSERT_EXPR in vn_nary_op_eq
 2017-07-21 17:16 UTC  (7+ messages)

std::list optimizations
 2017-07-21 17:14 UTC 

C PATCH to fix bogus warning with -Wmultistatement-macros (PR c/81364)
 2017-07-21 16:29 UTC  (3+ messages)

[PING^4][PATCH v2] Generate reproducible output independently of the build-path
 2017-07-21 16:16 UTC  (4+ messages)
` [PATCH 2/3] Use BUILD_PATH_PREFIX_MAP envvar to transform __FILE__
` [PATCH 1/3] Use BUILD_PATH_PREFIX_MAP envvar for debug-prefix-map
` [PATCH 3/3] When remapping paths, only match whole path components

[PATCH] Add AddressSanitizer annotations to std::vector
 2017-07-21 16:07 UTC  (4+ 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).