public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] Avoid another non zero terminated string constant
 2018-09-14 13:08 UTC  (3+ messages)
  ` [PATCH] Avoid another non zero terminated string constant (revert)

[PATCH] fixincludes: vxworks: regs.h: Guard include of vxTypesOld.h by !_ASMLANGUAGE
 2018-09-14 13:02 UTC  (6+ messages)

VRP: allow unsigned truncating conversions that will fit
 2018-09-14 12:40 UTC  (3+ messages)

VRP: convert pointers of known quantity better
 2018-09-14 10:42 UTC 

VRP: make worst case scenario for ABS_EXPR is still the set of positives
 2018-09-14 10:32 UTC 

[PATCH] S/390: Improve s390-passes.def formatting
 2018-09-14 10:25 UTC 

[GCC][PATCH][Aarch64] Added pattern to match zero extended bfxil
 2018-09-14 10:17 UTC  (3+ messages)

[PATCH][libgfortran] Fix uninitialized variable use in fallback_access
 2018-09-14 10:04 UTC  (2+ messages)

VRP: normalize VR_VARYING in PLUS/MINUS_EXPR handling
 2018-09-14  8:06 UTC  (2+ messages)

Prune TYPE_NEXT_VARIANT lists in free_lang_data
 2018-09-14  7:14 UTC  (4+ messages)

RFA: PATCH to fix crash with --enable-gather-detailed-mem-stats
 2018-09-14  7:13 UTC  (2+ messages)

lightweight class to wide int ranges in VRP and friends
 2018-09-14  7:09 UTC  (3+ messages)
` PING: "

[PATCH 2/6] detect unterminated const arrays in strlen calls (PR 86552)
 2018-09-14  7:06 UTC  (4+ messages)

[PATCH] Adjust c_getstr/c_strlen to new STRING_CST semantic
 2018-09-14  3:34 UTC  (6+ messages)

[PATCH] Adjust string_constant to new STRING_CST semantics
 2018-09-14  1:49 UTC  (2+ messages)

[PATCH,rs6000] Add _MM_SHUFFLE definitions for rs6000
 2018-09-14  1:44 UTC  (4+ messages)

Go patch committed: Call gcWrwiteBarrier instead of writebarrierptr
 2018-09-13 22:57 UTC 

libgo patch committed: Correct counters when sweeping span
 2018-09-13 22:26 UTC 

[PATCH] Check the STRING_CSTs in varasm.c
 2018-09-13 22:02 UTC  (18+ messages)

[PATCH] Fix the damage done by my other patch from yesterday to strlenopt-49.c
 2018-09-13 21:44 UTC  (10+ messages)
  ` [PATCH] Handle overlength strings in the C FE
              ` [PATCHv2] "

Go patch committed: Open code select statement setup
 2018-09-13 21:41 UTC 

[Patch, fortran] PR87284 - [7/8/9 Regression] Allocation of class arrays with mold results in "conditional jump or move depends on uninitialised value"
 2018-09-13 20:43 UTC 

[C++ PATCH] PR c++/87051
 2018-09-13 18:42 UTC  (11+ messages)

Go patch committed: Implement //go:nowritebarrierrec
 2018-09-13 17:58 UTC 

[PATCH] Add a dwarf unit type to represent 24 bit values
 2018-09-13 17:42 UTC  (6+ messages)

libgo patch committed: Avoid write barriers with traceback info
 2018-09-13 17:33 UTC 

[visium] Define TARGET_HAVE_SPECULATION_SAFE_VALUE
 2018-09-13 17:31 UTC 

[Ada] Use uniform EH setting on ARM/Linux platforms
 2018-09-13 17:27 UTC 

[PATCH 00/25] AMD GCN Port
 2018-09-13 17:13 UTC  (44+ messages)
` [PATCH 04/25] SPECIAL_REGNO_P
` [PATCH 09/25] Elide repeated RTL elements
` [PATCH 06/25] Remove constant vec_select restriction
` [PATCH 10/25] Convert BImode vectors
` [PATCH 03/25] Improve TARGET_MANGLE_DECL_ASSEMBLER_NAME
` [PATCH 19/25] GCN libgfortran
` [PATCH 21/25] GCN Back-end (part 2/2)

[Ada] Fix PR ada/81103
 2018-09-13 17:09 UTC 

[PATCH][Middle-end]Add a new option to finer control inlining based on function's visibility
 2018-09-13 17:06 UTC  (12+ messages)

libgo patch committed: Build GC roots index
 2018-09-13 17:00 UTC 

[PR debug/87295] ICE in dwarf2out
 2018-09-13 16:36 UTC 

[PATCH] Fix PR87263
 2018-09-13 14:16 UTC 

[PATCH] Improve PR63155, SSA coalescing conflict merging
 2018-09-13 14:08 UTC 

VRP: undefined shifting calculation should not need sign bit
 2018-09-13 14:04 UTC  (6+ messages)

[PATCH] Limit workaround for Clang bug to __clang_major__ <= 7
 2018-09-13 14:01 UTC 

[PATCH] Add myself to MAINTAINERS
 2018-09-13 13:31 UTC 

[PATCH v4 00/10] New backend for the TI PRU processor
 2018-09-13 13:13 UTC  (3+ messages)
` [PATCH v4 01/10] Initial TI PRU GCC port

[PATCH, ARM] PR85434: Prevent spilling of stack protector guard's address on ARM
 2018-09-13 12:02 UTC  (3+ messages)

[PATCH] DWARF: add DW_AT_count to zero-length arrays
 2018-09-13 10:52 UTC  (9+ messages)
          ` [PING][PATCH] "

[GCC][PATCH v2][Aarch64] Exploiting BFXIL when OR-ing two AND-operations with appropriate bitmasks
 2018-09-13  9:57 UTC  (6+ messages)

[PATCH][4/4][v2] RPO-style value-numbering for FRE/PRE
 2018-09-13  9:25 UTC  (13+ messages)

[PATCH][OBVIOUS] Close file on return from verify-intermediate
 2018-09-13  9:08 UTC  (3+ messages)

[PATCH] [ARC] Fix generation of specs
 2018-09-13  8:34 UTC  (3+ messages)

[PATCH] Improve x % c == d signed expansion (PR middle-end/87290)
 2018-09-13  7:06 UTC  (2+ messages)

[PATCH, middle-end]: Default the mode of pop and swap insns to the reg_raw_mode of FIRST_STACK_REG
 2018-09-13  7:01 UTC  (2+ messages)

[PATCH] Move signed to unsigned x % c == 0 optimization from fold-const to match.pd (PR tree-optimization/87287)
 2018-09-13  6:45 UTC  (2+ messages)

[PATCH] PR libstdc++/87135 Rehash only when necessary (LWG2156)
 2018-09-13  6:43 UTC 

Go patch committed: Omit a couple of write barriers
 2018-09-13  5:35 UTC 

[C++, wwwdocs] bugs/index.html - complete C++ non-bug entry
 2018-09-12 22:25 UTC  (3+ messages)

[PATCH] Re: reconfigured configure arg
 2018-09-12 19:47 UTC  (2+ messages)

[PATCH] Use vectored writes when reporting errors and warnings
 2018-09-12 19:23 UTC 

[PATCH] Improve x % c1 == c2 expansion (PR middle-end/82853)
 2018-09-12 18:31 UTC  (5+ messages)

[PATCH] (PR86989)
 2018-09-12 18:29 UTC  (2+ messages)

[PATCH] look harder for MEM_REF operand equality to avoid -Wstringop-truncation (PR 84561)
 2018-09-12 18:03 UTC  (7+ messages)

[PATCH] combine: Do another check before splitting a parallel (PR86771)
 2018-09-12 17:34 UTC  (3+ messages)

[PATCH][GCC][AArch64] Updated stack-clash implementation supporting 64k probes. [patch (1/7)]
 2018-09-12 17:22 UTC  (7+ messages)

[PATCH][tree-ssa-mathopts] PR tree-optimization/87259: Try execute_cse_reciprocals_1 when optimize_recip_sqrt fails
 2018-09-12 16:25 UTC  (3+ messages)

[PATCH] avoid warning on constant strncpy until next statement is reachable (PR 87028)
 2018-09-12 15:50 UTC  (8+ messages)

[PATCH] Introduce libgcov.so run-time library (PR gcov-profile/84107)
 2018-09-12 15:13 UTC  (12+ messages)

[PATCH, i386]: Remove sqrt_extend<mode>xf3_i387 insn pattern
 2018-09-12 15:07 UTC 

[PATCH] Use steady_clock to implement condition_variable::wait_for with predicate
 2018-09-12 14:35 UTC 

Do not stream TYPE_VALUES to ltrans units
 2018-09-12 14:32 UTC  (2+ messages)

[PATCH] Fix PR87280
 2018-09-12 14:02 UTC 

[PATCH 17/25] Fix Fortran STOP
 2018-09-12 13:56 UTC  (3+ messages)

[PATCH 18/25] Fix interleaving of Fortran stop messages
 2018-09-12 13:55 UTC  (3+ messages)

[PATCH][AAarch64][v3] Add support for TARGET_COMPUTE_FRAME_LAYOUT
 2018-09-12 13:47 UTC  (4+ messages)

[PATCH, RFC, rs6000] enable GIMPLE folding of vec_splat
 2018-09-12 13:47 UTC  (7+ messages)
  ` [PATCH, RFC, rs6000, v2] "
      ` [PATCH, RFC, rs6000, v3] enable early gimple-folding "

[PATCH] i386: move alignment defaults to processor_costs
 2018-09-12 12:45 UTC 

[PATCH] Properly mark lambdas in GCOV (PR gcov-profile/86109)
 2018-09-12 12:39 UTC 

[PATCH] Improve location information of -Wcoverage-mismatch
 2018-09-12 12:37 UTC 

[PATCH] gcov: emit hotness colors to easily find hot code
 2018-09-12 12:36 UTC 

[PATCH] Fix PR87266
 2018-09-12 12:13 UTC 

[PATCH] PR86844: Fix for store merging
 2018-09-12 11:02 UTC  (11+ messages)
            ` [PATCH] Fix store merging (PR tree-optimization/86844)

[PATCH] Add quotes for -fconstexpr-depth= in an error message
 2018-09-12 10:30 UTC  (3+ messages)

[wwwdocs] Document 87137 fix
 2018-09-12 10:08 UTC  (3+ messages)

[PATCH] Fix fold-const (X & C) ? C : 0 optimization (PR middle-end/87248)
 2018-09-12  8:02 UTC  (2+ messages)

[PATCH, OpenACC] C++ reference mapping (PR middle-end/86336)
 2018-09-12  7:52 UTC  (9+ messages)

avoid uninitialized use in -Walloca* pass
 2018-09-11 22:50 UTC  (2+ messages)

[PATCH, rs6000] fix PR86952 (p8-vec-xl-*.c tests)
 2018-09-11 22:11 UTC  (5+ messages)

[driver] Use regular error routines
 2018-09-11 21:35 UTC  (3+ messages)

Fold more boolean expressions
 2018-09-11 21:24 UTC  (2+ messages)

[PATCH] Schedule by INSN_COST in case of tie
 2018-09-11 20:46 UTC  (5+ messages)

[wwwdocs] projects/tree-ssa/vectorization.html - complete conversion to CSS and HTML 5
 2018-09-11 19:40 UTC  (2+ messages)

[PATCH, regstack]: Call replace_reg for asm clobbers
 2018-09-11 19:40 UTC 

[wwwdocs] gcc-3.3/gcj-status.html -- move to full HTML
 2018-09-11 19:35 UTC 

[wwwdocs] c99status.html -- move to full HTML 5
 2018-09-11 19:32 UTC 

[Bug fortran/87277] [8/9 regression] Segfault on using array component of class scalar pointer as an actual argument
 2018-09-11 17:23 UTC 

[PATCH] Optimise sqrt reciprocal multiplications
 2018-09-11 17:04 UTC  (10+ messages)

[PATCH, i386]: Remove some remaining mpx type attributes
 2018-09-11 16:54 UTC 

[PATCH, i386]: Rewrite x87 logarithm patterns
 2018-09-11 16:47 UTC 

[RFC][debug] Add -greadable-dwarf
 2018-09-11 16:16 UTC  (12+ messages)
    ` [PATCH][debug] Add -gforce-named-dies
        ` [PATCH][debug] Add -gdescriptive-dies
            ` [PATCH][debug] Add -gdescribe-dies
                  ` [PING][PATCH][debug] "

PING^2 [PATCH] i386: Add pass_remove_partial_avx_dependency
 2018-09-11 16:01 UTC 

[PATCH] [ARC]: core3 features are default for core4
 2018-09-11 15:23 UTC  (2+ messages)

[PATCH][GCC][AArch64] Add support for SVE stack clash probing [patch (2/7)]
 2018-09-11 15:20 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).