public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] Fix PR86654
 2018-07-25 12:08 UTC  (2+ messages)

[PATCH][OBVIOUS] Fix wrong declaration
 2018-07-25 12:04 UTC 

[00/46] Remove vinfo_for_stmt etc
 2018-07-25 11:48 UTC  (89+ messages)
` [01/46] Move special cases out of get_initial_def_for_reduction
` [03/46] Remove unnecessary update of NUM_SLP_USES
` [02/46] Remove dead vectorizable_reduction code
` [05/46] Fix make_ssa_name call in vectorizable_reduction
` [04/46] Factor out the test for a valid reduction input
` [06/46] Add vec_info::add_stmt
` [08/46] Add vec_info::lookup_def
` [07/46] Add vec_info::lookup_stmt
` [09/46] Add vec_info::lookup_single_use
` [11/46] Pass back a stmt_vec_info from vect_is_simple_use
` [10/46] Temporarily make stmt_vec_info a class
` [13/46] Make STMT_VINFO_RELATED_STMT a stmt_vec_info
` [12/46] Make vect_finish_stmt_generation return "
` [14/46] Make STMT_VINFO_VEC_STMT "
` [16/46] Make STMT_VINFO_REDUC_DEF "
` [17/46] Make LOOP_VINFO_REDUCTIONS an auto_vec<stmt_vec_info>
` [15/46] Make SLP_TREE_VEC_STMTS a vec<stmt_vec_info>
` [18/46] Make SLP_TREE_SCALAR_STMTS "
` [19/46] Make vect_dr_stmt return a stmt_vec_info
` [21/46] Make grouped_stores and reduction_chains use stmt_vec_infos
` [20/46] Make *FIRST_ELEMENT and *NEXT_ELEMENT stmt_vec_infos
` [22/46] Make DR_GROUP_SAME_DR_STMT a stmt_vec_info
` [24/46] Make stmt_info_for_cost use "
` [23/46] Make LOOP_VINFO_MAY_MISALIGN_STMTS use stmt_vec_info
` [25/46] Make get_earlier/later_stmt take and return stmt_vec_infos
` [26/46] Make more use of dyn_cast in tree-vect*
` [27/46] Remove duplicated stmt_vec_info lookups
` [29/46] Use stmt_vec_info instead of gimple stmts internally (part 2)
` [28/46] Use stmt_vec_info instead of gimple stmts internally (part 1)
` [30/46] Use stmt_vec_infos rather than gimple stmts for worklists
` [32/46] Use stmt_vec_info in function interfaces (part 2)
` [31/46] Use stmt_vec_info in function interfaces (part 1)
` [34/46] Alter interface to vect_get_vec_def_for_stmt_copy
` [33/46] Use stmt_vec_infos instead of vec_info/gimple stmt pairs
` [35/46] Alter interfaces within vect_pattern_recog
` [36/46] Add a pattern_stmt_p field to stmt_vec_info
` [37/46] Associate alignment information with stmt_vec_infos
` [39/46] Replace STMT_VINFO_UNALIGNED_DR with the associated statement
` [38/46] Pass stmt_vec_infos instead of data_references where relevant
` [40/46] Add vec_info::lookup_dr
` [42/46] Add vec_info::replace_stmt
` [41/46] Add vec_info::remove_stmt
` [43/46] Make free_stmt_vec_info take a stmt_vec_info
` [45/46] Remove vect_stmt_in_region_p
` [44/46] Remove global vinfo_for_stmt-related routines
` [46/46] Turn stmt_vec_info back into a typedef

[RFC][debug] Add -fadd-debug-nops
 2018-07-25 11:47 UTC  (18+ messages)
      ` [RFC 1/3, debug] Add fdebug-nops
        ` [PATCH, "
      ` [RFC 2/3, debug] Add fkeep-vars-live
            ` [PATCH, "
      ` [RFC 3/3, debug] Add fdebug-nops and fkeep-vars-live to Og only

[PATCH][GCC][AArch64] Updated stack-clash implementation supporting 64k probes. [patch (1/6)]
 2018-07-25 11:09 UTC  (7+ messages)

[PATCH][GCC][AArch64] Ensure that outgoing argument size is at least 8 bytes when alloca and stack-clash. [Patch (3/6)]
 2018-07-25 11:09 UTC  (3+ messages)

[PATCH][GCC][front-end][build-machinery][opt-framework] Allow setting of stack-clash via configure options. [Patch (4/6)]
 2018-07-25 11:09 UTC  (14+ messages)

[PATCH] Add initial version of C++17 <memory_resource> header
 2018-07-25 11:01 UTC  (2+ messages)

[Patch] [Aarch64] PR 86538 - Define __ARM_FEATURE_LSE if LSE is available
 2018-07-25 10:55 UTC  (5+ messages)

[PATCH] Move std::unique_lock definition to a separate header
 2018-07-25 10:40 UTC 

[PATCH] combine: Allow combining two insns to two insns
 2018-07-25 10:37 UTC  (5+ messages)

[PATCH 0/7] Mitigation against unsafe data speculation (CVE-2017-5753)
 2018-07-25 10:36 UTC  (9+ messages)
` [PATCH 6/7] AArch64 - new pass to add conditional-branch speculation tracking
` [PATCH 1/7] Add __builtin_speculation_safe_value

GCC 8.2 Status Report (2018-07-19), branch frozen for release
 2018-07-25  9:57 UTC  (5+ messages)

[PATCH][GCC][Arm] Fix subreg crash in different way by enabling the FP16 pattern unconditionally
 2018-07-25  9:55 UTC  (2+ messages)

Fold pointer range checks with equal spans
 2018-07-25  9:07 UTC  (4+ messages)

[PATCH] treat -Wxxx-larger-than=HWI_MAX special (PR 86631)
 2018-07-25  8:34 UTC  (2+ messages)

[PATCH] Make strlen range computations more conservative
 2018-07-25  7:23 UTC  (8+ messages)

[0/5] C-SKY port
 2018-07-25  4:50 UTC  (19+ messages)
` [1/5] C-SKY port: Configury
` [2/5] C-SKY port: Backend implementation
` [3/5] C-SKY port: Documentation
` [4/5] C-SKY port: Testsuite
` [5/5] C-SKY port: libgcc

[PATCH] fix a couple of bugs in const string folding (PR 86532)
 2018-07-24 22:27 UTC  (10+ messages)

[PATCH] Explain asan parameters in params.def (PR sanitizer/79635)
 2018-07-24 21:50 UTC  (2+ messages)

Fix ceil_log2(0) (PR 86644)
 2018-07-24 21:11 UTC  (2+ messages)

[PATCH] PR libstdc++/86658 fix __niter_wrap to not copy invalid iterators
 2018-07-24 20:49 UTC 

[PATCH 04/11] [nvptx] Make nvptx state propagation function names more generic
 2018-07-24 20:49 UTC  (11+ messages)
` [PATCH 05/11] [nvptx] Fix whitespace in nvptx_single and nvptx_neuter_pars
` [PATCH 01/11] [nvptx] Update openacc dim macros
` [PATCH 07/11] [nvptx] Add thread count parm to bar.sync
` [PATCH 08/11] [nvptx] Add axis_dim
` [PATCH 10/11] [nvptx] Use MAX, MIN, ROUND_UP macros
` [PATCH 11/11] [nvptx] Generalize state propagation and synchronization
` [PATCH 02/11] [nvptx] Rename worker_bcast variables oacc_bcast
` [PATCH 06/11] [nvptx] only use one bar.sync barriers in OpenACC offloaded code
` [PATCH 09/11] [nvptx] Use TARGET_SET_CURRENT_FUNCTION
` [PATCH 03/11] [nvptx] Consolidate offloaded function attributes into struct offload_attrs

[PATCH 00/11] [nvptx] Initial vector length changes
 2018-07-24 20:47 UTC 

committed: remove redundant -Wall from -Warray-bounds (PR 82063)
 2018-07-24 20:18 UTC  (5+ messages)

[PATCH] include more detail in -Warray-bounds (PR 86650)
 2018-07-24 19:31 UTC  (5+ messages)

[PATCH] Introduce instance discriminators
 2018-07-24 18:50 UTC  (5+ messages)

Avoid &LOOP_VINFO_MASKS for bb vectorisation (PR 86618)
 2018-07-24 18:08 UTC 

[testsuite/guality, committed] Prevent optimization of local in vla-1.c
 2018-07-24 17:05 UTC  (18+ messages)
            ` [PATCH][debug] Handle references to skipped params in remap_ssa_name

[PATCH][GCC][mid-end] Allow larger copies when not slow_unaligned_access and no padding
 2018-07-24 16:33 UTC  (3+ messages)

[GCC][PATCH][Aarch64] Exploiting BFXIL when OR-ing two AND-operations with appropriate bitmasks
 2018-07-24 16:24 UTC  (4+ messages)
`  "

[Patch, Fortran] PR 57160: short-circuit IF only with -ffrontend-optimize
 2018-07-24 16:18 UTC  (4+ messages)

[PATCH][GCC][AARCH64] Canonicalize aarch64 widening simd plus insns
 2018-07-24 15:39 UTC  (6+ messages)

[PATCH] Fix expand_divmod (PR middle-end/86627)
 2018-07-24 14:19 UTC  (2+ messages)

[PATCH] Limix dump_flag enum values range (PR middle-end/86645)
 2018-07-24 14:17 UTC  (2+ messages)

[PATCH] Fix segfault in -fsave-optimization-record (PR tree-optimization/86636)
 2018-07-24 14:12 UTC  (2+ messages)

[PATCH] -fsave-optimization-record: add contrib/optrecord.py
 2018-07-24 14:11 UTC  (4+ messages)

[PATCH] Make function clone name numbering independent
 2018-07-24 13:57 UTC  (7+ messages)

[PATCH] Minor refactoring in <bit> header
 2018-07-24 13:51 UTC 

[PR 80689] Copy small aggregates element-wise
 2018-07-24 13:47 UTC 

[PATCH] Add BIT_FIELD_REF canonicalization patterns
 2018-07-24 13:27 UTC 

[PATCH] Make __resource_adaptor_imp usable with C++17 memory_resource
 2018-07-24 13:06 UTC 

[PATCH] PR libstdc++/70966 fix lifetime bug for default resource
 2018-07-24 13:05 UTC 

[PATCH] Reorder conditions in uses-allocator construction helper
 2018-07-24 13:04 UTC 

[PATCH] Show valid options for -march and -mtune in --help=target for arm32 (PR driver/83193)
 2018-07-24 12:05 UTC  (19+ messages)
                ` [PATCH] Prototype of hook for possible list of option values
                                  ` [PATCH] Come up with TARGET_GET_VALID_OPTION_VALUES option hook (PR driver/83193)

[PATCH][GCC][front-end][opt-framework] Update options framework for parameters to properly handle and validate configure time params. [Patch (2/3)]
 2018-07-24 10:29 UTC  (3+ messages)

[PATCH][GCC][AArch64] Cleanup the AArch64 testsuite when stack-clash is on [Patch (6/6)]
 2018-07-24 10:28 UTC  (2+ messages)

[PATCH][GCC][AArch64] Set default values for stack-clash and do basic validation in back-end. [Patch (5/6)]
 2018-07-24 10:27 UTC  (2+ messages)

[PATCH] Fix up pr19476-{1,5}.C (PR testsuite/86649)
 2018-07-24 10:25 UTC  (3+ messages)

Improve std::rotate usages
 2018-07-24 10:23 UTC  (5+ messages)

[C++ PATCH] Speed up inplace_merge algorithm & fix inefficient logic(PR c++/83938)
 2018-07-24 10:22 UTC  (5+ messages)
      ` [C++ PATCH] Speed up inplace_merge algorithm & fix inefficient logic(PR libstdc++/83938)

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