public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH], Add future cost placeholder to PowerPC
 2019-08-01 21:26 UTC  (2+ messages)

[PATCH] PR fortran/88227 -- Revenge of the BOZ
 2019-08-01 21:13 UTC  (2+ messages)

C++ PATCH for c++/91230 - wrong error with __PRETTY_FUNCTION__ and generic lambda
 2019-08-01 21:11 UTC  (2+ messages)

[PATCH] PR fortran/42546 -- ALLOCATED has 2 mutually exclusive keywords
 2019-08-01 21:11 UTC 

[PATCH] don't trim empty string initializers for pointers (PR 90947)
 2019-08-01 21:09 UTC  (6+ messages)

Add line returns in RTL dump file
 2019-08-01 21:02 UTC 

[Contrib PATCH] Add scripts to convert GCC repo from SVN to Git
 2019-08-01 20:43 UTC  (7+ messages)

[PATCH] Check -shared is available for tesstcases
 2019-08-01 20:41 UTC  (2+ messages)

Fix minor issues in branch prediction code
 2019-08-01 20:16 UTC 

[PATCH, committed] Fix comment about pcrel_external_address
 2019-08-01 20:11 UTC  (2+ messages)

[PATCH] Add future.md placeholder to PowerPC
 2019-08-01 19:55 UTC 

[PATCH 1/3] C++20 constexpr lib part 1/3
 2019-08-01 19:45 UTC  (9+ messages)
            ` [PATCH 2/3] C++20 constexpr lib part 2/3 - swappish functions

[C++ Patch] Do not warn about [[nodiscard]] applied to a constructor
 2019-08-01 19:44 UTC  (2+ messages)

[PATCH, i386]: Introduce usadv8qi
 2019-08-01 18:18 UTC 

[PATCH 0/3] add support for POD struct convention (PR 61339)
 2019-08-01 18:09 UTC  (4+ messages)
` [PATCH 1/3] add -Wstruct-not-pod, -Wclass-is-pod, -Wmismatched-tags "

[PATCH, i386]: Improve V2SI extractions
 2019-08-01 17:35 UTC 

[PATCH] Make BITMAP_WORD more easily configurable
 2019-08-01 17:26 UTC  (8+ messages)

[patch] Fix tree-optimization/91169
 2019-08-01 17:11 UTC  (3+ messages)

[range-ops] patch 01/04: types for VR_UNDEFINED and VR_VARYING
 2019-08-01 16:35 UTC  (21+ messages)

C++ PATCH to detect narrowing in case values (PR c++/90805)
 2019-08-01 16:17 UTC  (7+ messages)

[PATCH] Mark DECL_SET_IS_OPERATOR_DELETE for user-provided delete operators
 2019-08-01 16:16 UTC  (2+ messages)

[PATCH 1/2] Introduce gcc_sort_r
 2019-08-01 16:02 UTC  (4+ messages)
` [PATCH 2/2] Use gcc_sort_r in domwalk

[RFC][tree-vect]PR 88915: Further vectorize second loop when versioning
 2019-08-01 15:26 UTC  (10+ messages)

Add ARRAY_REF based access patch disambiguation
 2019-08-01 15:13 UTC  (4+ messages)

[PATCH] Teach mklog to reference PRs
 2019-08-01 15:11 UTC  (6+ messages)
    ` [PATCH] mklog: parse PR references from new test files

[PATCH] Come up with -flto=auto option
 2019-08-01 14:41 UTC  (25+ messages)
  ` [PATCH] Deduce automatically number of cores for -flto option
                              ` [PATCH] Properly detect working jobserver in gcc driver

[PATCH] Make cdtor names stable for LTO (PR lto/91307)
 2019-08-01 14:21 UTC  (2+ messages)

[PATCH] Remove a pointless global var
 2019-08-01 14:04 UTC  (12+ messages)

[COMMITTED] Fix pr89330_0.C test
 2019-08-01 12:55 UTC 

Deque fiil/copy/move/copy_backward/move_backward/equal overloads
 2019-08-01 12:53 UTC  (8+ messages)
` PR 90409 "

[PATCH] Check -shared is available for pr87906's tesstcase
 2019-08-01 12:06 UTC  (2+ messages)

[PATCH] RISC-V: Promote type correctly for libcalls
 2019-08-01 11:49 UTC 

Remove pointless global var
 2019-08-01 11:36 UTC 

[PATCHv2] Fix not 8-byte aligned ldrd/strd on ARMv5 (PR 89544)
 2019-08-01 11:19 UTC  (7+ messages)
      ` [PATCHv3] "

r273969 - in /trunk/gcc/lto: ChangeLog Make-lan
 2019-08-01 10:30 UTC  (2+ messages)

[ARM/FDPIC v5 00/21] FDPIC ABI for ARM
 2019-08-01 10:13 UTC  (18+ messages)
` [ARM/FDPIC v5 03/21] [ARM] FDPIC: Force FDPIC related options unless -mno-fdpic is provided
` [ARM/FDPIC v5 09/21] [ARM] FDPIC: Add support for taking address of nested function

PR90724 - ICE with __sync_bool_compare_and_swap with -march=armv8.2-a
 2019-08-01 10:04 UTC  (5+ messages)

[PATCH][RFC][x86] Fix PR91154, add SImode smax, allow SImode add in SSE regs
 2019-08-01  9:38 UTC  (9+ messages)

[PATCH] [LTO] Avoid path name with // when installing lto-dump
 2019-08-01  8:21 UTC  (2+ messages)

[PATCH][COMMITTED] RISC-V: Fix testcase on rv64
 2019-08-01  6:39 UTC 

Backports to gcc-9-branch
 2019-08-01  6:34 UTC 

[PATCH] fix and improve strlen conditional handling of merged stores (PR 91183, 91294, 91315)
 2019-08-01  0:36 UTC 

[doc PATCH] document variable attribute alias
 2019-07-31 23:24 UTC 

[PATCH] Implement "P0631R4 Math Constants" for C++20
 2019-07-31 23:05 UTC  (9+ messages)

[PATCH] Fix typo LIBGCCJIT_SYMLINK -> LIBGCCJIT_SONAME_SYMLINK
 2019-07-31 22:57 UTC  (2+ messages)

[PATCH] RISC-V: Raise error on unexpected ISA string at end
 2019-07-31 22:14 UTC  (4+ messages)
` [PATCH v2] "

[C++ Patch] Improve delete_sanity locations
 2019-07-31 19:54 UTC  (3+ messages)

C++ PATCH for c++/91264 - detect modifying const objects in constexpr
 2019-07-31 19:39 UTC 

[PATCH] PR libstdc++/51333 Define recursive_init_error constructor non-inline
 2019-07-31 19:16 UTC  (2+ messages)

[PATCH] Qualify call to prevent ADL
 2019-07-31 19:14 UTC 

[C++ PATCH] PR c++/90590 Suppress warning for enumeration value not handled in switch warning
 2019-07-31 18:58 UTC  (10+ messages)

C++ PATCH for c++/89906 (GCC 8 backport)
 2019-07-31 18:57 UTC  (2+ messages)

C++ PATCH to add test for c++/91104
 2019-07-31 18:54 UTC  (2+ messages)

[C++ PATCH] PR c++/90538 - multiple expansions of capture packs
 2019-07-31 18:50 UTC 

[C++ PATCH] Fix copy_node of TEMPLATE_INFO
 2019-07-31 18:49 UTC 

[committed] ipa-devirt: make qsort helpers static
 2019-07-31 18:37 UTC 

[PATCH, rs6000] Fix PR91050 by adding a DRIVER_SELF_SPECS spec
 2019-07-31 17:56 UTC  (9+ messages)

[PATCH][AArch64] Fix PR81800
 2019-07-31 17:07 UTC  (2+ messages)

[PATCH][AArch64] Fix symbol offset limit
 2019-07-31 17:00 UTC  (2+ messages)

[PATCH][AArch64] Increase default function alignment
 2019-07-31 17:00 UTC  (2+ messages)

[PATCH][ARM] Remove remaining Neon DImode support
 2019-07-31 17:00 UTC  (2+ messages)

[PATCH][ARM] Cleanup DImode shifts
 2019-07-31 16:39 UTC  (2+ messages)

[PATCH][ARM] Cleanup logical DImode operations
 2019-07-31 16:25 UTC  (2+ messages)

[PATCH] Add Doxygen comments to <bit> header
 2019-07-31 14:44 UTC 

[C PATCH] Fix C error-recovery (PR c/91192)
 2019-07-31 14:40 UTC  (2+ messages)

[patch] Add NetBSD/hppa target
 2019-07-31 14:26 UTC  (2+ messages)

[PATCH] Do not emit __gnu_lto_v1 symbol
 2019-07-31 14:15 UTC  (3+ messages)

[PATCH] Implement x86 reduc_plus_scal_v{16,32,64}qi (PR tree-optimization/91201)
 2019-07-31 13:55 UTC  (4+ messages)
  ` [PATCH] Implement x86 reduc_plus_scal_v8qi "

[PATCH] Fix PR91280
 2019-07-31 13:33 UTC 

[PATCH] Come up with json::integer_number and use it in GCOV
 2019-07-31 13:16 UTC  (2+ messages)

[PATCH] Fix PR91293
 2019-07-31 13:16 UTC 

[PATCH 0/5, OpenACC] Add support for Fortran optional arguments in OpenACC
 2019-07-31 13:13 UTC  (8+ messages)
` [PATCH 2/5, OpenACC] Support Fortran optional arguments in the firstprivate clause
` [PATCH 4/5, OpenACC] Allow optional arguments to be used in the use_device OpenACC clause

[committed, amdgcn] Remove expcnt waits
 2019-07-31 12:48 UTC 

[PATCH] Make EVRP release unused value-ranges, cleanup lattice swapping
 2019-07-31 11:19 UTC 

[patch] Extend GIMPLE store merging to throwing stores
 2019-07-31 10:54 UTC  (2+ messages)

[RFC][PATCH] Extend DCE to remove unnecessary new/delete-pairs
 2019-07-31 10:24 UTC  (23+ messages)
` [PATCH 1/2] Come up with function_decl_type and use it in tree_function_decl
            ` [PATCH] Remove also 2nd argument for unused delete operator (PR tree-optimization/91270)
                                      ` [PATCH] Mark necessary 2nd and later args for delete op

[Arm][CMSE]Add warn_unused_return attribute to cmse functions
 2019-07-31  8:58 UTC  (2+ messages)

[PATCH] i386: Roundeven expansion for SSE4.1+
 2019-07-31  8:51 UTC  (4+ messages)

[PATCH] PR91178, use tail-recursion for vn_reference_maybe_forwprop_address
 2019-07-31  8:03 UTC 

[committed] Fix distribute parallel for with private class iterator (PR middle-end/91301)
 2019-07-31  8:01 UTC 

[PATCH] Fix simd attribute handling on aarch64
 2019-07-31  7:34 UTC  (8+ messages)
  ` [PATCH] Fix simd attribute handling on aarch64 (version 2)

[PATCH] Loop split upon semi-invariant condition (PR tree-optimization/89134)
 2019-07-31  7:25 UTC  (8+ messages)
      ` Ping: [PATCH V2] "
        ` Ping agian: "

[PATCH v2] Missed function specialization + partial devirtualization
 2019-07-31  5:51 UTC  (3+ messages)
  ` [PATCH v3] "

rework Ada EH Machine_Occurrence deallocation
 2019-07-31  5:29 UTC 

Make lra use per-alternative earlyclobber info
 2019-07-30 23:32 UTC  (2+ messages)

[wwwdocs] readings.html - move www.adaic.org reference to https
 2019-07-30 22:54 UTC 

[PATCH] PR fortran/91296 -- Prevent ICE in aliasing check
 2019-07-30 20:51 UTC  (3+ messages)

[PATCH] Adding _Dependent_ptr type qualifier in C part 1/3
 2019-07-30 20:03 UTC  (2+ messages)

[PATCH][aarch64] Use neoversen1 tuning struct for -mcpu=cortex-a76
 2019-07-30 17:08 UTC 

[COMMITTED][ARM] Adjust literal pool offset in Thumb-2 movsi patterns
 2019-07-30 16:37 UTC 

[PATCH][ARM] Switch to default sched pressure algorithm
 2019-07-30 15:16 UTC  (5+ messages)

[PATCH] Clean up dangling pointers in cgraph_edge (PR ipa/89330)
 2019-07-30 14:54 UTC  (5+ messages)
    ` [PATCH v2] Use edge->indirect_unknown_callee in cgraph_edge::make_direct "

[PATCH] PR91195: fix -Wmaybe-uninitialized warning for conditional store optimization
 2019-07-30 14:51 UTC  (11+ messages)

[PATCH] Make VRP union faster
 2019-07-30 14:42 UTC 

Frontiers in Optics - OSA 2019 attendee contacts?
 2019-07-30 14:40 UTC 

[ARM][PATCH 1/2] Support HFmode for standard names implemented with VRINT instructions
 2019-07-30 14:00 UTC  (2+ messages)

[PATCH] Improve PR91257, specialize bitmap_ior_and_compl_into
 2019-07-30 13:44 UTC  (3+ messages)

[PATCH] Add generic support for "noinit" attribute
 2019-07-30 13:38 UTC  (5+ 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).