public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[patch] Fix node weight updates during ipa-cp (issue7812053)
 2013-04-22 18:30 UTC  (3+ messages)

[4.9 PATCH, alpha]: Switch alpha to LRA
 2013-04-22 18:20 UTC  (3+ messages)

[PATCH, AArch64] Fix the generation of .arch and .cpu assembly directives
 2013-04-22 18:18 UTC  (3+ messages)

[PATCH] Fix PR56990
 2013-04-22 18:16 UTC  (6+ messages)

Improve WPA type merging hash performance for LTO
 2013-04-22 18:00 UTC  (19+ messages)
` [PATCH 1/9] Improve pointer hash function to include all bits
` [PATCH 6/9] Add --param tunables for the initial size of the type merging hash tables
` [PATCH 8/9] Print lto report at the right place
` [PATCH 2/9] Add murmurhash3
` [PATCH 7/9] Add -flto-report-wpa
` [PATCH 3/9] Use murmurhash3 for pointer map hashing
` [PATCH 9/9] Fix lto report names
` [PATCH 4/9] Add murmurhash2a
` [PATCH 5/9] Use murmurhash2A for type merging

[PATCH] S/390: Initial libitm support
 2013-04-22 17:35 UTC  (2+ messages)

[PATCH 4/5] Altera Nios II: dwarf generation fix
 2013-04-22 17:34 UTC  (4+ messages)

[Patch, Fortran] PR 57022: [4.7/4.8/4.9 Regression] Inappropriate warning for use of TRANSFER with arrays
 2013-04-22 17:17 UTC  (4+ messages)

Patch to extend the fix PR53676 to unsigned char
 2013-04-22 16:54 UTC  (2+ messages)

[v3] Tidy std::is_signed
 2013-04-22 16:21 UTC 

patch to fix PR57018
 2013-04-22 16:13 UTC 

[PATCH][ARM][testsuite][2/2] Add support for vcvt_f16_f32 and vcvt_f32_f16 NEON intrinsics
 2013-04-22 16:11 UTC  (2+ messages)

[patch] Fix PR middle-end/56474
 2013-04-22 15:44 UTC  (5+ messages)

[google] Disable RDRAND bits when building with Clang
 2013-04-22 15:42 UTC 

[PATCH] Fix PR57026
 2013-04-22 15:32 UTC 

patch to fix
 2013-04-22 15:21 UTC  (21+ messages)
` patch to fix constant math - 4th patch - the wide-int class
                        ` patch to fix constant math - 4th patch - the wide-int class - patch ping for the next stage 1

[patch][google/gcc-4_8] Fix powerpc64-grtev3-linux-gnu.xfail
 2013-04-22 15:05 UTC  (2+ messages)

[AArch64] Map standard pattern names to NEON intrinsics directly
 2013-04-22 15:04 UTC  (2+ messages)

[AArch64] Support vrecp<esx> neon intrinsics in RTL
 2013-04-22 14:43 UTC  (2+ messages)

[C++11][4.9] Add missing REDUC_PLUS_EXPR case to potential_constant_expression_1
 2013-04-22 13:23 UTC  (5+ messages)

[PATCH] Add explicit default constructors where required by the standard
 2013-04-22 13:03 UTC  (5+ messages)

[AArch64] Fix printf format warning in aarch64_print_operand
 2013-04-22 12:20 UTC 

[Ada] Aspect/pragma Contract_Cases and library level subprograms
 2013-04-22 12:19 UTC 

[v3] N3669
 2013-04-22 12:12 UTC 

[Ada] Ada 2012 predicate checks on (in-) out parameters
 2013-04-22 12:11 UTC 

[v3] libstdc++/57010
 2013-04-22 11:49 UTC 

mips SNaN/QNaN is swapped
 2013-04-22 11:47 UTC  (15+ messages)

[PATCH, AArch64] Negate with Compare instruction
 2013-04-22 11:14 UTC  (3+ messages)

RFA: enable LRA for rs6000
 2013-04-22 10:56 UTC  (9+ messages)
  ` RFA: enable LRA for rs6000 [patch for WRF]

[PATCH] Remove useless BIT_AND_EXPRs
 2013-04-22 10:53 UTC 

[GOOGLE] Workaround a bug in AutoFDO which may leads to infinite loop for inlined assembly
 2013-04-22 10:45 UTC  (4+ messages)

[4.7] Fix a couple of C++isms
 2013-04-22 10:34 UTC  (4+ messages)

Add std::unordered_* C++11 allocator support
 2013-04-22  4:35 UTC  (2+ messages)

RFA: Fix use of extra_objs when configuring tilepro-linux and tilegx-linux
 2013-04-22  2:28 UTC  (2+ messages)

New Swedish PO file for 'gcc' (version 4.8.0)
 2013-04-22  2:15 UTC 

Simple change in dot dumper -- Display profile count and branch probability
 2013-04-21 21:17 UTC  (3+ messages)

GCC does not support *mmintrin.h with function specific opts
 2013-04-21 21:13 UTC  (5+ messages)

[google][4.7] Generate a label for the split cold function while using -freorder-blocks-and-partition
 2013-04-21 21:04 UTC  (3+ messages)

[PATCH] Fix PR56982, handle setjmp like non-local labels
 2013-04-21 20:08 UTC  (3+ messages)

[patch] fix anachronism in libstdc+ docs
 2013-04-21 18:26 UTC 

[patch, fortran, backport, 4.8] PR51825 - Fortran runtime error: Cannot match namelist object name
 2013-04-21 14:12 UTC  (3+ messages)

[patch][mips] split mips_reorg in pre- and post-dbr_schedule parts
 2013-04-21  8:40 UTC  (3+ messages)

[Patch, Fortran] PR56907 - do not 'pack' arrays passed to C_LOC
 2013-04-21  8:02 UTC  (6+ messages)

RFC: elimination of global state relating to passes
 2013-04-20 23:02 UTC  (8+ messages)
` [PATCH 0/6] Elimination "
  ` [PATCH 4/6] Handwritten part of conversion of passes to instances of C++ classes
  ` [PATCH 5/6] Introduce virtual functions in testsuite/gcc.dg/plugin/one_time_plugin.c
  ` [PATCH 1/6] Introduce macros when constructing the tree of passes
  ` [PATCH 6/6] Example of converting global state to per-pass state
  ` [PATCH 3/6] Autogenerated part of conversion of passes to instances of C++ classes
  ` [PATCH 2/6] Move the construction of the pass hierarchy into a new passes.def file

[patch, mips] Fix for PR target/56942
 2013-04-20 11:44 UTC 

[PATCH] gcc: arm: linux-eabi: fix handling of armv4 bx fixups when linking
 2013-04-20 10:59 UTC 

Fix std::pair std::is_copy_assignable behavior
 2013-04-19 21:38 UTC  (6+ messages)

patch to fix PR56999
 2013-04-19 21:32 UTC  (4+ messages)

patch to fix PR 56847
 2013-04-19 21:32 UTC 

[patch] Introduce #pragma GCC diagnostic off
 2013-04-19 21:16 UTC 

C++ PATCH to implement N3638 changes to return type deduction
 2013-04-19 21:16 UTC 

[Patch, ARM] Enable libsanitizer
 2013-04-19 21:11 UTC  (7+ messages)

C++ PATCH for core issue 941
 2013-04-19 21:02 UTC 

[PATCH, PR 10474] Shedule pass_cprop_hardreg before pass_thread_prologue_and_epilogue
 2013-04-19 20:59 UTC  (9+ messages)

[gomp4] Some progress on #pragma omp simd
 2013-04-19 16:37 UTC 

[PATCH] Vectorizer load permutation TLC
 2013-04-19 16:18 UTC 

[ada] [patch] gnatlink's order of options interfers with --as-needed
 2013-04-19 15:35 UTC  (3+ messages)

[PATCH, ARM] Fix PR56797
 2013-04-19 14:59 UTC  (2+ messages)

[cxx-conversion] RFC - Helper types for building GIMPLE
 2013-04-19 14:42 UTC  (4+ messages)

[PATCH, PR 56718] Middle-end intraprocedural type-based devirtualization
 2013-04-19 14:06 UTC  (2+ messages)

[Patch, fortran] PR 56981 Improve unbuffered unformatted performance
 2013-04-19 14:01 UTC 

[PATCH] Fix PR57000
 2013-04-19 13:37 UTC 

[patch, fortran] Really fix PR 56782
 2013-04-19 13:31 UTC  (6+ messages)

[PATCH, AArch64] Update definitions of _FP_W_TYPE and _FP_WS_TYPE in libgcc to be based on 'long long'
 2013-04-19 11:58 UTC  (2+ messages)

[PATCH, PR 56988] Honor by_ref in IPA-CP transformation phase
 2013-04-19 11:42 UTC 

[patch rfa] Fix PCH test failure when -fdebug-types-section is enabled
 2013-04-19 11:30 UTC  (2+ messages)

[patch] [4.7] revisit PR middle-end/56848 for 4.7.4
 2013-04-19 11:17 UTC  (2+ messages)

[google] Fix testsuite failures with -fdebug-types-section
 2013-04-19  9:40 UTC 

[GOOGLE] Fix the LIPO support in AutoFDO
 2013-04-19  9:06 UTC 

[patch][google/gcc-4_7] Suppress failure in gcc.dg/lto/20100430-1 on powerpc and powerpc64
 2013-04-19  4:13 UTC 

[PATCH, i386]: Simplify *call_value_rex64_ms_sysv and *call_rex64_ms_sysv
 2013-04-19  3:58 UTC 

[Patch, Fortran, committed] Plug some memory leaks
 2013-04-18 23:08 UTC 

[patch] Fix test failure with -fdebug-types-section
 2013-04-18 22:38 UTC  (2+ messages)

[Patch] [MIPS] Fix Many warnings in MIPS port (Was: [PATCH] [MIPS] microMIPS gcc support)
 2013-04-18 22:09 UTC  (4+ messages)

[contrib]: Loosen check of build directory in validate_failures.py
 2013-04-18 22:05 UTC 

[patch cygwin]: Add missing 64-bit cygwin triplet to config.gcc
 2013-04-18 21:12 UTC 

[patch] Fix DWARF test cases that don't work with -fdebug-types-sections
 2013-04-18 21:10 UTC 

[Patch, testsuite] Add -gdwarf to dg-options in debug/dwarf2 testcases
 2013-04-18 19:56 UTC  (4+ messages)
` [Ping, Patch, "

[PATCH, SH] PR target/56995
 2013-04-18 19:26 UTC  (2+ messages)

[Patch] Emit error for negative _Alignas alignment values
 2013-04-18 18:49 UTC  (2+ messages)
` [Ping, Patch, c-common] "

[testsuite, i386] Reimplementing array comparison in avx2-vpop-check.h
 2013-04-18 18:25 UTC  (5+ messages)

[PATCH 3/5] Altera Nios II: testsuite patches
 2013-04-18 18:17 UTC  (2+ messages)

[PATCH 5/5] Altera Nios II: hexadecimal numbers in options
 2013-04-18 17:42 UTC 

[PATCH 2/5] Altera Nios II: libgcc
 2013-04-18 16:25 UTC 

[PATCH 1/5] Altera Nios II: GCC backend patches
 2013-04-18 14:54 UTC 

[PATCH 0/5] Submission of Altera Nios II port
 2013-04-18 14:27 UTC 

[PING] RE: [PING]RE: [patch] cilkplus: Array notation for C patch
 2013-04-18 14:19 UTC 

[PATCH] More vectorizer TLC
 2013-04-18 14:16 UTC 

[testsuite] Adding target nonpic to g++.dg/tm/pr47746.C
 2013-04-18 14:03 UTC  (4+ messages)

New German PO file for 'gcc' (version 4.8.0)
 2013-04-18 13:56 UTC 

[PATCH, x86] Use vector moves in memmove expanding
 2013-04-18 13:55 UTC  (5+ messages)

[PATCH, tree-ssa] Avoid -Wuninitialized warning in try_unroll_loop_completely()
 2013-04-18 13:49 UTC  (5+ messages)

[PATCH ARM]Extend thumb1_reorg to save more comparison instructions
 2013-04-18 13:49 UTC  (4+ messages)

Unreviewed build/driver patch
 2013-04-18 11:55 UTC 

[wwwdocs, committed] gcc-4.9/changes.html - Update Fortran section (add NO_ARGS_CHECK)
 2013-04-18 10:57 UTC 

[Patch, Fortran, committed] PR56994 - invoke.texi: NEAREST's second argument isn't optional
 2013-04-18 10:18 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).