public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH v2 0/9] Separate shrink-wrapping
 2016-09-09 15:28 UTC  (32+ messages)
` [PATCH 1/9] separate shrink-wrap: New command-line flag, status flag, hooks, and doc
` [PATCH 2/9] cfgcleanup: Don't confuse CFI when -fshrink-wrap-separate
` [PATCH 3/9] dce: Don't dead-code delete separately wrapped restores
` [PATCH 7/9] cprop: Leave RTX_FRAME_RELATED_P instructions alone
` [PATCH 8/9] shrink-wrap: shrink-wrapping for separate components
` [PATCH 4/9] regrename: Don't rename restores
` [PATCH 6/9] sel-sched: Don't mess with register restores
` [PATCH 5/9] regrename: Don't run if function was separately shrink-wrapped

[PATCH] PR fortran/77507
 2016-09-09 15:17 UTC  (3+ messages)

[RFA 1/2]: Don't ignore target_header_dir when deciding inhibit_libc
 2016-09-09 15:04 UTC  (2+ messages)
` [GCC-6][RFA "

[patch] Fix PR fortran/72743
 2016-09-09 14:33 UTC  (3+ messages)

libgo patch committed: Remove remaining use of MAKECONTEXT_STACK_TOP
 2016-09-09 14:29 UTC 

[PATCH] avoid non-printable characters in diagnostics (c/77620, c/77521)
 2016-09-09 14:00 UTC  (2+ messages)

Fwd: libgo patch committed: Use -fgo-c-header to share between Go and C
 2016-09-09 13:59 UTC  (6+ messages)

[PATCH 9/9] cse.c selftests
 2016-09-09 13:32 UTC 

[PATCH] PR java/71917
 2016-09-09 13:29 UTC 

[PATCH] Delete GCJ
 2016-09-09 11:47 UTC  (7+ messages)

[patch] [gsoc] [gimplefe] GIMPLE FE Project
 2016-09-09 10:58 UTC  (7+ messages)

[PATCH] PR fortran/77506
 2016-09-09 10:38 UTC  (2+ messages)

[PATCH] [PR libcpp/71681] Fix handling header.gcc in subdirectories
 2016-09-09  6:19 UTC  (3+ messages)

[PATCH 0/9] RFC: selftests based on RTL dumps
 2016-09-09  0:13 UTC  (10+ messages)
` [PATCH 9/9] cse.c selftests
` [PATCH 4/9] Expose forcibly_ggc_collect and run it after all selftests
` [PATCH 6/9] df selftests
` [PATCH 1/9] Introduce class rtx_reader
` [PATCH 8/9] final.c selftests
` [PATCH 3/9] selftest.h: add temp_override fixture
` [PATCH 7/9] combine.c selftests
` [PATCH 2/9] Add selftest::read_file
` [PATCH 5/9] Introduce class function_reader

[Committed] PR fortran/69514
 2016-09-08 23:49 UTC 

[PATCH] - improve sprintf buffer overflow detection (middle-end/49905)
 2016-09-08 22:34 UTC  (25+ messages)

[PATCH 1/2] DWARF: process all TYPE_DECL nodes when iterating on scopes
 2016-09-08 21:58 UTC  (7+ messages)
      ` [PATCH, PING] "

RFA: Small PATCH to add pow2p_hwi to hwint.h
 2016-09-08 21:14 UTC  (5+ messages)

[PATCH] ada/77535: GNAT.Perfect_Hash_Generators for non-1-based strings
 2016-09-08 19:45 UTC 

[x86] Disable STV pass if -mstackrealign is enabled
 2016-09-08 16:29 UTC  (5+ messages)

[PATCH][expmed.c] PR middle-end/77426 Delete duplicate condition in synth_mult
 2016-09-08 15:56 UTC  (2+ messages)

[PATCH][v3] GIMPLE store merging pass
 2016-09-08 15:47 UTC  (12+ messages)

Make max_align_t respect _Float128
 2016-09-08 14:59 UTC  (28+ messages)
` Make max_align_t respect _Float128 [version 2]

[PATCH][AArch64] Align FP callee-saves
 2016-09-08 14:24 UTC 

[patch, libgomp, OpenACC] Additional enter/exit data map handling
 2016-09-08 13:35 UTC  (4+ messages)

[PATCH] -fsanitize=thread fixes (PR sanitizer/68260)
 2016-09-08 13:29 UTC  (5+ messages)
      ` [PATCH] -fsanitize=thread fixes (PR sanitizer/68260, take 2)

[committed] Fix ICE during fortran !$omp atomic write expansion (PR fortran/77500)
 2016-09-08 12:26 UTC 

[committed] Fix ICE with safelen(0) in fortran (PR fortran/77516)
 2016-09-08 12:25 UTC 

[PATCH][AArch64] Improve legitimize_address
 2016-09-08 11:56 UTC  (4+ messages)

Implement C _FloatN, _FloatNx types
 2016-09-08 11:53 UTC  (13+ messages)
` Implement C _FloatN, _FloatNx types [version 2]
  ` Implement C _FloatN, _FloatNx types [version 3]
    ` Ping "
      ` Implement C _FloatN, _FloatNx types [version 4]
        ` Implement C _FloatN, _FloatNx types [version 5]
              ` Implement C _FloatN, _FloatNx types [version 6]
                    ` Advice sought for debugging a lto1 ICE (was: Implement C _FloatN, _FloatNx types [version 6])

RFA (libstdc++): PATCH to implement C++17 over-aligned new
 2016-09-08 11:18 UTC  (4+ messages)

[PATCH][ARM][v2] Use snprintf rather than sprintf
 2016-09-08 11:06 UTC 

Make max_align_t respect _Float128 [version 2]
 2016-09-08 10:50 UTC  (5+ messages)

[PATCH, testsuite]: Test compat _Complex varargs passing
 2016-09-08  9:09 UTC 

[RFC][SSA] Iterator to visit SSA
 2016-09-08  5:57 UTC  (9+ messages)

[PATCH GCC 9/9]Prove no-overflow in computation of LOOP_VINFO_NITERS and improve code generation
 2016-09-08  3:29 UTC  (4+ messages)

[Patch libgcc] Enable HCmode multiply and divide (mulhc3/divhc3)
 2016-09-07 23:21 UTC  (3+ messages)

Correct libgcc complex multiply excess precision handling
 2016-09-07 23:01 UTC  (2+ messages)

[Fortran, Patch] First patch for coarray FAILED IMAGES (TS 18508)
 2016-09-07 21:04 UTC  (11+ messages)

[Patch RFC] Modify excess precision logic to permit FLT_EVAL_METHOD=16
 2016-09-07 21:01 UTC  (3+ messages)

[PATCH] Fix location of command line backend reported issues (PR middle-end/77475)
 2016-09-07 20:40 UTC  (5+ messages)

Ping**2! Re: [PATCH, Fortran] Extension: AUTOMATIC/STATIC symbol attributes with -fdec-static
 2016-09-07 20:20 UTC  (3+ messages)

[ARM] PR 67591 ARM v8 Thumb IT blocks are deprecated
 2016-09-07 20:13 UTC 

[PATCH 3/4][Ada,DJGPP] Ada support for DJGPP
 2016-09-07 18:16 UTC  (5+ messages)

[PATCH] Move class substring_loc from c-family into gcc
 2016-09-07 17:19 UTC  (5+ messages)
    ` [committed] "

[PATCH 1/4] Cherry-pick fprofile-generate-atomic from google/gcc-4_9 branch
 2016-09-07 16:06 UTC  (27+ messages)
        ` [PATCH] Set -fprofile-update=atomic when -pthread is present
        ` [PATCH] Detect whether target can use -fprofile-update=atomic

[PATCH] Fix some warnings/errors that appear when enabling -Wnarrowing when building gcc
 2016-09-07 15:16 UTC  (5+ messages)
` [PING] Re: [PATCH, i386] "

PING: Re: [PATCH, LRA] Fix PR rtl-optimization 77289, LRA matching constraint problem
 2016-09-07 14:52 UTC 

[PATCH GCC 8/9]Adjust test case for CFG changes in vectorized loop
 2016-09-07 12:38 UTC  (2+ messages)

[PATCH GCC 7/9]Skip loops iterating only 1 time in predictive commoning
 2016-09-07 12:31 UTC  (2+ messages)

[PATCH GCC 3/9]Support rewriting non-lcssa phis for vars live outside of vect-loop
 2016-09-07 12:29 UTC  (2+ messages)

[PATCH GCC 5/9]Put copied loop after its preheader and after the original loop's latch in basic block link list
 2016-09-07 12:29 UTC  (2+ messages)

[PATCH GCC 2/9]Add interface reseting original copy tables in cfg.c
 2016-09-07 12:23 UTC  (2+ messages)

[PATCH GCC 4/9]Check niters for peeling for data access gaps in analyzer
 2016-09-07 12:23 UTC  (2+ messages)

[PATCH GCC 1/9]Delete useless code in tree-vect-loop-manip.c
 2016-09-07 12:20 UTC  (2+ messages)

[PATCH, c++, PR77427 ] Set TYPE_STRUCTURAL_EQUALITY for sysv_abi va_list
 2016-09-07  9:30 UTC  (8+ messages)

[PATCH] Fix PR77450
 2016-09-07  8:19 UTC  (3+ messages)

[PATCH][RFC] Early LTO debug
 2016-09-07  7:44 UTC  (6+ messages)

[patch committed SH] Fix build failure
 2016-09-07  6:26 UTC 

[PATCH, rs6000] Fix PR72827 (ada bootstrap failure)
 2016-09-07  0:10 UTC  (6+ messages)

[PATCH] Fix a few simple cases where -Wparentheses does not warn for omitted middle value
 2016-09-06 22:14 UTC  (2+ messages)
` [PATCHv2] "

Make max_align_t respect _Float128 [version 2]
 2016-09-06 20:58 UTC  (2+ messages)

[PATCH, i386] Spellcheck hints for the i386 backend option handling (PR middle-end/77475)
 2016-09-06 20:41 UTC  (6+ messages)
  ` [PATCH, i386] Spellcheck hints for the i386 backend option handling (PR middle-end/77475, take 2, i386 part)
    ` [PATCH, i386] Spellcheck hints for the i386 backend option handling (PR middle-end/77475, take 2, generic part)

Debug algorithms
 2016-09-06 20:34 UTC  (4+ messages)

[PATCH 0/4][PR 71931] Fix target lib tests --with-build-sysroot
 2016-09-06 20:26 UTC  (6+ messages)
` [PATCH 3/4][PR 71931] Fix libitm tests

[PATCH GCC 6/9]Simplify control flow graph for vectorized loop
 2016-09-06 18:53 UTC 

[RFC,PATCH] Using equivalences to help eliminate_regs_in_insn
 2016-09-06 15:33 UTC 

[PATCH, i386] Fix ICE with a md builtin call (PR target/69255)
 2016-09-06 15:22 UTC  (4+ messages)

[DOC] Boolean -> boolean changes
 2016-09-06 15:00 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).