public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] vect: Support vector with length cost modeling
 2020-07-28  8:36 UTC  (12+ messages)
  ` [PATCH v2] vect/rs6000: "
      ` [PATCH v3] "
            ` [PATCH v4] "

[PATCH] c++: Fix up cp_lexer_safe_previous_token [PR96328]
 2020-07-28  8:32 UTC 

[PATCH] libcpp: Fix up raw string literal parsing error-recovery [PR96323]
 2020-07-28  8:26 UTC 

[RISC-V] Add support for AddressSanitizer on RISC-V GCC
 2020-07-28  8:12 UTC 

[PATCH] Fortran : ICE in gfc_conv_scalarized_array_ref PR53298
 2020-07-28  8:01 UTC  (2+ messages)

Refactor peel_iters_{pro,epi}logue cost model handlings
 2020-07-28  8:01 UTC  (3+ messages)

[PATCH] ipa/96291: don't crash on unoptimized lto functions
 2020-07-28  7:53 UTC  (7+ messages)
  ` [PATCH v2] "

[PATCH] tree-optimization/96349 - avoid abnormal coalescing issues in loop split
 2020-07-28  7:51 UTC 

[PATCH 0/2] cpp: fix __has_include in traditional mode
 2020-07-28  7:28 UTC  (3+ messages)
` [PATCH 1/2] libcpp: fix __has_include handling with traditional-cpp
` [PATCH 2/2] [testsuite] add tests for __has_include "

[PATCH] Fortran : Don't warn for LOGICAL kind conversion PR96319
 2020-07-28  7:11 UTC 

[PATCH] expr: build string_constant only for a char type
 2020-07-28  7:00 UTC  (9+ messages)

[PATCH] [RFC] vect: Fix infinite loop while determining peeling amount
 2020-07-28  6:55 UTC  (8+ messages)

[PATCH, rs6000] Add non-relative jump table support for 64bit rs6000
 2020-07-28  5:25 UTC 

[PATCH] RISC-V: Add ZFINX support
 2020-07-28  1:46 UTC  (3+ messages)

[PATCH v2] [RISC-V] Add support for TLS stack protector canary access
 2020-07-28  1:23 UTC  (4+ messages)

[PATCH] MIPS: Fix __builtin_longjmp (PR 64242)
 2020-07-28  1:02 UTC  (2+ messages)

Go patch committed: Pass only ptr and len to some runtime calls
 2020-07-28  0:06 UTC 

Go patch committed: turn global "a = b; b = x' to "a = x" when possible
 2020-07-28  0:03 UTC 

gcc.dg/torture/pr39074-2.c, pr39074.c, pta-callused-1.c: Adjust for mmix
 2020-07-27 23:46 UTC 

[PATCH] aarch64: Delete duplicated option docs
 2020-07-27 22:58 UTC  (2+ messages)

c-family: Use strcmp to compare location file names
 2020-07-27 20:13 UTC 

[PATCH] config/debuginfod.m4: Use PKG_CHECK_MODULES
 2020-07-27 19:32 UTC  (14+ messages)
                  ` [PATCH] config/debuginfod.m4: Restore AC_CHECK_LIB check
                      ` [PATCH] PKG_CHECK_MODULES: Check if $pkg_cv_[]$1[]_LIBS works
                        ` V2 "

[PATCH] libgomp: Add helper functions for memory handling
 2020-07-27 17:59 UTC  (3+ messages)

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

[PATCH v4] driver: fix a problem with implementation of -falign-foo=0 [PR96247]
 2020-07-27 17:24 UTC  (2+ messages)

Go patch committed: Scan all function literals for escape analysis
 2020-07-27 16:41 UTC 

[PATCH 00/29] rs6000: Auto-generate builtins from descriptions [V2]
 2020-07-27 14:57 UTC  (32+ 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 22/29] rs6000: Add VSX builtins
` [PATCH 23/29] rs6000: Add available-everywhere and ancient builtins
` [PATCH 24/29] rs6000: Add Power7 builtins
` [PATCH 25/29] rs6000: Add Power8 vector builtins
` [PATCH 26/29] rs6000: Add Power9 builtins
` [PATCH 27/29] rs6000: Add remaining builtins
` [PATCH 28/29] rs6000: Add comments to help with transition
` [PATCH 29/29] rs6000: Call rs6000_autoinit_builtins from rs6000_builtins
` Fwd: [PATCH 00/29] rs6000: Auto-generate builtins from descriptions [V2]

[PATCH 0/9] [OpenACC] Refcounting and manual deep copy improvements
 2020-07-27 14:33 UTC  (9+ messages)
` [PATCH 8/9] [OpenACC] Fix standalone attach for Fortran assumed-shape array pointers
` [PATCH 9/9] [OpenACC] Don't detach for no-op exit data with zero dynamic refcount

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

[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 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 

[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] Unbounded string overriding control
 2020-07-27  8:05 UTC 

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

[Ada] Remove obsolete special case in Switch_View
 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] Wrong accessibility on 'Access of formal in call
 2020-07-27  8:05 UTC 

[Ada] AI12-0377 View conversions and out parameters revisited
 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] Warnings on overloays involving generic In_Parameters
 2020-07-27  8:05 UTC 

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

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

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

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

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

[Ada] Ada2020: wording of 'Image messages
 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] AI12-0382: Loosen type-invariant overriding requirement of AI12-0042
 2020-07-27  8:05 UTC 

[Ada] Ada2020: AI12-0304 Put_Image attrs of lang-def types
 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  (3+ 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)

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  (5+ 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)

[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/2] [OpenACC] Attached deep-copy pointers, diagnostics & modifications
 2020-07-24 22:36 UTC  (4+ messages)
` [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)

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