public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] v2 Re: [PATCH] RFC: Use Levenshtein spelling suggestions in Fortran FE
 2015-12-22 13:57 UTC  (2+ messages)
` Fortran release notes (was: [PATCH] v2 ...)

[embedded-5-branch][PATCH 0/2] Backporting algorithmic optimization and testcase change
 2015-12-22 13:51 UTC  (2+ messages)

[PATCH] gcc: read -fdebug-prefix-map OLD from environment (improved reproducibility)
 2015-12-22 12:16 UTC  (2+ messages)
    ` [rb-general] "

[patch] libstdc++/59768 Fix std::invoke support for reference_wrappers
 2015-12-22 11:38 UTC  (2+ messages)

fix VXWORKS_LIBGCC_SPEC not to include -lc_internal for shared rtps
 2015-12-22 11:37 UTC 

[Patch testsuite] Skip gcc.dg/ifcvt-4.c for targets on which it may not work
 2015-12-22 11:25 UTC  (3+ messages)

[RFC][PATCH] Fix broken handling of LABEL_REF in genrecog + genpreds
 2015-12-22 11:13 UTC  (3+ messages)

[PATCH][combine] Check WORD_REGISTER_OPERATIONS normally rather than through preprocessor
 2015-12-22 10:39 UTC  (3+ messages)

RFA: PR 66655: Use COFF/PE weak symbols
 2015-12-22 10:17 UTC 

RFA: PR 68770: Fix use of uninitialised value in secondary_reload
 2015-12-22 10:04 UTC 

RFA: Fix ICE compiling gcc.dg/lto/pr55113_0.c for x86/x86_64
 2015-12-22  9:55 UTC  (3+ messages)

RFA: PR 68913: Provide weak version of __fread_chk for PR61886 test
 2015-12-22  9:54 UTC  (3+ messages)

[PATCH, libgomp] Rewire OpenACC async
 2015-12-22  8:59 UTC  (2+ messages)

[C++ PATCH] Fix ICE with GNU TLS var in a template (PR c++/66808, PR c++/69000)
 2015-12-22  8:04 UTC 

[ARM] Fix ICE on Ada code with -mbig-endian -mhard-float
 2015-12-22  7:40 UTC  (2+ messages)

New debug counter for unreachable edges found in DOM
 2015-12-22  3:10 UTC 

Go patch committed: Fix passing zero-sized global variable to function
 2015-12-22  1:59 UTC  (4+ messages)

[RFA] [PATCH][PR tree-optimization/64910] Fix reassociation of binary bitwise operations with 3 operands
 2015-12-21 23:39 UTC 

[PATCH] Fix constexpr evaluation of comparisons involving pointer-to-members
 2015-12-21 23:07 UTC 

[PATCH 1/2] libcpp: Avoid unnecessary ad-hoc uses for large source files
 2015-12-21 21:20 UTC  (5+ messages)
` [PATCH 2/2] PR c++/68819: libcpp fallbacks and -Wmisleading-indentation

[patch] Fix PR debug/60756
 2015-12-21 21:11 UTC  (2+ messages)

[PATCH] [graphite] Fix computation of single entry/exit of a region
 2015-12-21 20:51 UTC 

Fix PR66206
 2015-12-21 20:08 UTC  (5+ messages)

varpool/constpool bug
 2015-12-21 19:45 UTC  (2+ messages)

Fix PR67639
 2015-12-21 19:39 UTC  (2+ messages)

[PATCH] [PR rtl-optimization/49847] Fix ICE in CSE due to cc0-setter and cc0-user in different blocks
 2015-12-21 19:33 UTC  (2+ messages)

[PATCH] [C++] Fix read of uninitialized value in make_pack_expansion()
 2015-12-21 18:27 UTC  (2+ messages)

[PATCH 0/4 v3] Fix PR/63679 when --param sra-max-scalarization-size specified
 2015-12-21 17:34 UTC  (10+ messages)
` [PATCH 1/4] Make SRA scalarize constant-pool loads
` [PATCH 3/4] Add a pass_copy_prop following pass_ch_vect
` [PATCH 2/4] Equate MEM_REFs and ARRAY_REFs in tree-ssa-scopedtables.c
` [PATCH 4/4] Un-XFAIL ssa-dom-cse-2.c for most platforms

C PATCH to add __atomic_fetch_* optimization for _Atomics (PR c/68908)
 2015-12-21 16:32 UTC  (4+ messages)
  ` C PATCH to add __atomic_fetch_* optimization for _Atomics (PR c/68908) (v2)

[PATCHES] Enhance standard DWARF for Ada
 2015-12-21 15:44 UTC  (24+ messages)
` [PATCHES, PING] "
  ` [PATCHES, PING*2] "
      ` [PATCHES, PING*3] "
        ` [PATCHES, PING*4] "
          ` [PATCHES, PING*5] "

Fix lto-symtab ICE during Ada LTO bootstrap
 2015-12-21 15:16 UTC  (12+ messages)

[RFA] Transparent alias suport part 10: Fix base+offset alias analysis oracle WRT aliases
 2015-12-21 15:00 UTC 

[RFA] Compact EH Patch [Ping]
 2015-12-21 14:22 UTC 

[BUILDROBOT] "error: null argument where non-null required" on multiple targets
 2015-12-21 14:20 UTC  (7+ messages)

[PATCH/AARCH64] Fix -mcpu/arch=native support for LSE
 2015-12-21 13:31 UTC  (3+ messages)

[patch] libstdc++/68276 and libstdc++68995 qualification in <functional>
 2015-12-21 13:14 UTC  (2+ messages)

[PATCH] S/390: Allow to use r1 to r4 as literal pool base
 2015-12-21 12:08 UTC  (5+ messages)
  ` [PATCH] S/390: Allow to use r2 "

[AArch32][NEON] Implementing vmaxnmQ_ST and vminnmQ_ST intrinsincs
 2015-12-21 11:58 UTC 

[Patch, libstdc++/68877] Reimplement __is_[nothrow_]swappable
 2015-12-21 11:45 UTC  (2+ messages)

[v3 PATCH] PR libstdc++/66693
 2015-12-21 11:08 UTC  (2+ messages)

[PATCH] Use TYPE_MODE_RAW in print_node for vector_type
 2015-12-21 10:13 UTC 

[PATCH][RTL-ifcvt] PR rtl-optimization/68841: Make sure one basic block doesn't clobber CC reg usage of the other
 2015-12-21  9:23 UTC  (4+ messages)

[RFA][PATCH][PR tree-optimization/64910] x86 backend improvement
 2015-12-21  5:00 UTC  (2+ messages)

2 C++ PATCHes for c++/67411 (const var in generic lambda)
 2015-12-21  3:12 UTC  (3+ messages)

[Committed/AARCH64] Fix a few failures with LSE enabled
 2015-12-20 22:01 UTC 

[PATCH] shrink-wrap: Once more PRs 67778, 68634, and now 68909
 2015-12-20 16:27 UTC  (3+ messages)

[Patch, fortran] [6 Regression] ICE: in gfc_get_descriptor_dimension, at fortran/trans-array.c:268
 2015-12-20 12:39 UTC 

[PATCH, i386] Introduce support for PKU instructions
 2015-12-20 10:56 UTC  (2+ messages)

[Ada] Fix ICE on component of complex as Out parameter
 2015-12-20 10:38 UTC 

[Ada] Fix layout inconsistency in ASIS mode
 2015-12-20 10:30 UTC 

[Ada] Fix spurious warning in ASIS mode
 2015-12-20 10:27 UTC 

[PATCH] PR ada/66205 gnatbind generates invalid code when finalization is enabled in restricted runtime
 2015-12-19 22:05 UTC  (5+ messages)

Fix PR rtl-optimization/68910
 2015-12-19 22:03 UTC 

[PATCH 0/4] [ARC] Collection Of Bug Fixes
 2015-12-19 19:35 UTC  (8+ messages)
` [PATCH 3/4] gcc/arc: Remove store_update_operand predicate
` [PATCH 2/4] gcc/arc: Remove load_update_operand predicate

[PATCH] PR target/68937: i686: -fno-plt produces wrong code (maybe only with tailcall
 2015-12-19 16:19 UTC  (11+ messages)

[RFA][PATCH][PR tree-optimization/64910] x86 backend improvement
 2015-12-19 15:37 UTC 

Ping: [Patch, fortran] Bug 68241 - [meta-bug] Deferred-length character - PRs50221, 68216, 63932, 66408, 67674 and 49954
 2015-12-19 11:29 UTC  (9+ messages)

RFA: Libiberty: Fix warnings about left shifting a negative value
 2015-12-19  2:21 UTC  (2+ messages)

[PATCH 0/5] Fix qsort comparison functions
 2015-12-18 22:30 UTC  (16+ messages)
` [PATCH 1/5] Fix asymmetric "
` [PATCH 3/5] "Fix" intransitive comparison in reload_pseudo_compare_func
` [PATCH 5/5] Fix intransitive comparison in dr_group_sort_cmp

[PATCH 1/4] PR c++/62314: add fixit hint for missing "template <> " in explicit specialization
 2015-12-18 21:47 UTC  (4+ messages)
` [PATCH 4/4] C: add fixit hint to misspelled field names
` [PATCH 2/4] PR c++/62314: add fixit hint for "expected ';' after class definition"
` [PATCH 3/4] PR c++/62314: C++: add fixit hint to misspelled member names

ipa-cp heuristics fixes
 2015-12-18 21:42 UTC  (12+ messages)

[v3 PATCH] PR libstdc++/68276
 2015-12-18 21:20 UTC  (5+ messages)

mark test requiring pthreads
 2015-12-18 21:15 UTC  (7+ messages)

[PTX] permit hard regs
 2015-12-18 20:20 UTC 

Fix alias.c wrt aliases and anchors
 2015-12-18 20:13 UTC  (3+ messages)

[PATCH] PR c++/68795: fix uninitialized close_paren_loc in cp_parser_postfix_expression
 2015-12-18 18:45 UTC  (2+ messages)
` [PATCH] PR c++/68795: fix uninitialized close_paren_loc in cp_parser_postfix_expression (v2)

[C++ Patch] PR 67592 ("A virtual member function declared constexpr fails to trigger a diagnostic")
 2015-12-18 17:57 UTC  (2+ messages)

[PATCH] Fix PR c++/68978 (bogus error: lvalue required as left operand of assignment)
 2015-12-18 17:56 UTC  (2+ messages)

[PTX] stabs debug
 2015-12-18 17:45 UTC 

[PATCH 1/4] [graphite] add more coalescing to simplify constraints
 2015-12-18 17:42 UTC  (4+ messages)
` [PATCH 4/4] [graphite] add missing ast node for isl 0.15
` [PATCH 3/4] [graphite] add tiling on schedule trees
` [PATCH 2/4] [graphite] remove isl scheduler optimizations for deprecated isl 0.14

[PATCH, PR tree-optimization/PR68305] Support masked COND_EXPR in SLP
 2015-12-18 16:52 UTC  (2+ messages)

[Patch,tree-optimization]: Add new path Splitting pass on tree ssa representation
 2015-12-18 15:43 UTC  (21+ messages)

[PTX] stop special casing worker buffers
 2015-12-18 14:41 UTC 

[PATCH][combine][v2] Canonicalise (r + r) to (r << 1) to aid recognition
 2015-12-18 14:39 UTC  (2+ messages)

don't consider 'main' inlinable
 2015-12-18 14:36 UTC 

[hsa 0/10] Merge of HSA branch
 2015-12-18 14:29 UTC  (4+ messages)
` [hsa 5/10] OpenMP lowering/expansion changes (gridification)

[Patch ifcvt] Add a new parameter to limit if-conversion
 2015-12-18 14:19 UTC  (3+ messages)

[testsuite][ARM target attributes] Fix effective_target tests
 2015-12-18 14:16 UTC  (10+ messages)

[PATCH] Fix PR68776
 2015-12-18 13:50 UTC 

[Patch AArch64] Reinstate CANNOT_CHANGE_MODE_CLASS to fix pr67609
 2015-12-18 12:13 UTC  (2+ messages)
` Backport: "

[Patch, fortran] [6 Regression] ICE: in gfc_get_descriptor_dimension, at fortran/trans-array.c:268
 2015-12-18 11:31 UTC 

[PATCH PR68542]
 2015-12-18 10:20 UTC  (7+ messages)

[Patch] S/390: Simplify vector conditionals
 2015-12-18  9:55 UTC  (4+ messages)

[PATCH] S/390: Wide int support
 2015-12-18  9:53 UTC  (3+ messages)

[PATCH][AArch64][1/2] PR rtl-optimization/68796 Add compare-of-zero_extract pattern
 2015-12-18  9:53 UTC  (3+ messages)

[AArch64] Simplify TLS pattern by hardcoding relocation modifiers into pattern
 2015-12-18  9:45 UTC  (3+ messages)

[Patch, fortran} pr68196 [4.9/5 Regression] ICE on function result with procedure pointer component
 2015-12-18  9:41 UTC 

[PATCH, PR68956, committed] Fix constants used for boolean vectors
 2015-12-18  9:37 UTC 

[Committed] S/390: Deprecate g5 and g6 CPU levels
 2015-12-18  9:34 UTC 

[Patch, fortran} pr68196 [4.9/5 Regression] ICE on function result with procedure pointer component
 2015-12-18  9:28 UTC  (3+ messages)

[PATCH][ARC] Refurbish and extend builtin function support for ARC
 2015-12-18  9:11 UTC  (3+ messages)

[PATCH] Fix PR68852
 2015-12-18  9:09 UTC  (4+ messages)

[PATCH] OpenACC documentation for libgomp
 2015-12-18  6:50 UTC  (2+ messages)

[COMMITTED] Add myself to MAINTAINERS (Write After Approval)
 2015-12-18  5:23 UTC 

[PATCH] Move split-path pass next to the tracer pass
 2015-12-18  4:04 UTC 

libgo patch committed: Make sure NLA_HDRLEN is defined
 2015-12-18  1:18 UTC 

[PATCH] Limit path splitting to loops we optimize for speed
 2015-12-17 23:34 UTC 

[PTX] simplify calling struct
 2015-12-17 22:59 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).