public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCHv2] Fix not 8-byte aligned ldrd/strd on ARMv5 (PR 89544)
 2019-08-23  0:05 UTC  (20+ messages)
  ` [PATCHv3] "
        ` [PATCHv4] "
                        ` [PATCHv5] "
                              ` Fwd: "
                        ` [PATCH] Sanitizing the middle-end interface to the back-end for strict alignment

[PATCH] fold constant flexarrays to strings (PR 91490)
 2019-08-22 23:52 UTC  (7+ messages)

[PATCH, c-family] Fix a PCH thinko (and thus PR61250)
 2019-08-22 22:37 UTC  (2+ messages)

[PATCH] fold more string comparison with known result (PR 90879)
 2019-08-22 22:23 UTC  (9+ messages)

[PATCH] libgcc/crtstuff.c: Fix incorrect alignment of entries in CRT data structures (PR target/91306)
 2019-08-22 22:05 UTC  (2+ messages)

[PATCH] Builtin function roundeven folding implementation
 2019-08-22 21:39 UTC  (10+ messages)

[PATCH 1/2] rs6000: Move various non-vector things out of altivec.md
 2019-08-22 21:30 UTC  (2+ messages)
` [PATCH 2/2] rs6000: Use unspec_volatile for darn (PR91481)

dwarf2out suspicious code
 2019-08-22 20:14 UTC 

[PATCH] issue consistent warning for past-the-end array stores (PR 91457)
 2019-08-22 19:59 UTC  (8+ messages)

[patch, fortran] Fix PR 91390 - treatment of extra parameter in a subroutine call
 2019-08-22 19:21 UTC  (3+ messages)

C++ PATCH for c++/79817 - attribute deprecated on namespace
 2019-08-22 18:59 UTC  (3+ messages)

[Patch, Fortran] CO_BROADCAST for derived types with allocatable components
 2019-08-22 18:54 UTC 

[RFA] [tree-optimization/80576] Handle non-constant sizes in DSE
 2019-08-22 18:50 UTC  (10+ messages)

[testsuite, i386] Fix gcc.target/i386/minmax-4.c etc. on 32-bit Solaris/x86
 2019-08-22 18:01 UTC  (2+ messages)

[PATCH][arm][committed] Fix use of CRC32 intrinsics with Armv8-a and hard-float
 2019-08-22 17:41 UTC 

[PATCH][Arm] Add support for missing CPUs
 2019-08-22 16:40 UTC 

[Arm] Add 16-bit thumb alternatives to iorsi3_compare0[_scratch]
 2019-08-22 16:25 UTC 

[RFC] Enable math functions linking with static library for LTO
 2019-08-22 15:18 UTC  (5+ messages)

[PATCH] i386: Roundeven expansion for SSE4.1+
 2019-08-22 14:43 UTC  (5+ messages)

[RFC] [AARCH64] Add support for new control bits CTR_EL0.DIC and CTR_EL0.IDC
 2019-08-22 14:33 UTC 

[PATCH v2] S/390: Improve storing asan frame_pc
 2019-08-22 14:29 UTC  (3+ messages)
` PING "
  ` PING^2 "

[PATCH v2 0/9] S/390: Use signaling FP comparison instructions
 2019-08-22 14:26 UTC  (10+ messages)
` [PATCH v2 2/9] hash_traits: split pointer_hash_mark from pointer_hash
` [PATCH v2 3/9] Introduce can_vector_compare_p function
` [PATCH v2 1/9] Document signaling for min, max and ltgt operations
` [PATCH v2 4/9] S/390: Do not use signaling vector comparisons on z13
` [PATCH v2 5/9] S/390: Implement vcond expander for V1TI,V1TF
` [PATCH v2 6/9] S/390: Remove code duplication in vec_unordered<mode>
` [PATCH v2 7/9] S/390: Remove code duplication in vec_* comparison expanders
` [PATCH v2 8/9] S/390: Use signaling FP comparison instructions
` [PATCH v2 9/9] S/390: Test "

[PATCH][ARM] Cleanup DImode shifts
 2019-08-22 13:46 UTC  (3+ messages)

[PATCH][ARM] Remove remaining Neon DImode support
 2019-08-22 13:46 UTC  (2+ messages)

[PATCH] Fix PR91522
 2019-08-22 13:46 UTC 

[PATCH][ARM] Cleanup logical DImode operations
 2019-08-22 13:35 UTC  (2+ messages)

[PATCH] or1k: Fix issue with set_got clobbering r9
 2019-08-22 12:36 UTC 

[patch][aarch64]: add intrinsics for vld1(q)_x4 and vst1(q)_x4
 2019-08-22 12:08 UTC  (6+ messages)

[SVE] PR86753
 2019-08-22 12:05 UTC  (6+ messages)

[PATCH][AArch64] Add support for missing CPUs
 2019-08-22 12:03 UTC  (2+ messages)

[PATCH 0/8] eBPF support for GCC
 2019-08-22 11:44 UTC  (9+ messages)
` [PATCH 2/8] bpf: new GCC port

[PATCH] Add missing popcount simplifications (PR90693)
 2019-08-22 11:29 UTC  (6+ messages)

[PATCH][AArch64] Don't split 64-bit constant stores to volatile location
 2019-08-22 10:59 UTC  (2+ messages)

[PATCH, libphobos] Committed merge with upstream druntime 5bb8ce19
 2019-08-22 10:46 UTC  (2+ messages)

[SVE] [aarch64] Add "@" in vcond_mask pattern
 2019-08-22  9:34 UTC  (2+ messages)

[PATCH V2 0/8] eBPF support for GCC
 2019-08-22  9:25 UTC  (17+ messages)
` [PATCH V2 2/8] bpf: new GCC port

[PATCH v2 3/3] Consider doloop cmp use in ivopts
 2019-08-22  9:16 UTC  (10+ messages)
` [PATCH v3 3/3] PR80791 "
      ` [PATCH v5 "
        ` [PATCH v6 "

Implement C++20 p1424 - 'constexpr' feature macro concerns
 2019-08-22  7:50 UTC  (3+ messages)

[PATCH] Add MD Function type check for builtin_md vectorize
 2019-08-22  5:48 UTC  (3+ messages)

PR90724 - ICE with __sync_bool_compare_and_swap with -march=armv8.2-a
 2019-08-22  3:36 UTC  (11+ messages)

[wwwdocs] Document C++ news in GCC 10 Release Notes
 2019-08-22  2:44 UTC  (2+ messages)

Fix crash with -fdump-ada-spec
 2019-08-21 23:47 UTC  (4+ messages)

[PATCH] [PR81810] unused strcpy to a local buffer not eliminated
 2019-08-21 22:34 UTC  (3+ messages)

Deque fiil/copy/move/copy_backward/move_backward/equal overloads
 2019-08-21 21:18 UTC  (9+ messages)
` PR 90409 "

Merge from trunk to gccgo branch
 2019-08-21 19:56 UTC  (2+ messages)

[PATCH 0/4] True IPA reimplementation of IPA-SRA (v4)
 2019-08-21 18:36 UTC  (5+ messages)
` [PATCH 4/4] Modifications to the testsuite
` [PATCH 2/4] New parameter manipulation infrastructure
` [PATCH 3/4] New IPA-SRA implementation
` [PATCH 1/4] Remove old IPA-SRA, introduce tree-sra.h

[PATCH][AArch64] Expand DImode constant stores to two SImode stores when profitable
 2019-08-21 17:32 UTC  (3+ messages)

[PATCH] rs6000: Add ordered compares (PR58684)
 2019-08-21 17:32 UTC  (2+ messages)

Go patch committed: Don't use pkgpath for fieldtrack of unexported field
 2019-08-21 17:32 UTC 

[PATCH] builtin fadd variants implementation
 2019-08-21 17:24 UTC  (2+ messages)

[PATCH 0/3] Simplify wrapped binops
 2019-08-21 17:16 UTC  (8+ messages)
` [PATCH 2/3] Add simplify rules for wrapped binary operations

C++ PATCH for c++/91304 - prefix attributes ignored in condition
 2019-08-21 16:55 UTC 

Go patch committed: If hidden function referenced by inline, don't hide descriptor
 2019-08-21 15:53 UTC 

[C++] Protect call to copy_attributes_to_builtin (PR91505)
 2019-08-21 14:30 UTC  (2+ messages)

PowerPC 'future' patches introduction
 2019-08-21 13:34 UTC  (6+ messages)
` PC-relative TLS support

[PATCH 0/8] Use signaling FP comparison instructions
 2019-08-21 12:59 UTC  (16+ messages)
` [PATCH 1/8] Document signaling for min, max and ltgt operations
` [PATCH 2/8] Introduce vcond_supported_p hook

[SVE] PR88839
 2019-08-21 12:24 UTC  (3+ messages)

[PATCH] Fix PR91482
 2019-08-21 12:01 UTC  (2+ messages)

[COMMITTED] [testsuite][arm] Add missing quotes to expected warning messages
 2019-08-21 11:25 UTC 

[Ada] Fix type mismatch in extended return statement expansion
 2019-08-21  9:54 UTC 

[Ada] Improve detection of end of the process by GNAT.Expect
 2019-08-21  9:48 UTC 

[Ada] Undefined master in task with limited class-wide aliased entry formal
 2019-08-21  9:43 UTC 

[Ada] More complete information level for -gnatR4 output
 2019-08-21  9:27 UTC 

[Ada] Missing attribute update in new_copy_tree
 2019-08-21  8:31 UTC 

[PATCH, PR d/90444] Committed fix for ICE in d_init_builtins, at d/d-builtins.cc:1121
 2019-08-21  8:31 UTC 

[Ada] Max_Entry_Queue_Length aspect for protected entries
 2019-08-21  8:31 UTC 

[Ada] Ignore subprogram address in ownership checking
 2019-08-21  8:31 UTC 

[Ada] More precise propagation of Size attribute in generic instances
 2019-08-21  8:31 UTC 

[PATCH, libphobos] Committed merge with upstream druntime 94686651
 2019-08-21  8:31 UTC 

[Ada] Fix assertion failure on derived private protected type
 2019-08-21  8:31 UTC 

[Ada] Avoid spurious error in GNATprove mode on non-null access types
 2019-08-21  8:31 UTC 

[PATCH PR d/91339] Committed merge with upstream dmd b37a537d3
 2019-08-21  8:31 UTC 

[Ada] Do not rewrite argument of pragma Entry_Queue_Length in analysis
 2019-08-21  8:31 UTC 

[PATCH, libphobos] Committed merge with upstream phobos 66ae77ac3
 2019-08-21  8:02 UTC 

[PATCH, d] Committed merge with upstream dmd 375ed10aa
 2019-08-21  8:02 UTC 

[PATCH, PR d/88722] Partially fix ICE: in register_moduleinfo, at d/modules.cc:40
 2019-08-21  8:02 UTC 

[PATCH, PR d/90445] Committed fix for ICE in d_build_c_type_nodes, at d/d-builtins.cc:783
 2019-08-21  8:01 UTC 

[PATCH, PR d/90446] Committed fix for segfault in build_function_type at gcc/tree.c:8539
 2019-08-21  8:00 UTC 

[PATCH] Fix invalid RTL sharing caused by STV changes
 2019-08-21  7:58 UTC 

Patch RFA: [C family frontend]: avoid weird constant values in libgo/sysinfo.go
 2019-08-21  6:43 UTC 

Go patch committed: Implement shifts by signed amounts
 2019-08-21  2:26 UTC 

[PATCH] Do not try to process deleted headers with Doxygen
 2019-08-20 23:36 UTC 

[PATCH] Fix markdown in Doxygen comments for std::reduce
 2019-08-20 23:04 UTC 

[patch, fortran] Fix PR 91443
 2019-08-20 22:14 UTC  (6+ messages)
    ` What to do with argument mismatches in Fortran (was: [patch, fortran] Fix PR 91443)

[PATCH], Fix V1TI in Altivec regs on old systems
 2019-08-20 20:05 UTC 

[ARM/FDPIC v5 00/21] FDPIC ABI for ARM
 2019-08-20 17:13 UTC  (4+ messages)
` [ARM/FDPIC v5 04/21] [ARM] FDPIC: Add support for FDPIC for arm architecture

[PATCH 0/9] IPA ICF overhaul
 2019-08-20 14:42 UTC  (10+ messages)
` [PATCH 3/9] operand_equal_p: add support for OBJ_TYPE_REF

[PATCH] Fix PR37242
 2019-08-20 13:02 UTC 

[PATCH] Make cdtor names stable for LTO (PR lto/91307)
 2019-08-20 12:39 UTC  (7+ messages)

[PATCH, OpenACC, 3/3] Non-contiguous array support for OpenACC data clauses (re-submission), libgomp patches
 2019-08-20 12:16 UTC 

[PATCH, OpenACC, 2/3] Non-contiguous array support for OpenACC data clauses (re-submission), compiler patches
 2019-08-20 12:01 UTC 

[PATCH, OpenACC, 1/3] Non-contiguous array support for OpenACC data clauses (re-submission), front-end patches
 2019-08-20 11:54 UTC 

[Ada] Warning for out-of-order record representation clauses
 2019-08-20  9:51 UTC 

[Ada] Improve speed of discriminated return types
 2019-08-20  9:51 UTC 

[Ada] Crash on a Storage_Size aspect depending on attr. of another type
 2019-08-20  9:51 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).