public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[00/46] Remove vinfo_for_stmt etc
 2018-07-24  9:55 UTC  (7+ 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
` [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

[PATCH] Fix up pr19476-{1,5}.C (PR testsuite/86649)
 2018-07-24  9:50 UTC 

committed: remove redundant -Wall from -Warray-bounds (PR 82063)
 2018-07-24  9:24 UTC  (2+ messages)

[Patch, Fortran] PR 57160: short-circuit IF only with -ffrontend-optimize
 2018-07-24  9:12 UTC 

[PATCH] Fix a missing case of PR 21458 similar to fc6141f097056f830a412afebed8d81a9d72b696
 2018-07-24  9:05 UTC  (2+ 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] Fix expand_divmod (PR middle-end/86627)
 2018-07-24  8:39 UTC 

[PATCH] Make strlen range computations more conservative
 2018-07-24  7:59 UTC 

[PATCH] Limix dump_flag enum values range (PR middle-end/86645)
 2018-07-24  7:27 UTC 

[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 

[0/5] C-SKY port
 2018-07-24  4:26 UTC  (6+ 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] include more detail in -Warray-bounds (PR 86650)
 2018-07-24  2:56 UTC  (3+ messages)

[PATCH] Fix segfault in -fsave-optimization-record (PR tree-optimization/86636)
 2018-07-23 23:44 UTC 

[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][GCC][front-end][build-machinery][opt-framework] Allow setting of stack-clash via configure options. [Patch (4/6)]
 2018-07-23 22:18 UTC  (9+ messages)

[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] -fsave-optimization-record: add contrib/optrecord.py
 2018-07-23 19:20 UTC  (3+ messages)

[PATCH] fix a couple of bugs in const string folding (PR 86532)
 2018-07-23 18:33 UTC  (21+ 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] Show valid options for -march and -mtune in --help=target for arm32 (PR driver/83193)
 2018-07-23 14:35 UTC  (18+ messages)
                ` [PATCH] Prototype of hook for possible list of option values

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

[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  (9+ 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 

[PATCH][Middle-end]change char type to unsigned char type when expanding strcmp/strncmp
 2018-07-20 18:20 UTC  (9+ messages)
  ` [PATCH][Middle-end][version 2]change "

[PATCH] i386: Remove _Unwind_Frames_Increment
 2018-07-20 18:15 UTC 

[PATCH] restore -Warray-bounds for string literals (PR 83776)
 2018-07-20 16:57 UTC  (7+ messages)

[PATCH 1/2] condition_variable: Report early wakeup of wait_until as no_timeout
 2018-07-20 16:50 UTC  (2+ messages)
` [PATCH 2/2] condition_variable: Use steady_clock to implement wait_for

[PATCH 2/2] optinfo: add diagnostic remarks
 2018-07-20 15:45 UTC  (5+ messages)
` [PATCH 1/2] v5: Add "optinfo" framework
  ` [PATCH 2/2] Add "-fsave-optimization-record"

Optimization for std::to_string()
 2018-07-20 13:49 UTC  (4+ messages)

[Patch-86512]: Subnormal float support in armv7(with -msoft-float) for intrinsics
 2018-07-20 13:30 UTC  (3+ messages)

[PATCH] PR libstdc++/86595 add missing noexcept
 2018-07-20 11:52 UTC 

[PATCH 1/2] condition_variable: Report early wakeup of wait_until as no_timeout
 2018-07-20 11:44 UTC  (4+ messages)

[PATCH] PR libstdc++/86603 Move __cpp_lib_list_remove_return_type macro
 2018-07-20 11:26 UTC 

[PATCH] Explicitly mark _S_ti() as default visibility to work around clang -fvisibility-inlines-hidden bug
 2018-07-20 11:24 UTC  (2+ messages)

Make the vectoriser drop to strided accesses for stores with gaps
 2018-07-20 11:16 UTC  (3+ messages)

[PATCH] Fix PR86585
 2018-07-20 11:16 UTC 

[PATCH] Merge Ignore and Deprecated in .opt files
 2018-07-20 10:55 UTC  (5+ messages)

Handle SLP of call pattern statements
 2018-07-20 10:26 UTC  (2+ messages)

[PATCH] Remove unused code
 2018-07-20 10:22 UTC  (2+ messages)

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

[PATCH] Make function clone name numbering independent
 2018-07-20 10:05 UTC  (6+ messages)

[PATCH][AAarch64] Add support for TARGET_COMPUTE_FRAME_LAYOUT
 2018-07-20  9:32 UTC  (2+ messages)
` [PATCH][AAarch64][v2] "

[PATCH] Introduce 4-stages profiledbootstrap to get a better profile
 2018-07-20  8:43 UTC  (10+ messages)
` [PATCH] Append PWD to path when using -fprofile-generate=/some/path
        ` [PATCH] When using -fprofile-generate=/some/path mangle absolute path of file (PR lto/85759)

[PATCH] SCCVN Datastructure TLC, part 2
 2018-07-20  7:17 UTC 

Stepping down, mostly
 2018-07-20  2:00 UTC 

commited: avoid extended initializer lists warnings
 2018-07-19 22:15 UTC 

[PATCH] warn for strlen of arrays with missing nul (PR 86552)
 2018-07-19 20:09 UTC 

NetApp Users Contact List
 2018-07-19 19:49 UTC 

[PATCH, obvious?] Some minor nits in string folding functions
 2018-07-19 19:37 UTC  (4+ messages)

[PATCH] Simplify the base characteristics for some type traits
 2018-07-19 19:10 UTC  (3+ messages)

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