public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
Fix for PRs 36043, 58744 and 65408
 2015-03-17 19:28 UTC  (9+ messages)

[PATCH, PR target/65103, 2/3] Propagate address constants into loops for i386
 2015-03-17 19:13 UTC  (3+ messages)

[PATCH][expmed] Calculate mult-by-const cost properly in mult_by_coeff_cost
 2015-03-17 19:11 UTC  (2+ messages)

[PATCH] Run DCE after if conversion
 2015-03-17 18:29 UTC  (6+ messages)

GO tools for gccgo cross
 2015-03-17 18:27 UTC  (3+ messages)
` [gofrontend-dev] "

[PATCH][RFA] [PR rtl-optimization/64317] Enhance postreload-gcse.c to eliminate more redundant loads
 2015-03-17 18:27 UTC  (5+ messages)

[PATCH] Add pre-reload splitter for low part SI/DImode extraction out of vector regs (PR target/65078)
 2015-03-17 18:15 UTC 

C++ PATCH for c++/65061 (using-declaration of template)
 2015-03-17 17:38 UTC 

[Patch, fortran] PR59198 - [4.8/4.9/5 Regression] ICE on cyclically dependent polymorphic types
 2015-03-17 17:33 UTC  (4+ messages)

[C++ Patch] PR 65340
 2015-03-17 17:09 UTC 

[patch] Remove duplicate libstdc++ tests
 2015-03-17 16:36 UTC 

[patch] PR lto/65276 remove odr_violated assert
 2015-03-17 15:10 UTC  (2+ messages)

[patch] Handle final classes in std::throw_with_nested()
 2015-03-17 14:28 UTC 

[patch c++]: Fix for PR/65390
 2015-03-17 13:24 UTC  (6+ messages)

RFC: Avoid calling convert_to_mode with invalid rtl
 2015-03-17 11:38 UTC  (4+ messages)

[Patch, Fortran, PR 64787, v1] Invalid code on sourced allocation of class(*) character string
 2015-03-17  9:04 UTC 

[patch,avr]: Fix various problems with specs and specs file generation
 2015-03-17  6:37 UTC  (8+ messages)
  ` [patch,avr]: Part2: "
      ` [patch,avr]: Part3 and 4: "
          ` [patch,avr]: Part5: "

[PATCH ARM]Fix memset-inline-* failures on cortex-a9 tune by checking tune information
 2015-03-17  3:34 UTC  (4+ messages)

[PATCH] Disable all target libraries if not building gcc
 2015-03-17  3:02 UTC  (7+ messages)

[AArch64][PR65375] Fix RTX cost for vector SET
 2015-03-17  1:20 UTC  (7+ messages)

[PATCH] Fix another wrong-code bug with -fstrict-volatile-bitfields
 2015-03-17  0:42 UTC  (18+ messages)

[PATCH] Handle vector COND_EXPRs in vector genericization (PR tree-optimization/65427)
 2015-03-16 18:34 UTC  (4+ messages)

[PATCH] Remove unused function
 2015-03-16 18:18 UTC  (2+ messages)

C++ PATCH for c++/65327 aka DR 1688 (volatile constexpr variables)
 2015-03-16 18:08 UTC  (2+ messages)

[RFC, stage1] Richer source location information for gcc 6 (location ranges etc)
 2015-03-16 17:43 UTC  (2+ messages)

[committed] Fix a memory leak in omp-low.c offloading
 2015-03-16 16:17 UTC 

[committed] Fix reduction_map destruction (PR middle-end/65431)
 2015-03-16 16:16 UTC 

[Patch, Fortran, PR 64787, v1] Invalid code on sourced allocation of class(*) character string
 2015-03-16 15:30 UTC 

[Committed, PATCH]: Move cloog.m4 ChangeLog to config/ChangeLog
 2015-03-16 15:29 UTC 

[Committed, PATCH] Disable all target libraries if not building gcc
 2015-03-16 15:16 UTC 

[Patch, Fortran, 1/2] Proposal on renaming gfc_vtable_*_get() to gfc_class_vtab_*_get()
 2015-03-16 14:20 UTC 

[Patch, Fortran, 2/2] Proposal on renaming gfc_vtable_*_get() to gfc_class_vtab_*_get()
 2015-03-16 14:20 UTC 

PR c++/64626 - C++14 single quote should not always be a digit separator
 2015-03-16 13:19 UTC  (6+ messages)

[PATCH, stage1] Move insns without introducing new temporaries in loop2_invariant
 2015-03-16 12:39 UTC  (3+ messages)

[patch, fortran] Bug 64432 - [5 Regression] SYSTEM_CLOCK(COUNT_RATE=rate) wrong result for integer(4)::rate
 2015-03-16 12:07 UTC  (6+ messages)

[Patch, Fortran] Prevent segfault on illegal input
 2015-03-16 10:32 UTC  (3+ messages)

Fix PR middle-end/65409
 2015-03-16 10:31 UTC 

[PATCH, i386 testsuite]: Require nonpic target for some tests
 2015-03-16 10:14 UTC  (6+ messages)

[PATCH][expmed][cleanup] Use std::swap instead of manual swapping
 2015-03-16 10:11 UTC 

[Ada] Fix ICE on loop at -O3
 2015-03-16 10:09 UTC 

[RFC AArch64] Implement TARGET_PROMOTE_FUNCTION_MODE for ILP32 code generation
 2015-03-16  9:42 UTC  (2+ messages)

[Ada] Fix another ICE with -gnatct
 2015-03-16  9:40 UTC 

[Ada] Fix minor ICE with -gnatct
 2015-03-16  9:18 UTC 

[Patch, libstdc++/65420] Use constexpr variables as regex_constans flags
 2015-03-16  6:27 UTC  (4+ messages)

wish to introduce our fleece blankets and bathrobes factory
 2015-03-16  5:11 UTC 

[RS6000] bswapdi2 pattern, reload and lra
 2015-03-16  3:33 UTC  (3+ messages)

[PATCH][ARM] New testcase to check parameter passing bug
 2015-03-16  0:54 UTC  (5+ messages)

[committed] Fix gcc.dg/torture/pr65270-1.c an gcc.dg/torture/pr65270-2.c on hppa*-*-hpux*
 2015-03-15 23:54 UTC 

[PATCH] pr 63354 - gcc -pg -mprofile-kernel creates unused stack frames on leaf functions on ppc64le
 2015-03-15 23:40 UTC  (3+ messages)

[Patch, fortran] PR59198 - [4.8/4.9/5 Regression] ICE on cyclically dependent polymorphic types
 2015-03-15 21:25 UTC 

[PATCH PR64820] Fix ASan UAR detection fails on 32-bit targets if SSP is enabled
 2015-03-15 20:23 UTC  (2+ messages)

[PATCH, nds32] Committed: Rename some variables to explicitly represent general purpose register
 2015-03-15  4:43 UTC 

[PING^2] [PATCH] [AArch64, NEON] Improve vmulX intrinsics
 2015-03-14 10:09 UTC  (3+ messages)

[PATCH] Fix dr_explicit_realign vectorization (PR tree-optimization/65369)
 2015-03-14  9:49 UTC  (2+ messages)

[PATCH] Fix reassoc bit test optimization (PR tree-optimization/65418)
 2015-03-14  9:48 UTC  (2+ messages)

[committed] Fix make_field_assignment on big endian (PR rtl-optimization/65401)
 2015-03-14  8:57 UTC 

[PATCH, TSAN] Fix missing __tsan_func_exit instrumentation
 2015-03-14  8:51 UTC 

Go patch committed: Permit label on fallthrough statement
 2015-03-13 20:48 UTC 

Go patch committed: Don't strip Go programs
 2015-03-13 18:53 UTC  (4+ messages)
  ` [gofrontend-dev] "

[PATCH, jit]: Robustify vasprintf error checks
 2015-03-13 18:14 UTC  (3+ messages)

[PATCH] jit docs: Add "Packaging notes" section
 2015-03-13 17:29 UTC 

[Patch, fortran] PR64952 - Missing temporary in assignment from elemental function
 2015-03-13 15:58 UTC  (8+ messages)

[PATCH] Fix PR64748
 2015-03-13 15:28 UTC  (6+ messages)
` [PATCH] Fix PR64748: OpenACC: "is not a variable" error with deviceptr()

[PATCH, stage1] Make parloops gate more strict
 2015-03-13 15:28 UTC  (7+ messages)

C++ PATCH for c++/65398 (valid constexpr rejected)
 2015-03-13 14:41 UTC 

[Ada] Add extra entity fields
 2015-03-13 13:49 UTC 

[patch] libstdc++/64847 add autoconf checks for pthread_rwlock_t
 2015-03-13 13:46 UTC  (2+ messages)

[Ada] Preliminary work for aspect Unimplemented
 2015-03-13 13:29 UTC 

[Ada] Clean up generation of FIRST/LAST temps for bounds
 2015-03-13 13:22 UTC 

[patch] Fix include guard in <experimental/system_error>
 2015-03-13 12:48 UTC 

[PATCH] Prune unnecessary cleanup-tree-CFG runs
 2015-03-13 12:30 UTC 

[PATCH ARM]Print CPU tuning information as comment in assembler file
 2015-03-13 11:53 UTC  (3+ messages)

[patch] Use --enable-libstdcxx-time=yes on DragonFly BSD
 2015-03-13 11:02 UTC  (8+ messages)

[PATCH] libgomp: Add RTEMS support
 2015-03-13 10:59 UTC  (3+ messages)

[Patch, Fortran] Prevent segfault with dump-*-original for implicit class expressions
 2015-03-13 10:33 UTC 

[PATCH, stage1] Make function names visible in -fdump-rtl-*-graph
 2015-03-13  9:46 UTC  (3+ messages)

[PATCH][ARM] PR target/64600 Fix another ICE with -mtune=xscale: properly sign-extend mask during constant splitting
 2015-03-13  9:14 UTC  (4+ messages)

nvptx offloading patches [4/n]
 2015-03-13  9:07 UTC  (5+ messages)
  ` [nvptx] -freorder-blocks-and-partition, -freorder-functions (was: nvptx offloading patches [4/n])
    ` Option overriding in the offloading code path (was: [nvptx] -freorder-blocks-and-partition, -freorder-functions)
      ` Option overriding in the offloading code path

[gomp4] Merge trunk r221363 (2015-03-11) into gomp-4_0-branch
 2015-03-13  8:57 UTC 

[PATCH] Last PR44563 fix (from me)
 2015-03-13  8:53 UTC 

Fix polymorphic type matching in ipa-icf
 2015-03-13  8:47 UTC  (2+ messages)

[PATCH] Fix PR44563 more
 2015-03-13  8:40 UTC  (6+ messages)

[Patch 2/2, Fortran, pr60322 a.o.] [OOP] Incorrect bounds on polymorphic dummy array
 2015-03-13  8:11 UTC  (4+ messages)
` [Patch 2/2, v2, "
  ` [Patch 2/2, v3, "
    ` [Ping, Patch "

[Patch, fortran] PR61138 Wrong code with pointer-bounds remapping
 2015-03-13  7:02 UTC  (3+ messages)
` Ping: "

[PATCH] Speed-up def_builtin_const (ix86_valid_target_attribute)
 2015-03-13  4:43 UTC  (2+ messages)

[PATCH][OpenMP] Fix declare target variables in fortran modules
 2015-03-12 19:29 UTC  (4+ messages)

[C PATCH] Fix up file-scope _Atomic expansion (PR c/65345)
 2015-03-12 17:38 UTC 

libgo patch committed: It's OK to use cgo on PPC
 2015-03-12 17:05 UTC  (3+ messages)

[C++ Patch] PR 65323
 2015-03-12 16:59 UTC  (4+ messages)

gotools patch committed: Build gotools with compiler options
 2015-03-12 16:44 UTC 

[PATCH] PR target/65240, Fix Power{7,8} insn constraint issue with -O3 -ffast-math
 2015-03-12 15:37 UTC  (6+ messages)

[Ada] handle 'Code_Address on targets with function descriptors
 2015-03-12 13:56 UTC 

[linaro/gcc-4_9-branch] Merge from gcc-4_9-branch and backports
 2015-03-12 13:54 UTC 

[PATCH][simplify-rtx] PR 65235: Calculate element size correctly when simplifying (vec_select (vec_concat (const_int) (...)) [...])
 2015-03-12 13:33 UTC  (4+ messages)

[PATCH] Make split_block and create_basic_block type-safe
 2015-03-12 13:20 UTC 

[PATCH] Fix recent OEP_ADDRESS_OF change
 2015-03-12 12:57 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).