public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH 00/25] AMD GCN Port
 2018-09-27 21:14 UTC  (27+ messages)
` [PATCH 02/25] Propagate address spaces to builtins
    ` [patch] Fix AArch64 ILP ICE
` [PATCH 07/25] [pr82089] Don't sign-extend SFV 1 in BImode
` [PATCH 09/25] Elide repeated RTL elements
` [PATCH 11/25] Simplify vec_merge according to the mask

[Ada] Introduce -gnatd_A to set Opt.Disable_ALI_File
 2018-09-27 21:11 UTC 

libgo patch committed: Update to 1.11 release
 2018-09-27 20:26 UTC  (3+ messages)

[PATCH, i386]: Remove fpcr register definition
 2018-09-27 20:08 UTC 

RFC: [PATCH] x86: Add -mzero-caller-saved-regs=[skip|used|all]
 2018-09-27 20:07 UTC  (11+ messages)

[PATCH] rs6000: Delete many HAVE_AS_* (PR87149)
 2018-09-27 19:47 UTC 

[gomp5] Initial OpenMP 5 task reduction support
 2018-09-27 19:46 UTC  (2+ messages)

Support excess precision for integer / floating-point comparisons (PR c/87390)
 2018-09-27 19:31 UTC  (3+ messages)

[PR 87339, testsuite] Fix failure of gcc.dg/warn-abs-1.c on some targets
 2018-09-27 18:57 UTC  (7+ messages)

[PATCH] declare tree_to_shwi et al. nonnull and pure
 2018-09-27 18:49 UTC  (2+ messages)

[PATCH][AArch64] Support zero-extended move to FP register
 2018-09-27 17:38 UTC 

[PATCH, AArch64 00/11] LSE atomics out-of-line
 2018-09-27 17:07 UTC  (18+ messages)
` [PATCH, AArch64 08/11] aarch64: Add out-of-line functions for LSE atomics
` [PATCH, AArch64 10/11] aarch64: Implement TImode compare-and-swap
` [PATCH, AArch64 07/11] Link static libgcc after shared libgcc for -shared-libgcc

[PATCH][Middle-end][Version 3]Add a new option to control inlining only on static functions
 2018-09-27 16:40 UTC  (34+ messages)
    ` [PATCH][Middle-end][Version 4]Add "
                          ` GCC options for kernel live-patching (Was: Add a new option to control inlining only on static functions)

[PATCH][GCC][testsuite] Fix caching of tests for multiple variant runs and update existing target-supports tests
 2018-09-27 16:20 UTC  (7+ messages)

[PATCH][GCC][AARCH64] Add even-pair register classes
 2018-09-27 16:05 UTC  (2+ messages)

[PATCH] PR86957
 2018-09-27 14:58 UTC  (12+ messages)

[PATCH] Fix PR87451
 2018-09-27 14:53 UTC 

[PATCH] GCOV: introduce --json-format
 2018-09-27 14:01 UTC  (2+ messages)

[PATCH][GCC][AARCH64]Introduce aarch64 atomic_{load,store}ti patterns
 2018-09-27 13:55 UTC 

[PATCH] Fix PR87440, extra lexical block in inline instances
 2018-09-27 13:49 UTC  (4+ messages)

Add <span> Header to libstdc++
 2018-09-27 13:16 UTC 

[PATCH 08/25] Fix co-array allocation
 2018-09-27 12:51 UTC  (11+ messages)
          ` OpenCoarrays integration with gfortran

[Patch, Aarch64] Testsuite patch to fix one of the regressions in PR 87433, gcc.target/aarch64/ashltidisi.c
 2018-09-27 11:19 UTC  (2+ messages)

[PATCH 0/4] Clean-up warnings spotted by Rtags
 2018-09-27 11:18 UTC  (8+ messages)
` [PATCH 2/4] Remove unused functions and fields

[PATCH][GCC][AArch64] Add support for SVE stack clash probing [patch (2/7)]
 2018-09-27 11:13 UTC  (8+ messages)

[PR 87415] handle 1 bit bit fields in set_value_range_with_overflow()
 2018-09-27 10:53 UTC  (2+ messages)

[PATCH, GCC/ARM] Fix PR87374: ICE with -mslow-flash-data and -mword-relocations
 2018-09-27 10:23 UTC  (4+ messages)

[PATCH] ASAN: emit line information of stack variables
 2018-09-27  8:56 UTC 

[Committed] S/390: Implement speculation barrier
 2018-09-27  8:31 UTC 

C++ PATCH to implement P1064R0, Virtual Function Calls in Constant Expressions
 2018-09-27  7:16 UTC  (12+ messages)
` C++ PATCH to implement P1064R0, Virtual Function Calls in Constant Expressions (v4)

[PATCH v4] [aarch64] Add HiSilicon tsv110 CPU support
 2018-09-27  2:04 UTC  (5+ messages)

[PATCH 0/2][IRA,LRA] Fix PR86939, IRA incorrectly creates an interference between a pseudo register and a hard register
 2018-09-26 21:36 UTC  (3+ messages)
` [PATCH 1/2][IRA,LRA] "
` [PATCH 2/2][IRA,LRA] "

[patch,openacc] C, C++ OpenACC wait diagnostic change
 2018-09-26 21:14 UTC  (3+ messages)

[PATCH] RISC-V: Add missing negate patterns
 2018-09-26 21:08 UTC 

[patch,wip] warn on noncontiguous pointers
 2018-09-26 21:06 UTC  (3+ messages)

[patch,openacc] Use correct location information for OpenACC shape and simple, clauses in C/C++
 2018-09-26 20:49 UTC  (2+ messages)

[PATCH] PR libstdc++/59439 optimize uses of classic ("C") std::locale
 2018-09-26 19:50 UTC  (3+ messages)

[PATCH] RISC-V: Delete obsolete MIPS comment
 2018-09-26 18:45 UTC 

[patch] nvptx libgcc atomic routines
 2018-09-26 18:41 UTC 

[patch,openacc] Don't gimplify in ssa mode if seen_error in oacc_xform_loop
 2018-09-26 18:33 UTC 

[patch,openacc] use existing local variable in cp_parser_oacc_enter_exit_data
 2018-09-26 18:28 UTC 

[PATCH] change predicates to return bool instead of int
 2018-09-26 18:17 UTC  (2+ messages)

[Patch, Aarch64] Testsuite fix to fix one of the regressions in PR 87433, gcc.dg/zero_bits_compound-1.c
 2018-09-26 18:11 UTC  (2+ messages)

VRP: special case all pointer conversion code
 2018-09-26 17:16 UTC  (2+ messages)
` PING: "

[Patch, fortran] PRs 70752 and 72709 - more deferred character length bugs
 2018-09-26 16:24 UTC  (2+ messages)

[Patch, Aarch64] Fix testsuite regressions related to PR tree-optimization/71625
 2018-09-26 16:22 UTC 

[PATCH] Fix build with ISL 0.20
 2018-09-26 15:50 UTC  (5+ messages)

[PATCH, i386]: Use fnstcw instead of fstcw to set x87 precision in crtprec.c
 2018-09-26 15:40 UTC 

[PATCH, i386]: Do not use "u" constraint and remove FP_TOP_SSE_REGS and FP_SECOND_SSE_REGS register classes
 2018-09-26 15:26 UTC 

libgo patch committed: Update to 1.11 release
 2018-09-26 15:16 UTC  (12+ messages)

[C++ Patch] PR 84940 ("[7/8/9 Regression] internal compiler error: in build_value_init_noctor, at cp/init.c:465")
 2018-09-26 15:11 UTC  (2+ messages)

[PATCH] Fix PR87443, bogus/missing DW_AT_abstract_origins
 2018-09-26 13:49 UTC  (2+ messages)

[PATCH][OpenACC] Update deviceptr handling during gimplification
 2018-09-26 13:36 UTC  (3+ messages)

[Ada] Fix inheritance of representation items defined as aspects
 2018-09-26 10:54 UTC 

[PATCH] Come up with --param asan-stack-small-redzone (PR sanitizer/81715)
 2018-09-26  9:34 UTC  (7+ messages)

[Ada] Spurious ineffective use_clause warning
 2018-09-26  9:34 UTC 

[Ada] Do not issue by default info messages for inlining in GNATprove
 2018-09-26  9:33 UTC 

[Ada] Spurious elaboration issue due to inlining
 2018-09-26  9:26 UTC 

[Ada] Pair miscount in Dynamic_HTable.Put
 2018-09-26  9:26 UTC 

[Ada] Spurious dependency on secondary stack
 2018-09-26  9:26 UTC 

[Ada] Spurious error on interface conversion under ZFP
 2018-09-26  9:26 UTC 

[Ada] Missing front-end code for constraint checks on fixed point exprs
 2018-09-26  9:26 UTC 

[Ada] Issue info message on inlined subprograms in GNATprove mode
 2018-09-26  9:26 UTC 

[Ada] Illegal formal objects associated with anonymous acc-to-subp args
 2018-09-26  9:25 UTC 

[Ada] New unit GNAT.Sets
 2018-09-26  9:25 UTC 

[Ada] Preparation for new description of interface thunks
 2018-09-26  9:25 UTC 

[Ada] Mimic the C++ ABI when passing class-wide conversion actuals
 2018-09-26  9:25 UTC 

[Ada] Missing error on non-limited derived type with limited component
 2018-09-26  9:25 UTC 

[Ada] Spurious error on private extension with predicate
 2018-09-26  9:25 UTC 

[Ada] Crash on expression functions within quantified expressions
 2018-09-26  9:23 UTC 

[Ada] Fix assertion failure on record subtype with -gnatRj
 2018-09-26  9:23 UTC 

[Ada] Regression in partial compilation of RCI units
 2018-09-26  9:23 UTC 

[Ada] Inlining of renamed subprogram instances in package body
 2018-09-26  9:23 UTC 

[Ada] Missing predicate check on return value
 2018-09-26  9:23 UTC 

[Ada] Introduce -gnatd_A to set Opt.Disable_ALI_File
 2018-09-26  9:22 UTC 

[Ada] Set Current_Error_Node directly
 2018-09-26  9:22 UTC 

[PATCH 8/8][GCC][AArch64] stack-clash: Add LR assert to layout_frame
 2018-09-26  8:41 UTC 

[SVE ACLE] Allow overloaded @ md patterns + small fixes
 2018-09-26  8:35 UTC 

[PATCH] Fix unwind info in -mindirect-branch=thunk thunks (PR target/87414)
 2018-09-26  8:21 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).