[PATCH] LoongArch: Fix unintentional bash-ism in r14-3665
2023-09-06 9:57 UTC
[PATCH] OpenMP: Enable 'declare mapper' mappers for 'target update' directives
2023-09-06 9:55 UTC
[PATCH] RISC-V: Fix incorrect mode tieable which cause ICE in RA[PR111296]
2023-09-06 9:47 UTC
[PATCH] RISC-V: Add autovec FP binary operations
2023-09-06 9:43 UTC (3+ messages)
` [PATCH v3] "
[PATCH 0/2] resolve confilct between zcmp multi push/pop and shrink-wrap-separate
2023-09-06 9:39 UTC (3+ messages)
` [PATCH 1/2] allow targets to check shrink-wrap-separate enabled or not
` [PATCH 2/2] [V2][RISC-V] enable muti push and pop for Zcmp when shrink-wrap-separate is ineffective
[PATCH 0/5] OpenMP: Array-shaping operator and strided/rectangular 'target update' support
2023-09-06 9:34 UTC (6+ messages)
` [PATCH 1/5] OpenMP, NVPTX: memcpy[23]D bias correction
` [PATCH 2/5] OpenMP: Allow complete replacement of clause during map/to/from expansion
` [PATCH 3/5] OpenMP: Support strided and shaped-array updates for C++
` [PATCH 4/5] OpenMP: Array shaping operator and strided "target update" for C
` [PATCH 5/5] OpenMP: Noncontiguous "target update" for Fortran
[PATCH] RISC-V: Keep vlmax vector operators in simple form until split1 pass
2023-09-06 8:24 UTC (4+ messages)
[PATCH V5 0/3] RISC-V: Add an experimental vector calling convention
2023-09-06 8:23 UTC (6+ messages)
` [PATCH V5 1/3] RISC-V: Part-1: Select suitable vector registers for vector type args and returns
` [PATCH V5 2/3] RISC-V: Part-2: Save/Restore vector registers which need to be preversed
` [PATCH V5 3/3] RISC-V: Part-3: Output .variant_cc directive for vector function
[PATCH] RISC-V: Add conditional sqrt autovec pattern
2023-09-06 8:22 UTC (5+ messages)
[PATCH 0/2] resolve confilct between zcmp multi push/pop and shrink-wrap-separate
2023-09-06 8:06 UTC (5+ messages)
` [PATCH 2/2] [RISC-V] Enalble zcmp for -Os
` "
[PATCH v3] RISC-V:Optimize the MASK opt generation
2023-09-06 7:19 UTC (4+ messages)
` "
[PATCH v1 1/6] LoongArch: a symmetric multilib subdir layout
2023-09-06 6:54 UTC (4+ messages)
` [PATCH v1 2/6] LoongArch: improved target configuration interface
[PATCH] MATCH: [PR110937/PR100798] (a ? ~b : b) should be optimized to b ^ -(a)
2023-09-06 6:38 UTC (6+ messages)
` [PATCH 17/12] _BitInt a ? ~b : b match.pd fix [PR102989]
[RFC PATCH v2 0/1] RISC-V: Add support for 'XVentanaCondOps' reusing 'Zicond' support
2023-09-06 5:47 UTC (9+ messages)
` [PATCH v3 "
` [PATCH v3 1/1] "
` [PATCH v4 0/1] "
` [PATCH v4 1/1] "
[PATCH] xtensa: Optimize boolean evaluation when SImode EQ/NE to zero if TARGET_MINMAX
2023-09-06 4:24 UTC (3+ messages)
[PATCH v2 1/2] strlen: fold strstr() even if the length isn't previously known [PR96601]
2023-09-06 4:15 UTC (5+ messages)
` [PATCH v2 2/2] strlen: call handle_builtin_strlen() from fold_strstr_to_strncmp()
[pushed] c++: [[no_unique_address]] and cv-qualified type
2023-09-06 3:19 UTC
[PATCH] RISC-V: Emit .note.GNU-stack for non-linux target as well
2023-09-06 2:57 UTC (5+ messages)
[COMMITTED] RISC-V: typo: add closing paren to a comment
2023-09-06 2:38 UTC
[PATCH] RISC-V: Fix Zicond ICE on large constants
2023-09-06 1:59 UTC (7+ messages)
` [PATCH v2] "
[PATCH v3 0/4] LoongArch: target configuration interface update
2023-09-06 1:04 UTC (9+ messages)
` [PATCH v3 1/4] LoongArch: improved target configuration interface
` Re:[pushed] [PATCH v3 0/4] LoongArch: target configuration interface update
[PATCH 10/12] C _BitInt support [PR102989]
2023-09-05 22:40 UTC (2+ messages)
[PATCH 0/12] GCC _BitInt support [PR102989]
2023-09-05 22:26 UTC (5+ messages)
` [PATCH 13/12] C _BitInt incremental fixes [PR102989]
` [PATCH 13/12 v2] "
[PATCH] riscv: Synthesize all 11-bit-rotate constants with rori
2023-09-05 21:59 UTC (3+ messages)
[PATCH V2] RISC-V: Support Dynamic LMUL Cost model
2023-09-05 21:53 UTC (4+ messages)
` "
[PATCH 18/12] Handle BITINT_TYPE in build_{,minus_}one_cst [PR102989]
2023-09-05 21:52 UTC (3+ messages)
` [PATCH 18/12] Handle BITINT_TYPE in build_{, minus_}one_cst [PR102989]
[committed] RISC-V: Expose bswapsi for TARGET_64BIT
2023-09-05 21:41 UTC
[PATCH] c: Don't pedwarn on _FloatN{,x} or {f,F}N{,x} suffixes for C2X
2023-09-05 21:34 UTC (2+ messages)
[PATCH] c++: Additional warning for name-hiding [PR12341]
2023-09-05 20:52 UTC (2+ messages)
[PATCH] c++: Move consteval folding to cp_fold_r
2023-09-05 20:36 UTC (4+ messages)
[PATCH 0/8] OpenMP: lvalue parsing and "declare mapper" support
2023-09-05 19:28 UTC (9+ messages)
` [PATCH 1/8] OpenMP: lvalue parsing for map/to/from clauses (C++)
` [PATCH 2/8] OpenMP: lvalue parsing for map/to/from clauses (C)
` [PATCH 3/8] OpenMP: C++ "declare mapper" support
` [PATCH 4/8] OpenMP: Support OpenMP 5.0 "declare mapper" directives for C
` [PATCH 5/8] OpenMP, Fortran: Pass list number to gfc_free_omp_namelist
` [PATCH 6/8] OpenMP, Fortran: Per-directive control for gfc_trans_omp_clauses
` [PATCH 7/8] OpenMP, Fortran: Split out OMP clause checking
` [PATCH 8/8] OpenMP: Fortran "!$omp declare mapper" support
[PATCH] RISC-V: Add Types to Un-Typed Risc-v Instructions:
2023-09-05 17:13 UTC (3+ messages)
` [Committed] "
[PATCH] Add Types to Un-Typed Pic Instructions:
2023-09-05 17:03 UTC (3+ messages)
` [Committed] "
[PATCH] riscv: xtheadbb: Enable constant synthesis with th.srri
2023-09-05 16:13 UTC (3+ messages)
[Patch] contrib/gcc-changelog: Check whether revert-commit exists
2023-09-05 15:30 UTC (3+ messages)
[PATCH v2] RISC-V: zicond: Fix opt2 pattern
2023-09-05 15:20 UTC (5+ messages)
` [Committed] "
[PATCH 00/11] aarch64 GCS preliminary patches
2023-09-05 15:00 UTC (13+ messages)
` [PATCH 01/11] aarch64: AARCH64_ISA_RCPC was defined twice
` [PATCH 04/11] aarch64: Do not force a stack frame for EH returns
` [PATCH 05/11] aarch64: Add eh_return compile tests
` [PATCH 06/11] aarch64: Fix pac-ret eh_return tests
` [PATCH 07/11] aarch64: Disable branch-protection for pcs tests
` [PATCH 10/11] aarch64: Fix branch-protection error message tests
[PATCH] c++: improve verify_constant diagnostic [PR91483]
2023-09-05 14:59 UTC (2+ messages)
[committed] OpenMP: Avoid ICE in c_parser_omp_clause_allocate with invalid expr
2023-09-05 14:56 UTC
Add dg test for matching function bodies
2023-09-05 14:28 UTC (4+ messages)
` [WIP] testsuite: Port 'check-function-bodies' to nvptx (was: Add dg test for matching function bodies)
` "
` testsuite: Port 'check-function-bodies' to nvptx
[PATCH] c++: Diagnose [basic.scope.block]/2 violations even in compound-stmt of function-try-block [PR52953]
2023-09-05 14:15 UTC (4+ messages)
` [PATCH] c++, v2: "
[RFC PATCH] c++: Diagnose [basic.scope.block]/2 violations even for block externs [PR52953]
2023-09-05 14:00 UTC (4+ messages)
` [PATCH] c++, v2: "
[PATCH V2] Emit funcall external declarations only if actually used
2023-09-05 13:03 UTC (3+ messages)
[PATCH v1] RISC-V: Support FP SGNJ autovec for VLS mode
2023-09-05 12:11 UTC (3+ messages)
[PATCH] analyzer: Move gcc.dg/analyzer tests to c-c++-common (2) [PR96395]
2023-09-05 11:53 UTC (2+ messages)
[PATCH v2] RISC-V: Optimize the MASK opt generation
2023-09-05 11:50 UTC (2+ messages)
[PATCH v6 0/4] Add Loongson SX/ASX instruction support to LoongArch target
2023-09-05 11:34 UTC (2+ messages)
` "
[PING][PATCH] LoongArch: initial ada support on linux
2023-09-05 11:23 UTC (4+ messages)
[COMMITTED] ada: Elide the copy in extended returns for nonlimited by-reference types
2023-09-05 11:08 UTC
[COMMITTED] ada: Fix DWARF for certain arrays
2023-09-05 11:08 UTC
[COMMITTED] ada: Remove redundant protection against empty list
2023-09-05 11:08 UTC
[COMMITTED] ada: Add guard before querying the type for its interfaces
2023-09-05 11:08 UTC
[COMMITTED] ada: Remove redundant guard against an empty list of interfaces
2023-09-05 11:08 UTC
[COMMITTED] ada: Fix problematic secondary stack management in protected entry
2023-09-05 11:08 UTC
[COMMITTED] ada: Fix crash on selected component lookup in generic instance
2023-09-05 11:08 UTC
[COMMITTED] ada: Fix spurious warning emissions
2023-09-05 11:08 UTC
[COMMITTED] ada: Fix assertion failure on very peculiar enumeration type
2023-09-05 11:08 UTC
[COMMITTED] ada: Remove TBC comment, no more needed
2023-09-05 11:08 UTC
[COMMITTED] ada: Crash on creation of extra formals on type extension
2023-09-05 11:08 UTC
[COMMITTED] ada: Pass -msmp when linking for ppc-vx6 --RTS=rtp-smp
2023-09-05 11:08 UTC
[COMMITTED] ada: Crash on function returning empty Ada 2022 aggregate
2023-09-05 11:08 UTC
[COMMITTED] ada: Compiler hangs on invalid postcondition
2023-09-05 11:08 UTC
[COMMITTED] ada: Spurious warning about negative modular literal
2023-09-05 11:08 UTC
[COMMITTED] ada: Support setting task affinity on QNX
2023-09-05 11:08 UTC
[COMMITTED] ada: building_executable_programs_with_gnat.rst: fix -gnatw.x index
2023-09-05 11:08 UTC
[COMMITTED] ada: Preserve capability validity in address arithmetic
2023-09-05 11:08 UTC
[COMMITTED] ada: Fix internal error on instantiation with private component type
2023-09-05 11:08 UTC
[COMMITTED] ada: Remove GNATcheck violations
2023-09-05 11:07 UTC
[COMMITTED] ada: Add missing units to Makefile.rtl
2023-09-05 11:07 UTC
[COMMITTED] ada: Handle GNATcheck violations
2023-09-05 11:07 UTC
[COMMITTED] ada: Enforce subtype conformance of interface primitives
2023-09-05 11:07 UTC
[COMMITTED] ada: Tweak comment about tasking corner case
2023-09-05 11:07 UTC
[COMMITTED] Revert "Adjust one Ada test"
2023-09-05 11:07 UTC
[PATCH v3][RFC] c-family: Implement __has_feature and __has_extension [PR60512]
2023-09-05 10:33 UTC (3+ messages)
[PATCH] riscv: xtheadcondmov: Don't run tests with -Oz
2023-09-05 8:59 UTC (3+ messages)
[PATCH] RISC-V: Export functions as global extern preparing for dynamic LMUL patch use
2023-09-05 8:47 UTC
[PATCH] fwprop: Allow UNARY_P and check register pressure
2023-09-05 8:45 UTC (7+ messages)
[committed 1/2] arc: Remove obsolete mbbit-peephole option and unused patterns
2023-09-05 8:42 UTC (2+ messages)
` [committed 2/2] arc: Cleanup addsi3 instruction pattern
GNU Tools Cauldron 2023
2023-09-05 8:10 UTC
[PATCH] ssa_name_has_boolean_range vs signed-boolean:31 types
2023-09-05 7:46 UTC (3+ messages)
[committed] tree-ssa-tail-merge: Fix a comment typo
2023-09-05 7:35 UTC
[PATCH] MATCH: `(nop_convert)-(convert)a` into -(convert)a if we are converting from something smaller
2023-09-05 7:25 UTC (2+ messages)
[PATCH] MATCH: Add `(x | c) & ~(y | c)` and `x & ~(y | x)` patterns [PR98710]
2023-09-05 7:24 UTC (2+ messages)
[PATCH] MATCH: Add pattern for `(x | y) & (x & z)`
2023-09-05 7:21 UTC (2+ messages)
Check that passes do not forget to define profile
2023-09-05 7:16 UTC (2+ messages)
` [PATCH 16/12] _BitInt profile fixes [PR102989]
[PATCH] MATCH: Add `~MAX(~X, Y)` pattern: [PR96694]
2023-09-05 7:15 UTC (2+ messages)
[PATCH] MATCH: Transform `(1 >> X) !=/== 0` into `X ==/!= 0`
2023-09-05 7:12 UTC (2+ messages)
[PATCH 1/2] VR-VALUES: Rename op0/op1 to op1/op2 for test_for_singularity
2023-09-05 7:12 UTC (5+ messages)
` [PATCH 2/2] VR-VALUES: Rewrite test_for_singularity using range_op_handler
[PATCH 1/3] Improve ssa_name_has_boolean_range slightly
2023-09-05 7:02 UTC (6+ messages)
` [PATCH 2/3] MATCH: Improve zero_one_valued_p by using ssa_name_has_boolean_range
` [PATCH 3/3] MATCH: Replace all uses of ssa_name_has_boolean_range with zero_one_valued_p
[PATCH v1] LoongArch: Optimized multiply instruction generation
2023-09-05 6:03 UTC
[PATCH] lra: Avoid unfolded plus-0
2023-09-05 5:05 UTC (2+ messages)
[PATCH] RISC-V: Document some -march special cases
2023-09-05 5:04 UTC (3+ messages)
[PATCH v2] LoongArch: initial ada support on linux
2023-09-05 4:39 UTC (2+ messages)
` "
[PATCH] RISC-V: Fix Dynamic LMUL compile option
2023-09-05 2:52 UTC (2+ messages)
[PATCH] analyzer: implement symbolic value support for CPython plugin's refcnt checker [PR107646]
2023-09-05 2:13 UTC
RFC: Introduce -fhardened to enable security-related flags
2023-09-04 22:40 UTC (3+ messages)
[PATCH] testsuite: aarch64: Adjust SVE ACLE tests to new generated code
2023-09-04 20:48 UTC (3+ messages)
[PATCH v3] mklog: handle Signed-off-by, minor cleanup
2023-09-04 19:54 UTC (2+ messages)
` [COMMITED v4] "
[PATCH v2] mklog: handle Signed-Off-By, minor cleanup
2023-09-04 19:45 UTC (4+ messages)
` [PATCH v3] mklog: handle Signed-off-by, "
[PATCH 9/12] libgcc _BitInt support [PR102989]
2023-09-04 19:42 UTC (3+ messages)
` [PATCH 15/12] Add further _BitInt <-> floating point tests [PR102989]
[PATCH] Bug 111071: fix the subr with -1 to not due to the simplify
2023-09-04 18:59 UTC (3+ messages)
[PATCH 1/2] strlen: fold strstr() even if the length isn't previously known [PR96601]
2023-09-04 18:53 UTC (2+ messages)
` [PATCH 2/2] strlen: call handle_builtin_strlen() from fold_strstr_to_strncmp()
page: next (older) | prev (newer) | 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).