public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
Fix reload1.c warning for some targets
 2015-09-10 19:33 UTC  (7+ messages)

[PATCH 1/2] shrink-wrap: Header hygiene
 2015-09-10 19:19 UTC  (10+ messages)
` [PATCH 2/2] shrink-wrap: Rewrite try_shrink_wrapping

[PATCH, rs6000] Extend LE swap optimization to handle vector permutes with constant masks
 2015-09-10 19:08 UTC  (4+ messages)

[Patch, fortran] PR66681 - Wrong result in assigning this_image() to a complex coarray
 2015-09-10 18:49 UTC  (3+ messages)

[PATCH] Make sure that contrib/download_prerequisites is run from correct place
 2015-09-10 18:36 UTC  (2+ messages)

Go patch committed: report errors from very large types
 2015-09-10 18:32 UTC 

[Patch] Teach RTL ifcvt to handle multiple simple set instructions
 2015-09-10 18:24 UTC  (2+ messages)

[gomp4] Use cuda library's error strings
 2015-09-10 17:55 UTC 

[gomp4] Remove more gang local bits
 2015-09-10 17:54 UTC 

[patch] Enable lightweight checks with _GLIBCXX_ASSERTIONS
 2015-09-10 17:08 UTC  (12+ messages)

[x86 PATCH] Improve performance for Haswell family
 2015-09-10 16:57 UTC 

[x86 PATCH] Improve performance for Haswell family
 2015-09-10 16:48 UTC  (2+ messages)

PING: [gcc-5-branch][PATCH] PR rtl-optimization/67029: gcc-5.2.0 unable to find a register to spill with O3 fsched-pressure fschedule-insns
 2015-09-10 16:31 UTC 

[Patch, fortran] PR66993 - Spurious ambiguous symbol error with submodules
 2015-09-10 16:28 UTC  (3+ messages)

[PATCH 00/10] removal of typedefs that hide pointerness episode 1
 2015-09-10 15:30 UTC  (3+ messages)

[SH][committed] Fix PR 67506
 2015-09-10 15:14 UTC 

[PATCH] vectorizing conditional expressions (PR tree-optimization/65947)
 2015-09-10 15:11 UTC 

[PATCH][RTL-ifcvt] PR rtl-optimization/67465: Handle pairs of complex+simple blocks and empty blocks more gracefully
 2015-09-10 14:52 UTC  (4+ messages)

[Committed] S/390: Don't use vgm for v1ti and v1tf
 2015-09-10 14:22 UTC 

[Committed] S/390: Add V1TImode to constant pool modes
 2015-09-10 14:22 UTC 

[Committed] S/390: Fix mode iterators vmal, vmah, and vmalh
 2015-09-10 14:21 UTC 

Backports of Solaris 12 patches to gcc 5 branch
 2015-09-10 14:21 UTC 

[gomp4.1] Initial #pragma omp ordered simd support
 2015-09-10 14:18 UTC 

[AArch64] Fix vcvt_high_f64_f32 and vcvt_figh_f32_f64 intrinsics
 2015-09-10 14:16 UTC  (5+ messages)

Pass -foffload targets from driver to libgomp at link time
 2015-09-10 14:03 UTC  (4+ messages)
` Ping "
  ` Ping^2 "

Unreviewed libgo patch
 2015-09-10 14:02 UTC 

[PATCH 0/3] remove tm.h from libobjc/sendmsg.c
 2015-09-10 13:41 UTC  (8+ messages)
` [PATCH 1/3] remove STRUCT_VALUE macro
` [PATCH 2/3] remove unused defines from sendmsg.c
` [PATCH 3/3] stop including tm.h in sendmsg.c

[C++ Patch] PR 67318 ("[6 regression] Parsing error when using abbreviated integral type names in template parameter pack declaration")
 2015-09-10 13:36 UTC  (5+ messages)

[gomp4] predicate register caching
 2015-09-10 12:28 UTC 

[AArch64] Simplify TLS pattern by hardcoding relocation modifiers into pattern
 2015-09-10 11:46 UTC 

[hsa] Fix insn type in gen_hsa_ternary_atomic_for_builtin
 2015-09-10 11:33 UTC 

[hsa] Treat address values specially
 2015-09-10 11:21 UTC 

[gomp4.1] Follow-up to PRs 67504 and 67522
 2015-09-10 11:20 UTC 

[ARC] Cleanup A5 references
 2015-09-10 11:03 UTC  (3+ messages)

ARC length attribute patch
 2015-09-10 10:04 UTC  (2+ messages)

[PATCH][ARM] PR 67439: Allow matching of *arm32_movhf when -mrestrict-it is on
 2015-09-10  9:58 UTC  (2+ messages)

[COMMITTED]AArch64] Skip tiny and large code model on gcc.target/aarch64/pic-small.c
 2015-09-10  9:54 UTC 

[PATCH][ARM][3/3] Implement negsicc, notsicc optabs
 2015-09-10  9:17 UTC  (2+ messages)

[PATCH][AArch64] Use logics_imm type for 2nd alternative of *and<mode>3nr_compare0
 2015-09-10  9:10 UTC  (2+ messages)

[hsa] Fix TARGET_MEM_REF code emission
 2015-09-10  9:02 UTC 

[Patch, fortran] Submodules and private entities
 2015-09-10  8:52 UTC  (3+ messages)

[PATCH][AArch64][2/3] Implement negcc, notcc optabs
 2015-09-10  8:50 UTC  (2+ messages)

[PATCH][optabs][ifcvt][1/3] Define negcc, notcc optabs
 2015-09-10  8:28 UTC  (5+ messages)

[PATCH] Fix ICE on invalid combined loop constructs in templates (PR c++/67523)
 2015-09-10  8:21 UTC 

[C++ PATCH] Avoid calling type_dependent_expression_p on TYPE_DECLs (PR c++/67522)
 2015-09-10  8:07 UTC 

[PATCH] Fix up OpenMP ICE on even more problematic testcase (PR middle-end/67521)
 2015-09-10  8:05 UTC 

[PATCH] Fix up ICE with linear on questionable testcase (PR middle-end/67517)
 2015-09-10  8:01 UTC 

[PATCH] Further OpenMP linear NO_COPYOUT or lastprivate changes (PR c++/67514)
 2015-09-10  7:58 UTC 

[PATCH] doc/install.texi: Mention contrib/download_prerequisites
 2015-09-10  7:52 UTC  (2+ messages)

[C++ PATCH] Fix OpenMP class iterator error recovery (PR c++/67511)
 2015-09-10  7:48 UTC 

[PATCH] Put C DECL_EXPRs into OMP_FOR_PRE_BODY (PR c/67502)
 2015-09-10  7:45 UTC 

Fix 61441
 2015-09-10  7:33 UTC  (5+ messages)

[PATCH] fortran/67526 -- fix NULL pointer issue
 2015-09-10  7:30 UTC  (2+ messages)

Go patch committed: Don't allow constant shifts of non-integers
 2015-09-10  6:10 UTC 

[RS6000] Fix PowerPC ICE due to secondary_reload ignoring reload replacements
 2015-09-10  3:46 UTC  (4+ messages)

[PATCH, PR 57195] Allow mode iterators inside angle brackets
 2015-09-10  0:58 UTC  (3+ messages)

[RFA] Compact EH Patch
 2015-09-09 23:53 UTC  (3+ messages)

[RFC] COMDAT Safe Module Level Multi versioning
 2015-09-09 23:27 UTC  (12+ messages)

[PATCH] Warn when comparing nonnull arguments to NULL in a function
 2015-09-09 23:01 UTC  (4+ messages)

[PATCH] PR target/67215: -fno-plt needs improvements for x86
 2015-09-09 22:03 UTC 

[Patch,tree-optimization]: Add new path Splitting pass on tree ssa representation
 2015-09-09 21:45 UTC  (13+ messages)

[PATCH] Propagate -fdiagnostics-* options in lto-wrapper
 2015-09-09 21:40 UTC  (2+ messages)

[PATCH] PR67421, Cost instruction sequences when doing left wide shift
 2015-09-09 21:31 UTC  (2+ messages)

[PATCH] Make ubsan tests less picky about ansi escape codes in diagnostics
 2015-09-09 21:23 UTC  (10+ messages)

[PATCH] Update ENABLE_CHECKING to make it usable in "if" conditions
 2015-09-09 21:12 UTC  (3+ messages)

[PATCH] Fix a few UB when left-shifting
 2015-09-09 20:35 UTC  (2+ messages)

[gomp4] use integer_zerop
 2015-09-09 19:06 UTC 

[gomp4] ptx patches from trunk
 2015-09-09 18:42 UTC 

[PATCH] Fix PR64078
 2015-09-09 18:14 UTC  (7+ messages)

[PTX] port some cleanups from gomp4
 2015-09-09 17:22 UTC 

[wwwdocs] PATCH forRe: Advertisement in the GCC mirrors list
 2015-09-09 17:20 UTC  (3+ messages)

[gomp4] assign unused gwv clauses to auto/independent parallel acc loops
 2015-09-09 16:39 UTC 

[C++ Patch] PR 53184 ("Unnecessary anonymous namespace warnings")
 2015-09-09 16:34 UTC  (5+ messages)
` [Ping] "

[PATCH] [PATCH][ARM] Fix pr63210.c testcase
 2015-09-09 16:25 UTC  (2+ messages)

[PATCH] Fix sanitizer/67258 (by cherry picking upstream patch)
 2015-09-09 16:25 UTC  (2+ messages)

[PATCH] [MIPS] Fix wrong instruction in the delay slot
 2015-09-09 15:58 UTC  (2+ messages)

[PATCH] Fix ICE in predicate comparison in uninit (PR middle-end/67512)
 2015-09-09 15:31 UTC  (2+ messages)

[PATCH, fortran] PR 53379 Backtrace on error termination
 2015-09-09 15:09 UTC  (11+ messages)

[RFC] Prevent unnecessary recompilation for trivial params.def changes
 2015-09-09 14:54 UTC  (7+ messages)
      ` [PATCH] "

[PATCH] Convert SPARC to LRA
 2015-09-09 14:48 UTC  (2+ messages)

[PTX] atomics compare exchange
 2015-09-09 14:47 UTC 

[hsa] Avoid setting register definitions when adding operands to a phi node
 2015-09-09 13:54 UTC 

[Aarch64][target/PR 67143][5.2] Backport correct constraints for atomic operations
 2015-09-09 12:29 UTC 

[PATCH][RTL-ifcvt] PR rtl-optimization/67465: Do not ifcvt complex blocks if the else block is empty
 2015-09-09  9:28 UTC  (4+ messages)

[RFC, PR target/65105] Use vector instructions for scalar 64bit computations on 32bit target
 2015-09-09  8:31 UTC  (7+ messages)

[PATCH 1/3, libgomp] Adjust offload plugin interface for avoiding deadlock on exit
 2015-09-09  8:12 UTC  (2+ messages)

[gomp4] force global locks for nvptx targets
 2015-09-09  8:08 UTC  (2+ messages)

[PATCH] Fix ICE with type dependent collapse argument (PR c++/67504)
 2015-09-09  8:06 UTC 

[PATCH] Fix error recovery on invalid OpenMP clauses (PR c/67501)
 2015-09-09  7:48 UTC 

[PATCH] Fix thinko in safelen, simdlen and aligned clause parsing (PR c/67500)
 2015-09-09  7:44 UTC 

[PATCH] Fix ICEs with invalid C #pragma omp atomic (PR c/67495)
 2015-09-09  7:40 UTC 

Possible patch for pr62242
 2015-09-09  7:37 UTC 

libbacktrace patch committed: Graceful fallback if out of memory
 2015-09-09  4:12 UTC  (3+ messages)

[PATCH] Make tsan tests less picky about ansi escape codes in diagnostics
 2015-09-09  0:00 UTC  (2+ messages)

[0/7] Type promotion pass and elimination of zext/sext
 2015-09-08 22:09 UTC  (6+ messages)
` [4/7] Use correct promoted mode sign for result of GIMPLE_CALL

[PATCH] [graphite] Remove limit_scops
 2015-09-08 21:50 UTC  (2+ messages)

debug mode symbols cleanup
 2015-09-08 21:02 UTC  (3+ messages)

[hsa] Add support for __builtin_mem{set,cpy}
 2015-09-08 20:23 UTC 

[hsa] HSA: reuse get_integer_type_by_bytes
 2015-09-08 20:12 UTC 

[hsa] Use newly added hsa_op_immed ctor
 2015-09-08 20:11 UTC 

[hsa] Introduce a new ctor for hsa_op_immed
 2015-09-08 20:10 UTC 

[PATCH, committed] Trivial typo fix in pretty-print.h
 2015-09-08 20:02 UTC 

[PATCH] Implement GOMP_OFFLOAD_unload_image in intelmic plugin
 2015-09-08 19:52 UTC 

C++ PATCH for c++/67041 (auto variable template and lambda)
 2015-09-08 19:41 UTC 

[wwwdocs] Document some gcc-6 changes
 2015-09-08 19:27 UTC  (4+ messages)

[PATCH] Fix seq_cost prototype to use signed int
 2015-09-08 15:39 UTC  (4+ messages)

[PATCH, Darwin] Some driver TLC (improve support for the '-arch' flag)
 2015-09-08 15:20 UTC  (2+ messages)

[AArch64] Handle const address in aarch64_print_operand
 2015-09-08 15:18 UTC 

[AArch64] Delete aarch64_symbol_context which is not used
 2015-09-08 15:07 UTC 

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).