public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH 0/2] New target hook TARGET_COMPUTE_MULTILIB and implementation for RISC-V
 2021-09-01  0:16 UTC  (3+ messages)
` [PATCH 1/2] Add TARGET_COMPUTE_MULTILIB hook to override multi-lib result

[PATCH] Generate XXSPLTIDP on power10
 2021-08-31 23:41 UTC  (6+ messages)
` Ping: "

[PATCH] Fix target/101934: aarch64 memset code creates unaligned stores for -mstrict-align
 2021-08-31 23:33 UTC 

[PATCH] Preserve SUBREG_PROMOTED_VAR_P on (extend:HI (subreg/s:QI (reg:SI)))
 2021-08-31 21:00 UTC  (6+ messages)

[pushed] c++: Various small fixes
 2021-08-31 19:53 UTC 

[PATCH] C: PR c/79412: Poison decls with error_mark_node after type mismatch
 2021-08-31 19:49 UTC  (2+ messages)

[PATCH] c++: shortcut bad convs during overload resolution [PR101904]
 2021-08-31 19:15 UTC  (2+ messages)

[PATCH] PR fortran/93834 - [9/10/11/12 Regression] ICE in trans_caf_is_present, at fortran/trans-intrinsic.c:8469
 2021-08-31 19:05 UTC  (2+ messages)
` *PING* "

Fix PR 25886. Convert OMP_CLAUSE_* into sub-codes
 2021-08-31 18:51 UTC  (2+ messages)
` Simplify 'gcc/tree.c:walk_tree_1' handling of 'OMP_CLAUSE' (was: Fix PR 25886. Convert OMP_CLAUSE_* into sub-codes.)

[PATCH 2/2]AArch64: Add better costing for vector constants and operations
 2021-08-31 18:37 UTC  (6+ messages)

[PATCH] PR fortran/56985 - gcc/fortran/resolve.c:920: "'%s' in cannot appear in COMMON ..."
 2021-08-31 18:30 UTC 

[PATCH 0/4] libffi: Sync with upstream
 2021-08-31 18:24 UTC  (7+ messages)
` [PATCH 1/4] libffi: Add HOWTO_MERGE, autogen.sh and merge.sh
` [PATCH 2/4] libffi: Sync with libffi 3.4.2
` [PATCH 3/4] libffi: Integrate with GCC
` [PATCH 4/4] libffi: Integrate testsuite with GCC testsuite

[committed] libstdc++: Add valid range checks to std::span constructors [PR98421]
 2021-08-31 18:14 UTC 

[gomp4] Implement tiling
 2021-08-31 17:37 UTC  (4+ messages)
` [patch 0/5] OpenACC tile clause support
  ` [Patch 1/5] OpenACC tile clause support, OMP_CLAUSE_TILE adjustments

[committed] avoid valid Coverity warning for comparing array to zero
 2021-08-31 17:29 UTC 

[committed] libstdc++: Make Networking TS headers more portable [PR100285]
 2021-08-31 16:54 UTC  (2+ messages)
` [committed] libstdc++: Fix broken autoconf check for O_NONBLOCK

[committed] libstdc++: Remove redundant noexcept-specifier on definitions
 2021-08-31 16:49 UTC 

[committed] libstdc++: Add missing return for atomic timed wait [PR102074]
 2021-08-31 16:49 UTC 

[committed] libstdc++: Improve error handling in Net TS name resolution
 2021-08-31 16:38 UTC 

[committed] libstdc++: Fix ip::tcp::resolver test failure on Solaris
 2021-08-31 16:37 UTC 

[Committed] Fix subreg_promoted_mode breakage on various platforms
 2021-08-31 16:33 UTC 

[pushed] c++: Improve error recovery with constexpr [PR92193]
 2021-08-31 16:17 UTC 

[PATCH] c++: check arity before deduction w/ explicit targs [PR12672]
 2021-08-31 15:53 UTC  (2+ messages)

[PATCH 1/5]AArch64 sve: combine inverted masks into NOTs
 2021-08-31 15:45 UTC  (2+ messages)

[committed] Restore intent of data-sym-multi-pool test
 2021-08-31 15:11 UTC 

[PATCH]AArch64 RFC: Don't cost all scalar operations during vectorization if scalar will fuse
 2021-08-31 14:49 UTC  (2+ messages)

[gomp] Add langhook, so that Fortran can privatize variables by reference
 2021-08-31 14:45 UTC  (6+ messages)

[PATCH] libstdc++-v3: Check for TLS support on mingw
 2021-08-31 14:29 UTC  (3+ messages)
  `  "

[PATCH,V3 0/3] Allow means for late BTF generation for BPF CO-RE
 2021-08-31 14:08 UTC  (4+ messages)
` [PATCH,V3 1/3] debug: add BTF_WITH_CORE_DEBUG debug format
` [PATCH,V3 2/3] bpf: Add new -mco-re option for BPF CO-RE
` [PATCH, V3 3/3] dwarf2out: Emit BTF in dwarf2out_finish for BPF CO-RE usecase

[wwwdocs] gcc-12/changes.html: nvptx - new __PTX_SM__ macro
 2021-08-31 13:57 UTC  (2+ messages)

[committed] More stabs removal
 2021-08-31 13:56 UTC 

[PATCH] c++: fix cases of core1001/1322 by not dropping cv-qualifier of function parameter of type of typename or decltype[PR101402,PR102033,PR102034,PR102039,PR102044]
 2021-08-31 13:55 UTC 

[PATCH] Set bound/cmp/control for until wrap loop
 2021-08-31 13:37 UTC  (5+ messages)

[PATCH 4/5]AArch64 sve: optimize add reduction patterns
 2021-08-31 13:35 UTC 

[PATCH 3/5]AArch64 sve: do not keep negated mask and inverse mask live at the same time
 2021-08-31 13:35 UTC 

[PATCH 2/5]AArch64 sve: combine nested if predicates
 2021-08-31 13:31 UTC 

[PATCH 1/2]middle-end Teach CSE to be able to do vector extracts
 2021-08-31 13:29 UTC 

[PATCH]AArch64[RFC] Force complicated constant to memory when beneficial
 2021-08-31 13:26 UTC 

libgo patch committed: Update to Go1.17rc2 release
 2021-08-31 13:24 UTC  (2+ messages)

[committed] libstdc++: Fix 17_intro/names.cc failures on Solaris
 2021-08-31 13:19 UTC 

[PATCH] testsuite: Fix gcc.dg/vect/pr101145* tests [PR101145]
 2021-08-31 12:47 UTC  (3+ messages)

[PATCH] PR middle-end/100810: Penalize IV candidates with undefined value bases
 2021-08-31 12:46 UTC  (2+ messages)

[PATCH] libgccjit: add some reflection functions in the jit C api
 2021-08-31 12:34 UTC  (20+ messages)

[PATCH] vectorizer: Fix up vectorization using WIDEN_MINUS_EXPR [PR102124]
 2021-08-31 12:02 UTC 

[PATCH 2/6] [i386] Enable _Float16 type for TARGET_SSE2 and above
 2021-08-31 11:57 UTC  (26+ messages)
` [PATCH] Make sure we're playing with integral modes before call extract_integral_bit_field
                                    ` [PATCH 0/2] Get rid of all float-int special cases in validate_subreg
                                      ` [PATCH 1/2] Revert "Make sure we're playing with integral modes before call extract_integral_bit_field."
                                      ` [PATCH 2/2] Get rid of all float-int special cases in validate_subreg

[PATCH] Check the type of mask while generating cond_op in gimple simplication
 2021-08-31 11:56 UTC  (4+ messages)

[PATCH] tree-optimization/102139 - fix SLP DR base alignment
 2021-08-31 11:43 UTC  (2+ messages)

[PATCH] Fix incorrect computation in fill_always_executed_in_1
 2021-08-31 11:29 UTC  (14+ messages)
      ` [PATCH v2] Fix incomplete "
              ` [PATCH v3] "

[PATCH v2] md/define_c_enum: support value assignation
 2021-08-31 11:20 UTC  (2+ messages)

[PATCH v3] md/define_c_enum: support value assignation
 2021-08-31 11:19 UTC 

[PATCH] tree-optimization/102142 - fix typo in loop BB reduc cost adjustment
 2021-08-31 10:26 UTC 

[RFA] Some libgcc headers are missing the runtime exception
 2021-08-31 10:01 UTC  (6+ messages)

[PATCH 1/3] md/define_c_enum: support value assignation
 2021-08-31  9:45 UTC  (5+ messages)
` [PATCH 2/3] MIPS: use mips_isa enum instead hardcoded numbers

[PATCH] middle-end/102129 - avoid TER of possibly trapping expressions
 2021-08-31  9:37 UTC 

[PATCH] c++, abi: Set DECL_FIELD_ABI_IGNORED on C++ zero width bitfields [PR102024]
 2021-08-31  9:15 UTC  (5+ messages)

[PATCH] c++: Fix docs on assignment of virtual bases [PR60318]
 2021-08-31  8:53 UTC 

[PATCH] x86_64: Issue -Wpsabi warning about C++ zero width bitfield ABI changes [PR102024]
 2021-08-31  8:05 UTC 

[PATCH] tree-ssa-ccp: Fix up bit_value_binop on RSHIFT_EXPR [PR102134]
 2021-08-31  7:52 UTC  (2+ messages)

[PATCH][pushed] Add -fprofile-reproducible=parallel-runs to STAGEfeedback_CFLAGS to Makefile.tpl
 2021-08-31  6:54 UTC  (5+ messages)

[PATCH] Fix gcc.dg/ipa/inline-8.c for -fPIC
 2021-08-31  6:15 UTC  (2+ messages)

[PATCH] Fix PR driver/79181 (and others), not deleting some /tmp/cc* files for LTO
 2021-08-31  6:12 UTC  (2+ messages)

[PATCH] Fix x86/56337 : 1<<28 alignment is broken
 2021-08-31  6:11 UTC  (3+ messages)

[Patch] Fortran: Fix Bind(C) char-len check, add ptr-contiguous check
 2021-08-31  6:09 UTC  (4+ messages)
` *PING* – "
  ` *PING**2 "

[PATCH] Fix PR 90142: contrib/download_prerequisites uses test ==
 2021-08-31  6:08 UTC  (2+ messages)

[PATCH] gdb: Add a dependency between gdb and libbacktrace
 2021-08-31  6:07 UTC  (2+ messages)

[PATCH] enable ranger and caching in pass_waccess
 2021-08-31  6:00 UTC  (8+ messages)
    ` [PING][PATCH] "
          ` [PING #2][PATCH] "

[PATCHv4 00/34] Replace the Power target-specific builtin machinery
 2021-08-31  3:34 UTC  (4+ messages)
` [PATCH 19/34] rs6000: Handle overloads during program parsing

[PATCH] libffi: Fix MIPS r6 support
 2021-08-31  2:46 UTC  (7+ messages)

[PATCH] c++: parameter pack inside constexpr if [PR101764]
 2021-08-31  2:05 UTC 

[PATCH] jit : Generate debug info for variables
 2021-08-31  0:23 UTC  (2+ messages)
` Sv: "

[pushed] c++: fold function template args sooner [PR101460]
 2021-08-30 22:45 UTC  (3+ messages)
` [pushed] c++: preserve location through constexpr

[committed] analyzer: support "bifurcation"; reimplement realloc [PR99260]
 2021-08-30 22:45 UTC 

[PATCH] PR fortran/101327 - ICE in find_array_element, at fortran/expr.c:1355
 2021-08-30 21:40 UTC 

[pushed] c++: limit instantiation with ill-formed class [PR96286]
 2021-08-30 21:27 UTC 

[PATCH v3 0/6] rs6000: Support more SSE4 intrinsics
 2021-08-30 21:24 UTC  (5+ messages)
` [PATCH v3 1/6] rs6000: Support SSE4.1 "round" intrinsics

[PATCH, committed] PR fortran/102113 - parsing error in assigned goto
 2021-08-30 21:14 UTC 

[PATCH, committed] PR fortran/101349 - ICE in gfc_get_descriptor_field, at fortran/trans-array.c:140
 2021-08-30 20:48 UTC 

[pushed] c++: Add warning about missing 'requires'
 2021-08-30 20:47 UTC 

[PATCH] Propagate get_nonzero_bits information in division [PR77980]
 2021-08-30 20:33 UTC  (3+ messages)
  ` [EXTERNAL] "

[PATCH] introduce predicate analysis class
 2021-08-30 20:03 UTC 

[committed] hppa: Fix libgfortran build on hppa*-hp-hpux[01]*
 2021-08-30 19:39 UTC 

[PATCH] libiberty, configure, Darwin: Avoid detecting deprecated sbrk
 2021-08-30 19:29 UTC 

[PATCH] c++: New way to sanitize destructor calls [PR101355]
 2021-08-30 17:11 UTC 

[committed] libphobos: Compile configure tests with -fno-druntime
 2021-08-30 14:43 UTC 

rs6000: Backports of mode promote patches to GCC 11
 2021-08-30 14:04 UTC 

[PATCH v2] x86-64: Add ABI warning for 64-bit vectors
 2021-08-30 13:49 UTC  (2+ messages)

[committed] Reduce vector comparison of uniform vectors to a scalar comparison
 2021-08-30 13:43 UTC  (3+ messages)

[PATCH v2 1/2] MIPS: use mips_isa enum instead hardcoded numbers
 2021-08-30 13:43 UTC  (4+ messages)
` [PATCH v2 2/2] MIPS: add .module mipsREV to all output asm file

[PATCH] Make sure -fexceptions is enabled when -fnon-call-exceptions is
 2021-08-30 12:04 UTC  (3+ messages)

[PATCH] tree-optimization/102128 - rework if-converted BB vect heuristic
 2021-08-30 12:03 UTC 

[PATCH] Fix arm target build with inhibit_libc
 2021-08-30 12:01 UTC 

[PATCH] [MIPS] Hazard barrier return support
 2021-08-30 11:55 UTC  (3+ messages)

[PATCH] Use __builtin_trap() for abort() if inhibit_libc
 2021-08-30 11:50 UTC  (5+ messages)

'hash_map<tree, hash_map<tree, tree>>'
 2021-08-30 10:46 UTC  (3+ messages)
      ` Fix 'hash_table::expand' to destruct stale Value objects (was: 'hash_map<tree, hash_map<tree, tree>>')

[PATCH] [i386] Unify UNSPEC_MASKED_EQ/GT to the form of UNSPEC_PCMP
 2021-08-30 10:26 UTC 

New Swedish PO file for 'gcc' (version 11.2.0)
 2021-08-30 10:07 UTC 

[PATCH take 3] Experimental -fpreserve-traps option
 2021-08-30  9:41 UTC  (4+ messages)

C++ patch ping
 2021-08-30  7:11 UTC 

[RFH] ME optimizes variable assignment away / Fortran bind(C) descriptor conversion
 2021-08-30  6:32 UTC  (4+ messages)

[Patch] C, C++, Fortran, OpenMP: Add support for device-modifiers for 'omp target device'
 2021-08-30  6:26 UTC  (6+ messages)
  ` [Patch v2] "

[PATCH v2] MIPS: add .module mipsREV to all output asm file
 2021-08-30  2:58 UTC  (2+ messages)

[PATCH] rs6000: Add missing unsigned info for some P10 bifs
 2021-08-30  2:24 UTC  (2+ messages)

[PATCH 1/3] libiberty: Add support for D `typeof(*null)' types
 2021-08-29 22:52 UTC  (3+ messages)

[PATCH] MIPS: use N64 ABI by default if the triple end with -gnuabi64
 2021-08-29 21:02 UTC  (5+ messages)
    ` Committed: "

[pushed] Darwin: Fixes for darwin_libc_has_function
 2021-08-29 20:00 UTC 

[PATCH] x86-64: Add ABI warning for 64-bit vectors
 2021-08-29 18:56 UTC  (4+ messages)

[PATCH 3/3] libiberty: Add support for demangling local D template declarations
 2021-08-29 18:46 UTC 

[PATCH 2/3] libiberty: Add support for demangling D function literals as template value parameters
 2021-08-29 18:46 UTC 

[wwwdocs] [PATCH] x86-64: Document ABI changes for structures with a 64-bit vector
 2021-08-29 17:26 UTC 

[committed] d: Call the assertp and boundsp variants for assert and array contract failures
 2021-08-29 16:34 UTC 

[committed] d: Update comment for TypeInfoVisitor::layout_base
 2021-08-29 16:34 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).