public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[C++ PATCH] Fix OBJ_TYPE_REF constexpr handling (PR c++/92695)
 2019-12-02 19:10 UTC  (2+ messages)

[C++ PATCH] Opt out of GNU vector extensions for built-in SVE types
 2019-12-02 19:06 UTC  (3+ messages)
` Ping: "

[C++ Patch] A few more cp_expr_loc_or_input_loc and a diagnostic regression fix
 2019-12-02 18:58 UTC  (2+ messages)

[PATCH] rs6000: Make rs6000_invalid_builtin static (committed)
 2019-12-02 18:56 UTC 

PowerPC V8 testsuite patches
 2019-12-02 18:52 UTC  (3+ messages)
` [PATCH], V8, #1 of 6, Tessuite: Add PADDI tests

[C++ PATCH] Fix ICE in build_new_op_1 (PR c++/92705)
 2019-12-02 18:49 UTC  (2+ messages)

[patch] install the lto-dump man page
 2019-12-02 18:16 UTC 

[mid-end] Add notes to dataflow insn info when re-emitting (PR92410)
 2019-12-02 17:57 UTC  (2+ messages)

[committed][AArch64] Catch attempts to use SVE types when SVE is disabled
 2019-12-02 17:49 UTC 

[committed][AArch64] Run general SVE ACLE tests for C
 2019-12-02 17:45 UTC 

[committed][AArch64] Add a couple of SVE ACLE comparison folds
 2019-12-02 17:43 UTC 

[Committed][Arm][testsuite] Fix failure for arm-fp16-ops-*.C
 2019-12-02 17:26 UTC 

Tighten check for vector types in fold_convertible_p (PR 92741)
 2019-12-02 17:25 UTC  (4+ messages)

[C++ PATCH] Fix nsdmi handling for bitfields (PR c++/92732)
 2019-12-02 17:19 UTC  (2+ messages)

[GCC][PATCH] Add ARM-specific Bfloat format support to middle-end
 2019-12-02 17:13 UTC  (4+ messages)
` Ping: "

[C++ PATCH] c++/91353 - P1331R2: Allow trivial default init in constexpr contexts
 2019-12-02 17:09 UTC  (11+ messages)

[PATCH] extend -Wstringop-overflow to allocated objects (PR 91582)
 2019-12-02 17:06 UTC  (2+ messages)

[PATCH 0/5, OpenACC] Add support for Fortran optional arguments in OpenACC
 2019-12-02 16:59 UTC  (4+ messages)
  ` [PATCH 1/5, OpenACC] Allow NULL as an argument to OpenACC 2.6 directives
    ` [PR92726] OpenACC: 'NULL'-in -> no-op, and/or 'NULL'-out (was: [PATCH 1/5, OpenACC] Allow NULL as an argument to OpenACC 2.6 directives)
      ` [PR92726] OpenACC: 'NULL'-in -> no-op, and/or 'NULL'-out

[PATCH][GCC][ARM] Arm generates out of range conditional branches in Thumb2 (PR91816)
 2019-12-02 16:43 UTC  (3+ messages)
` [PING][PATCH][GCC][ARM] "

Don't install unnecessary ARRAY_REF element sizes
 2019-12-02 16:33 UTC 

Mark constant-sized objects as addressable if they have poly-int accesses
 2019-12-02 16:30 UTC  (3+ messages)

[PATCH][2/2] More abstraction penalty removal for PR92645
 2019-12-02 16:29 UTC  (3+ messages)

[PATCH v2 00/11] timed_mutex, shared_timed_mutex: Add full steady clock support
 2019-12-02 16:23 UTC  (2+ messages)

Fix jump function update in inliner
 2019-12-02 15:07 UTC  (2+ messages)

[PATCH][1/2] More abstraction penalty removal for PR92645
 2019-12-02 15:02 UTC 

[PATCH 0/7 libgomp,amdgcn] AMD GCN Offloading Support
 2019-12-02 14:50 UTC  (4+ messages)
` [PATCH 4/7 libgomp,amdgcn] GCN libgomp port

[PATCH 0/4] Fix library testsuite compilation for build sysroot
 2019-12-02 14:49 UTC  (2+ messages)
` [PING^2][PATCH "

[patch, libgomp] Enable OpenACC GCN testing
 2019-12-02 14:41 UTC  (7+ messages)
      ` Host/device shared memory (was: [patch, libgomp] Enable OpenACC GCN testing)
        ` Host/device shared memory

[PATCH] PR C++/92739
 2019-12-02 14:30 UTC 

[PATCH v3] Add `--with-toolexeclibdir=' configuration option
 2019-12-02 14:26 UTC 

Symver attribute
 2019-12-02 13:37 UTC  (16+ messages)

[patch,gomp4] add support for fortran common blocks
 2019-12-02 13:33 UTC  (15+ messages)
` [openacc] add support for common block data
  ` [Patch][Fortran] OpenACC – permit common blocks in some clauses

[wwwdocs][Fortran] gcc-10/porting_to.html – Fortran's argument-checking
 2019-12-02 12:49 UTC  (3+ messages)

[PATCH][GCC8][AArch64] Backport Cortex-A76, Ares and Neoverse N1 cpu names
 2019-12-02 12:19 UTC  (2+ messages)

[PATCH] Refactor IPA devirt a bit
 2019-12-02 11:06 UTC  (4+ messages)

[PATCH] Fix PR92742
 2019-12-02 10:49 UTC 

[PATCH] Use xchg for -Os (PR target/92549)
 2019-12-02  9:08 UTC  (6+ messages)
      ` [PATCH] Fix up swap peephole2 (PR target/92744)

[PATCH] Improve A*B+-A -> A*(B+-1) and A+-A*B -> A*(1+-B) match.pd optimization
 2019-12-02  8:42 UTC  (2+ messages)

[PATCH][RFC] Add new ipa-reorder pass
 2019-12-02  8:26 UTC  (9+ messages)

[PATCH] Support multi-versioning on self-recursive function (ipa/92133)
 2019-12-02  7:07 UTC  (14+ messages)

[PATCH 0/2] Make C front end share the C++ tree representation of loops and switches
 2019-12-02  6:02 UTC  (2+ messages)

[PATCH, GCC/testsuite] Fix dump-noaddr dumpbase
 2019-12-02  4:52 UTC  (5+ messages)

[PATCH] Don't put objects with flexible array members in small data
 2019-12-02  4:38 UTC  (2+ messages)
` [PATCH v2, committed] Fix bugs relating to flexibly-sized objects in nios2 backend

[PATCH 00/49] RFC: Add a static analysis framework to GCC
 2019-12-02  3:20 UTC  (6+ messages)

Fix profile_count comparsions with gcov_type
 2019-12-01 15:13 UTC 

Fix crossmodule ipa-inline hint
 2019-12-01 14:44 UTC  (3+ messages)

[PATCH] PR85678: Change default to -fno-common
 2019-12-01  4:17 UTC  (5+ messages)

[PATCH] PR85678: Change default to -fno-common (porting_to for GCC 10)
 2019-11-30 21:14 UTC 

[Patch, build] Unbreak objc build
 2019-11-30 19:10 UTC  (2+ messages)

[PATCH] track dynamic allocation in strlen (PR 91582)
 2019-11-30 17:03 UTC  (2+ messages)

[patch, fortran] Fix PR 91783
 2019-11-30 16:31 UTC  (3+ messages)
` *ping* "

[PATCH v2 0/2] Fix run-time handling of `libgcc_s' in testing
 2019-11-30 13:44 UTC  (5+ messages)
` [PATCH v2 1/2] driver: Do not warn about ineffective `-x' option if no inputs were given
` [PATCH v2 2/2] testsuite: Fix run-time tracking down of `libgcc_s'

[PATCH] doc: Correct `--enable-version-specific-runtime-libs' support information
 2019-11-30 11:13 UTC  (4+ messages)
` [PING][PATCH] "

[PATCH] [libiberty] Fix read buffer overflow in split_directories
 2019-11-30 11:13 UTC  (2+ messages)

[PATCH] Default to --enable-libstdcxx-filesystem-ts for *-*-mingw*
 2019-11-30  1:12 UTC 

[PATCH 0/4]: C++ P1423R3 char8_t remediation implementation
 2019-11-30  1:04 UTC  (5+ messages)

[PATCH] Fix attribute((section)) for templates
 2019-11-29 23:33 UTC  (4+ messages)

Patch to fix PR92283
 2019-11-29 23:23 UTC 

[C] Add a target hook that allows targets to verify type usage
 2019-11-29 21:45 UTC  (3+ messages)

[PATCH v2][MSP430] Add msp430-elfbare target
 2019-11-29 21:04 UTC 

Fix libdecnumber handling of non-canonical BID significands (PR middle-end/91226)
 2019-11-29 20:55 UTC 

[PATCH] Fix PR91003
 2019-11-29 20:40 UTC 

[PATCH] [libiberty] Fix write buffer overflow in cplus_demangle
 2019-11-29 19:49 UTC 

[COMMITTED][GCC8] Backport driver/89014 Use-after-free in aarch64 -march=native
 2019-11-29 19:16 UTC 

[PATCH 2/4] The main m68k cc0 conversion
 2019-11-29 17:32 UTC  (7+ messages)

[PATCH committed] wwwdocs: Update simulator in backends.html (i386, m68k, s390, tilegx)
 2019-11-29 17:24 UTC 

[wwwdocs] Make gcc-9/ and gcc-10/ a bit more uniform (wrt. <link rel="stylesheet">)
 2019-11-29 17:22 UTC 

[PATCH][AArch64] Add support for fused compare and branch
 2019-11-29 16:48 UTC  (2+ messages)

[PATCH] PR92398: Fix testcase failure of pr72804.c
 2019-11-29 15:48 UTC  (10+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "

[PATCH][amdgcn] Fix ICE in re-simplification of VEC_COND_EXPR
 2019-11-29 15:11 UTC  (8+ messages)
    ` [PATCH] Fix ICE in re-simplification of VEC_COND_EXPR (was: Re: [PATCH][amdgcn] Fix ICE in re-simplification of VEC_COND_EXPR)
          ` [PATCH] Fix ICE in re-simplification of VEC_COND_EXPR

[C++ PATCH] (temporarily) undefine __cpp_consteval
 2019-11-29 15:03 UTC  (4+ messages)

Fix DR_GROUP_GAP for strided accesses (PR 92677)
 2019-11-29 14:57 UTC  (3+ messages)

BountySource campaign for the cc0 transition of the AVR backend
 2019-11-29 14:56 UTC 

[PATCH] libstdc++:: improve how pretty printers find node types (PR 91997)
 2019-11-29 14:49 UTC 

[PATCH] Add changes that I made in GCC 10 development cycle
 2019-11-29 14:41 UTC 

[PATCH] Stream memory access types in IPA ICF
 2019-11-29 14:34 UTC  (11+ messages)

[PATCH] Fix VN segfault
 2019-11-29 13:56 UTC 

[PATCH] ipa-cp: Avoid ICEs when looking at expanded thunks and unoptimized functions (PR 92476)
 2019-11-29 13:38 UTC  (3+ messages)

[PATCH][AArch64] Enable CLI for Armv8.6-a: armv8.6-a, i8mm and bf16
 2019-11-29 13:02 UTC  (2+ messages)

[0/5] Don't defer vector type choice for bools (PR 92596)
 2019-11-29 12:58 UTC  (11+ messages)
` [1/5] Improve tree-vect-patterns.c handling of boolean comparisons
` [3/5] Make vect_get_mask_type_for_stmt take a group size
` [2/5] Make vectorizable_operation punt early on codes it doesn't handle
` [4/5] Record the vector mask precision in stmt_vec_info
` [5/5] Don't defer choice of vector type for bools (PR 92596)

[Patch][OpenMP/OpenACC/Fortran] Fix mapping of optional (present|absent) arguments
 2019-11-29 12:17 UTC  (2+ messages)

[Patch][OpenMP] Fix use_device_… with absent optional arg
 2019-11-29 12:07 UTC  (2+ messages)

[patch] follow up on the aarch64 r18 story
 2019-11-29 10:31 UTC  (4+ messages)

[SVE] PR89007 - Implement generic vector average expansion
 2019-11-29 10:12 UTC  (8+ messages)

[committed] Fix lambda handling in OpenMP declare reduction (PR c++/60228)
 2019-11-29  9:26 UTC 

[PATCH] Fix PR92715
 2019-11-29  9:19 UTC 

[PATCH] PR90838: Support ctz idioms
 2019-11-29  9:17 UTC  (4+ messages)

The Trophex Show - Attendees List
 2019-11-29  9:09 UTC 

Don't pass booleans as mask types to simd clones (PR 92710)
 2019-11-29  8:56 UTC  (2+ messages)

[PATCH][GCC][SLP][testsuite] Turn off vect-epilogue-nomask for slp-rect-3
 2019-11-29  8:41 UTC  (4+ messages)

[PATCH] fIx PR92704
 2019-11-29  8:30 UTC 

Handle C2x attributes in Objective-C
 2019-11-29  3:28 UTC 

[PATCH] rs6000: Fix formatting of *mov{si,di}_internal.*
 2019-11-29  1:07 UTC 

[Patch, gcc-wwdocs] Update to Fortran changes
 2019-11-28 23:48 UTC  (5+ messages)

[PATCH] rs6000: Use memory_operand for all simple {l,st}*brx instructions
 2019-11-28 22:26 UTC 

[PATCH] Trivial patch to allow bootstrap on MacOS
 2019-11-28 22:23 UTC  (4+ messages)

[PATCH] Add `--with-install-sysroot=' configuration option
 2019-11-28 21:11 UTC  (10+ messages)
  ` [PATCH v2] "

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