public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
introduce -fcallgraph-info option
 2020-06-23  9:50 UTC  (32+ messages)
        ` drop -aux{dir,base}, revamp -dump{dir,base} (was: Re: introduce -fcallgraph-info option)
            ` drop -aux{dir,base}, revamp -dump{dir,base}

[committed] libstdc++: Implement P1972R2 changes to std::variant (PR 95832)
 2020-06-23  9:28 UTC 

[committed] libstdc++: Regenerate makefiles
 2020-06-23  7:25 UTC 

[PATCH] handle MEM_REF with void* arguments (PR c++/95768)
 2020-06-23  7:12 UTC  (4+ messages)

[PATCH 0/7] Support vector load/store with length
 2020-06-23  6:47 UTC  (25+ messages)
` [PATCH 1/7] ifn/optabs: "
  ` [PATCH 1/7 V2] "
      ` [PATCH 1/7 V3] "
        ` [PATCH 1/7 V4] "
            ` [PATCH 1/7 v5] "
` [PATCH 2/7] rs6000: lenload/lenstore optab support
  ` [PATCH 2/7 V2] "
    ` [PATCH 2/7 V3] "
      ` [PATCH 2/7 v4] "
` [PATCH 5/7] vect: Support vector load/store with length in vectorizer
            ` [PATCH 5/7 v3] "
                  ` [PATCH 5/7 v4] "
                    ` [PATCH 5/7 v5] "

[patch, fortran, committed] Fix PR 95812, ICE in dependency analysis
 2020-06-23  6:17 UTC 

[PATCHv6] Handle TYPE_PACK_EXPANSION in cxx_incomplete_type_diagnostic
 2020-06-23  3:11 UTC  (3+ messages)

[PATCH] c++: Make convert_like complain about bad ck_ref_bind again [PR95789]
 2020-06-23  2:09 UTC 

[PATCHv5] Handle TYPE_PACK_EXPANSION in cxx_incomplete_type_diagnostic
 2020-06-23  0:18 UTC  (5+ messages)

[PATCH] x86: Update Intel processor detection
 2020-06-22 23:25 UTC  (22+ messages)
  ` [PATCH] x86: Move cpuinfo.h from libgcc to common/config/i386
      ` V2 "
                  ` V3 "
                      ` V4 "
                          ` V5 "
                              ` PING^1: "
                                ` PING^2: "
                                        ` V6 "

[PATCH] simplify-rtx: Two easy pieces
 2020-06-22 22:59 UTC  (6+ messages)

[PATCH v2] On PPC32 GCC9 or later can throw an ICE when built with older GCCs
 2020-06-22 21:02 UTC  (4+ messages)
` [PATCH v2] Fix use of singleton in optinfo framework
    ` [PATCH v2] Fix use of singleton in optinfo framework (PING)

[PATCH take 2] middle-end: Optimize (A&C)^(B&C) to (A^B)&C in simplify_rtx
 2020-06-22 19:41 UTC  (2+ messages)

[PATCH] rs6000: Rename future to power10
 2020-06-22 19:39 UTC 

[PATCH] recog: Use parameter packs for operator()
 2020-06-22 19:18 UTC  (7+ messages)

[PATCH] calls.c precompute_register_parameters for TLS
 2020-06-22 19:08 UTC  (6+ messages)

[PATCHv4] Handle TYPE_PACK_EXPANSION in cxx_incomplete_type_diagnostic
 2020-06-22 19:00 UTC  (2+ messages)

[PATCH] underline null argument in -Wnonnull (PR c++/86568)
 2020-06-22 18:02 UTC  (2+ messages)
` [PING][PATCH] "

[PATCH][GCC-10 Backport] arm: Fix the failing mve scalar shift execution tests
 2020-06-22 16:20 UTC 

[PATCH][GCC] arm: Fix the failing mve scalar shift execution tests
 2020-06-22 16:08 UTC  (2+ messages)

[PATCH 0/2] [OpenACC] Attached deep-copy pointers, diagnostics & modifications
 2020-06-22 12:14 UTC  (3+ 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] Fix PR95770
 2020-06-22 10:17 UTC 

[committed] amdgcn: Pass vector parameters in memory
 2020-06-22 10:17 UTC 

[PATCH] Fix target clone indirection elimination (PR95778, PR95780)
 2020-06-22  9:24 UTC  (15+ messages)
` [PATCH] Fix target clone indirection elimination

[PATCH] x86: Skip EXT_REX_SSE_REG_P for vzeroupper optimization
 2020-06-22  9:21 UTC  (2+ messages)

[committed] openmp: Compute triangular loop number of iterations at compile time
 2020-06-22  9:10 UTC 

[PATCH][GCC][Arm] PR target/95646: Do not clobber callee saved registers with CMSE
 2020-06-22  8:51 UTC 

[PATCH v4] arm: Implement Armv8.1-M low overhead loops
 2020-06-22  8:21 UTC 

[PATCH] PR 83938 Reduce memory consumption in stable_sort/inplace_merge
 2020-06-22  6:27 UTC  (2+ messages)

[PATCH] Treat { 0 } specially for structs with the designated_init attribute
 2020-06-22  4:42 UTC  (11+ messages)

[PATCH] RISC-V: Normalize arch string in driver time
 2020-06-22  3:32 UTC  (3+ messages)

[PATCH] RISC-V: Fix compilation failed for frflags builtin in C++ mode
 2020-06-22  2:49 UTC  (4+ messages)

[PATCHv3] Handle TYPE_PACK_EXPANSION in cxx_incomplete_type_diagnostic
 2020-06-21 16:55 UTC  (2+ messages)

[patch, fortran] PR 27318, warn if interfaces do not match
 2020-06-21 10:20 UTC  (2+ messages)
` *ping* "

New Swedish PO file for 'gcc' (version 10.1.0)
 2020-06-21  9:27 UTC 

[PATCH 0/3, v2] rs6000: Add support for Matrix-Multiply Assist (MMA) built-in functions
 2020-06-21  5:50 UTC  (16+ messages)
` [PATCH 1/3, v2] rs6000: Add base support and types for defining MMA built-ins
` [PATCH 2/3, v2] rs6000: Add MMA built-in function definitions
` [PATCH 3/3, v2] rs6000: Add testsuite test cases for MMA built-ins

[pushed] c++: Refinements to "more constrained"
 2020-06-20 14:59 UTC 

Support to check vliw overlapping register constraint created by regrename, please help to review, thanks
 2020-06-20 11:18 UTC 

[patch] Add swap files for vim to .gitignore
 2020-06-20 10:49 UTC  (2+ messages)

[PATCH] Fortran : ICE in gfc_check_reshape PR95585
 2020-06-20 10:22 UTC  (2+ messages)

[PATCH] Fortran : Missing gcc-internal-format PR42693
 2020-06-20 10:12 UTC  (2+ messages)

[PATCH] Fortran : ICE in gfc_validate_kind PR95586
 2020-06-20 10:05 UTC  (2+ messages)

[PATCH] Fortran : ICE in resolve_fl_procedure PR95708
 2020-06-20  9:49 UTC  (2+ messages)

[PATCH] PR fortran/95587 - ICE in gfc_target_encode_expr, at fortran/target-memory.c:362
 2020-06-20  9:08 UTC  (2+ messages)

[PATCH] PR fortran/95688 - ICE in gfc_get_string, at fortran/iresolve.c:70
 2020-06-20  9:07 UTC  (2+ messages)

[PATCH] PR fortran/95707 - ICE in finish_equivalences, at fortran/trans-common.c:1319
 2020-06-20  9:06 UTC  (2+ messages)

PR fortran/95687 - ICE in get_unique_hashed_string, at fortran/class.c:508
 2020-06-20  9:05 UTC  (3+ messages)
` [PATCH] "

[PATCH] Handle TYPE_PACK_EXPANSION in cxx_incomplete_type_diagnostic
 2020-06-19 21:40 UTC  (2+ messages)

[committed] libstdc++: Fix some -Wsystem-headers warnings (PR 95765)
 2020-06-19 19:09 UTC 

[pushed] c++: Allow defaulted comparison outside class
 2020-06-19 16:25 UTC 

[Patch] amdgcn: Silence compile warnings
 2020-06-19 16:11 UTC  (2+ messages)

[PATCH][GCC]: Fix for PR94880: Failure to recognize andn pattern
 2020-06-19 15:52 UTC  (8+ messages)

[wwwdocs] Fix typo in docs for Git write access
 2020-06-19 15:06 UTC 

[committed] libstdc++: Remove redundant std:: qualification
 2020-06-19 14:43 UTC 

[PATCH] Handle SLP_TREE_LANE_PERMUTATION in scalar costing
 2020-06-19 14:43 UTC 

[committed] libstdc++: Define all std::function members inline
 2020-06-19 14:09 UTC 

[PATCH] Split load permutation
 2020-06-19 12:37 UTC 

[PATCH wwwdocs] gcc-11/changes: Document TSAN changes
 2020-06-19 12:25 UTC 

std::includes performance tweak
 2020-06-19 12:04 UTC  (3+ messages)

std::optional defaut constructor
 2020-06-19 11:50 UTC  (3+ messages)

[PATCH] Handle SLP_TREE_LANE_PERMUTATION in scalar costing
 2020-06-19 11:41 UTC 

[PATCH] tree-optimization/95761 - fix vector insertion place compute
 2020-06-19 11:36 UTC 

[Ada] Spurious error on private type in ghost expression function
 2020-06-19  8:28 UTC 

[Ada] Fix check for bounds in aggregate expansion of allocator
 2020-06-19  8:28 UTC 

[Ada] Spurious condition warning on type conversion in return
 2020-06-19  8:28 UTC 

[Ada] Fix small fallout of previous change for allocator
 2020-06-19  8:28 UTC 

[Ada] Plug small loophole in implementation of AI12-0100
 2020-06-19  8:28 UTC 

[Ada] Fix internal error on component of class-wide parameter in instance body
 2020-06-19  8:28 UTC 

[Ada] Deal with enumeration types with very large size
 2020-06-19  8:28 UTC 

[Ada] Crash on compiling project with multiple subunits per file
 2020-06-19  8:28 UTC 

[Ada] Fix small fallout of previous change for Analyze_Selected_Component
 2020-06-19  8:28 UTC 

[Ada] Further cleanup in constraint checking code for allocators
 2020-06-19  8:28 UTC 

[Ada] AI12-0293-1 Remove pragma Assert
 2020-06-19  8:28 UTC 

[Ada] Remove repeated testing of Check_Validity_Of_Parameters
 2020-06-19  8:28 UTC 

[Ada] Style checks on invalid UTF character cause crash
 2020-06-19  8:28 UTC 

[Ada] universal_access equality and 'Access attributes
 2020-06-19  8:28 UTC 

[Ada] Reject junk expressions in attribute Update
 2020-06-19  8:28 UTC 

[Ada] AI12-0366 Changes to Big_Integer and Big_Real
 2020-06-19  8:28 UTC 

[Ada] Add comments about attribute 'Valid_Scalars on private tagged types
 2020-06-19  8:28 UTC 

[Ada] Attempt to hide public entities in nested instance bodies
 2020-06-19  8:28 UTC 

[Ada] Remove second warning for convention C_Variadic_n
 2020-06-19  8:28 UTC 

[Ada] Decorate record delta aggregate for GNATprove
 2020-06-19  8:28 UTC 

[Ada] Fix validity checks on attribute 'Old prefix
 2020-06-19  8:28 UTC 

[Ada] Simplify processing of 'Valid_Scalars on array types
 2020-06-19  8:28 UTC 

[Ada] Fix validity checking for class-wide objects
 2020-06-19  8:28 UTC 

[Ada] Small cleanup in Apply_Range_Check implementation
 2020-06-19  8:28 UTC 

[PATCH 00/28] rs6000: Auto-generate builtins from descriptions
 2020-06-18 22:48 UTC  (4+ messages)

[PATCH 6/6 ver 3] rs6000 Add vector blend, permute builtin support
 2020-06-18 22:20 UTC 

[PATCH 5/6 ver 3] rs6000, Add vector splat builtin support
 2020-06-18 22:20 UTC 

[PATCH 4/6 ver 3] rs6000, Add vector shift double builtin support
 2020-06-18 22:20 UTC 

[PATCH 3/6 ver 3] rs6000, Add vector replace builtin support
 2020-06-18 22:20 UTC 

[PATCH 2/6 ver 3] rs6000 Add vector insert builtin support
 2020-06-18 22:20 UTC 

[PATCH 1/6 ver 3] rs6000, Update support for vec_extract
 2020-06-18 22:20 UTC 

[PATCH 0/6 ver 3] ] Permute Class Operations
 2020-06-18 22:19 UTC 

[PATCH] avoid false positives due to compute_objsize (PR 95353)
 2020-06-18 22:17 UTC  (11+ messages)

[stage1][PATCH] Add gcc_assert that &global_options are not dirty modified
 2020-06-18 21:24 UTC  (19+ messages)

[pushed] c++: More P2002 operator<=> refinements
 2020-06-18 20:12 UTC 

[PATCH] vect: Use vect_relevant_for_alignment_p consistently
 2020-06-18 19:12 UTC  (2+ messages)

[PATCH 0/7] [OpenACC] Dynamic reference counts for mapped data
 2020-06-18 18:40 UTC  (3+ messages)
` [PATCH 6/7] [OpenACC] Reference count self-checking (dynamic_refcount version)

[PATCH RFC] Propose Updating Basic Block Checking Limits in variable_tracking_main_1
 2020-06-18 18:34 UTC  (2+ messages)

[PATCH 00/13] OpenACC 2.6 manual deep copy support
 2020-06-18 18:21 UTC  (6+ messages)
` [PATCH 07/13] OpenACC 2.6 deep copy: libgomp parts
      ` OpenACC 'attach'/'detach' has no business affecting user-visible reference counting (was: [PATCH 07/13] OpenACC 2.6 deep copy: libgomp parts)

[PATCH] i386: Fix mode of ZERO_EXTRACT RTXes, remove ext_register_operand predicate
 2020-06-18 18:16 UTC 

[PATCH] Fix stack pointer handling in ms_hook_prologue functions for i386 target
 2020-06-18 17:42 UTC  (3+ messages)

[PATCH][GCC-10 Backport] arm: Fix MVE scalar shift intrinsics code-gen
 2020-06-18 16:25 UTC  (6+ messages)

[PATCH] c++: ICE in requires-expressions with invalid args [PR95735]
 2020-06-18 15:47 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).