public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH]AArch64 Optimize right shift rounding narrowing
 2021-11-30 16:13 UTC  (2+ messages)

[PATCH] libcpp: Fix up #__VA_OPT__ handling [PR103415]
 2021-11-30 16:08 UTC  (4+ messages)
  ` [PATCH] libcpp, v2: "

[PATCH] Allow loop crossing paths in back threader copier
 2021-11-30 15:47 UTC 

[PATCH] libcpp: Implement -Wbidirectional for CVE-2021-42574 [PR103026]
 2021-11-30 15:27 UTC  (11+ messages)
  ` [PATCH v2] "
          ` [PATCH] libcpp: Implement -Wbidi-chars "

[committed 19/19] libphobos: Update libphobos testsuite to pass on latest version
 2021-11-30 15:24 UTC 

[committed] Make test names unique for a couple of goacc tests
 2021-11-30 15:17 UTC  (8+ messages)
  ` [ping] Make sure that we get unique test names if several DejaGnu directives refer to the same line (was: [committed] Make test names unique for a couple of goacc tests)
    ` [ping^2] Make sure that we get unique test names if several DejaGnu directives refer to the same line [PR102735]
      ` [ping^3] "
        ` [ping^4] "
          ` [ping^5] "
            ` [ping^6] "

[PATCH] middle-end: Skip initialization of opaque type register variables [PR103127]
 2021-11-30 15:14 UTC  (4+ messages)

[committed 18/19] testsuite: Update gdc testsuite to pass on latest version
 2021-11-30 15:14 UTC 

[committed 17/19] libphobos: Import druntime testsuite v2.098.0-beta.1 (e6caaab9)
 2021-11-30 15:11 UTC 

[committed 16/19] testsuite: Import dmd testsuite to v2.098.0-beta.1 (b8384668f) (2/2)
 2021-11-30 15:10 UTC 

[committed 15/19] testsuite: Import dmd testsuite to v2.098.0-beta.1 (b8384668f) (1/2)
 2021-11-30 15:07 UTC 

[committed 14/19] libphobos: Update libphobos to build latest version
 2021-11-30 15:05 UTC 

[committed 10/19] libphobos: Update libgdruntime to build with latest version
 2021-11-30 14:53 UTC 

[committed 09/19] libphobos: Import druntime v2.098.0-beta.1 (e6caaab9)
 2021-11-30 14:49 UTC 

[committed 08/19] d: Synchronize headers with dmd v2.098.0-beta.1 (b8384668f)
 2021-11-30 14:46 UTC 

[committed 07/19] d: Import dmd v2.098.0-beta.1 (b8384668f) (3/3)
 2021-11-30 14:44 UTC 

[committed 06/19] d: Import dmd v2.098.0-beta.1 (b8384668f) (2/3)
 2021-11-30 14:41 UTC 

[PATCH] tree-optimization/103464 - Also pre-process PHIs in range-of-stmt
 2021-11-30 14:33 UTC 

[PATCH] ipa-sra: Check also ECF_LOOPING_CONST_OR_PURE when evaluating calls
 2021-11-30 14:32 UTC  (2+ messages)

[committed 05/19] d: Import dmd v2.098.0-beta.1 (b8384668f) (1/3)
 2021-11-30 14:31 UTC 

[committed 04/19] d: Remove old DMD front-end sources (2/2)
 2021-11-30 14:27 UTC 

[PATCH] Avoid some -Wunreachable-code-ctrl
 2021-11-30 14:27 UTC  (6+ messages)

[committed 03/19] d: Remove old DMD front-end sources (1/2)
 2021-11-30 14:24 UTC 

[PATCH] libsanitizer: Use SSE to save and restore XMM registers
 2021-11-30 14:20 UTC 

[committed 02/19] d: Update D front-end to build with latest version
 2021-11-30 14:17 UTC 

[committed 01/19] configure, d: Add support for bootstrapping the D front-end
 2021-11-30 14:14 UTC 

[PATCH] simplify-rtx: Punt on simplify_associative_operation with large operands [PR102356]
 2021-11-30 14:13 UTC  (4+ messages)
  ` [PATCH] simplify-rtx, v2: "

[PATCH] tree-optimization/103489 - fix ICE when bool pattern recog fails
 2021-11-30 14:01 UTC 

[PATCH 0/3][vect] Enable vector unrolling of main loop
 2021-11-30 13:56 UTC  (22+ messages)
` [PATCH 1/3][vect] Add main vectorized loop unrolling
        ` [PATCH 1v2/3][vect] "

[PATCH][pushed] Change if-to-switch-conversion test
 2021-11-30 13:48 UTC 

[PATCH] Modify combine pattern by anding a pseudo with its nonzero bits
 2021-11-30 13:46 UTC  (2+ messages)

[committed] libstdc++: Use gender-agnostic pronoun in docs
 2021-11-30 13:13 UTC 

gender-agnostic pronouns
 2021-11-30 12:22 UTC 

[gomp4] Make OpenACC orphan gang reductions errors
 2021-11-30 12:20 UTC  (14+ messages)
` [PATCH] [og10] libgomp, Fortran: Fix OpenACC "gang reduction on an orphan loop" error message
` [PATCH] [og10] Fix goacc/routine-4-extern.c test
    ` Gang-level reductions in OpenACC routine

[PATCH] c++: Allow indeterminate unsigned char or std::byte in bit_cast - P1272R4
 2021-11-30 12:17 UTC  (3+ messages)
  ` [PATCH] c++, v2: "

[PATCH] PR fortran/103473 - [11/12 Regression] ICE in simplify_minmaxloc_nodim, at fortran/simplify.c:5287
 2021-11-30 11:37 UTC  (2+ messages)

[PATCH] PR fortran/101565 - ICE in gfc_simplify_image_index, at fortran/simplify.c:8234
 2021-11-30 11:25 UTC  (2+ messages)

[PATCH] Loop unswitching: support gswitch statements
 2021-11-30 11:17 UTC  (19+ messages)

[Patch 1/8, Arm, AArch64, GCC] Refactor mbranch-protection option parsing and make it common to AArch32 and AArch64 backends. [Was RE: [Patch 2/7, Arm, GCC] Add option -mbranch-protection.]
 2021-11-30 11:11 UTC  (3+ messages)

[PATCH] libstdc++: Add [[nodiscard]] to std::byteswap
 2021-11-30 10:41 UTC  (2+ messages)

[Committed] PR testsuite/103477: Fix big-endian mistake in new test case
 2021-11-30 10:37 UTC 

[PATCH] [i386] Fix ICE in ix86_attr_length_immediate_default
 2021-11-30 10:22 UTC  (3+ messages)

[PATCH 0/4] some vxworks crtstuff
 2021-11-30 10:14 UTC  (7+ messages)
` [PATCH 1/4] libgcc: remove crt{begin, end}.o from powerpc-wrs-vxworks target
  ` [PATCH 1/4] libgcc: remove crt{begin,end}.o "
` [PATCH 3/4] libgcc: vxcrtstuff.c: make ctor/dtor functions static
` [PATCH 4/4] libgcc: vxcrtstuff.c: add a few undefs

[PATCH] Final value replacement improvements for until-wrap loops
 2021-11-30 10:00 UTC  (2+ messages)

[PATCH] Fix --help -Q output
 2021-11-30  9:33 UTC  (2+ messages)

Fix PR target/103274
 2021-11-30  9:23 UTC 

[PATCH] Remove can_throw_non_call_exceptions special case from operator_div::wi_fold
 2021-11-30  9:04 UTC  (8+ messages)

[PATCH/RFC] combine: Tweak the condition of last_set invalidation
 2021-11-30  8:47 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH] middle-end/103485 - fix conversion kind for vectors
 2021-11-30  8:16 UTC 

[RFC][PATCH] c++/46476 - implement -Wunreachable-code-return
 2021-11-30  8:09 UTC  (4+ messages)

[PATCH] Remove more stray returns and gcc_unreachable ()s
 2021-11-30  7:51 UTC  (4+ messages)

[PATCH] tree-optimization/103440 - Always track arguments, even when ignoring equiv params
 2021-11-30  7:42 UTC  (2+ messages)

[PATCH 1/4] Canonicalize argument order for commutative functions
 2021-11-30  7:40 UTC  (4+ messages)

[PATCH] introduce predicate analysis class
 2021-11-30  7:39 UTC  (4+ messages)

[PATCH v2] rs6000: Modify the way for extra penalized cost
 2021-11-30  5:05 UTC  (3+ messages)

[PATCH] rs6000: Remove builtin mask check from builtin_decl [PR102347]
 2021-11-30  4:54 UTC  (10+ messages)

[PATCH] Fix regression introduced by r12-5536
 2021-11-30  1:31 UTC  (5+ messages)

[COMMITTED] tree-optimization/103467 - Don't reuse reference after potential resize
 2021-11-30  1:06 UTC 

[committed] analyzer: further false leak fixes due to overzealous state merging [PR103217]
 2021-11-29 23:53 UTC 

[PATCH][WIP] PR tree-optimization/101808 Boolean comparison simplification
 2021-11-29 23:51 UTC  (6+ messages)
    ` [EXTERNAL] "

[PATCH] libcpp: Enable P1949R7 for C++11 and up as it was a DR [PR100977]
 2021-11-29 22:53 UTC  (2+ messages)

[PATCH, v2] c++: Diagnose taking address of an immediate member function [PR102753]
 2021-11-29 22:45 UTC  (12+ messages)
            ` [PATCH] c++: Fix up diagnostics about "
                ` [PATCH] c++, v2: "
                  ` [PATCH] c++: Small incremental tweak to source_location::current() folding

[PATCH 0/3] P1997 'array-copy' patchset [PR103238]
 2021-11-29 22:44 UTC  (5+ messages)
` [PATCH 2/3] c++: P1997 array-copy extensions: Initialization [PR103238]
` [PATCH 3/3] c++: P1997 array-copy extensions: Assignment, return, etc. [PR103238]

[wwwdocs] Add spanstream and constexpr std::string to libstdc++ changes
 2021-11-29 21:16 UTC 

[PATCH, Fortran] Fix setting of array lower bound for named arrays
 2021-11-29 21:11 UTC  (5+ messages)

LoongArch Port
 2021-11-29 21:10 UTC  (8+ messages)
` [PATCH 01/12] LoongArch Port: gcc build

[PATCH take #2] x86_64: PR target/100711: Splitters for pandn
 2021-11-29 20:24 UTC  (2+ messages)

[PATCH] jit: Add support for global rvalue initialization and ctors
 2021-11-29 20:03 UTC 

[PATCH] Only return after resetting type_param_spec_list
 2021-11-29 19:36 UTC  (2+ messages)

[PATCH] elf: Add __libc_get_static_tls_bounds [BZ #16291]
 2021-11-29 19:30 UTC  (3+ messages)

[PATCH] ipa: Careful processing ANCESTOR jump functions and NULL pointers (PR 103083)
 2021-11-29 18:45 UTC  (3+ messages)

[PATCH] Make the path to etags used in the build system configurable [PR103021]
 2021-11-29 18:39 UTC  (3+ messages)

[PATCH] ipa-param-manip: Be careful about a reallocating hash_map (PR 103449)
 2021-11-29 18:19 UTC  (2+ messages)

[PATCH][RFC] middle-end/46476 - resurrect -Wunreachable-code
 2021-11-29 17:21 UTC  (4+ messages)

[PATCH] rs6000: Fix some issues in rs6000_can_inline_p [PR102059]
 2021-11-29 16:57 UTC  (2+ messages)

[PATCH] path solver: Use only one ssa_global_cache
 2021-11-29 16:21 UTC 

[PATCH] correct handling of offsets in PHI expressions [PR103215]
 2021-11-29 16:01 UTC  (2+ messages)
` PING "

[PATCH] fix up compute_objsize (including PR 103143)
 2021-11-29 15:49 UTC  (4+ messages)
` PING "
  ` PING 2 "
    ` PING 3 "

[PATCH 4/5] vect: Make reduction code handle calls
 2021-11-29 15:39 UTC  (5+ messages)

[PATCH] Fix RTL FE issue with premature return
 2021-11-29 14:29 UTC  (2+ messages)

[PATCH] Place stray return inside if
 2021-11-29 13:27 UTC 

[PATCH] RISC-V: jal cannot refer to a default visibility symbol for shared object
 2021-11-29 12:48 UTC 

[PATCH]middle-end: move bitmask match.pd pattern and update tests
 2021-11-29 12:42 UTC  (2+ messages)

[PATCH] x86_64: Issue -Wpsabi warning about C++ zero width bitfield ABI changes [PR102024]
 2021-11-29 12:25 UTC  (3+ messages)
` Patch ping (Re: [PATCH] x86_64: Issue -Wpsabi warning about C++ zero width bitfield ABI changes [PR102024])

[AArch64] Enable generation of FRINTNZ instructions
 2021-11-29 11:17 UTC  (7+ messages)

[PATCH] Remove unreachable gcc_unreachable () at the end of functions
 2021-11-29 10:45 UTC  (3+ messages)

[PATCH] Remove unreachable returns
 2021-11-29 10:19 UTC  (3+ messages)

[PATCH]middle-end cse: Make sure duplicate elements are not entered into the equivalence set [PR103404]
 2021-11-29  9:16 UTC  (3+ messages)

[PATCH] tree-optimization/103458 - avoid creating new loops in CD-DCE
 2021-11-29  9:11 UTC 

Improve -fprofile-report
 2021-11-29  9:11 UTC  (2+ messages)

[PATCH] tree-optimization: [PR101540] Simplify CONSTRUCTOR for vector(1) to be VCE
 2021-11-29  8:59 UTC  (4+ messages)

[PATCH] Fix PR 19089: Environment variable TMP may yield gcc: abort
 2021-11-29  8:56 UTC  (5+ messages)

[PATCH] Optimize _Float16 usage for non AVX512FP16
 2021-11-29  7:57 UTC  (2+ messages)

[PATCH] rs6000/test: Add emulated gather test case
 2021-11-29  2:03 UTC  (3+ messages)

[committed 01/12] d: Factor d_nested_class and d_nested_struct into single function
 2021-11-29  0:31 UTC  (5+ messages)
` [committed 03/12] d: Insert null terminator in obstack buffers

[PATCH] Extend usage of user hint in _Hashtable
 2021-11-28 21:27 UTC 

[PATCH] Fix PR 62157: disclean in libsanitizer not working
 2021-11-28 20:12 UTC  (2+ messages)

[PATCH] x86_64: PR target/100711: Splitters for pandn
 2021-11-28 19:44 UTC  (2+ messages)

[PATCH] Restore can_be_invalidated_p semantics to before refactoring
 2021-11-28 19:21 UTC  (2+ messages)

[PATCH] x86_64: Improved V1TImode rotations by non-constant amounts
 2021-11-28 19:15 UTC  (2+ messages)

Compare guessed profile frequencies to actual profile feedback in profile dump file
 2021-11-28 18:52 UTC 

[PATCH] [RFC] unreachable returns
 2021-11-28 18:48 UTC  (2+ messages)

[PATCH] d: fix ASAN in option processing
 2021-11-28  8:41 UTC  (2+ messages)

[PATCH v3] c-format: Add -Wformat-int-precision option [PR80060]
 2021-11-27 22:20 UTC  (5+ messages)

[PATCH v4] c-format: Add -Wformat-int-precision option [PR80060]
 2021-11-27 22:18 UTC 

[committed] hppa: Fix typo in t-dimode
 2021-11-27 21:58 UTC 

[PATCH, fortran] Improve expansion of constant array expressions within constructors
 2021-11-27 20:56 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).