public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[ARM/FDPIC v5 00/21] FDPIC ABI for ARM
 2019-09-09  8:58 UTC  (19+ messages)
` [ARM/FDPIC v5 10/21] [ARM] FDPIC: Implement TLS support
` [ARM/FDPIC v5 13/21] [ARM] FDPIC: Force LSB bit for PC in Cortex-M architecture
` [ARM/FDPIC v5 20/21] [ARM][testsuite] FDPIC: Skip tests using architectures unsupported by FDPIC

[PATCH v3 0/9] S/390: Use signaling FP comparison instructions
 2019-09-09  8:43 UTC  (17+ messages)
` [PATCH v3 1/9] Allow COND_EXPR and VEC_COND_EXPR condtions to trap
` [PATCH v3 5/9] S/390: Implement vcond expander for V1TI,V1TF
` [PATCH v3 6/9] S/390: Remove code duplication in vec_unordered<mode>
` [PATCH v3 4/9] S/390: Do not use signaling vector comparisons on z13
` [PATCH v3 2/9] Introduce rtx_alloca, alloca_raw_REG and alloca_rtx_fmt_*
` [PATCH v3 3/9] Introduce can_vector_compare_p function
` [PATCH v3 8/9] S/390: Use signaling FP comparison instructions
` [PATCH v3 7/9] S/390: Remove code duplication in vec_* comparison expanders
` [PATCH v3 9/9] S/390: Test signaling FP comparison instructions

[PATCH] Extend IPA-CP to support arithmetically-computed value-passing on by-ref argument (PR ipa/91682))
 2019-09-09  8:40 UTC  (3+ messages)
` [PATCH V2] "
  ` [PATCH V3] "

[PATCH] Use type alignment in get_builtin_sync_mem
 2019-09-09  8:37 UTC  (5+ messages)

libgo: Update to Go 1.13beta1 release
 2019-09-09  8:26 UTC  (3+ messages)

Bunch of location improvements
 2019-09-09  8:24 UTC  (2+ messages)
` [C++ Patch ping] "

[PATCH] PR tree-optimization/90836 Missing popcount pattern matching
 2019-09-09  8:24 UTC  (2+ messages)

[PATCH,RFC,V5 0/6] Support for CTF in GCC
 2019-09-09  4:29 UTC  (7+ messages)
` [PATCH,RFC,V5 1/6] Add new function lang_GNU_GIMPLE
` [PATCH,RFC,V5 3/6] Setup for CTF generation and emission
` [PATCH,RFC,V5 5/6] Update CTF testsuite
` [PATCH,RFC,V5 2/6] Add CTF command line options : -gtLEVEL
` [PATCH,RFC,V5 6/6] Handle CTF sections when LTO is enabled
` [PATCH,RFC,V5 4/6] CTF generation for a single compilation unit

[PATCH] genemit: Print file+line in the "Splitting with" message
 2019-09-08 19:56 UTC  (2+ messages)

C++ PATCH for c++/84374 - diagnose invalid uses of decltype(auto)
 2019-09-08 16:47 UTC 

[PATCH V6 00/11] eBPF support for GCC
 2019-09-08 16:39 UTC  (9+ messages)
` [PATCH V6 11/11] bpf: add myself as the maintainer for the eBPF port
` [PATCH V6 05/11] bpf: new GCC port

[PATCH, libstdc++] Improve the performance of std::uniform_int_distribution (fewer divisions)
 2019-09-08 16:10 UTC 

[PATCH v2 4/6] compiler-gcc.h: add asm_inline definition
 2019-09-08 13:55 UTC  (20+ messages)

[PATCH] Optimize to_chars
 2019-09-08 13:45 UTC  (5+ messages)

C++ PATCH for c++/91673 - ICE with noexcept in alias-declaration
 2019-09-07 20:37 UTC 

[PATCH] Fix PR 91684
 2019-09-07 18:32 UTC  (2+ messages)

libgo: Update to Go 1.13beta1 release
 2019-09-07  9:58 UTC  (2+ messages)

[PATCH] Punt on vectorizing sign-changing conditional reduction (PR tree-optimization/91665)
 2019-09-07  9:56 UTC 

[PATCH] Build proper false constant for VECTOR_TYPEs
 2019-09-07  7:02 UTC  (3+ messages)

[PATCH] RISC-V: Re-enable -msave-restore for shared libraries
 2019-09-07  0:11 UTC 

[PATCH 0/2] RISCV: Reduce code size when compiling with -msave-restore
 2019-09-06 23:41 UTC  (7+ messages)
` [PATCH 2/2] gcc/riscv: Add a mechanism to remove some calls to _riscv_save_0

[PATCH] bring -Warray-bounds closer to -Wstringop-overflow (PR91647, 91463, 91679)
 2019-09-06 23:27 UTC  (2+ messages)

[PATCH 1/2] rs6000: Delete UNSPEC_FRSP
 2019-09-06 19:35 UTC  (2+ messages)
` [PATCH 2/2] rs6000: Delete UNSPEC_MV_CR_OV

[PATCH, i386]: Improve STV conversion of shifts
 2019-09-06 19:32 UTC  (17+ messages)
    ` [PATCH, i386]: Do not limit the cost of moves to/from XMM register to minimum 8
                              ` [PATCH, i386]: Fix PR 91654: Runtime SPEC regression on Haswell

[OG9, committed] Backport gfx906 patches
 2019-09-06 17:22 UTC 

[PATCH] Deprecate -frepo option
 2019-09-06 16:03 UTC  (25+ messages)

[PATCH] [og9] Add omp_pause_resource{,_all} for AMD GCN
 2019-09-06 16:02 UTC  (3+ messages)
` [PATCH] [og9] Use more appropriate var in localize_reductions call
` [PATCH] [og9] OpenACC profiling support for AMD GCN

[C++ PATCH] Reserve a decl_lang bit
 2019-09-06 15:29 UTC  (2+ messages)

Fix GCC_LINUX_FUTEX to work with C99 compilers
 2019-09-06 14:56 UTC  (6+ messages)

[Patch 0/X] [WIP][RFC][libsanitizer] Introduce HWASAN to GCC
 2019-09-06 14:47 UTC  (17+ messages)
` [RFC][PATCH 14/X][libsanitizer] Introduce HWASAN block-scope poisoning
` [RFC][PATCH 1/X][libsanitizer] Introduce libsanitizer to GCC tree
` [RFC][PATCH 2/X][libsanitizer] Tie the hwasan library into our build system
` [RFC][PATCH 4/X][libsanitizer] Pass size and pointer info to error reporting functions
` [RFC][PATCH 3/X][libsanitizer] Allow compilation for HWASAN_WITH_INTERCEPTORS=OFF
` [RFC][PATCH 8/X][libsanitizer] Ensure HWASAN required alignment for stack variables
` [RFC][PATCH 5/X][libsanitizer] Introduce longjmp/setjmp interceptors to libhwasan
` [RFC][PATCH 7/X][libsanitizer] Add option to bootstrap using HWASAN
` [RFC][PATCH 6/X][libsanitizer] Add -fsanitize=hwaddress flags
` [RFC][PATCH 9/X][libsanitizer] Put tags into each stack variable pointer
` [RFC][PATCH 11/X][libsanitizer] Uncolour stack frame on function exit
` [RFC][PATCH 16/X][libsanitizer] Build libhwasan with interceptors
` [RFC][PATCH 15/X][libsanitizer] Add in MTE stubs
` [RFC][PATCH 12/X][libsanitizer] Check pointer tags match address tags
` [RFC][PATCH 10/X][libsanitizer] Colour the shadow stack for each stack variable
` [RFC][PATCH 13/X][libsanitizer] Instrument known builtin function calls

[OG9, committed] Backport error message for mapped parameters
 2019-09-06 13:56 UTC 

[PATCH][GCC] Optimize unnecessary casts out of binary math operations
 2019-09-06 13:46 UTC  (4+ messages)

[PATCH] Define std::ssize for C++20 (P1227R2)
 2019-09-06 12:54 UTC 

PowerPC future machine, version 3
 2019-09-06 12:50 UTC  (22+ messages)
` [PATCH V3, #1 of 10], Add basic pc-relative support
` [PATCH, V3, #6 of 10], Fix vec_extract breakage
` [PATCH, V3, #7 of 10], Implement PCREL_OPT relocation optimization
` [PATCH, V3, #8 of 10], Miscellaneous prefixed addressing tests

[PATCH] RISC-V: Fix bad insn splits with paradoxical subregs
 2019-09-06 12:39 UTC  (4+ messages)

[PATCH 0/6] [og9] OpenACC worker partitioning in middle end (AMD GCN)
 2019-09-06 12:32 UTC  (5+ messages)
` [PATCH 2/6] [og9] OpenACC middle-end worker-partitioning support

[PATCH 1/2] [og9] Fix tree check failure with reduction localization
 2019-09-06 12:15 UTC  (2+ messages)
` [PATCH 2/2] [og9] Remove duplicate SESE code in NVPTX backend

[PATCH] [ARM] Adjust test expectations of unaligned-memcpy-2/3.c (PR 91614)
 2019-09-06 12:12 UTC  (3+ messages)

Add ARRAY_REF based access patch disambiguation
 2019-09-06 11:44 UTC  (6+ messages)

[PATCH] Fixup the recently added arm/pr91603.c test case
 2019-09-06 11:27 UTC  (3+ messages)

[RFC PATCH] Add inlining growth bias flag
 2019-09-06 10:59 UTC 

PR88751: Backport to GCC 8 and 9 branches?
 2019-09-06 10:48 UTC  (2+ messages)

[PATCH] Fix testcase to not use vtable verification with LTO
 2019-09-06 10:27 UTC  (2+ messages)

[RFC/PATCH v2][PR89245] Check REG_CALL_DECL note during the tail-merging
 2019-09-06 10:23 UTC  (5+ messages)
      ` [EXTERNAL]Re: "

[PATCH] PR tree-optimization/90836 Missing popcount pattern matching
 2019-09-06 10:23 UTC  (2+ messages)

[PATCHv2] Fix not 8-byte aligned ldrd/strd on ARMv5 (PR 89544)
 2019-09-06 10:18 UTC  (16+ messages)
` [PATCHv3] "
      ` [PATCHv4] "
                      ` [PATCHv5] "

[PATCH][middle-end/88784] Middle end is missing some optimizations about unsigned
 2019-09-06 10:14 UTC  (17+ messages)
                  ` [PATCH 1/2] Auto-generate maybe_fold_and/or_comparisons from match.pd
                  ` [PATCH 2/2] Fix PR88784, middle end is missing some optimizations about unsigned

[arm] Add missing predicated-short-it variants to cmp_and and cmp_ior patterns
 2019-09-06  9:59 UTC 

[PATCH][OBVIOUS][DOCS] Improve documentation of for statement
 2019-09-06  9:36 UTC 

[OG9, committed] Backport GCN expcnt patches
 2019-09-06  8:44 UTC  (3+ messages)

[PATCH] Fix ICE with TYPE_TRANSPARENT_AGGR (PR middle-end/91001)
 2019-09-06  8:40 UTC  (4+ messages)
  ` [PATCH] Use RECORD_OR_UNION_TYPE_P for TYPE_TRANSPARENT_AGGR guarding (was Re: [PATCH] Fix ICE with TYPE_TRANSPARENT_AGGR (PR middle-end/91001))

[PATCH] Refactoring the misaligned expansion bits
 2019-09-06  6:02 UTC 

C++ PATCH for c++/91678 - wrong error with decltype and location wrapper
 2019-09-06  2:25 UTC 

[PATCH v2] [AARCH64] Add support for new control bits CTR_EL0.DIC and CTR_EL0.IDC
 2019-09-06  0:59 UTC  (5+ messages)

C++ PATCH for c++/90537 - Implement P1286R2, Contra CWG DR1778
 2019-09-05 20:21 UTC  (3+ messages)

[PR fortran/91496] !GCC$ directives error if mistyped or unknown
 2019-09-05 20:06 UTC  (7+ messages)

[PATCH, libstdc++] Doc changes for constexpr additions for C++20 status
 2019-09-05 19:46 UTC 

[PATCH] detect strcat/strcpy overflowing member arrays (PR 91631)
 2019-09-05 15:36 UTC  (2+ messages)

C++ PATCH for c++/91644 - ICE with constinit in function template
 2019-09-05 15:13 UTC  (4+ messages)

[PATCH, AArch64, v3 0/6] LSE atomics out-of-line
 2019-09-05 14:36 UTC 

[committed, amdgcn] Remove expcnt waits
 2019-09-05 14:23 UTC  (2+ messages)

[ PATCH ] C++20 <span>
 2019-09-05 13:52 UTC  (8+ messages)

[PATCH] Fix unaligned TARGET_MEM_REF expansion (PR 91615)
 2019-09-05 13:27 UTC  (2+ messages)

[PATCH, AArch64, v3 0/6] LSE atomics out-of-line
 2019-09-05 12:53 UTC  (8+ messages)
` [PATCH, AArch64, v3 5/6] aarch64: Implement -matomic-ool
` [PATCH, AArch64, v3 4/6] aarch64: Add out-of-line functions for LSE atomics

[SVE] PR86753
 2019-09-05 12:51 UTC  (23+ messages)

[preprocessor/91639] #includes at EOF
 2019-09-05 11:21 UTC 

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