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

Division Optimization in match and simplify
 2015-11-05 13:40 UTC  (10+ messages)

[PATCH] PR/67682, break SLP groups up if only some elements match
 2015-11-05 13:34 UTC  (2+ messages)

[PATCH] tree-scalar-evolution.c: Handle LSHIFT by constant
 2015-11-05 13:26 UTC  (2+ messages)

[PATCH 5/6]tree-sra.c: Fix completely_scalarize for negative array indices
 2015-11-05 13:22 UTC  (2+ messages)

[ping] Re: Fix PR debug/66728
 2015-11-05 12:32 UTC  (17+ messages)
        ` [ping] "

[PATCH, ARM] PR target/68059 libgcc should not use __write for printing fatal error
 2015-11-05 12:30 UTC 

[PATCH] Fix c-c++-common/torture/vector-compare-1.c on powerpc
 2015-11-05 12:22 UTC  (3+ messages)

[openacc] tile, independent, default, private and firstprivate support in c/++
 2015-11-05 12:15 UTC  (6+ messages)

[PATCH][combine][RFC] Don't transform sign and zero extends inside mults
 2015-11-05 12:01 UTC  (6+ messages)

[PATCH v3 0/2] Fix C loops' back-jump location
 2015-11-05 11:58 UTC  (6+ messages)
` [PATCH v3 2/2] [PR debug/67192] Further fix "
` [PATCH v3 1/2] [PR debug/67192] Fix "

OpenACC dimension range propagation optimization
 2015-11-05 11:32 UTC  (6+ messages)

[gomp4, committed] expand oacc kernels region at same time as oacc parallel region
 2015-11-05 11:30 UTC  (10+ messages)
` [gomp4, committed, 1/9] Move expansion of kernels region back to first omp-expand
` [gomp4, committed, 2/9] Update gate_oacc_kernels to handle oacc function
` [gomp4, committed, 3/9] Revert "Add skip_stmt parm to pass_dominator::get_sese ()"
` [gomp4, committed, 4/9] Revert "Add pass_dominator::sese_mode_p ()"
` [gomp4, committed, 5/9] Handle oacc function in parloops
` [gomp4, committed, 6/9] Update goacc kernels C testcases
` [gomp4, committed, 7/9] Update goacc kernels Fortran testcases
` [gomp4, committed, 8/9] Release_defs in expand_omp_atomic_fetch_op
` [gomp4, committed, 9/9] Remove BUILT_IN_GOACC_KERNELS_INTERNAL

Fix 61441
 2015-11-05 11:29 UTC  (12+ messages)

[PATCH] clarify documentation of -Q --help=optimizers
 2015-11-05 10:48 UTC  (7+ messages)

[PATCH] New version of libmpx with new memmove wrapper
 2015-11-05 10:38 UTC 

[PATCH] Use subreg_regno instead of subreg_regno_offset
 2015-11-05 10:33 UTC  (4+ messages)

[gomp4.5] Tweak OpenMP 4.5 mapping rules
 2015-11-05 10:28 UTC 

[sched] Dump dependency graph to a dot file
 2015-11-05 10:26 UTC  (3+ messages)

[PATCH/RFC/RFA] Machine modes for address printing (all targets)
 2015-11-05 10:22 UTC  (2+ messages)

Change behavior of -fsched-verbose option
 2015-11-05 10:20 UTC  (4+ messages)
` [ping] "

[PATCH] PR54224 Warn for unused internal procedures -- update testcase
 2015-11-05  9:48 UTC 

[Patch AArch64] Switch constant pools to separate rodata sections
 2015-11-05  9:35 UTC  (4+ messages)

[PATCH][ARM][cleanup] Remove uses of CONST_DOUBLE_HIGH/LOW
 2015-11-05  9:32 UTC 

[AArch64] Add scheduling and cost models for Exynos M1
 2015-11-05  9:22 UTC  (5+ messages)
` [PATCH 0/4][AArch64] "
  ` [PATCH 1/4][AArch64] "

[gomp4] assorted trunk backports
 2015-11-05  5:18 UTC 

[PATCH] c++/67942 - diagnose placement new buffer overflow
 2015-11-05  4:27 UTC  (8+ messages)
` [PING] "
  ` [PING 2] "

[PATCH] PR67305, tighten neon_vector_mem_operand on eliminable registers
 2015-11-04 22:39 UTC  (2+ messages)

[OpenACC] num_gangs, num_workers and vector_length in c++
 2015-11-04 22:10 UTC  (7+ messages)

[PATCH] Fix vms targets
 2015-11-04 22:02 UTC  (3+ messages)

[PATCH 1/2][ARM] PR/65956 AAPCS update for alignment attribute
 2015-11-04 21:30 UTC  (8+ messages)

[PATCH], Add power9 support to GCC, patch #1
 2015-11-04 21:27 UTC  (3+ messages)

[PATCH c/c++] use explicit locations for some warnings in c-pragma.c
 2015-11-04 21:02 UTC  (7+ messages)

Remove obsolete openacc reduction code
 2015-11-04 20:56 UTC 

OpenaCC dimension checking
 2015-11-04 20:52 UTC 

[PATCH 0/5] RFC: Overhaul of diagnostics (v2)
 2015-11-04 20:42 UTC  (4+ messages)
` [PATCH 00/10] Overhaul of diagnostics (v5)
  ` [PATCH 10/10] Compress short ranges into source_location

[PATCH] remove parameter_rename_map
 2015-11-04 20:35 UTC 

[PATCH] Add support for ARM embedded multilibs
 2015-11-04 19:31 UTC  (5+ messages)

[c++-delayed-folding] Introduce convert_to_real_nofold
 2015-11-04 19:05 UTC  (6+ messages)

[PATCH] [ARM] PR61551 RFC: Improve costs for NEON addressing modes
 2015-11-04 17:52 UTC  (3+ messages)

[openacc] acc loop updates in fortran
 2015-11-04 17:51 UTC  (9+ messages)

[OpenACC] declare directive
 2015-11-04 17:12 UTC  (4+ messages)

[PATCH, 1/2] Add handle_param parameter to create_variable_info_for_1
 2015-11-04 17:01 UTC  (15+ messages)
    ` [PATCH, PR67742] Handle restrict struct fields recursively
        ` [PATCH, 3/6] Add recursion to make_param_constraints
            ` [PATCH, 2/2] Handle recursive restrict in function parameter
                ` [gomp4,committed] "
                      ` [committed] "

[0/3] OpenACC reductions
 2015-11-04 16:59 UTC  (16+ messages)
` [1/3] "
` [2/3] "
` [3/3] "

[PATCH] Pass manager: add support for termination of pass list
 2015-11-04 16:51 UTC  (24+ messages)

Add VIEW_CONVERT_EXPR to operand_equal_p
 2015-11-04 16:50 UTC  (10+ messages)

[PATCH], PowerPC IEEE 128-bit patch #4
 2015-11-04 15:47 UTC  (11+ messages)
` [PATCH], PowerPC IEEE 128-bit patch #7
  ` [PATCH], PowerPC IEEE 128-bit patch #7 (revised #2)
    ` [PATCH], PowerPC IEEE 128-bit patch #7 (revised #2), Subpatch #17
    ` [PATCH], PowerPC IEEE 128-bit patch #8 (libgcc bits)

[Patch] Teach RTL ifcvt to handle multiple simple set instructions
 2015-11-04 15:37 UTC  (4+ messages)
` [Patch ifcvt] "

[PATCH 1/9] ENABLE_CHECKING refactoring
 2015-11-04 15:03 UTC  (7+ messages)
` [PATCH 9/9] ENABLE_CHECKING refactoring: C family front ends
` [PATCH 10/9] ENABLE_CHECKING refactoring: remove remaining occurrences

[Patch, fortran] PR68196 [4.9/5/6 Regression] ICE on function result with procedure pointer component
 2015-11-04 15:03 UTC 

[gomp4, WIP] Implement -foffload-alias
 2015-11-04 14:55 UTC  (5+ messages)
` [gomp4, committed] "

[PATCH v2] [PR debug/67192] Fix C loops' back-jump location
 2015-11-04 14:53 UTC  (4+ messages)

[PATCH] Add configure flag for operator new (std::nothrow)
 2015-11-04 14:52 UTC  (11+ messages)

[gomp4] fortran cleanups and c/c++ loop parsing backport
 2015-11-04 14:49 UTC  (3+ messages)

[PATCH 3/6] Share code from fold_array_ctor_reference with fold
 2015-11-04 14:35 UTC  (2+ messages)

[PATCH] PR driver/67613 - spell suggestions for misspelled command line options
 2015-11-04 14:35 UTC 

[trivial, committed] Use decl_type in create_variable_info_for_1
 2015-11-04 14:22 UTC 

[PATCH] Better error messages for merge-conflict markers (v3)
 2015-11-04 13:56 UTC  (2+ messages)

[PATCH] Make CCP effectively remove UNDEFINED defs
 2015-11-04 13:35 UTC  (6+ messages)

OpenACC declare directive updates
 2015-11-04 12:32 UTC  (2+ messages)

[PATCH] Fix declaration of pthread-structs in s-osinte-rtems.ads
 2015-11-04 12:21 UTC  (6+ messages)

[PATCH] [ARM] neon-testgen.ml typo
 2015-11-04 12:16 UTC  (4+ messages)

[PATCH][4.9/5 Backport] PR rtl-optimization/67037 Use copy_rtx when necessary
 2015-11-04 10:49 UTC  (2+ messages)

[PATCH PR52272]Be smart when adding iv candidates
 2015-11-04 10:18 UTC 

[OpenACC] internal fn folding
 2015-11-04 10:02 UTC  (3+ messages)

[PATCH][RFC] Remove warning for SET VOIDmode -> BLKmode
 2015-11-04  9:42 UTC  (2+ messages)

libgo patch committed: Update to Go 1.5 release
 2015-11-04  1:53 UTC  (7+ messages)

[PATCH] S/390: Fix warning in "*movstr" pattern
 2015-11-04  1:39 UTC  (3+ messages)

[ARM] Fix PR middle-end/65958
 2015-11-03 21:51 UTC  (4+ messages)

[PATCH] [graphite] improve debug of codegen
 2015-11-03 20:17 UTC 

[PATCH] c/67882 - improve -Warray-bounds for invalid offsetof
 2015-11-03 19:15 UTC  (14+ messages)

[PATCH, libcpp]: Correctly advance the pointer to an aligned address
 2015-11-03 19:02 UTC 

[PATCH] PR67518 and PR53852 -- add testcase
 2015-11-03 18:22 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).