public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[C++ Patch] Add maybe_constant_folded_value
 2014-11-13 16:41 UTC  (2+ messages)

[PATCH 3/3, ARM, libgcc, ping5] Code size optimization for the fmul/fdiv and dmul/ddiv function in libgcc
 2014-11-13 16:10 UTC 

[PATCH 2/3, ARM, libgcc, ping5] Code size optimization for the fmul/fdiv and dmul/ddiv function in libgcc
 2014-11-13 16:05 UTC 

[PATCH 1/4] cgraph_summary data structure introduction
 2014-11-13 16:04 UTC  (10+ messages)
` [PATCH 3/4] First usage of cgraph_summary in ipa-prop pass
` [PATCH 4/4] Data structure is used for inline_summary struct
` [PATCH 2/4] New data structure for cgraph_summary introduced

[PATCH 1/3, ARM, libgcc, ping5] Code size optimization for the fmul/fdiv and dmul/ddiv function in libgcc
 2014-11-13 16:04 UTC 

[PATCH] Make -fdiagnostics-color= default configurable, default to =auto
 2014-11-13 16:03 UTC  (3+ messages)

[PATCH, libgfortran] PR 60324 Unbounded stack allocations in libgfortran
 2014-11-13 16:02 UTC  (5+ messages)

[PATCH] Fix PR/63841: empty constructor doesn't zero-initialize
 2014-11-13 15:50 UTC  (15+ messages)

[PATCH] Add a way to mark regions of code which assume that the GC won't run
 2014-11-13 15:39 UTC  (4+ messages)

LTO streaming of TARGET_OPTIMIZE_NODE
 2014-11-13 15:32 UTC  (3+ messages)

[PATCH][AArch64] Implement TARGET_SCHED_MACRO_FUSION_PAIR_P
 2014-11-13 15:23 UTC  (3+ messages)

[gimple-classes, committed 0/6] Use gassign in 6 tree-ssa-* files
 2014-11-13 15:20 UTC  (15+ messages)
` [gimple-classes, committed 4/6] tree-ssa-tail-merge.c: Use gassign

[PATCH][match-and-simplify] Add more binary patterns exercised by fold_stmt
 2014-11-13 15:17 UTC 

[PATCH] OpenACC for C front end
 2014-11-13 15:13 UTC  (2+ messages)

[PATCH][ARM] Fix names of some rounding intrinsics, impement vrndx_f32 and vrndxq_f32
 2014-11-13 14:46 UTC  (4+ messages)

libsanitizer merge from upstream r221802
 2014-11-13 14:45 UTC  (3+ messages)

[PATCH] Disable -fuse-caller-save when -pg is active
 2014-11-13 14:43 UTC 

New patch: [AArch64] [BE] [1/2] Make large opaque integer modes endianness-safe
 2014-11-13 14:33 UTC  (3+ messages)

[match-and-simplify] Shuffle patterns
 2014-11-13 14:32 UTC 

[match-and-simplify] Merge from trunk
 2014-11-13 14:20 UTC 

[PATCH][sched-deps] Remove needless check for modified_in_p when trying to fuse two non-conditional jump insns
 2014-11-13 14:10 UTC  (3+ messages)

[PATCH][20/n] Merge from match-and-simplify, comparison "forwarding"
 2014-11-13 14:09 UTC 

[gomp4] Initial support for OpenACC data clauses
 2014-11-13 13:57 UTC  (8+ messages)
` [gomp4 1/6] During gimplification, allow additional flags next to ORT_TARGET
  ` [gomp4 2/6] Prepare for extending omp_clause_map_kind
    ` [gomp4 3/6] Initial support for OpenACC memory mapping semantics
              ` gomp-constants.h (was: [gomp4 3/6] Initial support for OpenACC memory mapping semantics.)

[ARM] Fix CLZ_DEFINED_VALUE_AT_ZERO for vector modes
 2014-11-13 13:54 UTC  (8+ messages)

Concepts code review
 2014-11-13 13:45 UTC  (5+ messages)

[PATCH 0/4][Vectorizer] Reductions: replace VEC_RSHIFT_EXPR with VEC_PERM_EXPR
 2014-11-13 13:44 UTC 

[GRAPHITE, PATCH] Loop unroll and jam optimization
 2014-11-13 13:38 UTC  (6+ messages)

[PATCH] Fix placement of break stmt in genmatch generated files
 2014-11-13 13:34 UTC 

[gomp4] [2/3] OpenACC 2.0 support for libgomp - new tests
 2014-11-13 13:32 UTC  (2+ messages)

[PATCH] PR debug/38757 gcc does not emit DW_LANG_C99
 2014-11-13 13:24 UTC  (13+ messages)

[PATCH, i686] Fix for asan test failures with -m32 happened after EBX enabling in PIC mode
 2014-11-13 13:20 UTC  (4+ messages)

[PATCH] DW_AT_APPLE_* DWARF extensions
 2014-11-13 13:14 UTC  (4+ messages)

[PATCH] OpenACC for C++ front end
 2014-11-13 13:07 UTC  (2+ messages)

bad patch for GCCPLUGIN_VERSION... help needed!
 2014-11-13 13:02 UTC 

[PATCH] [AARCH64, NEON] Improve vcls(q?) vcnt(q?) and vld1(q?)_dup intrinsics
 2014-11-13 12:44 UTC 

[PATCH] Improve folding of bitwise ops feeding conditionals for single bit types
 2014-11-13 12:05 UTC  (4+ messages)

[PATCH] Optimize UBSAN_NULL checks, add sanopt.c
 2014-11-13 12:05 UTC  (16+ messages)
                  ` [PATCH] Propagate nonfreeing_call_p using ipa-pure-const
                      ` [PATCH] Propagate nonfreeing_call_p using ipa-pure-const (take 2)

Fix inaccuracies in doc on MODE_CC Condition Codes
 2014-11-13 11:52 UTC 

[PATCH 0/4][Vectorizer] Reductions: replace VEC_RSHIFT_EXPR with VEC_PERM_EXPR
 2014-11-13 11:32 UTC  (10+ messages)
` [PATCH 1/4][Vectorizer] Split vect_gen_perm_mask into _checked and _any variants
` [PATCH 2/4][Vectorizer] Use a VEC_PERM_EXPR instead of VEC_RSHIFT_EXPR; expand appropriate VEC_PERM_EXPRs using vec_shr_optab
` [PATCH 3/4] Remove VEC_RSHIFT_EXPR tree code, now unused
` [PATCH 4/4][Vectorizer]Make reductions-via-shifts and vec_shr_optab endianness-neutral

PATCH: PR tree-optimization/63828: [5 Regression] g++.dg/ipa/devirt-47.C fails for x32
 2014-11-13 11:13 UTC  (2+ messages)

[PATCH 4/4] Gccgo port to s390[x] -- part II
 2014-11-13 10:59 UTC  (8+ messages)
` [gofrontend-dev] "

[PING][PATCH, AArch64] Add doloop_end pattern for -fmodulo-sched
 2014-11-13 10:45 UTC  (3+ messages)
  ` [PING ^ 2][PATCH, "

[PATCH][AArch64] Remove/merge redundant iterators
 2014-11-13 10:42 UTC 

[PATCH] Introduce TYPE_OVERFLOW_SANITIZED
 2014-11-13 10:22 UTC  (4+ messages)

[PATCH 5/5] OpenACC 2.0 support for libgomp - temporary test harness tweaks
 2014-11-13 10:18 UTC  (2+ messages)

[PATCH 10/10] OpenACC 2.0 support for libgomp - new tests
 2014-11-13 10:17 UTC  (3+ messages)
` [PATCH 4/5] OpenACC 2.0 support for libgomp - new tests (repost)

Unreviewed libcc1 patch
 2014-11-13 10:15 UTC  (3+ messages)

[PATCH 9/10] OpenACC 2.0 support for libgomp - outline documentation
 2014-11-13 10:09 UTC  (4+ messages)
` [PATCH 3/5] OpenACC 2.0 support for libgomp - outline documentation (repost)

[PATCH][AArch64] Use std::swap instead of manually swapping
 2014-11-13  9:45 UTC 

[PATCH][ARM] Use std::swap instead of manually swapping
 2014-11-13  9:42 UTC 

[PATCH 8/10] OpenACC 2.0 support for libgomp - temporarily work around missing __builtin_acc_on_device
 2014-11-13  9:35 UTC  (3+ messages)
` [PATCH 2/5] OpenACC 2.0 support for libgomp - temporarily work around missing __builtin_acc_on_device (repost)

[RFC PATCH, AARCH64] Add support for -mlong-calls option
 2014-11-13  9:34 UTC  (3+ messages)
  ` [PING][RFC "

Run pass_expand_omp_ssa after pass_paralellize_loops
 2014-11-13  9:13 UTC  (4+ messages)

[PATCH][19/n] Merge from match-and-simplify, conditional patterns
 2014-11-13  9:00 UTC 

[PATCH, RFC, C] Add -fno-float to forbid floating point data types
 2014-11-13  8:57 UTC  (3+ messages)

RL78: Add support for assembler G10 multiply/divide functions to libgcc
 2014-11-13  8:57 UTC 

[PATCH 2/n] OpenMP 4.0 offloading infrastructure: LTO streaming
 2014-11-13  8:51 UTC  (12+ messages)

[PATCH] Fix PR61559
 2014-11-13  8:48 UTC 

[PATCH, MPX runtime 1/2] Integrate MPX runtime library
 2014-11-13  8:39 UTC  (12+ messages)

[gomp4] fix omp_clause_code_name
 2014-11-13  8:29 UTC  (3+ messages)
` [gomp4] Merge trunk r214918 (2014-09-04) into gomp-4_0-branch

[patch,gomp-4_0-branch] openacc parallel reduction part 1
 2014-11-13  8:24 UTC  (5+ messages)

Small multiplier support in Cortex-M0/1/+
 2014-11-13  8:18 UTC  (4+ messages)

[PATCH, ifcvt] Allow CC mode if HAVE_cbranchcc4 (fix s390 build)
 2014-11-13  7:58 UTC  (4+ messages)

[Patch, libstdc++/63775] Fix regex bracket expression parsing
 2014-11-13  7:49 UTC  (3+ messages)

[PATCH, Libatomic, Darwin] Initial libatomic port for *darwin*
 2014-11-13  7:41 UTC  (3+ messages)

[PATCH ARM]Prefer neon for stringops on a53/a57 in AArch32 mode
 2014-11-13  7:40 UTC  (7+ messages)

[PATCH, ifcvt] Allow CC mode if HAVE_cbranchcc4 (fix s390 build)
 2014-11-13  7:32 UTC  (2+ messages)

PATCH GCC5.0: conditionally skip gcc_version in gcc-plugin.h
 2014-11-13  6:53 UTC  (6+ messages)
  ` PATCH GCC5.0: conditionally skip gcc_version in plugin-version.h

[PATCH 1/5] add an alternative to if_marked using hash_table
 2014-11-13  6:52 UTC  (6+ messages)
` [PATCH 2/5] remove the remaining uses of if_marked
` [PATCH 3/5] fix hash_table when empty elements are not 0
` [PATCH 5/5] use vec in lto_tree_ref_table
` [PATCH 4/5] remove param$N_is usage

[PATCH, trivial][AArch64] Fix mode iterator for *aarch64_simd_ld1r<mode> pattern
 2014-11-13  6:16 UTC 

Updated LRA rematerialization patch has been committed
 2014-11-13  5:25 UTC  (3+ messages)

[RTL, Patch] Int div by constant compilation enhancement
 2014-11-13  4:06 UTC  (2+ messages)

PATCH [intro], rs6000, add support for scalar floating point in Altivec registers
 2014-11-13  3:08 UTC  (7+ messages)
` PATCH [patch 1 of 7], "
` PATCH [2 "
` PATCH [3 "

[PR c/52952] More precise locations within format strings
 2014-11-13  2:27 UTC  (11+ messages)

[PATCH obvious] Fix quoting in several diagnostics
 2014-11-13  1:36 UTC 

Go patch committed: Report unused packages correctly for ambiguous lookups
 2014-11-13  0:27 UTC 

[patch] libstdc++/57250 shared_ptr atomic operations
 2014-11-13  0:10 UTC  (2+ messages)

[PATCH][wwwdocs] Update changes.html with Cortex-A53 erratum workaround options
 2014-11-12 23:44 UTC  (3+ messages)

[PATCH][12/n] Merge from match-and-simplify, pointer-plus patterns and forwprop re-org
 2014-11-12 23:36 UTC  (2+ messages)

[PATCH] Fix ipa-pure-const can_throw propagation
 2014-11-12 23:03 UTC  (2+ messages)

[PATCHv4][MIPS] Implement O32 ABI extensions (GCC)
 2014-11-12 23:01 UTC  (5+ messages)

[PATCH] Optimize UBSAN_NULL checks, add sanopt.c
 2014-11-12 22:41 UTC  (11+ messages)
          ` [RFC PATCH] Optimize ASAN_CHECK checks
                  ` [PATCH] "

[PATCH] Make -fdiagnostics-color= default configurable, default to =auto
 2014-11-12 22:36 UTC 

PATCH: PR target/63815: [5 Regression] g++.dg/other/pr53811.C fails with -mcmodel=large -fpic
 2014-11-12 22:09 UTC  (9+ messages)

[RFC testsuite] Allow wrappers to choose file names based on pids
 2014-11-12 21:49 UTC  (3+ messages)

The nvptx port [0/11+]
 2014-11-12 21:39 UTC  (3+ messages)

[PATCH 7/10] OpenACC 2.0 support for libgomp - OpenACC runtime, NVidia PTX/CUDA plugin
 2014-11-12 21:11 UTC  (12+ messages)
` [PATCH 1/5] OpenACC 2.0 support for libgomp - OpenACC runtime, NVidia PTX/CUDA plugin (repost)
    ` libgomp: "GNU OpenMP Runtime Library" (was: [PATCH 1/5] OpenACC 2.0 support for libgomp - OpenACC runtime, NVidia PTX/CUDA plugin (repost))

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