public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[libgomp, nvptx, committed] Calculate default dims per device
 2018-07-30 14:26 UTC  (2+ messages)

[PATCH][GCC][AARCH64] Canonicalize aarch64 widening simd plus insns
 2018-07-30 13:58 UTC  (8+ messages)

[PATCH][Middle-end] disable strcmp/strncmp inlining with O2 below and Os
 2018-07-30 13:45 UTC  (4+ messages)

[PATCH] Fix PR middle-end/86705
 2018-07-30 13:29 UTC  (2+ messages)

[PATCH 0/7] Mitigation against unsafe data speculation (CVE-2017-5753)
 2018-07-30 13:17 UTC  (32+ messages)
` [PATCH 1/7] Add __builtin_speculation_safe_value
` [PATCH 00/11] (v2) Mitigation against unsafe data speculation (CVE-2017-5753)
  ` [PATCH 05/11] AArch64 - disable CB[N]Z TB[N]Z when tracking speculation
  ` [PATCH 04/11] AArch64 - Add new option -mtrack-speculation
  ` [PATCH 08/11] targhooks - provide an alternative hook for targets that never execute speculatively
  ` [PATCH 09/11] pdp11 - example of a port not needing a speculation barrier
  ` [PATCH 06/11] AArch64 - new pass to add conditional-branch speculation tracking
  ` [PATCH 01/11] Add __builtin_speculation_safe_value
  ` [PATCH 07/11] AArch64 - use CSDB based sequences if speculation tracking is enabled
  ` [PATCH 10/11] x86 - add speculation_barrier pattern
  ` [PATCH 11/11] rs6000 "
  ` [PATCH 02/11] Arm "
  ` [PATCH 03/11] AArch64 - add speculation barrier

[PATCH] arm: Generate correct const_ints (PR86640)
 2018-07-30 13:14 UTC 

[PATCH] Fix the damage done by my other patch from yesterday to strlenopt-49.c
 2018-07-30 13:03 UTC  (2+ messages)

[OBVIOUS][ARM][libgcc] Fix comment for code working on architectures >= 4
 2018-07-30 12:55 UTC 

[00/11] Add a vec_basic_block of scalar statements
 2018-07-30 11:47 UTC  (12+ messages)
` [01/11] Schedule SLP earlier
` [02/11] Remove vect_schedule_slp return value
` [03/11] Remove vect_transform_stmt grouped_store argument
` [04/11] Add a vect_orig_stmt helper function
` [05/11] Add a vect_stmt_to_vectorize "
` [06/11] Handle VMAT_INVARIANT separately
` [07/11] Use single basic block array in loop_vec_info
` [08/11] Make hoist_defs_of_uses use vec_info::lookup_def
` [09/11] Add a vec_basic_block structure
` [10/11] Make the vectoriser do its own DCE
` [11/11] Insert pattern statements into vec_basic_blocks

[GCC][PATCH][Aarch64] Exploiting BFXIL when OR-ing two AND-operations with appropriate bitmasks
 2018-07-30 11:31 UTC  (5+ messages)
`  "

[committed] Resync inline implementation of ceil_log2 (PR 86506)
 2018-07-30 11:24 UTC 

[C++2A] Implement P1008R1 - prohibit aggregates with user-declared constructors
 2018-07-30 11:01 UTC 

[libgomp, nvptx. committed] Handle per-function max-threads-per-block in default dims
 2018-07-30 10:20 UTC 

[patch] adjust default nvptx launch geometry for OpenACC offloaded regions
 2018-07-30 10:16 UTC  (8+ messages)

abstract remaining wide int operations in VRP
 2018-07-30  7:09 UTC 

[PATCH] Fix wrong code with truncated string literals (PR 86711/86714)
 2018-07-30  6:57 UTC  (3+ messages)

[PATCH] Avoid another non zero terminated string constant
 2018-07-30  6:52 UTC  (2+ messages)

[PATCH] [v4][aarch64] Avoid tag collisions for loads falkor
 2018-07-30  6:31 UTC  (2+ messages)
` [PING][PATCH] "

front-page news rotation policy?
 2018-07-30  1:41 UTC  (3+ messages)

[wwwdocs] Replace <a name=...> by id= attributes in all of projects/
 2018-07-29 20:47 UTC 

[PATCH] Move -Walloca and related warnings from c.opt to common.opt
 2018-07-29 18:35 UTC 

[committed] Move non-PIC jump table to rodata on 32-bit linux
 2018-07-29 16:38 UTC 

[PATCH] libbacktrace: Move define of HAVE_ZLIB into check for -lz
 2018-07-29 14:50 UTC 

New Swedish PO file for 'gcc' (version 8.2.0)
 2018-07-29 11:12 UTC 

[PATCH] libgcc: m68k: avoid TEXTRELs in shared library (PR 86224)
 2018-07-29 10:05 UTC  (5+ messages)
  ` [PATCH v2] "

[wwwdocs, committed] Update Nios II info
 2018-07-28 22:24 UTC 

[Patch, fortran] PR80477 - [OOP] Polymorphic function result generates memory leak
 2018-07-28 16:57 UTC 

[Patch, fortran] PR80477 - [OOP] Polymorphic function result generates memory leak
 2018-07-28 16:37 UTC  (2+ messages)

[PATCH 0/5] dump_printf support for middle-end types
 2018-07-28 14:06 UTC  (7+ messages)
` [PATCH 3/5] C++: clean up cp_printer
` [PATCH 1/5] Simplify dump_context by adding a dump_loc member function
` [PATCH 5/5] Formatted printing for dump_* in the middle-end
` [PATCH 4/5] c-family: clean up the data tables in c-format.c
` [PATCH 2/5] dumpfile.c: eliminate special-casing of dump_file/alt_dump_file

[PATCH v2 00/10] New backend for the TI PRU processor
 2018-07-28 13:46 UTC  (11+ messages)
` [PATCH v2 10/10] testsuite: Mark testsuite that PRU has different calling convention
` [PATCH v2 04/10] testsuite: Add check for overflowed IMEM region to testsuite
` [PATCH v2 02/10] Initial TI PRU libgcc port
` [PATCH v2 07/10] testsuite: Define PRU stack usage
` [PATCH v2 03/10] testsuite: Add PRU tests
` [PATCH v2 06/10] testsuite: Remove PRU from test cases requiring hosted environment
` [PATCH v2 05/10] testsuite: Add check for unsupported TI ABI PRU features to testsuite
` [PATCH v2 01/10] Initial TI PRU GCC port
` [PATCH v2 09/10] testsuite: Mark that PRU uses all function pointer bits
` [PATCH v2 08/10] testsuite: Mark that PRU has one-cycle jumps

[PATCH] libitm: sh: avoid absolute relocation in shared library (PR 86712)
 2018-07-28 13:04 UTC  (3+ messages)
  ` [PATCH v2] "

[patch] improve internals documentation for nested function descriptors
 2018-07-28  7:36 UTC  (5+ messages)

[PATCH] Fix DJGPP LTO with debug
 2018-07-28  7:21 UTC  (3+ messages)

[0/5] C-SKY port
 2018-07-28  1:49 UTC  (9+ messages)
` [2/5] C-SKY port: Backend implementation

[RFC] Fix recent popcount change is breaking
 2018-07-27 23:36 UTC  (11+ messages)

New German PO file for 'gcc' (version 8.2.0)
 2018-07-27 23:32 UTC 

[PATCH], Remove undocumented -mtoc-fusion from PowerPC
 2018-07-27 22:16 UTC  (3+ messages)

[PATCH] enhance strlen to understand MEM_REF and partial overlaps (PR 86042, 86043)
 2018-07-27 21:31 UTC  (8+ messages)

RFA: libiberty: avoid UBSAN complaint in cplus-dem.c
 2018-07-27 20:18 UTC  (2+ messages)

Contents of PO file 'gcc-8.2.0.uk.po'
 2018-07-27 19:32 UTC 

New Ukrainian PO file for 'gcc' (version 8.2.0)
 2018-07-27 19:32 UTC 

libgo patch committed: Prune sighandler frames in runtime.sigprof
 2018-07-27 18:44 UTC 

[PATCH] haiku: Initial build support
 2018-07-27 17:22 UTC  (6+ messages)

[PATCH] fix typo in tree-ssa-strlen.c (PR 86696)
 2018-07-27 17:08 UTC  (2+ messages)
` committed "

[PATCH] Avoid infinite loop with duplicate anonymous union fields
 2018-07-27 17:02 UTC  (2+ messages)

[PATCH] Fix segfault in -fsave-optimization-record (PR tree-optimization/86636)
 2018-07-27 16:58 UTC  (4+ messages)
` [PATCH] Fixes to testcase for PR tree-optimization/86636

[Patch-86512]: Subnormal float support in armv7(with -msoft-float) for intrinsics
 2018-07-27 16:45 UTC  (7+ messages)

[PATCH] Fix hard regno checks
 2018-07-27 15:36 UTC  (2+ messages)

[PATCH, rs6000] Replace __uint128_t and __int128_t with __uint128 and __int128 in Power PC built-in documentation
 2018-07-27 15:07 UTC  (3+ messages)
  ` Fwd: "

[PATCH] C++: suggestions for misspelled private members (PR c++/84993)
 2018-07-27 15:00 UTC  (2+ messages)
` [PING] "

[PATCH] Fix an UBSAN error in cp/parse.c (PR c++/86653)
 2018-07-27 14:25 UTC  (2+ messages)

[PATCH] [MSP430] Fix PR/86662
 2018-07-27 13:09 UTC 

[gomp5] Add omp_pause_resource{,_all} support
 2018-07-27 13:05 UTC 

[GCC][PATCH][Aarch64] Stop redundant zero-extension after UMOV when in DI mode
 2018-07-27 12:39 UTC  (6+ messages)

[PATCH] Add malloc predictor (PR middle-end/83023)
 2018-07-27 12:38 UTC  (4+ messages)

Build fail on gthr-simple.h targets (Re: AsyncI/O patch committed)
 2018-07-27 12:26 UTC  (4+ messages)

[PATCH] Make strlen range computations more conservative
 2018-07-27  6:49 UTC  (5+ messages)

[wwwdocs] PATCH for Re: Create a new mirror
 2018-07-27  6:35 UTC  (2+ messages)

[PATCH 00/11] New backend for the TI PRU processor
 2018-07-27  5:23 UTC  (4+ messages)
` [PATCH 11/11] Increase MAX_MAX_OPERANDS limit

[PATCH] Merge Ignore and Deprecated in .opt files
 2018-07-26 21:41 UTC  (7+ messages)

[PATCH] treat -Wxxx-larger-than=HWI_MAX special (PR 86631)
 2018-07-26 20:52 UTC  (8+ messages)

[PATCH][Fortran] Use MIN/MAX_EXPR for intrinsics or __builtin_fmin/max when appropriate
 2018-07-26 20:36 UTC  (10+ messages)
          ` [PATCH][Fortran][v2] Use MIN/MAX_EXPR for min/max intrinsics

[PATCH rs6000] Fix PR86612
 2018-07-26 20:32 UTC  (2+ messages)

[PATCH] Add a test for std::condition_variable_any
 2018-07-26 20:06 UTC  (2+ messages)

New template for 'gcc' made available
 2018-07-26 18:59 UTC 

[PATCH] Make function clone name numbering independent
 2018-07-26 17:27 UTC  (8+ messages)

Backports to 8.3
 2018-07-26 16:41 UTC 

[committed] Partial fix for for-15.C (PR middle-end/86660)
 2018-07-26 16:26 UTC 

[committed] Don't ignore OpenMP map clauses for declare target to vars if there is always modifier (PR middle-end/86660)
 2018-07-26 16:24 UTC 

[PATCH 0/8] Reduce/remove dependencies on _GLIBCXX_USE_C99_STDINT_TR1
 2018-07-26 16:03 UTC  (13+ messages)
` [PATCH 4/8] Add missing checks for _GLIBCXX_USE_C99_STDINT_TR1
` [PATCH 7/8] Remove dg-require-cstdint directive from tests
` [PATCH 8/8] Add missing dg-require-cstdint directives to tests
` [PATCH 5/8] Remove dg-require-cstdint directive from tests
` [PATCH 6/8] "
` [PATCH 2/8] Remove char16_t and char32_t dependency on <stdint.h>
` [PATCH 3/8] Modify some library internals to work without <stdint.h>

Build fail on gthr-simple.h targets (Re: AsyncI/O patch committed)
 2018-07-26 15:18 UTC 

[PATCH] [AArch64, Falkor] Switch to using Falkor-specific vector costs
 2018-07-26 14:47 UTC  (3+ messages)

[PATCH] Print heuristics probability fraction part with 2 digits
 2018-07-26 14:43 UTC 

PING [PATCH] libsanitizer: Mark REAL(swapcontext) with indirect_return attribute on x86
 2018-07-26 14:40 UTC  (2+ messages)

PING [PATCH] i386: Remove _Unwind_Frames_Increment
 2018-07-26 14:40 UTC 

[PATCH 0/3] Add OpenACC diagnostics to -fopt-info-note-omp
 2018-07-26 14:14 UTC  (4+ messages)
` [PATCH 3/3] Add user-friendly OpenACC diagnostics regarding detected parallelism

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