public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PR64164] drop copyrename, integrate into expand
 2015-07-21 13:25 UTC  (15+ messages)

[patch,avr] Fix PR66956: Uses 32->64 widening mul instead of 32-bit mul libcall without MUL
 2015-07-21 13:20 UTC 

[Patch, fortran] PR66929 fix iso_varying_string ICE
 2015-07-21 13:20 UTC 

[doc patch] Rename "Language Independent Options" @node in invoke.texi
 2015-07-21 12:54 UTC 

[PATCH 0/4] S390 -march=native related fixes
 2015-07-21 12:53 UTC  (8+ messages)
` [PATCH 3/4] "
` [PATCH 4/4] "

PIC calls without PLT, generic implementation
 2015-07-21 12:52 UTC  (10+ messages)
` [PATCH] Expand PIC calls without PLT with -fno-plt
          ` [AArch64] Tighten direct call pattern to repair -fno-plt
                ` [AArch64][sibcall]Tighten "

fix gomp offload routine unloading
 2015-07-21 12:49 UTC  (3+ messages)

*Ping* Re: [Patch, fortran] PR61831 side-effect deallocation of variable components
 2015-07-21 12:47 UTC  (2+ messages)
` [committed] fix PR61831 test (was: Re: *Ping* Re: [Patch, fortran] PR61831 side-effect deallocation of variable components)

[Patch] Show address operator ('&') in front of strings and functions in dumps
 2015-07-21 12:15 UTC 

[gomp4] remove kernel-specific launch
 2015-07-21 12:07 UTC  (9+ messages)

[PATCH] [PATCH][ARM] Fix split-live-ranges-for-shrink-wrap.c testcase
 2015-07-21 11:53 UTC  (5+ messages)
  `  "
      `  "

[PATCH][AArch64][6/14] Implement TARGET_OPTION_SAVE/TARGET_OPTION_RESTORE
 2015-07-21 11:44 UTC  (4+ messages)

[PATCH][AArch64][7/14] Implement TARGET_SET_CURRENT_FUNCTION
 2015-07-21 11:15 UTC  (2+ messages)

[C/C++ PATCH] PR c++/66572. Fix Wlogical-op false positive
 2015-07-21 11:14 UTC  (5+ messages)

Fold some equal to and not equal to patterns in match.pd
 2015-07-21 11:09 UTC  (6+ messages)

[PATCH, MIPS] I6400 scheduling
 2015-07-21 10:52 UTC  (2+ messages)

[PATCH][MIPS] Scheduler fix for the 74k & 24k
 2015-07-21 10:46 UTC 

[Patch, Fortran, 66035, v1] [5/6 Regression] gfortran ICE segfault
 2015-07-21 10:42 UTC  (11+ messages)
    ` [Patch, Fortran, 66035, v2] "
              ` [Patch, Fortran-5, "

[PATCH][4/n] Remove GENERIC stmt combining from SCCVN
 2015-07-21 10:37 UTC  (16+ messages)

[PATCH][AArch64][5/14] Make flag_omit_leaf_frame_pointer intialize to 2. Define and use TARGET_OMIT_LEAF_FRAME_POINTER
 2015-07-21 10:31 UTC  (3+ messages)

[PATCH][match.pd] PR middle-end/66915 Restrict A - B -> A + (-B) to non-fixed-point types
 2015-07-21 10:23 UTC  (4+ messages)

[C/C++ PATCH] Implement -Wshift-overflow (PR c++/55095) (take 3)
 2015-07-21 10:11 UTC  (2+ messages)

*Ping* Re: [Patch, fortran] PR61831 side-effect deallocation of variable components
 2015-07-21 10:09 UTC 

[PATCH][ARM][testsuite] Fix FAIL: gcc.target/arm/macro_defs0.c and macro_defs1.c when -marm forced
 2015-07-21  9:57 UTC  (3+ messages)

[wwwdocs] Mention -Wshift-overflow
 2015-07-21  9:46 UTC 

[PR25530] Convert (unsigned t / 2) * 2 into (unsigned t & ~1)
 2015-07-21  9:21 UTC  (3+ messages)

[PR25529] Convert (unsigned t * 2)/2 into unsigned (t & 0x7FFFFFFF)
 2015-07-21  9:16 UTC  (6+ messages)

[PATCH] libierty: change _ANSIDECL_H to ANSIDECL_H
 2015-07-21  8:05 UTC  (3+ messages)

[wwwdocs] Broken links
 2015-07-21  6:05 UTC  (5+ messages)

[RFC, PR66873] Use graphite for parloops
 2015-07-21  5:59 UTC  (9+ messages)

[PING 4] Re: [PATCH] warn for unsafe calls to __builtin_return_addres
 2015-07-21  1:58 UTC  (2+ messages)
` [PING 5] "

[rl78] extend set1/clr1 operands
 2015-07-20 23:51 UTC 

[Patch, fortran] PR 37131, inline matmul
 2015-07-20 23:21 UTC  (5+ messages)

[v3 PATCH] Implement N4279, Improved insertion interface for unique-key maps
 2015-07-20 23:09 UTC 

[PATCH, i386, PR driver/66737] Don't pass '-z bndplt' to linker for 32bit target
 2015-07-20 21:55 UTC  (3+ messages)

[PATCH, MIPS] Scheduling for M51xx core family
 2015-07-20 21:49 UTC  (4+ messages)

rx: remove some asserts
 2015-07-20 21:04 UTC 

[PATCH] remove tree-browser
 2015-07-20 20:57 UTC 

[PATCH v2][aarch64] Implemented reciprocal square root (rsqrt) estimation in -ffast-math
 2015-07-20 20:33 UTC  (6+ messages)
` [PATCH] 2015-07-14 Benedikt Huber <benedikt.huber@theobroma-systems.com> Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

[PATCH][C++] Fix PR65091
 2015-07-20 20:23 UTC  (7+ messages)

revised and updated new-if-converter patch… [PATCH] fix PR46029: reimplement if conversion of loads and stores
 2015-07-20 20:15 UTC  (3+ messages)

Tests for libgomp based on OpenMP Examples 4.0.2
 2015-07-20 19:58 UTC  (9+ messages)

[PATCH, i386]: Fix asm flag output to DImode for 32bit targets
 2015-07-20 19:42 UTC 

[gomp4.1] Initial support for some OpenMP 4.1 construct parsing
 2015-07-20 19:40 UTC  (12+ messages)

Refactor openacc wait routine
 2015-07-20 18:22 UTC  (2+ messages)

Go patch committed: Don't simply discard blank labels
 2015-07-20 17:32 UTC 

[PATCH][AArch64][4/14] Create TARGET_FIX_ERR_A53_835769 and use that instead of aarch64_fix_a53_err835769
 2015-07-20 17:29 UTC  (3+ messages)

Go patch committed: Remove unnecessary tests
 2015-07-20 17:25 UTC 

[PATCH][AArch64][3/14] Refactor option override code
 2015-07-20 16:58 UTC  (2+ messages)

[PATCH] Refactor graphite-isl-ast-to-gimple.c
 2015-07-20 16:47 UTC  (4+ messages)

Fix PTX loaded module data
 2015-07-20 16:31 UTC  (2+ messages)

[PATCH 0/3] rs6000: Some updates for rotate etc
 2015-07-20 16:24 UTC  (7+ messages)
` [PATCH 1/3] Doc fixes for rot
` [PATCH 2/3] Fix shift amount (GPR->SI)
` [PATCH 3/3] lt0_disi

[PATCH] rs6000: Revamp rotate-and-mask and insert
 2015-07-20 16:19 UTC  (2+ messages)

[PATCH, 1/2] Merge rewrite_virtuals_into_loop_closed_ssa from gomp4 branch
 2015-07-20 16:13 UTC  (7+ messages)
` [PING][PATCH, "

[PATCH] Update decls in genemit.c
 2015-07-20 16:05 UTC  (2+ messages)

[PATCH] [aarch64] Implemented reciprocal square root (rsqrt) estimation in -ffast-math
 2015-07-20 15:58 UTC  (17+ messages)

[gomp] Move openacc vector& worker single handling to RTL
 2015-07-20 15:56 UTC  (14+ messages)

[PATCH] Simple optimization for MASK_STORE
 2015-07-20 15:26 UTC  (7+ messages)

[PATCH, rtl-opt, i386]: Backport fix for PR 58066, __tls_get_addr is called with misaligned stack on x86-64
 2015-07-20 15:08 UTC 

[gomp4.1] Pretty print '+' for sink positive offsets
 2015-07-20 15:05 UTC  (2+ messages)

[COMMITTED][AArch64] Restrict got_mem_hoist_1.c with small memory model
 2015-07-20 14:51 UTC 

[PATCH] New configure option to default enable Smart Stack Protection
 2015-07-20 14:47 UTC  (4+ messages)
  ` [PING] "

Fix two more memory leaks in threader
 2015-07-20 14:38 UTC  (3+ messages)

[C/C++ PATCH] Implement -Wshift-overflow (PR c++/55095)
 2015-07-20 14:19 UTC  (13+ messages)
` [C/C++ PATCH] Implement -Wshift-overflow (PR c++/55095) (take 2)
  ` [C/C++ PATCH] Implement -Wshift-overflow (PR c++/55095) (take 3)

[gomp4] New nvptx pattern and internal builtin
 2015-07-20 14:10 UTC  (3+ messages)

[PATCH, PR66846] Mark inner loop for fixup in parloops
 2015-07-20 13:38 UTC  (5+ messages)

[PATCH][combine][1/2] Try to simplify before substituting
 2015-07-20 13:04 UTC  (8+ messages)

[PATCH] Track indirect calls for call site information in debug info
 2015-07-20 13:02 UTC 

[PATCH, PR ipa/66566] Fix ICE in early_inliner: internal compiler error: in operator[]
 2015-07-20 12:42 UTC  (3+ messages)

[CHKP, GCC 5] Port a set of stability chkp patches to gcc-5-branch
 2015-07-20 12:19 UTC  (2+ messages)

[PATCH][RTL-ifcvt] Make non-conditional execution if-conversion more aggressive
 2015-07-20 10:59 UTC  (5+ messages)

[GSoC] Patches for shared_ptr array and polymorphic_allocator
 2015-07-20  9:55 UTC  (3+ messages)

[PATCH][AArch64] Use cinc for if_then_else of plus-immediates
 2015-07-20  9:49 UTC  (4+ messages)

[RFC, PATCH 0/3] tree-ssa-tail-merge engine replacement
 2015-07-20  8:24 UTC  (6+ messages)
` [PATCH 1/3] tree-ssa-tail-merge: add IPA ICF infrastructure

[PATCH] PR debug/53927: fix value for DW_AT_static_link
 2015-07-20  7:52 UTC 

[PATCH] Fix partial template specialization syntax in wide-int.h
 2015-07-20  7:51 UTC  (3+ messages)

[PATCH 0/2] Set REG_EQUAL when emitting arm_emit_movpair
 2015-07-20  7:15 UTC  (8+ messages)
` [PATCH 1/2] Allow REG_EQUAL for ZERO_EXTRACT

[PATCH] config/bfin/bfin.c (hwloop_optimize): Recognize direct jump case and emit lsetup at loop head
 2015-07-20  4:22 UTC 

[PATCH] gcc/: Fix building with isl-0.15.0; includes
 2015-07-20  3:18 UTC  (2+ messages)

[v3 PATCH] Implement N4089 and N4387
 2015-07-19 22:12 UTC  (4+ messages)

[PATCH] gcc: fix building w/isl-0.15
 2015-07-19 21:28 UTC 

[PATCH] Rename parameters which are within scop
 2015-07-19 20:30 UTC  (3+ messages)

[patch] Fix wrong URL for N4279 in libstdc++ manual
 2015-07-19 19:50 UTC 

[PATCH] PR rtl-optimization/66790: uninitialized registers handling in REE
 2015-07-19  6:40 UTC 

[PATCH] fix compilation of vmsdbgout.c
 2015-07-19  3:14 UTC 

[PATCH, i386]: fix PR 66922, wrong code for bit-field struct
 2015-07-18 15:38 UTC 

Still crashes due to aliasing violation (Re: [RFC, PATCH] Split pool_allocator and create a new object_allocator)
 2015-07-18 13:04 UTC  (8+ messages)

[gomp4, committed] Obvious -Wall fixes in openacc tests
 2015-07-18  8:25 UTC 

[gomp4, committed] Fix OACC_LOOP usage in goacc tests
 2015-07-18  7:38 UTC 

[PATCH, i386]: Cleanup FPmode splitters a bit
 2015-07-18  2:17 UTC 

[PATCH][simplify-rtx][2/2] Simplify - (y ? -x : x) -> (!y ? -x : x
 2015-07-17 23:09 UTC  (2+ messages)

[PATCH] fix pr46851 and pr60340: remove unmaintained omega dependence test
 2015-07-17 21:51 UTC  (2+ messages)

[Fortran, Patch] Passing function pointer to co_reduce
 2015-07-17 20:47 UTC  (8+ messages)

[PATCH, i386]: Fix PR 66866, incorrect load address on manual vector shuffle
 2015-07-17 20:41 UTC  (2+ messages)

Another benefit of the new if converter: better performance for half hammocks when running the generated code on a modern high-speed CPU with write-back caching, relative to the code produced by the old if converter given the same source code
 2015-07-17 20:33 UTC 

[PATCH] PR target/66906: Replicate static chain on the stack
 2015-07-17 20:29 UTC  (3+ messages)

[C++/66443]
 2015-07-17 20:12 UTC  (6+ messages)
    ` [C++/66443] virtual base of abstract class

[PATCH][doc][13/14] Document AArch64 target attributes and pragmas
 2015-07-17 19:59 UTC  (4+ messages)

[PATCH][AArch64] Improve csinc/csneg/csinv opportunities on immediates
 2015-07-17 19:40 UTC  (7+ messages)

[gomp4] Remove device-specific filtering during parsing for OpenACC
 2015-07-17 19:35 UTC  (3+ messages)

[gomp4, committed] Fix if-clause handling for kernels
 2015-07-17 19:00 UTC  (2+ messages)

[gomp4] cleanup firstprivate test case
 2015-07-17 18:49 UTC 

[PATCH v3 1/4] libcc1: Introduce GCC_FE_VERSION_1
 2015-07-17 18:40 UTC  (2+ messages)
` ping: "

[PATCH, MIPS] Add -march=interaptiv
 2015-07-17 18:36 UTC  (2+ messages)

[gomp4] OpenACC vector and worker reductions
 2015-07-17 18:26 UTC  (2+ messages)
` [gomp4] OpenACC reduction tests

[patch] Document that std::thread::native_handle() and similar are not portable or stable
 2015-07-17 16:31 UTC 

[PATCH] [graphite] fix pr61929
 2015-07-17 16:13 UTC  (3+ 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).