public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH v2] gcov: Runtime configurable destination output
 2016-05-19 19:25 UTC  (4+ messages)

New C++ PATCH for c++/10200 et al
 2016-05-19 19:14 UTC  (4+ messages)

[patch] Allow configuration with --disable-sjlj-exceptions on biarch x86 Windows targets
 2016-05-19 19:08 UTC  (6+ messages)

inhibit the sincos optimization when the target has sin and cos instructions
 2016-05-19 18:42 UTC  (10+ messages)

[PATCH 0/9] Remove various memory leaks
 2016-05-19 18:41 UTC  (19+ messages)
` [PATCH 3/9] Fix leak in gcc/tree-ssa-reassoc.c
` [PATCH 7/9] Fix memory leak in tree-if-conv.c
` [PATCH 5/9] Fix memory leak in tree-vect-slp.c
` [PATCH 1/9] Change ENABLE_VALGRIND_CHECKING to ENABLE_VALGRIND_ANNOTATIONS guard
` [PATCH 8/9] Fix memory leak in tree-parloops.c
` [PATCH 4/9] Fix memory leak in omp-simd-clone.c
` [PATCH 2/9] Fix leak in tree-ssa-loop-prefetch.c
` [PATCH 9/9] Fix memory leak in tree-vect-stmts.c
` [PATCH 6/9] Fix memory leak in ipa-pure-const

[RFC] Type promotion pass and elimination of zext/sext
 2016-05-19 18:17 UTC  (2+ messages)

Revert gcc r227962
 2016-05-19 18:11 UTC  (4+ messages)

[JAVA PATCH] Builtin support for popcount* and bswap* functions
 2016-05-19 18:09 UTC  (2+ messages)

[cilkplus] Fix precompiled header bug (PR cilkplus/70865)
 2016-05-19 18:04 UTC  (2+ messages)

MAINTAINERS update
 2016-05-19 18:00 UTC 

C++ PATCH to improve dump_decl (PR c++/71075)
 2016-05-19 17:55 UTC  (3+ messages)

[PATCH 0/17][ARM] ARMv8.2-A and FP16 extension support
 2016-05-19 17:29 UTC  (10+ messages)
` [PATCH 8/17][ARM] Add VFP FP16 arithmetic instructions
` [PATCH 9/17][ARM] Add NEON "

[PATCH] PR c/71171: Fix uninitialized source_range in c_parser_postfix_expression
 2016-05-19 17:22 UTC  (2+ messages)

[PATCH 1/3] function: Do the CLEANUP_EXPENSIVE after shrink-wrapping, not before
 2016-05-19 17:20 UTC  (14+ messages)
` [PATCH 3/3] function: Restructure *logue insertion
` [PATCH 2/3] function: Factor out make_*logue_seq

[PATCH, rtl-optimization]: Fix TRAP_IF dependencies by forcing pending loads to memory
 2016-05-19 17:19 UTC  (2+ messages)

[PATCH] Take known zero bits into account when checking extraction
 2016-05-19 17:14 UTC  (9+ messages)
` [PATCH vs] "
            ` [PATCH v3] "

[PATCH, libgcc/ARM 1/6] Fix Thumb-1 only == ARMv6-M & Thumb-2 only == ARMv7-M assumptions
 2016-05-19 17:01 UTC  (5+ messages)
` [PATCH, libgcc/ARM 1/6, ping1] "

[PATCH, ARM 2/6] Add support for ARMv8-M
 2016-05-19 16:59 UTC  (3+ messages)
` [PATCH, ARM 2/7, ping1] "

[PATCH, ARM 7/6] Enable atomics for ARMv8-M Mainline
 2016-05-19 16:48 UTC  (4+ messages)
` [PATCH, ARM 7/7, ping1] "

[C++ PATCH] PR c++/69855
 2016-05-19 16:40 UTC  (4+ messages)

[Patch ARM/AArch64 00/11][testsuite] AdvSIMD intrinsics update
 2016-05-19 16:24 UTC  (15+ messages)
` [Patch ARM/AArch64 10/11] Add missing tests for intrinsics operating on poly64 and poly128 types
` [Patch ARM/AArch64 06/11] Add missing vtst_p8 and vtstq_p8 tests
` [Patch ARM/AArch64 09/11] Add missing vrnd{,a,m,n,p,x} tests
` [Patch ARM/AArch64 08/11] Add missing vstX_lane fp16 tests
` [Patch ARM/AArch64 11/11] Add missing tests for vreinterpret, operating of fp16 type

[PATCH, ARM 4/6] Factor out MOVW/MOVT availability and desirability checks
 2016-05-19 16:11 UTC  (4+ messages)
` [PATCH, ARM 4/7, ping1] "

[PATCH, ARM 5/6] Add support for MOVT/MOVW to ARMv8-M Baseline
 2016-05-19 16:11 UTC  (4+ messages)
` [PATCH, ARM 5/7, ping1] "

[PING][PATCH] New plugin event when evaluating a constexpr call
 2016-05-19 16:08 UTC  (8+ messages)

[PATCH] Fix PR c++/70822 (bogus error with parenthesized SCOPE_REF)
 2016-05-19 15:58 UTC  (2+ messages)

Make do_loop use estimated_num_iterations/expected_num_iterations
 2016-05-19 15:55 UTC 

C PATCH to add -Wswitch-unreachable (PR c/49859)
 2016-05-19 15:54 UTC  (3+ messages)

Make vectorizer to use max_loop_iterations_int
 2016-05-19 15:53 UTC 

[PATCH], PR 71201, Fix xxperm on PowerPC ISA 3.0, add vpermr/xxpermr support
 2016-05-19 15:33 UTC  (2+ messages)

[PATCH] Assuage ICE in VRP with [1, X] + UINT_MAX (PR tree-optimization/71031)
 2016-05-19 15:32 UTC  (4+ messages)

[PATCH][wwwdocs] Improve arm and aarch64-related info in readings.html
 2016-05-19 15:27 UTC 

[PATCH][RFC] Introduce BIT_FIELD_INSERT
 2016-05-19 15:21 UTC  (6+ messages)

[PATCH, libstdc++] Add missing atomic-builtins argument to experimental/memory_resource/1.cc
 2016-05-19 15:03 UTC 

[PR 70646] Store size to inlining predicate conditions
 2016-05-19 14:38 UTC  (2+ messages)

[PATCH][CilkPlus] Allow parenthesized initialization in for-loops
 2016-05-19 14:36 UTC  (5+ messages)

[PATCH] Speed up if-cvt
 2016-05-19 14:05 UTC 

[C++ Patch/RFC] PR 70572 ("[4.9/5/6/7 Regression] ICE on code with decltype (auto) on x86_64-linux-gnu in digest_init_r")
 2016-05-19 13:58 UTC  (4+ messages)

[PATCH][ARM] Fix costing of sign-extending load in rtx costs
 2016-05-19 13:51 UTC  (4+ messages)

[PATCH] PR c++/71184: Fix NULL dereference in cp_parser_operator
 2016-05-19 13:43 UTC  (2+ messages)

[PATCH][ARM] PR target/71056: Don't use vectorized builtins when NEON is not available
 2016-05-19 13:36 UTC  (3+ messages)

[PATCH 0/3] Support for mandatory tail calls
 2016-05-19 13:33 UTC  (6+ messages)

[PATCH] c++/71147 - [6 Regression] Flexible array member wrongly rejected in template
 2016-05-19 13:30 UTC  (2+ messages)

[PATCH][ARM] Use proper output modifier for DImode register in store exclusive patterns
 2016-05-19 13:27 UTC  (3+ messages)

[PATCH][AArch64] Simplify ashl<mode>3 expander for SHORT modes
 2016-05-19 13:26 UTC  (3+ messages)

[PATCH][AArch64] Delete obsolete CC_ZESWP and CC_SESWP CC modes
 2016-05-19 13:26 UTC  (3+ messages)

[Patch, avr] Include INCOMING_FRAME_SP_OFFSET when printing stack usage
 2016-05-19 13:10 UTC  (2+ messages)

[PATCH] Ensure source_date_epoch is always initialised
 2016-05-19 13:07 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] Fix PR tree-optimization/71170
 2016-05-19 13:04 UTC  (8+ messages)

[PATCH] LTO: display file name if LTO version check fails
 2016-05-19 12:57 UTC  (2+ messages)

[6, 5, 4.9] demangler backports
 2016-05-19 12:08 UTC 

[PATCH] [ARC] New CPU C-define handler
 2016-05-19 11:58 UTC 

[PATCH][PR sanitizer/64354] Define __SANITIZE_THREAD__ and __SANITIZE_UNDEFINED__ macros if corresponding switches are enabled
 2016-05-19 11:49 UTC  (7+ messages)

[PATCH 0/3] IVOPTS: support profiling
 2016-05-19 11:24 UTC  (10+ messages)
` [PATCH 2/3] Add profiling support for IVOPTS
` [PATCH 1/3] Encapsulate comp_cost within a class with methods

[PATCH][AArch64] Remove aarch64_cannot_change_mode_class
 2016-05-19 11:23 UTC 

[PATCH, PR rtl-optimization/71148] Avoid cleanup_cfg called with invalidated dominance info
 2016-05-19 10:39 UTC  (4+ messages)

[Patch V2] Fix SLP PR58135
 2016-05-19 10:38 UTC  (4+ messages)

[PATCHv2, ARM, libgcc] New aeabi_idiv function for armv6-m
 2016-05-19 10:19 UTC  (4+ messages)
` [PING][PATCHv2, "
  ` [PING^2][PATCHv2, "
    ` [PING^3][PATCHv2, "

[PATCH] Add port for Phoenix-RTOS on ARM platform
 2016-05-19  8:59 UTC  (4+ messages)

[PATCH] Formatting fix for recent libiberty change
 2016-05-19  8:51 UTC 

[PATCH 1/4] BRIG (HSAIL) frontend: configuration file changes and misc
 2016-05-19  8:50 UTC  (3+ messages)

[PATCH 2/4] BRIG (HSAIL) frontend: The FE itself
 2016-05-19  8:48 UTC  (5+ messages)

[Patch, ARM] PR71061, length pop* pattern in epilogue correctly
 2016-05-19  8:19 UTC  (2+ messages)

Backport PR 69400: Invalid 128-bit modulus result
 2016-05-19  8:04 UTC  (2+ messages)

[PATCH PR69848/partial]Propagate comparison into VEC_COND_EXPR if target supports
 2016-05-19  7:54 UTC  (6+ messages)

[PATCH][AArch64] Improve aarch64_case_values_threshold setting
 2016-05-19  1:03 UTC  (4+ messages)

[PATCH] c/71115 - Missing warning: excess elements in struct initializer
 2016-05-19  0:13 UTC 

[PATCH] PR driver/69265: add hint for options with misspelled arguments
 2016-05-18 22:09 UTC  (2+ messages)

[PATCH] Make basic asm implicitly clobber memory
 2016-05-18 22:07 UTC  (4+ messages)

[PATCH] Re-use cc1-checksum.c for stage-final
 2016-05-18 22:01 UTC  (7+ messages)

[PATCH] Clean up tests where a later dg-do completely overrides another
 2016-05-18 21:59 UTC  (6+ messages)

[PATCH] libiberty: support demangling of rvalue reference typenames
 2016-05-18 21:52 UTC  (2+ messages)

[PATCH] Make C++ honor the enum mode attribute
 2016-05-18 21:07 UTC  (4+ messages)
` [PING] "
  ` [PING**2] "

[PATCH] Fix another case of noreturn call with TREE_ADDRESSABLE type on lhs (PR c++/71100)
 2016-05-18 21:06 UTC  (2+ messages)

[PATCH] Fix up vec_set_* for -mavx512vl -mno-avx512dq
 2016-05-18 21:03 UTC 

[PATCH] Improve XMM16+ handling in vec_set*
 2016-05-18 21:02 UTC 

[PATCH] Improve 128-bit to 256-bit broadcasts
 2016-05-18 21:00 UTC 

[PATCH] Improve XMM16-31 handling in various *vec_dup* patterns
 2016-05-18 20:58 UTC 

[PATCH, alpha]: Fix PR 71145: Error: No lda !gpdisp!278 was found
 2016-05-18 19:32 UTC 

[PATCH], Add support for PowerPC ISA 3.0 VNEGD/VNEGW instructions
 2016-05-18 18:30 UTC 

[patch, fortran] PR66461 ICE on missing end program in fixed source
 2016-05-18 18:26 UTC 

[PATCH] Fix PR71104 - call gimplification
 2016-05-18 17:43 UTC  (2+ messages)

[PATCH] Add PowerPC ISA 3.0 word splat and byte immediate splat support
 2016-05-18 17:06 UTC  (8+ messages)
  ` [PATCH #2] "

[PATCH 0/4] BRIG (HSAIL) frontend
 2016-05-18 17:01 UTC  (3+ messages)

[ARM] Enable __fp16 as a function parameter and return type
 2016-05-18 15:55 UTC  (9+ messages)
  `  "

[C++ Patch] PR 69793 ("ICE on invalid code in "cp_lexer_peek_nth_token"")
 2016-05-18 15:39 UTC  (6+ messages)

[RFC][PATCH][PR63586] Convert x+x+x+x into 4*x
 2016-05-18 14:36 UTC  (10+ messages)

[C++ Patch] PR 70466 ("ICE on invalid code in tree check: expected constructor, have parm_decl in convert_like_real...")
 2016-05-18 14:31 UTC  (7+ messages)

[Patch] PR rtl-optimization/71150, guard in_class_p check with REG_P
 2016-05-18 14:26 UTC  (2+ messages)

[PATCH, ARM 3/8] Fix indentation of FL_FOR_ARCH* definition after adding support for ARMv8-M
 2016-05-18 13:47 UTC  (5+ messages)
` [PATCH, ARM 3/7, ping1] "

[PATCH] Optimize strchr (s, 0) to strlen
 2016-05-18 13:22 UTC  (9+ 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).