[committed][nvptx] Add uniform_warp_check insn
2022-02-01 18:31 UTC
[committed][nvptx] Add bar.warp.sync
2022-02-01 18:31 UTC
[committed][nvptx] Update default ptx isa to 6.3
2022-02-01 18:30 UTC
[committed][nvptx] Update bar.sync for ptx isa 6.0
2022-02-01 18:30 UTC
[committed][nvptx] Handle nop in prevent_branch_around_nothing
2022-02-01 18:30 UTC
[committed][nvptx] Add some support for .local atomics
2022-02-01 18:30 UTC
[committed][nvptx] Fix reduction lock
2022-02-01 18:30 UTC
[PATCH] Strengthen memory memory order for atomic<T>::wait/notify
2022-02-01 17:17 UTC (3+ messages)
[GCC 11 PATCH 0/5] x86: Backport straight-line-speculation mitigation
2022-02-01 16:59 UTC (8+ messages)
` [GCC 11 PATCH 1/5] x86: Remove "%!" before ret
` [GCC 11 PATCH 2/5] x86: Add -mharden-sls=[none|all|return|indirect-branch]
` [GCC 11 PATCH 3/5] x86: Add -mindirect-branch-cs-prefix
` [GCC 11 PATCH 4/5] x86: Rename -harden-sls=indirect-branch to -harden-sls=indirect-jmp
` [GCC 11 PATCH 5/5] x86: Generate INT3 for __builtin_eh_return
[PATCH] gcc-12: Mention -mharden-sls= and -mindirect-branch-cs-prefix
2022-02-01 16:57 UTC
[PATCH] libstdc++: detect mold linker
2022-02-01 16:17 UTC (7+ messages)
` [PATCH][V2] Add mold detection for libs
[PATCH] docs: remove --disable-stage1-checking from requirements
2022-02-01 16:05 UTC (2+ messages)
[PATCH] libcpp: Fix up padding handling in funlike_invocation_p [PR104147]
2022-02-01 15:31 UTC (5+ messages)
` [PATCH] libcpp: Avoid PREV_WHITE and other random content on CPP_PADDING tokens
[PATCH] rs6000: Fix up PCH on powerpc* [PR104323]
2022-02-01 15:27 UTC
[PATCH] tree-optimization/94899: Remove "+ 0x80000000" in int comparisons
2022-02-01 15:21 UTC (3+ messages)
[PATCH 0/8] rs6000: Built-in function cleanups and bug fixes
2022-02-01 14:53 UTC (23+ messages)
` [PATCH 1/8] rs6000: More factoring of overload processing
` [PATCH v2 "
` [PATCH 2/8] rs6000: Don't #ifdef "short" built-in names
` [PATCH 3/8] rs6000: Convert <x> built-in constraints to <x,y> form
` [PATCH 3/8] rs6000: Convert <x> built-in constraints to <x, y> form
` [PATCH v2 3/8] rs6000: Unify error messages for built-in constant restrictions
` [PATCH 4/8] rs6000: Consolidate target built-ins code
` [PATCH 5/8] rs6000: Fix LE code gen for vec_cnt[lt]z_lsbb [PR95082]
` [PATCH 6/8] rs6000: Remove -m[no-]fold-gimple flag [PR103686]
` [PATCH 7/8] rs6000: vec_neg built-ins wrongly require POWER8
` [PATCH 8/8] rs6000: Fix some missing built-in attributes [PR104004]
ifcvt: Fix PR104153 and PR104198
2022-02-01 14:45 UTC
[PATCH][pushed] d: Fix -Werror=format-diag error
2022-02-01 14:22 UTC (2+ messages)
[wwwdocs] Uncomment header for Fortran issues
2022-02-01 12:56 UTC
[wwwdocs] Fix grammar for computed goto notes
2022-02-01 12:55 UTC
[wwwdocs] Document C++20 and C++23 library additions
2022-02-01 12:41 UTC
[wwwdocs] Add C++ "porting to" notes
2022-02-01 12:41 UTC
[PATCH] Fix grammar in C++ header dependency notes
2022-02-01 12:38 UTC
[PATCH], PR 104253, Fix __ibm128 conversions on IEEE 128-bit system
2022-02-01 12:27 UTC (2+ messages)
[2/3 PATCH]AArch64 use canonical ordering for complex mul, fma and fms
2022-02-01 11:04 UTC (7+ messages)
[PATCH v3][GCC13] RISC-V: Provide `fmin'/`fmax' RTL patterns
2022-02-01 10:48 UTC
[PATCH v3] [AARCH64] Fix PR target/103100 -mstrict-align and memset on not aligned buffers
2022-02-01 10:44 UTC (2+ messages)
[PATCH][1/4][committed] aarch64: Add support for Armv8.8-a memory operations and memcpy expansion
2022-02-01 10:22 UTC (4+ messages)
[PATCH][AArch32]: correct usdot-product RTL patterns
2022-02-01 9:58 UTC (4+ messages)
[1/3 PATCH]middle-end vect: Simplify and extend the complex numbers validation routines
2022-02-01 9:56 UTC (6+ messages)
` [3/3 PATCH][AArch32] use canonical ordering for complex mul, fma and fms
[PATCH] veclower: Fix up -fcompare-debug issue in expand_vector_comparison [PR104307]
2022-02-01 9:56 UTC (4+ messages)
[PATCH] PR tree-optimization/102950: Improved EVRP for signed BIT_XOR_EXPR
2022-02-01 8:57 UTC
[committed][libgomp, testsuite] Reduce recursion depth in declare_target-*.f90
2022-02-01 8:14 UTC (2+ messages)
[committed][libgomp, testsuite] Fix insufficient resources in test-cases
2022-02-01 7:21 UTC
[PATCH] fold-const: do not fold 'inf/inf' with -ftrapping-math [PR95115]
2022-02-01 7:19 UTC (7+ messages)
` [PATCH] fold-const: do not fold NaN result from non-NaN operands (was: Re: [PATCH] fold-const: do not fold 'inf/inf' with -ftrapping-math [PR95115])
[PATCH RFA (tree)] c++: lambda in template default argument [PR103186]
2022-02-01 7:09 UTC (4+ messages)
` PING "
[RFC] ldist: Recognize rawmemchr loop patterns
2022-02-01 7:04 UTC (16+ messages)
` [PATCH][ldist] Don't add lib calls with -fno-tree-loop-distribute-patterns
[PATCH] AutoFDO: don't set param_early_inliner_max_iterations to 10
2022-02-01 6:29 UTC (4+ messages)
` [EXTERNAL] "
[PATCH] tree-optimization/103514 Missing XOR-EQ-AND Optimization
2022-02-01 5:31 UTC (7+ messages)
` [PATCH] testsuite: Fix up tree-ssa/pr103514.c testcase [PR103514]
` [EXTERNAL] "
[PATCH] reload: Adjust find_reloads to comment; test intersection, not subset
2022-02-01 3:57 UTC (2+ messages)
[PATCH v3 00/15] ARM/MVE use vectors of boolean for predicates
2022-02-01 3:42 UTC (5+ messages)
` [PATCH v3 07/15] arm: Implement MVE predicates as vectors of booleans
[PATCH] Fix comment for operand_compare::operand_equal_p
2022-01-31 23:26 UTC
[PATCH] RISC-V/testsuite: Run target testing over all the usual optimization levels
2022-01-31 23:04 UTC
[PATCH] RISC-V: Add target machine headers as a dependency for riscv-sr.o
2022-01-31 21:50 UTC
[PATCH] Use system default for long double if not specified on PowerPC
2022-01-31 21:46 UTC (5+ messages)
` Ping: "
[PATCH] c++: CTAD for class tmpl defined inside partial spec [PR104294]
2022-01-31 20:20 UTC (3+ messages)
[PATCH] [gfortran] Add support for allocate clause (OpenMP 5.0)
2022-01-31 19:13 UTC (12+ messages)
[PATCH] c++: Reject union std::initializer_list [PR102434]
2022-01-31 19:10 UTC (2+ messages)
[PATCH] c++: ICE with auto[] and VLA [PR102414]
2022-01-31 19:09 UTC (4+ messages)
` [PATCH v2] "
[PATCH] c++: CONSTRUCTORs are non-deduced contexts [PR104291]
2022-01-31 19:08 UTC (2+ messages)
[PATCH] rs6000: Fix up build of non-glibc/aix/darwin powerpc* targets [PR104298]
2022-01-31 18:49 UTC (2+ messages)
[PATCH] [PATCH, v3, 1/1, AARCH64][PR102768] aarch64: Add compiler support for Shadow Call Stack
2022-01-31 17:00 UTC (2+ messages)
[PATCH 1/2] jit: structs/unions: bring the C++ API more on par with C
2022-01-31 16:34 UTC (2+ messages)
` [PATCH 2/2] jit: function pointers: "
[PATCH] [RFC][PR102768] aarch64: Add compiler support for Shadow Call Stack
2022-01-31 16:26 UTC (11+ messages)
` [PING^3][PATCH,v2,1/1,AARCH64][PR102768] "
` [PING^3][PATCH, v2, 1/1, AARCH64][PR102768] "
[OG11][committed] OpenMP metadirective support
2022-01-31 14:30 UTC (2+ messages)
Porting the Docs to Sphinx - project status
2022-01-31 14:06 UTC
[PATCH] gcc: define _REENTRANT for OpenRISC when -pthread is passed
2022-01-31 13:38 UTC
[PATCH] gcc: pass-manager: Fix memory leak. [PR jit/63854]
2022-01-31 11:42 UTC (6+ messages)
[PATCH] libgccjit: structs/unions: bring the C++ API more on par with C
2022-01-31 11:25 UTC
[Ada] doc/share/conf.py: fix string handling
2022-01-31 10:47 UTC
[Ada] Fix up handling of ghost units PR104027 #2
2022-01-31 10:47 UTC
[PATCH v3] match.pd: Simplify 1 / X for integer X [PR95424]
2022-01-31 8:33 UTC (9+ messages)
` [PATCH] match.pd: Fix up 1 / X for unsigned X optimization [PR104280]
[SPARC] Use V8+ default in 32-bit mode on SPARC64/Linux
2022-01-31 8:23 UTC
[PATCH] Reduce multiple_of_p uses
2022-01-31 8:08 UTC (3+ messages)
[PATCH] sh-linux fix target cpu
2022-01-31 2:05 UTC (3+ messages)
[PATCH] libgccjit: Add support for setting the alignment [PR104293]
2022-01-31 1:38 UTC
[PATCH] libstdc++ testsuite: Increase lwg3464.cc timeout factors to 20
2022-01-30 18:05 UTC (5+ messages)
` [PATCH] libstdc++ testsuite: Don't run lwg3464.cc tests on simulators "
[PATCH] PR/101135 - Load of null pointer when passing absent assumed-shape array argument for an optional dummy argument
2022-01-29 21:41 UTC
[PATCH] testsuite: Fix up tree-ssa/divide-7.c testcase [PR95424]
2022-01-29 16:26 UTC
[PATCH] fortran: Unshare associate var charlen [PR104228]
2022-01-29 14:24 UTC
[r12-6924 Regression] FAIL: libgomp.c++/pr86291.C execution test on Linux/x86_64
2022-01-29 0:16 UTC
[PATCH][GCC13] Don't force side effects for hardware vector element broadcast
2022-01-28 21:52 UTC (8+ messages)
[PATCH] preprocessor: -Wbidi-chars and UCNs [PR104030]
2022-01-28 20:57 UTC (8+ messages)
` [PATCH v2] "
[PATCH] Disable -fsplit-stack support on non-glibc targets
2022-01-28 19:25 UTC (2+ messages)
[PATCH] PR101260 regcprop: Add mode change check for copy reg
2022-01-28 18:48 UTC (2+ messages)
[PATCH] c++: bogus warning with value init of const pmf [PR92752]
2022-01-28 18:10 UTC (2+ messages)
[PATCH] Fix multiple_of_p behavior with NOP_EXPR
2022-01-28 18:06 UTC (2+ messages)
[PATCH] store-merging: Fix up a -fcompare-debug bug in get_status_for_store_merging [PR104263]
2022-01-28 18:03 UTC (3+ messages)
[PATCH, rs6000] Clean up Power10 fusion options
2022-01-28 18:03 UTC
[Patch]middle-end: updating the reg use in exit block for -fzero-call-used-regs [PR100775]
2022-01-28 18:03 UTC
[PATCH] [rtl/cprop_hardreg] Don't propagate for a more expensive reg-reg move
2022-01-28 17:54 UTC (2+ messages)
RFA: libiberty: Fix infinite recursion in rust demangler (PRs 98886 and 99935)
2022-01-28 17:50 UTC (2+ messages)
[PATCH] testsuite/70230 - fix failures with default SSP
2022-01-28 17:45 UTC (2+ messages)
[PATCH] ipa: Create LOAD references when necessary during inlining (PR 103171)
2022-01-28 17:34 UTC
[OG11][committed] openmp: Add warning when functions containing metadirectives with 'construct={target}' called directly
2022-01-28 17:03 UTC
[WIP, OpenMP] OpenMP metadirectives support
2022-01-28 16:33 UTC (7+ messages)
` [PATCH] openmp: Add warning when functions containing metadirectives with 'construct={target}' called directly
[PATCH][pushed] Remove extra newline in ICE report
2022-01-28 15:13 UTC
[PATCH] internal_error - do not use leading capital letter
2022-01-28 14:59 UTC (2+ messages)
[PATCH v6 00/12] Add LoongArch support
2022-01-28 13:49 UTC (10+ messages)
` [PATCH v6 04/12] LoongArch Port: Machine Decsription files
` [PATCH v6 05/12] LoongArch Port: Machine description C files and .h files
` [PATCH v6 06/12] LoongArch Port: Builtin functions
` [PATCH v6 07/12] LoongArch Port: Builtin macros
` [PATCH v6 08/12] LoongArch Port: libgcc
` [PATCH v6 09/12] LoongArch Port: Regenerate libgcc/configure
` [PATCH v6 10/12] LoongArch Port: libgomp
` [PATCH v6 11/12] LoongArch Port: gcc/testsuite
` [PATCH v6 12/12] LoongArch Port: Add doc
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).