public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH 0/8] GCOV improvements
 2018-07-22  8:40 UTC  (4+ messages)
` [PATCH 8/8] Enhance documentation of gcov

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

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

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

[PATCH] specify large command line option arguments (PR 82063)
 2018-07-22  0:42 UTC  (4+ messages)

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

[RFC] Induction variable candidates not sufficiently general
 2018-07-21  1:28 UTC  (4+ 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 

committed: remove redundant -Wall from -Warray-bounds (PR 82063)
 2018-07-20 21:22 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-86512]: Subnormal float support in armv7(with -msoft-float) for intrinsics
 2018-07-20 16:34 UTC  (3+ messages)

[PATCH] -fsave-optimization-record: add contrib/optrecord.py
 2018-07-20 16:27 UTC 

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

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

RFC: Patch to implement Aarch64 SIMD ABI
 2018-07-20 15:10 UTC  (6+ messages)

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

[PATCH] Don't create non zero terminated string constant
 2018-07-20 13:36 UTC 

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

Fold pointer range checks with equal spans
 2018-07-20 12:11 UTC  (2+ 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] Show valid options for -march and -mtune in --help=target for arm32 (PR driver/83193)
 2018-07-20 11:06 UTC  (17+ messages)
                ` [PATCH] Prototype of hook for possible list of option values

[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][AArch64] Implement new intrinsics vabsd_s64 and vnegd_s64
 2018-07-20  9:37 UTC 

[GCC][PATCH][Aarch64] Exploiting BFXIL when OR-ing two AND-operations with appropriate bitmasks
 2018-07-20  9:33 UTC  (7+ 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 

[PATCH 00/11] New backend for the TI PRU processor
 2018-07-20  2:12 UTC  (4+ messages)
` [PATCH 11/11] Increase MAX_MAX_OPERANDS limit

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)

[PATCH] Use __builtin_memmove for trivially copy assignable types
 2018-07-19 18:59 UTC  (14+ messages)

[PATCH, ARM] PR85434: Prevent spilling of stack protector guard's address on ARM
 2018-07-19 16:35 UTC  (5+ messages)

[PATCH][Aarch64] v2: Arithmetic overflow addv patterns [Patch 2/4]
 2018-07-19 16:20 UTC  (6+ messages)

[PATCH][Aarch64] v2: Arithmetic overflow subv patterns [Patch 3/4]
 2018-07-19 16:19 UTC  (2+ messages)

[PATCH, GCC, AARCH64] Add support for +profile extension
 2018-07-19 15:47 UTC  (3+ messages)

cleanup cross product code in VRP
 2018-07-19 14:45 UTC  (5+ messages)

RFC: Patch to implement Aarch64 SIMD ABI
 2018-07-19 14:30 UTC 

[AArch64][PATCH 1/2] Fix addressing printing of LDP/STP
 2018-07-19 14:08 UTC  (6+ messages)

Compilation error in simple-object-elf.c
 2018-07-19 14:02 UTC  (5+ messages)

[PATCH] Call REAL(swapcontext) with indirect_return attribute on x86
 2018-07-19 12:42 UTC  (7+ messages)

[PATCH][GCC][AARCH64] Canonicalize aarch64 widening simd plus insns
 2018-07-19 12:35 UTC  (4+ messages)

[PATCH 2/3] i386: Change indirect_return to function type attribute
 2018-07-19 12:10 UTC  (11+ messages)
  ` [PATCH] i386: Define __HAVE_INDIRECT_RETURN_ATTRIBUTE__

[PATCH] SCCVN data-structure TLC
 2018-07-19 12:09 UTC 

[SVE ACLE] Add initial support for arm_sve.h
 2018-07-19 10:16 UTC  (3+ messages)

[AArch64] Generate load-pairs when the last load clobbers the address register [2/2]
 2018-07-19 10:03 UTC  (5+ messages)

[C++ Patch] PR 59480 ("Missing error diagnostic: friend declaration specifying a default argument must be a definition")
 2018-07-19  9:37 UTC  (3+ messages)

GCC 8.2 Status Report (2018-07-19), branch frozen for release
 2018-07-19  9:12 UTC 

[PATCH] Introduce instance discriminators
 2018-07-19  9:02 UTC  (4+ messages)

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

[patch, x86] Improve memcpy/memset strategy for Skylake
 2018-07-19  6:23 UTC  (4+ messages)

[PATCH], Remove undocumented -mtoc-fusion from PowerPC
 2018-07-18 22:59 UTC  (2+ messages)

C++ patch ping
 2018-07-18 22:43 UTC  (7+ messages)
    ` [C++ PATCH] Hide __for_{range,begin,end} symbols (PR c++/85515, take 2)
      ` [C++ PATCH] Further get_identifier ("string literal") C++ FE caching

[PATCH, rs6000] Fix AIX test case failures
 2018-07-18 21:51 UTC  (9+ messages)

[PATCH] Fix _Pragma GCC diagnostic in macro expansions
 2018-07-18 19:06 UTC  (2+ 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).