public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH 0/3] Better folding of 2 string builtin-ins
 2016-10-12 13:17 UTC  (28+ messages)
` [PATCH 3/3] Test folding of strn{case}cmp and memchr
    ` [PATCH 3/3] Test folding of str{n}{case}cmp and memchr (version 2)
      ` [PATCH] Test folding of str{n}{case}cmp and memchr (version 3)
` [PATCH 1/3] Fold BUILT_IN_STRNCASECMP
  ` [PATCH 1/3] Fold __builtin_str{n}{case}cmp functions (version 2)
      ` [PATCH] Check \0-termination of string in c_getstr
      ` [PATCH] Add a helper function: create_tmp
      ` [PATCH] Fold __builtin_str{n}{case}cmp functions (version 3)
` [PATCH 2/3] Smarter folding of __builtin_memchr
    ` [PATCH 2/3] Fold __builtin_memchr (version 2)
        ` [PATCH] Fold __builtin_memchr (version 3)

[PATCH] Refactor section/label init for early LTO debug
 2016-10-12 13:15 UTC  (6+ messages)
    ` Un-break dwarf2out for DWARF2_LINENO_DEBUGGING_INFO configurations (was: [PATCH] Refactor section/label init for early LTO debug)

[BUILDROBOT] Selftest failed for i686-wrs-vxworks
 2016-10-12 13:12 UTC  (7+ messages)

[PATCH] More trivial bits from early LTO debug merge
 2016-10-12 13:11 UTC  (3+ messages)

[Ada] Spurious use visibility with limited with and child packages
 2016-10-12 12:57 UTC 

Questionable code in gcov-io.c
 2016-10-12 12:54 UTC  (4+ messages)

[PATCH] Fix PR77826
 2016-10-12 12:49 UTC  (9+ messages)

[PATCH] Implement new hook for max_align_t_align
 2016-10-12 12:46 UTC  (20+ messages)

[PATCH][check_GNU_style.sh] More aggressively ignore dg-xxx directives
 2016-10-12 12:43 UTC  (11+ messages)

[Ada] Crash on overloaded function call with limited view
 2016-10-12 12:34 UTC 

[Ada] Illegal overriding indicators not flagged for procedure named Initialize
 2016-10-12 12:34 UTC 

[PATCH, Fortran] Four small DEC extensions
 2016-10-12 12:31 UTC 

[Ada] Renaming of functions to check file's readability/writability
 2016-10-12 12:27 UTC 

[Ada] Preliminary work to support relative delays on extended ravenscar
 2016-10-12 12:27 UTC 

Set nonnull attribute to ptr_info_def based on VRP
 2016-10-12 12:25 UTC  (12+ messages)
` [ipa-vrp] Use get/set_ptr_nonnull in ipa-vrp
` [vrp] use get_ptr_nonnull in tree-vrp

[SPARC] Tidy up Condition Code support and more
 2016-10-12 12:18 UTC  (4+ messages)

[PATCH] Do not copy std:call_once arguments (LWG 2442)
 2016-10-12 12:16 UTC  (2+ messages)

[patch] Comment in rtl.h how rtx flags are dumped in rtl dumps
 2016-10-12 12:02 UTC  (2+ messages)

[patch,avr] Introduce absdata attribute to allow LDS /STS on Tiny
 2016-10-12 11:33 UTC 

[PATCH] Add missing return to uninitialized_default_construct_n
 2016-10-12 11:24 UTC 

[PATCH] Remove 'return' from noreturn function
 2016-10-12 11:23 UTC 

[PATCH] Introduce -Wimplicit-fallthrough={0,1,2,3,4,5}
 2016-10-12 11:04 UTC  (18+ messages)

RTL frontend input format again (was Re: [PATCH 15/16] RTL frontend (rtl1), on top of dump reader)
 2016-10-12 10:50 UTC  (3+ messages)
` [PATCH] print_rtx_function: integrate dumping of the CFG into the insn chain

[diagnostic] fix formatting
 2016-10-12 10:37 UTC 

[Ada] Spurious errors on instances of formal packages with defaults
 2016-10-12 10:33 UTC 

[Ada] Call memmove instead of memcpy in more cases
 2016-10-12 10:33 UTC 

[Ada] Create a new internal profile
 2016-10-12 10:33 UTC 

[PATCH][AArch64] Add function comments to some prologue/epilogue helpers
 2016-10-12 10:23 UTC 

[Patch 0/11] Add support for _Float16 to AArch64
 2016-10-12 10:14 UTC  (11+ messages)
` [Patch 3/11] Implement TARGET_C_EXCESS_PRECISION for s390

[Fortran, Patch, PR72832, v1] [6/7 Regression] [OOP] ALLOCATE with SOURCE fails to allocate requested dimensions
 2016-10-12  9:50 UTC  (2+ messages)
` PING! "

[ARM] PR 67591 ARM v8 Thumb IT blocks are deprecated
 2016-10-12  9:22 UTC  (5+ messages)

[PATCH GCC]New vectorization pattern turning cond_expr into max/min and plus/minus
 2016-10-12  8:50 UTC  (4+ messages)

[PATCH GCC]Simplify (convert)(X op const) -> (convert)X op (convert)const by match&simplify
 2016-10-12  8:48 UTC  (3+ messages)

[PATCH 1/2] DWARF: process all TYPE_DECL nodes when iterating on scopes
 2016-10-12  8:39 UTC  (12+ messages)
      ` [PATCH, PING] "

[PATCH] DWARF: space-optimize loc. descr. for integer literals on 32-bit targets
 2016-10-12  8:39 UTC  (7+ messages)
    ` [PATCH, PING] "
      ` [PATCH, PING*3] "

[PATCH v2] aarch64: Add split-stack initial support
 2016-10-12  7:54 UTC  (3+ messages)

[PATCH] Remove constraint on (X /[ex] A) * A -> X
 2016-10-12  7:15 UTC 

[PATCH][2/2] Enable SSA propagator "DCE" for VRP
 2016-10-12  7:08 UTC  (2+ messages)

[PATCH] Fix PR77920
 2016-10-12  7:04 UTC 

[RFC][VRP] Improve intersect_ranges
 2016-10-12  7:03 UTC  (8+ messages)

[PATCH] Fix optimize_range_tests_var_bound reassoc ICE (PR tree-optimization/77929)
 2016-10-12  5:48 UTC  (2+ messages)

[PATCH] accept flexible arrays in struct in unions (c++/71912 - [6/7 regression])
 2016-10-12  1:46 UTC  (20+ messages)
                                    ` PING "

ping for msg00567
 2016-10-11 21:51 UTC 

[Committed] PR fortran/77942 -- test for zero
 2016-10-11 21:47 UTC 

[PR tree-optimization/77424] Cleanup remnants of threading through backedges in old threader
 2016-10-11 21:42 UTC 

[PATCH v4 0/6] Separate shrink-wrapping
 2016-10-11 21:30 UTC  (2+ messages)

[PATCH,rs6000] Add built-in function support for Power9 string operations
 2016-10-11 21:30 UTC  (3+ messages)

[patch] Fix ICE on ACATS test for Aarch64 at -O
 2016-10-11 21:20 UTC  (4+ messages)

New option -flimit-function-alignment
 2016-10-11 20:14 UTC  (3+ messages)

fix -fmax-errors & notes
 2016-10-11 20:12 UTC  (3+ messages)

PING! Re: [PATCH, Fortran] Extension: COTAN and degree-valued trig intrinsics with -fdec-math
 2016-10-11 20:08 UTC  (18+ messages)
              ` [PATCH] Fix formatting of the -fdec-math changes

[Ada] Set Backend_Overflow_Checks to True everywhere
 2016-10-11 19:51 UTC 

Bootstrap breakage in Fortran
 2016-10-11 18:48 UTC 

[PATCH 3/4][Ada,DJGPP] Ada support for DJGPP
 2016-10-11 18:42 UTC  (8+ messages)
        ` [PING][PATCH "

[PATCH v2] testsuite: Use -Wno-psabi instead of pruning compiler messages
 2016-10-11 18:40 UTC  (5+ messages)

[PATCH, RS6000, PR77934] mtvsrdd needs b (base register) constraint on first input
 2016-10-11 17:21 UTC  (2+ messages)

[PATCH], PR 77924, Fix PowerPC breakage on AIX
 2016-10-11 17:14 UTC  (2+ messages)

[PATCH] Remove x86 pcommit instruction
 2016-10-11 17:09 UTC  (6+ messages)

[PATCH, alpha]: Use alpha-passes.def to register passes
 2016-10-11 16:41 UTC 

[PATCH 00/16] RTL frontend (v3)
 2016-10-11 15:53 UTC  (6+ messages)
` [PATCH 01/16] read-md.c: Add various cleanups to ~rtx_reader
` [PATCH 09/16] Split class rtx_reader into base_rtx_reader vs rtx_reader

[PATCH] Split print_rtx into subroutines
 2016-10-11 15:11 UTC  (2+ messages)

Compile-time improvement for if conversion
 2016-10-11 13:48 UTC  (8+ messages)

[C++ PATCH] RFC: implement P0386R2 - C++17 inline variables
 2016-10-11 13:39 UTC 

[PATCH, ARM 5/6] Add support for MOVT/MOVW to ARMv8-M Baseline
 2016-10-11 13:28 UTC  (6+ messages)
` [PATCH, ARM 5/7] "

[libgo] Silence compiler error message
 2016-10-11 13:14 UTC  (2+ messages)

[PATCH] Tiny dwarf2out bits from early LTO debug
 2016-10-11 12:56 UTC 

[PATCH] Fix PR77931
 2016-10-11 12:49 UTC 

[PATCH, PR77558] Remove RECORD_TYPE special-casing in std_canonical_va_list_type
 2016-10-11 12:01 UTC  (3+ messages)

[PATCH] Optimise std::list::assign(initializer_list<T>) slightly
 2016-10-11 10:42 UTC 

[Patch, testsuite] Fix gcc.g/tree-ssa/pr59597.c failure for avr
 2016-10-11 10:41 UTC 

[PATCH] Simplify std::rethrow_if_nested definition
 2016-10-11 10:41 UTC 

[PATCH][AArch64] Add spellchecking hints for -march,-mcpu,-mtune and their attributes
 2016-10-11 10:40 UTC  (3+ messages)

[PATCH] Enable printers and xmethods for std::__cxx11::list
 2016-10-11 10:38 UTC 

[Ada] Fix various debug info issues with renaming
 2016-10-11 10:38 UTC 

[PATCH] Remove redundant const qualifliers from string_view
 2016-10-11 10:37 UTC 

MAINTAINERS
 2016-10-11 10:36 UTC 

[PATCH] More noexcept for standard mutex types and locks
 2016-10-11 10:35 UTC 

[PATCH, testsuite] Fix PR77710: incorrect wildchar target triplet
 2016-10-11 10:27 UTC 

[Ada] Fix missing debug info for variant record
 2016-10-11 10:20 UTC 

[Ada] Improve quality of generated code for address clauses
 2016-10-11 10:12 UTC 

[Ada] Adjust code generated for overflow checking
 2016-10-11 10:04 UTC 

[Ada] Fix wrong code for Unchecked_Conversion
 2016-10-11  9:53 UTC 

[committed] Use bool as return type
 2016-10-11  9:31 UTC 

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