public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] libstdc++/71036 Handle EEXIST in filesystem::create_directory
 2016-05-10 13:51 UTC 

[PATCH] Take known zero bits into account when checking extraction
 2016-05-10 13:44 UTC  (8+ messages)
` [PATCH vs] "

[PATCH][CilkPlus] Merge libcilkrts from upstream
 2016-05-10 13:36 UTC  (8+ messages)

[committed] Add debugging ruler to diagnostic-show-locus.c
 2016-05-10 13:31 UTC 

[PATCH, ARM] Do not set ARM_ARCH_ISA_THUMB for armv5
 2016-05-10 13:26 UTC 

[PATCH] Fix PR70986
 2016-05-10 13:23 UTC 

[PATCH 0/3] IVOPTS: support profiling
 2016-05-10 13:16 UTC  (5+ messages)
` [PATCH 3/3] Enhance dumps of IVOPTS

[PATCH] libstdc++/71005 fix post-increment for filesystem iterators
 2016-05-10 13:13 UTC  (2+ messages)

[PTX] Fixup some tests
 2016-05-10 13:08 UTC 

[PATCH] Fix PR71039
 2016-05-10 13:07 UTC 

[PATCH] libstdc++/71036 Handle EEXIST in filesystem::create_directory
 2016-05-10 13:06 UTC 

[PATCH] libstdc++/71037 Add base path to filesystem::canonical exceptions
 2016-05-10 12:20 UTC 

[PATCH, rs6000] Fix PR70963: Wrong code for V2DF/V2DI vec_cts with zero scale factor
 2016-05-10 12:13 UTC  (3+ messages)

[PATCH] Remove unused using declaration in libstdc++ testsuite
 2016-05-10 12:04 UTC 

[PATCH] Don't emit AVX512DQ insns for -mavx512vl -mno-avx512dq (PR target/70927)
 2016-05-10 11:40 UTC  (3+ messages)
` [PATCH] Don't emit AVX512DQ insns for -mavx512vl -mno-avx512dq (PR target/70927, take 2)

Allow embedded timestamps by C/C++ macros to be set externally (3)
 2016-05-10 11:32 UTC  (21+ messages)

[PATCH] cfgcleanup: Handle a branch with just a return in both arms (PR71028)
 2016-05-10 11:05 UTC  (2+ messages)

[C PATCH] Warn for optimize attribute on decl after definition (PR c/70255)
 2016-05-10 10:03 UTC  (4+ messages)

Canonicalize X u< X to UNORDERED_EXPR
 2016-05-10  9:27 UTC  (13+ messages)
              ` Simple bitop reassoc in match.pd (was: Canonicalize X u< X to UNORDERED_EXPR)

[Committed] S/390: Disable scalar vector instructions with -mno-vx
 2016-05-10  9:04 UTC 

[PATCH] Preserve GCC 5 behavior for PR71002
 2016-05-10  8:30 UTC  (2+ messages)

[PATCH] DWARF: add abstract origin links on lexical blocks DIEs
 2016-05-10  8:04 UTC  (10+ messages)
          ` [PING][PATCH] "
            ` [PING*2][PATCH] "

[RTEMS] Fix moxie libgcc support
 2016-05-10  7:14 UTC 

[PATCH] PR driver/69265: add hint for options with misspelled arguments
 2016-05-09 23:49 UTC 

PING^4 [PATCH, GCC 5] PR 70613, -fabi-version docs don't match implementation
 2016-05-09 23:22 UTC 

[PATCH] Fix PR c++/70822 (bogus error with parenthesized SCOPE_REF)
 2016-05-09 21:55 UTC  (2+ messages)

[PATCH] Make basic asm implicitly clobber memory
 2016-05-09 21:12 UTC  (10+ messages)

[gomp4] backport fix for PR70626
 2016-05-09 20:53 UTC 

[gomp4] backport the *finish_omp_clauses changes
 2016-05-09 20:39 UTC 

[gomp4] backport fix for PR69363
 2016-05-09 20:27 UTC 

[PATCH] Remove constraints from further i386 define_expand patterns
 2016-05-09 19:42 UTC  (2+ messages)

[RS6000] complex long double ABI_V4 fix
 2016-05-09 19:11 UTC  (3+ messages)

[PATCH,rs6000] Add built-in support for new Power9 darn (deliver a random number) instruction
 2016-05-09 18:51 UTC  (4+ messages)

[PATCH], Add PowerPC ISA 3.0 min/max support
 2016-05-09 18:48 UTC  (3+ messages)

[PATCH], Add PowerPC ISA 3.0 vector d-form addressing
 2016-05-09 18:39 UTC  (5+ messages)

[PATCH] Load external function address via GOT slot
 2016-05-09 17:38 UTC  (3+ messages)

[ARM] mno-pic-data-is-text-relative & msingle-pic-base
 2016-05-09 17:21 UTC  (3+ messages)

[PATCH] vec_extract XMM16-XMM17 improvements
 2016-05-09 16:55 UTC 

[PATCH] Improve sse2_loadld
 2016-05-09 16:53 UTC 

[PATCH] Improve XMM16-XMM31 handling in vpinsr*
 2016-05-09 16:51 UTC 

[PATCH] vinsertps XMM16-XMM31 fixes
 2016-05-09 16:48 UTC 

[PATCH] vinsertps XMM16-XMM31 fixes
 2016-05-09 16:46 UTC 

[PATCH] integer overflow checking builtins in constant expressions
 2016-05-09 16:39 UTC  (2+ messages)
` PING "

[PATCH, rs6000] Add support for int versions of vec_addec
 2016-05-09 16:26 UTC  (2+ messages)

[PATCH] add reassociation width target function for power8
 2016-05-09 16:09 UTC  (2+ messages)

[PATCH, i386]: Fix btrq peephole2
 2016-05-09 15:34 UTC 

[Patch, Fortran] Update documentation of UNION to be endian agnostic
 2016-05-09 15:26 UTC 

[PATCH 0/3] Simplify the simple_return handling
 2016-05-09 15:08 UTC  (4+ messages)
` [PATCH 3/3] shrink-wrap: Remove complicated simple_return manipulations

[Patch, Fortran] Fix for test case dec_union_4.f90
 2016-05-09 14:54 UTC 

[MIPS r5900] libgcc floating point fixes
 2016-05-09 14:44 UTC  (4+ messages)

[PATCH, Fortran, OpenACC] Fix PR70598, Fortran host_data ICE
 2016-05-09 14:27 UTC 

[RX] Add support for atomic operations
 2016-05-09 14:19 UTC  (2+ messages)

[PATCH] Fix memory leak in tree-inliner
 2016-05-09 14:13 UTC  (5+ messages)

[PATCH] Fix PR70497, missed "subreg" CSE on GIMPLE
 2016-05-09 13:42 UTC  (3+ messages)

[PATCH] add support for placing variables in shared memory
 2016-05-09 13:39 UTC  (3+ messages)
` [PATCH v2] "

[RS6000] Stop regrename twiddling with split-stack prologue
 2016-05-09 13:28 UTC  (2+ messages)

PING^2: [PATCH] PR target/70454: Build x86 libgomp with -march=i486 or better
 2016-05-09 12:53 UTC 

[RS6000] Fragile testcase breaks with -frename-registers
 2016-05-09 12:25 UTC  (2+ messages)

[PATCH 2/4] [MIPS] Add pipeline description for MSA
 2016-05-09 12:22 UTC  (3+ messages)

[PATCH 1/4] [MIPS] Add support for MIPS SIMD Architecture (MSA)
 2016-05-09 12:22 UTC  (6+ messages)

[RFC][PR70841] Reassoc fails to handle FP division
 2016-05-09 12:16 UTC  (2+ messages)

[patch] libstdc++/71004 fix recursive_directory_iterator default constructor
 2016-05-09 11:50 UTC  (2+ messages)

[PATCH : RL78] Disable interrupts during hardware multiplication routines
 2016-05-09 11:46 UTC  (4+ messages)

[RFC][PATCH][PR63586] Convert x+x+x+x into 4*x
 2016-05-09 11:42 UTC  (10+ messages)

Error out on -fvtable-verify without --enable-vtable-verify
 2016-05-09 11:29 UTC  (4+ messages)

[PATCH][ARM] Use proper output modifier for DImode register in store exclusive patterns
 2016-05-09 11:14 UTC  (2+ messages)

[PATCH GCC]Proving no-trappness for array ref in tree if-conv using loop niter information
 2016-05-09 11:12 UTC  (10+ messages)

[RFC][PATCH][PR40921] Convert x + (-y * z * z) into x - y * z * z
 2016-05-09 11:10 UTC  (12+ messages)

[v3 PATCH] Avoid endless run-time recursion for copying single-element tuples where the element type is by-value constructible from any type
 2016-05-09 10:59 UTC  (8+ messages)

[patch] Fix PR tree-optimization/70884
 2016-05-09 10:02 UTC  (2+ messages)

Fix regrename compare-debug issue
 2016-05-09  9:44 UTC  (3+ messages)

[PATCH 0/4] RFC: RTL frontend
 2016-05-09  9:44 UTC  (4+ messages)
` [PATCH 1/4] Make argv const char ** in read_md_files etc

[PATCH] Fix PR70985
 2016-05-09  9:31 UTC 

[RFA] Remove useless test in bitmap_find_bit
 2016-05-09  9:29 UTC  (2+ messages)

[PATCH][ARM] Add mode to probe_stack set operands
 2016-05-09  9:21 UTC  (2+ messages)

Fix handling of negative bitpos in expand_debug_expr
 2016-05-09  9:11 UTC  (2+ messages)

[PATCH] Fix PR70937
 2016-05-09  7:41 UTC  (3+ messages)

[PATCH] add -fprolog-pad=N option to c-family
 2016-05-09  5:53 UTC  (5+ messages)

[patch commited SH] Remove extra colon from subtarget specs
 2016-05-08 23:03 UTC 

[wwwdocs] PATCH for Re: Change in mirror setup
 2016-05-08 22:54 UTC 

[wwwdocs] Buildstat update for 5.x
 2016-05-08 21:50 UTC  (2+ messages)

[PATCH, GCC] PR middle-end/55299, fold bitnot through ASR and rotates
 2016-05-08 19:57 UTC  (2+ messages)

[PATCH, i386]: Fix PR 70998, CE in pre_and_rev_post_order_compute, at cfganal.c
 2016-05-08 18:32 UTC 

hi! =)
 2016-05-08 15:00 UTC 

New Swedish PO file for 'gcc' (version 6.1.0)
 2016-05-08 14:37 UTC 

[SH][committed] Convert GET_SH_ARG_CLASS into a function
 2016-05-08 14:17 UTC 

[SH][committed] Various cleanups
 2016-05-08 14:10 UTC 

Fortran patch committed [revision 235999]
 2016-05-07 23:36 UTC 

[PATCH, ARM] use vmov.i64 to load 0 into FP reg if neon enabled
 2016-05-07 23:12 UTC  (3+ messages)

[gomp4.5] Parsing of most of OpenMP 4.5 clauses
 2016-05-07 18:47 UTC  (3+ messages)

[PATCH, i386]: Handle otential partial reg stall alternatives with preferred_for_speed attribute
 2016-05-07 14:42 UTC 

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

[Committed, trunk/6] Handle NULL def in build_cross_bb_scalars_def
 2016-05-07  7:14 UTC 

Fix for PR68159 in Libiberty Demangler (6)
 2016-05-07  3:22 UTC  (12+ messages)

[SH][committed] Improve utilization of zero-displacement conditional branches
 2016-05-07  1:53 UTC 

tuple move constructor
 2016-05-06 23:31 UTC  (5+ messages)

Go patch committed: Add escape graph nodes
 2016-05-06 21:24 UTC 

[PATCH, i386]: Cleanup LEA splitters
 2016-05-06 21:16 UTC 

[PATCH 1/2] Add OVERRIDE and FINAL macros to coretypes.h
 2016-05-06 20:47 UTC  (10+ messages)
` [PATCH 2/2] jit: use FINAL and OVERRIDE throughout
  ` CONSTEXPR macro (was "Re: [PATCH 1/2] Add OVERRIDE and FINAL macros to coretypes.h")

hey there )
 2016-05-06 17:52 UTC 

Go patch committed: Escape analysis framework
 2016-05-06 17:38 UTC 

[gom[4] Improve loop partitioning
 2016-05-06 15:48 UTC 

[PATCH] Fix PR70941
 2016-05-06 15:25 UTC  (2+ messages)

[AArch64][2/4] PR63596, honor tree-stdarg analysis result to improve VAARG codegen
 2016-05-06 15:01 UTC  (4+ messages)
    ` [AArch64][3/4] Don't generate redundant checks when there is no composite arg
      ` [AArch64][4/4] Simplify cfg during vaarg gimplification
` [AArch64][1/4] Enable tree-stdarg pass for AArch64 by defining counter fields

[AArch64][0/4] Improve variable argument (vaarg) support
 2016-05-06 15:00 UTC 

[PATCH, RFC] Introduce -fsanitize=use-after-scope
 2016-05-06 14:46 UTC  (6+ 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).