public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
RFC: PATCH to consider MAX_OFILE_ALIGNMENT for targetm.absolute_biggest_alignment
 2016-09-13 11:03 UTC  (2+ messages)

[PATCH 0/3] Default LRA to "on"
 2016-09-13 10:42 UTC  (5+ messages)
` [PATCH 2/3] Change the default of TARGET_LRA_P to true
` [PATCH 1/3] Put a TARGET_LRA_P into every target
` [PATCH 3/3] Delete TARGET_LRA_P from those targets that set it to "true"

[PATCH] optabs.c: Update inline documentation
 2016-09-13 10:26 UTC  (3+ messages)

[PATCH][v3] GIMPLE store merging pass
 2016-09-13  9:47 UTC  (5+ messages)

[Patch AArch64] Add floatdihf2 and floatunsdihf2 patterns
 2016-09-13  9:45 UTC  (2+ messages)

[C PATCH] Tidy build_unary_op
 2016-09-13  9:32 UTC  (3+ messages)

[Patch] Implement std::experimental::variant
 2016-09-13  9:12 UTC  (7+ messages)

[PATCH] Optimise the fpclassify builtin to perform integer operations when possible
 2016-09-13  8:58 UTC  (5+ messages)

RFA (libstdc++): PATCH to implement C++17 over-aligned new
 2016-09-13  8:41 UTC  (19+ messages)

Verify package integrity of downloaded prerequisites (partially fixes 61439)
 2016-09-13  8:37 UTC 

[v3 PATCH] Implement P0040R3, Extending memory management tools
 2016-09-13  8:35 UTC  (2+ messages)

[C++ PATCH] Implement P0028R4, C++17 using attribute namespaces without repetition
 2016-09-13  8:16 UTC 

[C++ PATCH] Fix constexpr POINTER_PLUS_EXPR handling (PR c++/77553)
 2016-09-13  8:03 UTC 

[PATCH] Fix cond updating in tree-ssa-dom (PR tree-optimization/77454)
 2016-09-13  7:55 UTC 

[PATCH, c++, PR77427 ] Set TYPE_STRUCTURAL_EQUALITY for sysv_abi va_list
 2016-09-13  7:46 UTC  (10+ messages)

[committed] Simplify edited_file::print_diff
 2016-09-13  1:36 UTC 

[TREE-SSA-CCP] Issue warning when folding condition
 2016-09-13  0:12 UTC  (6+ messages)

[PATCH] - improve sprintf buffer overflow detection (middle-end/49905)
 2016-09-12 23:48 UTC  (20+ messages)

Verify package integrity of downloaded prerequisites (partially fixes 61439)
 2016-09-12 22:08 UTC  (3+ messages)

[PATCH, LRA] Fix PR rtl-optimization 77289, LRA matching constraint problem
 2016-09-12 22:06 UTC  (6+ messages)
    ` [PATCH] Fix aarch64 fallout of "

[Bug target/77570] New: [msp430-elf] Wrong assembly in delay_cycles_32x insn declaration
 2016-09-12 21:45 UTC 

[PATCH/AARCH64] Improve ThunderX code generation slightly with load/store pair
 2016-09-12 21:29 UTC  (4+ messages)

[PATCH] Add a warning for suspicious use of conditional expressions in boolean context
 2016-09-12 21:28 UTC  (5+ messages)

[PATCH, testsuite]: Test compat _Complex varargs passing
 2016-09-12 20:58 UTC  (3+ messages)

[PATCH 1/4] Cherry-pick fprofile-generate-atomic from google/gcc-4_9 branch
 2016-09-12 20:20 UTC  (15+ messages)
` [PATCH] Detect whether target can use -fprofile-update=atomic

[PATCH][RFC] Early LTO debug
 2016-09-12 20:20 UTC  (3+ messages)

[PATCH] Optimise the fpclassify builtin to perform integer operations when possible
 2016-09-12 20:08 UTC  (2+ messages)

[PATCH GCC 9/9]Prove no-overflow in computation of LOOP_VINFO_NITERS and improve code generation
 2016-09-12 20:00 UTC  (2+ messages)

[PATCH] Fix a few simple cases where -Wparentheses does not warn for omitted middle value
 2016-09-12 19:58 UTC  (3+ messages)
` [PATCHv2] "

[patch v2] Get rid of stack trampolines for nested functions (0/4)
 2016-09-12 19:56 UTC  (6+ messages)
` [patch v2] Get rid of stack trampolines for nested functions (1/4)
` [patch v2] Get rid of stack trampolines for nested functions (3/4)

[RFC] COMDAT Safe Module Level Multi versioning
 2016-09-12 19:30 UTC  (14+ messages)

[PATCH 0/9] RFC: selftests based on RTL dumps
 2016-09-12 18:59 UTC  (3+ messages)

[PATCH v2 0/9] Separate shrink-wrapping
 2016-09-12 18:21 UTC  (58+ messages)
` [PATCH 3/9] dce: Don't dead-code delete separately wrapped restores
` [PATCH 1/9] separate shrink-wrap: New command-line flag, status flag, hooks, and doc
` [PATCH 4/9] regrename: Don't rename restores
` [PATCH 8/9] shrink-wrap: shrink-wrapping for separate components
` [PATCH 7/9] cprop: Leave RTX_FRAME_RELATED_P instructions alone
` [PATCH 6/9] sel-sched: Don't mess with register restores

Make max_align_t respect _Float128
 2016-09-12 18:02 UTC  (3+ messages)
` Make max_align_t respect _Float128 [version 2]
  ` Make max_align_t respect _Float128 [version 3]

[PATCH] Fix -Wshadow warning in libiberty/cp-demangle.c
 2016-09-12 17:46 UTC  (9+ messages)
    ` [PATCH] Add -Wshadow-local and -Wshadow-compatible-local

[PATCH] Allow FP to be used as a call-saved registe
 2016-09-12 17:22 UTC  (3+ messages)

[PATCH] unbreak libsanitizer build on sparc-linux (PR 67899)
 2016-09-12 17:16 UTC 

[PATCH 0/9] separate shrink-wrapping
 2016-09-12 17:04 UTC  (9+ messages)
` [PATCH 5/9] regrename: Don't run if function was separately shrink-wrapped

[PATCH] df: Keep return address register undefined until epilogue_completed
 2016-09-12 16:33 UTC  (8+ messages)

[v3 PATCH] Implement C++17 string searchers
 2016-09-12 16:31 UTC  (8+ messages)

[PATCH][AArch64] Fix symbol offset limit
 2016-09-12 15:30 UTC  (4+ messages)
    ` [PATCH v2][AArch64] "

[PATCH][AArch64] Simplify eh_return implementation
 2016-09-12 14:51 UTC  (5+ messages)
` [PATCH][AArch64 - v2] "
    ` [PATCH][AArch64 - v3] "

[PATCH] Indicate minimum in-tree MPFR version handled
 2016-09-12 14:37 UTC  (5+ messages)

[PATCH 0/4] Applying fix-its on behalf of the user to their code
 2016-09-12 13:44 UTC  (4+ messages)
` [PATCH 0/4] (v2) Generating patches from fix-it hints

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

[DOC] Boolean -> boolean changes
 2016-09-12 11:00 UTC  (4+ messages)

Fix libgo syscall test on Solaris
 2016-09-12  9:22 UTC 

[PATCH] PR fortran/77507
 2016-09-11 19:26 UTC  (8+ messages)

[PATCH] Remove extraneous whitespace in libbacktrace
 2016-09-11 15:35 UTC  (2+ messages)

libgo patch committed: add runtime/internal/sys package
 2016-09-11 13:44 UTC 

[PATCH] Delete GCJ
 2016-09-11 13:03 UTC  (3+ messages)

[PATCH, PR71602] Give error for invalid va_list argument to va_arg
 2016-09-11  9:39 UTC  (7+ messages)
  ` [PATCH, PR71602, 4/4] Make canonical_va_list_type more strict

[PING] Unreviewed C/C++ warning patches
 2016-09-10 16:37 UTC 

C/C++ PATCH to implement -Wpointer-compare warning (PR c++/64767)
 2016-09-10 15:48 UTC  (3+ messages)

[PATCH 1/1] [netbsd] when building shared, link against libc
 2016-09-10 15:08 UTC 

libgo patch committed: update to Go 1.7.1 release
 2016-09-10 13:52 UTC 

libgo patch committed: add runtime/internal/atomic package
 2016-09-10 13:14 UTC 

Go patch committed: remove unused function
 2016-09-10 10:39 UTC 

Go patch committed: remove useless #include
 2016-09-10 10:39 UTC 

[PATCH 9/9] cse.c selftests
 2016-09-10 10:17 UTC  (3+ messages)

[PATCH, LRA] Fix PR rtl-optimization 77289, LRA matching constraint problem
 2016-09-10  8:34 UTC  (4+ messages)

[PATCH, 5.x/6.x/7.x] Be more conservative in early inliner if FDO is enabled
 2016-09-10  6:41 UTC 

[Committed] PR fortran/77420
 2016-09-10  1:38 UTC 

[PATCH] avoid non-printable characters in diagnostics (c/77620, c/77521)
 2016-09-10  0:07 UTC  (3+ messages)

[patch,gomp4] Fix PR74600
 2016-09-09 22:40 UTC 

[PATCH] Remove support for INITIAL_FRAME_POINTER_OFFSET
 2016-09-09 22:19 UTC  (2+ messages)

[PING] set libfunc entry for sdivmod_optab to NULL in optabs.def
 2016-09-09 22:05 UTC 

[PATCH] Fix suggestions for non-trivial Wformat type cases (PR c/72858)
 2016-09-09 21:57 UTC  (2+ messages)

Define TS 18661-1 CR_DECIMAL_DIG in <float.h>
 2016-09-09 21:15 UTC 

[PATCH] remove conditional compilation of HAVE_AS_LEB128 code
 2016-09-09 21:13 UTC  (2+ messages)

Go patch committed: increase buffer size to avoid -Wformat-length warning
 2016-09-09 20:24 UTC 

[PATCH] PR fortran/77429
 2016-09-09 19:39 UTC 

[PATCH] PR fortran/77406
 2016-09-09 18:28 UTC  (2+ messages)

Go patch committed: add abstraction layer for SHA1 checksum code
 2016-09-09 18:28 UTC 

Define TS 18661-1 type width macros in <limits.h> and <stdint.h>
 2016-09-09 18:19 UTC  (2+ messages)

Go patch committed: remove dependence on libiberty hex_value
 2016-09-09 17:48 UTC 

Make max_align_t respect _Float128 [version 2]
 2016-09-09 17:24 UTC  (3+ messages)

Define TS 18661-1 type width macros in <limits.h> and <stdint.h>
 2016-09-09 17:01 UTC 

Implement -Wimplicit-fallthrough (version 8)
 2016-09-09 16:48 UTC  (2+ messages)

Fwd: libgo patch committed: Use -fgo-c-header to share between Go and C
 2016-09-09 16:44 UTC  (7+ 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).