public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH 00/30] Rename movmem pattern to cpymem
 2019-06-25 20:26 UTC  (9+ messages)
` [PATCH 04/30] Changes to arc
` [PATCH 02/30] Changes for aarch64
` [PATCH 03/30] Changes for alpha
` [PATCH 07/30] Changes to bfin
` [PATCH 06/30] Changes to avr
` [PATCH 05/30] Changes to arm
` [PATCH 08/30] Changes to c6x
` [PATCH 09/30] Changes to frv

[Darwin, PPC, committed] Move the out of line register save/restore to an endfile
 2019-06-25 20:19 UTC 

[PATCH] Fix missing else keyword seen with clang-static-analyzer:
 2019-06-25 20:00 UTC  (2+ messages)

[PATCH] Define midpoint and lerp functions for C++20 (P0811R3)
 2019-06-25 19:56 UTC  (8+ messages)

[PATCH, rs6000] Split up rs6000.c
 2019-06-25 19:12 UTC  (2+ messages)

[PATCH] Enable GCC support for AVX512_VP2INTERSECT
 2019-06-25 17:13 UTC  (23+ messages)

[patch][aarch64]: fix frame pointer setup before tlsdesc call
 2019-06-25 16:51 UTC 

[C++ PATCH] * class.c (resolves_to_fixed_type_p): Check CLASSTYPE_FINAL
 2019-06-25 16:14 UTC 

[PATCH] Properly sum costs in tree-vect-loop.c (PR tree-optimization/90973)
 2019-06-25 15:26 UTC  (4+ messages)

[patch] Add NetBSD/hppa target
 2019-06-25 14:45 UTC  (5+ messages)

[SVE] [fwprop] PR88833 - Redundant moves for WHILELO-based loops
 2019-06-25 14:35 UTC  (7+ messages)

[PATCH][RFC] Sanitize equals and hash functions in hash-tables
 2019-06-25 14:23 UTC  (24+ messages)

value_range and irange unification
 2019-06-25 14:15 UTC  (4+ messages)

[RFC] zstd as a compression algorithm for LTO
 2019-06-25 14:15 UTC  (17+ messages)
            ` [PATCH] Add .gnu.lto_.meta section

[C++ PATCH] Fix ICE in constexpr evaluation of ADDR_EXPR of ARRAY_REF of a vector (PR c++/90969)
 2019-06-25 14:01 UTC  (2+ messages)

[PATCH] Enable use of #pragma omp simd reduction(inscan,...) even for GCC10+ in PSTL
 2019-06-25 13:19 UTC  (3+ messages)

[PATCH] Automatics in equivalence statements
 2019-06-25 13:17 UTC  (6+ messages)

[PATCH] Try fix PR90911
 2019-06-25 12:59 UTC 

Use ODR for canonical types construction in LTO
 2019-06-25 12:29 UTC  (27+ messages)

[PATCH] Transform filter-rtags-warnings to filter-clang-warnings
 2019-06-25 12:28 UTC 

[PATCH] Remove dead code in df-scan.c (PR tree-optimization/90978)
 2019-06-25 11:45 UTC  (2+ messages)

C++ PATCH for c++/83820 - excessive attribute arguments not detected
 2019-06-25 11:28 UTC  (2+ messages)

PING: [PATCH, Modula-2 (C/C++/D/F/Go/Jit)] (Register spec fn) (v2)
 2019-06-25 10:54 UTC 

[PATCH] PR90930 followup
 2019-06-25 10:18 UTC 

[PATCH][MSP430] Implement alternate "__intN__" form of "__intN" type
 2019-06-25  9:57 UTC  (3+ messages)

[PATCH] [ARC] Fix PR89838
 2019-06-25  9:53 UTC  (3+ messages)

[PATCH, RFC] Fix PR62147 by passing finiteness information to RTL phase
 2019-06-25  9:53 UTC  (3+ messages)
  ` [PATCH V2, "

[committed, amdgcn] Wait for exit value to write before exiting
 2019-06-25  9:49 UTC  (2+ messages)

[committed, amdgcn] Fix stack initialization bug
 2019-06-25  9:48 UTC  (2+ messages)

[PATCH] Change std::ceil2 to be undefined if the result can't be represented
 2019-06-25  9:40 UTC 

[GCC][middle-end] Add rules to strip away unneeded type casts in expressions (2nd patch)
 2019-06-25  9:02 UTC  (3+ messages)

[PATCH][GCC][AArch64] Make processing less fragile in config.gcc
 2019-06-25  8:30 UTC  (2+ messages)

[PATCH][gcc] libgccjit: check result_type in gcc_jit_context_new_binary_op
 2019-06-25  8:11 UTC  (8+ messages)

[PR 90939] Remove outdated assert in ipcp_bits_lattice::meet_with
 2019-06-25  7:37 UTC  (2+ messages)

[committed] Fix C ICE with #pragma omp atomic
 2019-06-25  7:03 UTC 

libgo patch committed: memequal and memclrNoHeapPointers nosplit
 2019-06-25  6:16 UTC 

[PATCH] constrain one character optimization to one character stores (PR 90989)
 2019-06-25  0:47 UTC  (3+ messages)

[RFA] Handle _CHK builtins in tree-ssa-dse.c
 2019-06-25  0:20 UTC 

[RFC] [PATCH][C][ADA] use function descriptors instead of trampolines in C
 2019-06-24 21:35 UTC  (20+ messages)
  ` [PATCH v2][C][ADA] "
              ` [PATCH v3][C][ADA] "
                  ` [PATCH v4][C][ADA] "
                                    ` [PATCH v6][C][ADA] "

[PATCH][gcc] libgccjit: add bitfield support
 2019-06-24 21:05 UTC  (4+ messages)

Start implementing -frounding-math
 2019-06-24 20:10 UTC  (10+ messages)

[Darwin, PPC, testsuite, committed] Skip tests for unimplemented functionality
 2019-06-24 19:39 UTC 

[committed] OpenACC Profiling Interface (incomplete)
 2019-06-24 19:37 UTC  (5+ messages)
` [PATCH, og9] Port OpenACC profiling interface to OG9

std::vector<bool> code cleanup fixes optimizations
 2019-06-24 19:31 UTC  (2+ messages)

[Darwin, PPC, testsuite, committed] Fix spec-barr-1.c for Darwin
 2019-06-24 19:27 UTC 

[Darwin, testsuite, committed] Fix isysroot-1.c for Darwin versions with fixincludes for stdio.h
 2019-06-24 19:19 UTC 

Go patch committed: Open code string equality comparisons
 2019-06-24 17:54 UTC 

Odd behaviour of indirect_ref_may_alias_decl_p in vn oracle
 2019-06-24 17:24 UTC  (3+ messages)

[PATCH] Fix PR90930, alias oracle parts
 2019-06-24 17:16 UTC 

Go patch committed: Use builtin memcmp directly
 2019-06-24 16:54 UTC 

[PATCH][Arm] Remove constraint strings from define_expand constructs in the back end
 2019-06-24 16:27 UTC  (2+ messages)

[PATCH] i386: Separate costs of RTL expressions from costs of moves
 2019-06-24 16:16 UTC  (10+ messages)

[PATCH 0/3] RFC: Let debug stmts influence codegen at -Og
 2019-06-24 16:10 UTC  (11+ messages)
` [PATCH 1/3] RFC: Add a mode in which debug stmts participate in codegen
` [PATCH 0/3] RFC: Keep debug values live for -Og
` [PATCH 3/3] RFC: Add -O1g

[PATCH][AArch64] Remove constraint strings from define_expand constructs in the back end
 2019-06-24 15:33 UTC 

[PATCH] some more -Wformat-diag cleanup
 2019-06-24 15:23 UTC  (2+ messages)

[PATCH 0/5] Tweak IRA handling of tying and earlyclobbers
 2019-06-24 14:33 UTC  (12+ messages)
` [PATCH 2/5] Simplify ira_setup_alts
` [PATCH 4/5] Allow earlyclobbers in ira_get_dup_out_num
` [PATCH 3/5] Make ira_get_dup_out_num handle more cases
` [PATCH 5/5] Use ira_setup_alts for conflict detection

RFA: Synchronize top level files with binutils
 2019-06-24 14:11 UTC  (9+ messages)

[PATCH] Do not call strlen with NULL argument in libgcov
 2019-06-24 13:11 UTC 

[PATCH] Fix PR90972
 2019-06-24 13:09 UTC 

[committed] Add OpenMP 5 exclusive scan support for simd constructs
 2019-06-24 11:43 UTC  (2+ messages)

[PATCH] [RFC, PGO+LTO] Missed function specialization + partial devirtualization
 2019-06-24  9:20 UTC  (4+ messages)

[C++ Patch] PR 90909 ("[10 Regression] call devirtualized to pure virtual")
 2019-06-24  8:54 UTC  (9+ messages)

[PATCH] [RS6000] Change maddld match_operand from DI to GPR
 2019-06-24  8:16 UTC  (9+ messages)

[PATCH] Update to clang-format script
 2019-06-24  3:58 UTC  (2+ messages)

Go patch committed: edit error messages to avoid -Wformat-diag warnings
 2019-06-23 22:10 UTC 

Go patch committed: Stop using gcc diagnostic formatting for info messages
 2019-06-23 22:05 UTC 

[PATCH] don't trim empty string initializers for pointers (PR 90947)
 2019-06-23 21:51 UTC  (3+ messages)

[Patch, fortran] PR90903 - Implement runtime checks for bit manipulation intrinsics
 2019-06-23 21:37 UTC 

[Darwin, PPC, testsuite, committed] Fix builtins-2 Darwin
 2019-06-23 20:31 UTC 

[Darwin, PPC, testsuite, committed] Fix pr80125 testcase for Darwin
 2019-06-23 20:14 UTC 

[Darwin, PPC, testsuite, committed] Fix builtins-1 testcase for Darwin
 2019-06-23 19:55 UTC 

[Darwin, PPC, committed] Handle GCC target pragma
 2019-06-23 19:25 UTC 

[Darwin, PPC, committed] Emit uppercase versions of ppc defines
 2019-06-23 19:17 UTC 

[Darwin, PPC, testsuite, committed] Fix pr71785 testcase for Darwin
 2019-06-23 19:04 UTC 

[C++ Patch] A few additional location improvements to grokdeclarator and check_tag_decl
 2019-06-23 11:58 UTC 

[PATCH] implement -Wformat-diag, v2
 2019-06-23  4:46 UTC  (8+ messages)

C++ PATCH to rename DEFAULT_ARG to DEFERRED_PARSE
 2019-06-23  3:29 UTC  (2+ messages)

C++ PATCH to detect narrowing in case values (PR c++/90805)
 2019-06-23  3:28 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).