public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
committed: remove redundant -Wall from -Warray-bounds (PR 82063)
 2018-07-24 15:36 UTC  (3+ messages)

[0/5] C-SKY port
 2018-07-24 15:23 UTC  (11+ 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][GCC][AARCH64] Canonicalize aarch64 widening simd plus insns
 2018-07-24 15:12 UTC  (5+ messages)

[PATCH] Fix PR86654
 2018-07-24 15:08 UTC 

[RFC][debug] Add -fadd-debug-nops
 2018-07-24 15:03 UTC  (11+ 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] Make strlen range computations more conservative
 2018-07-24 14:50 UTC  (2+ messages)

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

[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][GCC][front-end][build-machinery][opt-framework] Allow setting of stack-clash via configure options. [Patch (4/6)]
 2018-07-24 14:14 UTC  (12+ 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, Fortran] PR 57160: short-circuit IF only with -ffrontend-optimize
 2018-07-24 13:46 UTC  (2+ messages)

[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] Explain asan parameters in params.def (PR sanitizer/79635)
 2018-07-24 12:18 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)

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

[PATCH] Fix a missing case of PR 21458 similar to fc6141f097056f830a412afebed8d81a9d72b696
 2018-07-24  9:58 UTC  (3+ messages)

[C PATCH] Fix endless loop in the C FE initializer handling (PR c/85704)
 2018-07-24  8:58 UTC 

[Patch-86512]: Subnormal float support in armv7(with -msoft-float) for intrinsics
 2018-07-24  8:39 UTC  (9+ messages)

[PATCH] gcov: Fix wrong usage of NAN in statistics (PR gcov-profile/86536)
 2018-07-24  7:24 UTC 

[PATCH] Introduce __builtin_expect_with_probability (PR target/83610)
 2018-07-24  7:22 UTC 

[PATCH] [v4][aarch64] Avoid tag collisions for loads falkor
 2018-07-24  7:08 UTC 

[PATCH] include more detail in -Warray-bounds (PR 86650)
 2018-07-24  2:56 UTC  (3+ messages)

[PATCH 00/11] New backend for the TI PRU processor
 2018-07-23 22:22 UTC  (5+ messages)
` [PATCH 11/11] Increase MAX_MAX_OPERANDS limit

[PATCH,fixincludes] AIX unistd header
 2018-07-23 21:51 UTC  (2+ messages)

V3 [PATCH] C/C++: Add -Waddress-of-packed-member
 2018-07-23 21:24 UTC 

C++ PATCH for c++/57891, narrowing conversions in non-type template arguments
 2018-07-23 20:49 UTC  (8+ messages)

[Patch, fortran] PR66679 - [OOP] ICE with class(*) and transfer
 2018-07-23 20:20 UTC  (3+ messages)

RFC: Patch to implement Aarch64 SIMD ABI
 2018-07-23 20:08 UTC  (7+ messages)

[PATCH] PR libstdc++/70940 optimize pmr::resource_adaptor for allocators using malloc
 2018-07-23 19:40 UTC 

[PATCH] fix a couple of bugs in const string folding (PR 86532)
 2018-07-23 18:33 UTC  (19+ messages)

[PATCH][GCC][mid-end] Allow larger copies when not slow_unaligned_access and no padding
 2018-07-23 17:47 UTC  (2+ messages)

[PATCH] specify large command line option arguments (PR 82063)
 2018-07-23 16:58 UTC  (7+ messages)

[PATCH][GCC][Arm] Fix subreg crash in different way by enabling the FP16 pattern unconditionally
 2018-07-23 16:56 UTC 

[PATCH][GCC][Arm] Cleanup up reg to reg move in neon_mov
 2018-07-23 16:52 UTC 

[PATCH][AArch64] Implement new intrinsics vabsd_s64 and vnegd_s64
 2018-07-23 16:21 UTC  (2+ messages)

[GCC][PATCH][Aarch64] Stop redundant zero-extension after UMOV when in DI mode
 2018-07-23 16:01 UTC  (2+ messages)

Fold pointer range checks with equal spans
 2018-07-23 15:04 UTC  (3+ messages)

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

[PATCH][PR84877]Dynamically align the address for local parameter copy on the stack when required alignment is larger than MAX_SUPPORTED_STACK_ALIGNMENT
 2018-07-23 13:40 UTC  (3+ messages)

[GCC][PATCH][Aarch64] Exploiting BFXIL when OR-ing two AND-operations with appropriate bitmasks
 2018-07-23 13:15 UTC  (3+ messages)
`  "

[PATCH] Fix folding of volatile values (PR 86617)
 2018-07-23 12:12 UTC  (2+ messages)

[PATCH] Avoid out of scope access in hsa-dump.c
 2018-07-23 11:32 UTC  (2+ messages)

[PATCH 1/2] rs6000: Generate rl*imi for memory some more
 2018-07-23 10:57 UTC  (2+ messages)
` [PATCH 2/2] rs6000: Improve vsx_init_v4si

[C++ PATCH] Implement P0595R1 - so far as __builtin_is_constant_evaluated rather than std::is_constant_evaluated magic builtin
 2018-07-23 10:50 UTC  (4+ messages)

[RFC] Induction variable candidates not sufficiently general
 2018-07-23  9:54 UTC  (5+ messages)

[PATCH] Fix hard regno checks
 2018-07-23  9:14 UTC 

[PATCH] Don't create non zero terminated string constant
 2018-07-23  7:12 UTC  (2+ messages)

[C++ PATCH] Avoid code generation changes with -Wnonnull-compare vs. -Wno-nonnull-compare (PR c++/86569)
 2018-07-22 19:22 UTC  (2+ messages)

[PATCH 0/4] Alignment option enhancements
 2018-07-22 12:19 UTC  (6+ messages)
` [PATCH 1/4] Clean up of new format of -falign-FOO

New Swedish PO file for 'gcc' (version 8.1.0)
 2018-07-22 10:57 UTC 

[PATCH 0/8] GCOV improvements
 2018-07-22  8:40 UTC  (4+ messages)
` [PATCH 8/8] Enhance documentation of gcov

[wwwdocs] Mention LTO link-time issue fixed in gcc 8.2
 2018-07-22  8:27 UTC  (3+ messages)

[PATCH,rs6000] AIX test fixes 2
 2018-07-21 17:15 UTC  (2+ messages)

[PATCH] Adjust offsets for present data clauses
 2018-07-20 22:07 UTC 

[PATCH] Enable firstprivate OpenACC reductions
 2018-07-20 22:04 UTC 

[PATCH] Privatize independent OpenACC reductions
 2018-07-20 21:56 UTC 

[PATCH] Add support for making maps 'private' inside OpenACC offloaded regions
 2018-07-20 21:48 UTC 

[PATCH] Fix PR70828 - broken array-type subarrays inside acc data, in OpenACC
 2018-07-20 21:42 UTC 

[committed] libcpp: remove redundant parameter from rich_location::set_range
 2018-07-20 21:40 UTC 

[Patch, Fortran] PR 57160: short-circuit IF only with -ffrontend-optimize
 2018-07-20 21:38 UTC 

[PATCH] libsanitizer: Mark REAL(swapcontext) with indirect_return attribute on x86
 2018-07-20 20:11 UTC 

Go patch committed: Fix order of evaluation of boolean expressions
 2018-07-20 19:56 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).