public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] expr: build string_constant only for a char type
 2020-07-27 14:14 UTC  (4+ messages)

[PATCH 00/29] rs6000: Auto-generate builtins from descriptions [V2]
 2020-07-27 14:14 UTC  (22+ messages)
` [PATCH 01/29] rs6000: Initial create of rs6000-gen-builtins.c
` [PATCH 02/29] rs6000: Add initial input files
` [PATCH 03/29] rs6000: Add file support and functions for diagnostic support
` [PATCH 04/29] rs6000: Add helper functions for parsing
` [PATCH 05/29] rs6000: Add functions for matching types, part 1 of 3
` [PATCH 06/29] rs6000: Add functions for matching types, part 2 "
` [PATCH 07/29] rs6000: Add functions for matching types, part 3 "
` [PATCH 08/29] rs6000: Red-black tree implementation for balanced tree search
` [PATCH 09/29] rs6000: Main function with stubs for parsing and output
` [PATCH 10/29] rs6000: Parsing built-in input file, part 1 of 3
` [PATCH 11/29] rs6000: Parsing built-in input file, part 2 "
` [PATCH 12/29] rs6000: Parsing built-in input file, part 3 "
` [PATCH 13/29] rs6000: Parsing of overload input file
` [PATCH 14/29] rs6000: Build and store function type identifiers
` [PATCH 15/29] rs6000: Write output to the vector definition include file
` [PATCH 16/29] rs6000: Write output to the builtins header file
` [PATCH 17/29] rs6000: Write output to the builtins init file, part 1 of 3
` [PATCH 18/29] rs6000: Write output to the builtins init file, part 2 "
` [PATCH 19/29] rs6000: Write output to the builtins init file, part 3 "
` [PATCH 20/29] rs6000: Incorporate new builtins code into the build machinery
` [PATCH 21/29] rs6000: Add remaining AltiVec builtins

[PATCH] [PATCH][GCC] arm: Enable no-writeback vldr.16/vstr.16
 2020-07-27 14:08 UTC 

[PATCH] vect: Support vector with length cost modeling
 2020-07-27 13:40 UTC  (11+ messages)
  ` [PATCH v2] vect/rs6000: "
      ` [PATCH v3] "
            ` [PATCH v4] "

Refactor peel_iters_{pro,epi}logue cost model handlings
 2020-07-27 13:10 UTC  (2+ messages)

[PATCH PR96053] Add "#pragma GCC no_reduc_chain"
 2020-07-27 13:06 UTC 

[PATCH] Use vec::reserve before vec_safe_grow_cleared is called
 2020-07-27 12:58 UTC  (17+ messages)

[PATCH] Remove dead vector comparisons
 2020-07-27 12:54 UTC  (6+ messages)

[PATCH] ipa/96291: don't crash on unoptimized lto functions
 2020-07-27 12:41 UTC  (4+ messages)

[PATCH v4] driver: fix a problem with implementation of -falign-foo=0 [PR96247]
 2020-07-27 12:05 UTC 

[PATCH v3] driver: fix a problem with implementation of -falign-foo=0 [PR96247]
 2020-07-27 10:53 UTC  (7+ messages)

[PATCH] Removal of HSA offloading from gcc and libgomp
 2020-07-27 10:37 UTC 

[PATCH] [RFC] vect: Fix infinite loop while determining peeling amount
 2020-07-27 10:29 UTC  (7+ messages)

[committed] libstdc++: Add std::from_chars for floating-point types
 2020-07-27  9:46 UTC  (3+ messages)

[PATCH] [AVX512]For vector compare to mask register, UNSPEC is needed instead of comparison operator [PR96243]
 2020-07-27  9:31 UTC  (3+ messages)

[PATCH][AVX512][PR96246] Merge two define_insn: <avx512>_blendm<mode>, <avx512>_load<mode>_mask
 2020-07-27  9:31 UTC  (2+ messages)

[PATCH] Using gen_int_mode instead of GEN_INT to avoid ICE caused by type promotion
 2020-07-27  9:31 UTC  (2+ messages)

[Ada] AI12-0377 View conversions and out parameters revisited
 2020-07-27  8:05 UTC 

[Ada] Wrong accessibility on 'Access of formal in call
 2020-07-27  8:05 UTC 

[Ada] x86-lynx178elf: use a-numaux.ads instead of a-numaux__libc-x86.ads
 2020-07-27  8:05 UTC 

[Ada] Unbounded string overriding control
 2020-07-27  8:05 UTC 

[Ada] Remove obsolete special case in Switch_View
 2020-07-27  8:05 UTC 

[Ada] Remove disabled code
 2020-07-27  8:05 UTC 

[Ada] Revert "Revamp dump and aux output names"
 2020-07-27  8:05 UTC 

[Ada] Bug in Enum_Subtype'Image in Ada 2020 mode
 2020-07-27  8:05 UTC 

[Ada] Ada2020: wording of 'Image messages
 2020-07-27  8:05 UTC 

[Ada] Switch Ada_Version_Runtime to Ada 2020
 2020-07-27  8:05 UTC 

[Ada] Use membership tests in front-end
 2020-07-27  8:05 UTC 

[Ada] Refactor pragma argument getters
 2020-07-27  8:05 UTC 

[Ada] Warnings on overloays involving generic In_Parameters
 2020-07-27  8:05 UTC 

[Ada] AI12-0383 Renaming values
 2020-07-27  8:05 UTC 

[Ada] AI12-0194: Language-defined aspects and entry bodies
 2020-07-27  8:05 UTC 

[Ada] Add range check for GNATprove on 'Pos to Long_Integer conversion
 2020-07-27  8:05 UTC 

[Ada] Ada2020: AI12-0304 Put_Image attrs of lang-def types
 2020-07-27  8:05 UTC 

[Ada] AI12-0382: Loosen type-invariant overriding requirement of AI12-0042
 2020-07-27  8:05 UTC 

[PATCH v2] driver: fix a problem with implementation of -falign-foo=0 [PR96247]
 2020-07-27  7:37 UTC  (4+ messages)

[Patch] OpenMP: Fixes for omp critical + hint
 2020-07-27  7:36 UTC  (2+ messages)
` [patch, committed] fortran/openmp.c - silence static analyzer warning (was: [Patch] OpenMP: Fixes for omp critical + hint)

[PATCH] LTO: Add -fcf-protection=check
 2020-07-27  7:08 UTC  (2+ messages)

[Patch][OG10] omp-low.c: Avoid offload-target lto1 is-missing error by not-privatizing TREE_READONLY vars
 2020-07-27  6:40 UTC  (3+ messages)

[PATCH] RISC-V: Add ZFINX support
 2020-07-27  6:40 UTC 

RE: [PATCH PR95696] regrename creates overlapping register allocations for vliw
 2020-07-27  4:53 UTC  (4+ messages)
`  "

gcc.dg/tree-ssa/vector-4.c: Adjust for mmix
 2020-07-27  1:41 UTC 

gcc.dg/tree-ssa/ssa-dse-26.c: Adjust for mmix
 2020-07-27  1:14 UTC 

gcc.dg/tree-ssa/ssa-dom-cse-2.c: xfail scan for mmix
 2020-07-27  0:42 UTC 

gcc.dg/tree-ssa/reassoc-20.c: Adjust for mmix
 2020-07-27  0:12 UTC 

mmix: Don't turn off .hidden support
 2020-07-26 22:12 UTC 

[PATCH] m68k: tag floating-point ABI used
 2020-07-26 22:06 UTC 

[PATCH] m68k: tag floating-point ABI used
 2020-07-26 22:04 UTC 

[PATCH 1/2] Add new RTX instruction class FILLER_INSN
 2020-07-26 18:19 UTC  (13+ messages)
` [PATCH 2/2] Aarch64: Add branch diluter pass

[COMMITTED] c++: Add testcase for [PR79504]
 2020-07-26 17:55 UTC 

[PATCH] separate reading past the end from -Wstringop-overflow
 2020-07-26 17:42 UTC  (4+ messages)
  ` [PING #2][PATCH] "
    ` [PING #3][PATCH] "

[PATCH] improve validation of attribute arguments (PR c/78666)
 2020-07-26 17:41 UTC  (3+ messages)
` [PING][PATCH] "
  ` [PING 2][PATCH] "

[PATCH] Add -fld-path= to specify an arbitrary executable as the linker
 2020-07-26 15:48 UTC  (8+ messages)
` [PATCH v2] Add --ld-path= "
    ` [PATCH v3] "

[gomp4] Make OpenACC orphan gang reductions errors
 2020-07-26 13:05 UTC  (4+ messages)
` [PATCH] [og10] Fix goacc/routine-4-extern.c test

[Patch, committed] libgfortran: configure - skip integer(kind=16) for libgfortran for AMDGN (PR96306)
 2020-07-26  5:27 UTC 

gcc.dg/tree-ssa/forwprop-36.c: Adjust for mmix
 2020-07-26  1:35 UTC 

gcc.dg/torture/pr59330.c: Disable for mmix
 2020-07-26  0:45 UTC 

config/mmix/mmix.c (TARGET_ASM_OUTPUT_IDENT): Override
 2020-07-25 21:27 UTC 

[pushed] C++, testsuite: Adjust pure-virtual1.C options for Darwin
 2020-07-25 20:50 UTC 

[committed] print -Wnonnull note only after warning (PR c++/96310)
 2020-07-25 20:28 UTC 

[Patch, fortran] PR 93592 - Invalid UP/DOWN rounding with EN descriptor
 2020-07-25 20:04 UTC  (6+ messages)

[PATCH] config/debuginfod.m4: Use PKG_CHECK_MODULES
 2020-07-25 16:01 UTC  (10+ messages)

[PATCH] libgomp: Add helper functions for memory handling
 2020-07-25 15:03 UTC 

[committed] amdgcn: Enable TImode
 2020-07-25 14:48 UTC 

[PATCH PR96195] aarch64: ICE during GIMPLE pass:vect
 2020-07-25  3:44 UTC  (3+ messages)

[PATCH] gcc: add GCC64 configuration for AIX 7.1
 2020-07-25  0:06 UTC  (2+ messages)

[PATCH] rs6000: Remove -mpower10 option (PR95907)
 2020-07-24 23:25 UTC 

[PATCH 0/9] [OpenACC] Refcounting and manual deep copy improvements
 2020-07-24 22:53 UTC  (4+ messages)
` [PATCH 9/9] [OpenACC] Don't detach for no-op exit data with zero dynamic refcount

[PATCH 0/2] [OpenACC] Attached deep-copy pointers, diagnostics & modifications
 2020-07-24 22:36 UTC  (6+ messages)
` [PATCH 1/2] [OpenACC] Refuse update/copyout for blocks with attached pointers
` [PATCH 2/2] [OpenACC] Detect pointer updates for attach operations (PR95590)

[PATCH] rs6000: add option -mblock-ops-unaligned-vsx
 2020-07-24 22:16 UTC  (2+ messages)

[PATCH] libgccjit: Add new gcc_jit_context_new_blob entry point
 2020-07-24 22:12 UTC  (6+ messages)

c-c++-common/pr56493.c: Allow ":" in label, for mmix
 2020-07-24 22:08 UTC 

testsuite: Adjust patchable_function tests for mmix
 2020-07-24 21:52 UTC 

[PATCH] Add testcase to show kernel issue got fixed by pr95237 [PR96192]
 2020-07-24 21:16 UTC  (2+ messages)

[Patch fortran] PR 93567 - G edit descriptor uses E instead of F editing in rounding mode UP
 2020-07-24 18:50 UTC  (2+ messages)

[COMMITTED] c++: Add testcase for [PR81339]
 2020-07-24 18:44 UTC 

[PATCH v2 0/2] avx512 bfloat16 support
 2020-07-24 18:35 UTC  (4+ messages)
` [PATCH v2 1/2] i386-tdep: Fix naming in zmm and ymm type descriptions
` [PATCH v2 2/2] Add bfloat16 support for AVX512 register view

introduce -fcallgraph-info option
 2020-07-24 18:00 UTC  (33+ messages)
` drop -aux{dir,base}, revamp -dump{dir,base} (was: Re: introduce -fcallgraph-info option)
` drop -aux{dir,base}, revamp -dump{dir,base}

[PATCH] rs6000: ICE in unrecognizable insn when using -mpower10
 2020-07-24 17:41 UTC  (4+ messages)

SLS Mitigation patches backported for GCC9
 2020-07-24 16:02 UTC  (3+ messages)

ATCA Attendees Directory 2020
 2020-07-24 15:09 UTC 

Bountysource campaign for AVR backend now at $7,150
 2020-07-24 14:56 UTC 

[PATCH] Remove useless backedge marking
 2020-07-24 14:52 UTC 

[PATCH 0/3] MSP430: Improve code-generation for shift instructions
 2020-07-24 14:14 UTC  (5+ messages)
` [PATCH 1/3] expr: Allow scalar_int_mode target mode when converting a constant

[committed] i386: Emit mfence_sse2 for -Os [PR95750]
 2020-07-24 14:03 UTC 

[PATCH v3] genemit.c (main): split insn-emit.c for compiling parallelly
 2020-07-24 13:56 UTC  (5+ messages)

[PATCH] c++: alias_ctad_tweaks and constrained dguide [PR95486]
 2020-07-24 13:49 UTC 

[PATCH][RFC] diagnostics: Add support for Unicode drawing characters
 2020-07-24 13:49 UTC  (4+ messages)

[PATCH v2 0/3] Introduce a new GCC option, --record-gcc-command-line
 2020-07-24 13:43 UTC  (19+ messages)
` [PATCH v2 3/3] Keep .GCC.command.line sections of LTO objetcs
              ` [stage1][PATCH] Change semantics of -frecord-gcc-switches and add -frecord-gcc-switches-format

[PATCH] gcov-profile: clarify profile-exclude-files documentation [PR96285]
 2020-07-24 13:42 UTC  (2+ messages)

[nvptx, aarch64] Define TARGET_OFFLOAD_OPTIONS for AArch64
 2020-07-24 13:20 UTC  (2+ messages)

[PATCH 0/5] MSP430: Implement macros to describe relative costs of operations
 2020-07-24 12:25 UTC  (5+ messages)
` [PATCH 4/5] MSP430: Implement TARGET_INSN_COST

[testsuite] scandump.exp: use printable pattern in test summary
 2020-07-24 11:27 UTC  (2+ messages)

[PATCH] x86-64: Define ASM_OUTPUT_ALIGNED_DECL_LOCAL
 2020-07-24 11:12 UTC  (6+ messages)
` PING "

[PATCH] dse: Remove partial load after full store for high part access[PR71309]
 2020-07-24 10:47 UTC  (9+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "
              ` [PATCH v4] "

[PATCH 2/2] aarch64: add PAC-RET protection to libitm sjlj.S
 2020-07-24  9:16 UTC  (2+ messages)

[PATCH 1/2] aarch64: add PAC GNU property note to libgcc lse.S
 2020-07-24  9:15 UTC  (2+ messages)

[Patch] OpenMP: Add 'omp requires' to Fortran (mostly parsing)
 2020-07-24  9:00 UTC 

[PATCH] gcov-tool: Fix merging of different endian coverage data [PR96267]
 2020-07-24  8:59 UTC  (2+ messages)

[PATCH] [og10] Fix gfortran.dg/goacc/routine-module-mod-1.f90 testcase
 2020-07-24  8:59 UTC  (2+ messages)

[PATCH] [og10] Fix goacc/loop-2-kernels.f95 testcase
 2020-07-24  8:55 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).