public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH][RFC] Come up with VEC_COND_OP_EXPRs
 2020-05-29 17:09 UTC  (21+ messages)
` [stage1][PATCH] Lower VEC_COND_EXPR into internal functions

[patch, fortran] Fix memory leaks for finalized types
 2020-05-29 17:07 UTC  (2+ messages)
` PING**(5./7.) "

[PATCH] Prefer simple case changes in spelling suggestions
 2020-05-29 16:54 UTC 

[PATCH, committed] [9/10/11 Regression] PR fortran/95104 - Segfault on a legal WAIT statement
 2020-05-29 16:53 UTC  (7+ messages)
  ` Aw: "
` Aw: "

[PATCH] c++: satisfaction value of type typedef to bool [PR95386]
 2020-05-29 16:34 UTC  (2+ messages)

[PATCH] libgfortran: Export forgotten _gfortran_{,m,s}findloc{0,1}_c10 [PR95390]
 2020-05-29 16:31 UTC  (2+ messages)

[PATCH] c++: Fix bogus -Wparentheses warning [PR95344]
 2020-05-29 16:30 UTC  (4+ messages)
  ` [PATCH v2] "

[pushed] c++: vptr ubsan and derived class [PR95311]
 2020-05-29 16:21 UTC 

[PATCH] Error for missing change description in git_commit.py
 2020-05-29 15:26 UTC  (2+ messages)

[PATCH] diagnostics: Consistently add fixit hint for implicit builtin declaration
 2020-05-29 15:13 UTC  (4+ messages)

[PATCH] warn on uninitialized accesses by function calls (PR 10138)
 2020-05-29 15:02 UTC  (2+ messages)
` PING "

[PATCH] Port libgccjit to Windows
 2020-05-29 14:48 UTC  (9+ messages)

[PATCH] bugzilla-close-candidate.py: Fix sorting of branches
 2020-05-29 14:38 UTC 

[PATCH] aarch64: Change the definition of Pmode [pr95182]
 2020-05-29 14:13 UTC  (5+ messages)

[PATCH] Fix parsing of SVN commits in PRs
 2020-05-29 14:11 UTC 

[PATCH] Ensure `-lmsvcrt` precede `-lkernel32`
 2020-05-29 14:04 UTC  (2+ messages)

[PATCH] [aarch64] Fix PR94591: GCC generates invalid rev64 insns
 2020-05-29 13:27 UTC  (5+ messages)

[committed][GCC10] amdgcn: fix vcc clobber in vector load/store
 2020-05-29 12:47 UTC 

[PATCH 0/7] Support vector load/store with length
 2020-05-29 12:38 UTC  (8+ messages)
` [PATCH 5/7] vect: Support vector load/store with length in vectorizer

[PATCH] Provide diagnostic hints for missing inttypes.h string constants
 2020-05-29 12:36 UTC  (6+ messages)
  ` [PATCH 2/2] Provide diagnostic hints for missing C++ cinttypes "

[PATCH] S/390: Emit vector alignment hints for z13
 2020-05-29 11:57 UTC  (3+ messages)

[PATCH] hurd: libgcc unwinding support over signal trampolines
 2020-05-29 11:46 UTC 

[committed] amdgcn: Fix VCC early clobber
 2020-05-29 11:28 UTC 

[PATCH] Port bugzilla-close-candidate script to git
 2020-05-29 11:22 UTC 

[PATCH] tree-optimization/95272 - add SLP_TREE_REPRESENTATIVE
 2020-05-29 11:00 UTC 

[PATCH] tree-optimization/95356 - more vectorizable_shift massaging
 2020-05-29 10:52 UTC 

Simplify tree streaming
 2020-05-29 10:51 UTC  (2+ messages)

[PATCH] c++: Reject some further reinterpret casts in constexpr [PR82304, PR95307]
 2020-05-29 10:25 UTC 

Fix streamer desynchornization caused by streamer debugging patch
 2020-05-29 10:13 UTC 

[PATCH] PR 95079 Improve unordered_map insert_or_assign and try_emplace
 2020-05-29  9:53 UTC  (2+ messages)

[PATCH] Remove references to SVN in libsanitizer
 2020-05-29  9:52 UTC 

[PATCH PR95332] gcov-tool: Flexible endian adjustment for merging coverage data
 2020-05-29  9:46 UTC 

[PATCH] extend cselim to check non-trapping for more references (PR tree-optimizaton/89430)
 2020-05-29  9:45 UTC  (3+ messages)

[PATCH PR95332] gcov-tool: Flexible endian adjustment for merging coverage data
 2020-05-29  9:35 UTC  (3+ messages)

[PATCH] Fix various limitations of git-backport.py
 2020-05-29  9:31 UTC 

[PATCH] tree-optimization/95403 - guard vect_init_vector_1 against NULL stmt_info
 2020-05-29  9:02 UTC 

[PATCH] RISC-V: align RISC-V software division with hardware specification in case of division by zero
 2020-05-29  8:53 UTC 

[committed] openmp: One omp_resolve_declare_variant followup [PR95315]
 2020-05-29  8:51 UTC 

[PATCH] tree-optimization/95393 - fold MIN/MAX_EXPR generated by phiopt
 2020-05-29  8:15 UTC 

[PATCH]: aarch64: add support for unpacked EOR, ORR and AND
 2020-05-29  7:46 UTC  (2+ messages)

[PATCH] git_commit: fix duplicite email address
 2020-05-29  7:00 UTC 

[PATCH PR95254] aarch64: gcc generate inefficient code with fixed sve vector length
 2020-05-29  6:56 UTC  (11+ messages)

[PATCH v5 0/8] std::future::wait_* and std::condition_variable improvements
 2020-05-29  6:17 UTC  (9+ messages)
` [PATCH v5 1/8] libstdc++: Improve async test
` [PATCH v5 2/8] libstdc++ futex: Use FUTEX_CLOCK_REALTIME for wait
` [PATCH v5 3/8] libstdc++ futex: Support waiting on std::chrono::steady_clock directly
` [PATCH v5 4/8] libstdc++ atomic_futex: Use std::chrono::steady_clock as reference clock
` [PATCH v5 5/8] libstdc++ futex: Loop when waiting against arbitrary clock
` [PATCH v5 6/8] libstdc++ atomic_futex: Avoid rounding errors in std::future::wait_* [PR91486]
` [PATCH v5 7/8] libstdc++ condition_variable: Avoid rounding errors on custom clocks
` [PATCH v5 8/8] libstdc++: Extra async tests, not for merging

[PATCH 1/2] Introduce flag_cunroll_grow_size for cunroll
 2020-05-29  5:42 UTC  (8+ messages)
` [PATCH 2/2] rs6000: allow cunroll to grow size according to -funroll-loop or -fpeel-loops

[PATCH 1/2] Seperate -funroll-loops for GIMPLE unroller and RTL unroller
 2020-05-29  3:58 UTC  (9+ messages)

[PATCH] Optimize and+or+sub into xor+not (PR94882)
 2020-05-29  3:10 UTC 

[PATCH] Generalize -fuse-ld= to support absolute path or arbitrary ld.linker
 2020-05-29  1:10 UTC  (11+ messages)
      ` [PATCH] Add -fuse-ld= to specify an arbitrary executable as the linker
          ` [PATCH v2] "
              ` [PATCH v3] "

[PATCH] rs6000: libgcc multilib FAT libraries
 2020-05-29  0:36 UTC 

[PATCH] c++: Make braced-init-list as template arg work with aggr init [PR95369]
 2020-05-28 23:23 UTC 

[PATCH] PR preprocessor/94657: use $AR, not 'ar',
 2020-05-28 23:15 UTC  (3+ messages)
  ` [OBSOLETE][PATCH] "

[PATCH] c++: Try to complete decomp types [PR95328]
 2020-05-28 20:59 UTC  (2+ messages)

[PATCH] c++: constexpr RANGE_EXPR ctor indexes [PR95241]
 2020-05-28 20:44 UTC  (4+ messages)

[PATCH] c++: lambdas inside constraints [PR92652]
 2020-05-28 20:40 UTC  (2+ messages)

[PATCH, committed] PR fortran/95373 - [9/10/11 Regression] ICE in build_reference_type, at tree.c:7942
 2020-05-28 20:37 UTC 

[pushed] c++: Immediately deduce auto member [PR94926]
 2020-05-28 18:59 UTC 

[committed] Fix incorrect code on H8/SX with bit logicals
 2020-05-28 18:40 UTC 

[PATCH] doc: Clarify __builtin_return_address [PR94891]
 2020-05-28 16:50 UTC  (2+ messages)

[pushed] c++: Handle multiple aggregate overloads [PR95319]
 2020-05-28 15:01 UTC  (6+ messages)

[PATCH][AArch64] Use __getauxval instead of getauxval in LSE detection code in libgcc
 2020-05-28 14:44 UTC  (16+ messages)
                          ` [AArch64][GCC-8][GCC-9] "

[patch] Add support for __builtin_bswap128
 2020-05-28 14:36 UTC  (8+ messages)

[PATCH 1/2] rs6000: tune cunroll for simple loops at O2
 2020-05-28 13:26 UTC  (15+ messages)

[DOC] Mention C-Vise and C-Reduce instead of Delta
 2020-05-28 12:40 UTC 

[WIKI] Replace delta with C-Vise (and C-Reduce)
 2020-05-28 12:37 UTC  (5+ messages)

[PATCH 0/4] IVOPTs consider step cost for different forms when unrolling
 2020-05-28 12:24 UTC  (4+ messages)
` [PATCH 1/4] unroll: Add middle-end unroll factor estimation
` [PATCH 2/4] param: Introduce one param to control ivopts reg-offset consideration
` [PATCH 3/4] ivopts: Consider cost_step on different forms during unrolling

[committed] aarch64: Fix missed shrink-wrapping opportunity
 2020-05-28 12:22 UTC 

[committed] aarch64: Fix segfault in aarch64_expand_epilogue [PR95361]
 2020-05-28 12:20 UTC 

[PATCH 0/4] Make IPA-SRA not depend on tree-dce and related fixes
 2020-05-28 12:06 UTC  (5+ messages)
` [PATCH 1/4] ipa-sra: Do not remove statements necessary because of non-call EH (PR 95113)
` [PATCH 2/4] ipa-sra: Introduce a mini-DCE to tree-inline.c (PR 93385)
` [PATCH 3/4] ipa-sra: Improve debug info for removed parameters "
` [PATCH 4/4] ipa-sra: Fix debug info for removed args passed to other functions (PR 93385, 95343)

[PATCH] gcc-changelog: enhance handling of renamings
 2020-05-28 11:54 UTC  (10+ messages)
  ` [PATCH] mklog: support renaming of files

[PATCH] remove obsolete code from SLP invariant costing
 2020-05-28 11:20 UTC 

[PATCH][GCC] arm: Fix the MVE ACLE vbicq intrinsics
 2020-05-28 11:08 UTC 

[PATCH 0/4 GCC11] IVOPTs consider step cost for different forms when unrolling
 2020-05-28 10:54 UTC  (10+ messages)
` [PATCH 2/4 GCC11] Add target hook stride_dform_valid_p
              ` Ping^1 [PATCH 2/4 V3] "

[PATCH 1/2] [aarch64] Rework fpcr fpsr getter/setter builtins
 2020-05-28 10:19 UTC  (2+ messages)

[PATCH] tree-optimization/95273 - more vectorizable_shift massaging
 2020-05-28  9:54 UTC 

[PATCH] arm: Fix unwanted fall-throughs in arm.c
 2020-05-28  9:32 UTC  (3+ messages)

[PATCH] Add documentation for missing params
 2020-05-28  9:03 UTC 

[PATCH] Fix check-params-in-docs.py for --help=param
 2020-05-28  8:37 UTC 

[PATCH] testsuite/95363 - fix gcc.dg/vect/bb-slp-pr95271.c for ilp32
 2020-05-28  7:46 UTC 

[PATCH] Fix nonconforming memory_operand for vpmov instructions which has memory operand narrow than 128 bits [avx512f]
 2020-05-28  6:47 UTC  (6+ messages)

[PATCH] gcc: xtensa: delegitimize UNSPEC_PLT
 2020-05-28  1:43 UTC  (3+ messages)

Broken build
 2020-05-28  0:53 UTC  (3+ messages)

Broken build (was: Re: drop -aux{dir,base}, revamp -dump{dir,base})
 2020-05-28  0:39 UTC  (2+ messages)
` Broken build

introduce -fcallgraph-info option
 2020-05-27 23:01 UTC  (28+ 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++: Fix atomic<FP>::load (PR 95282)
 2020-05-27 22:11 UTC 

[committed] libstdc++: Fix view adaptors for mixed-const sentinels and iterators (PR 95322)
 2020-05-27 21:09 UTC 

[committed] libstdc++: Fix std::reverse_iterator comparisons (PR 94354)
 2020-05-27 21:08 UTC 

[comitted] i386: Fix V2SF horizontal add/subtract insns
 2020-05-27 19:52 UTC 

[committed] i386: Remove %q modifier from two pmov insn templates [PR95355]
 2020-05-27 19:06 UTC 

[committed] jit: use deep unsharing of trees [PR 95314]
 2020-05-27 18:34 UTC 

[commmitted] jit: fix libgccjit.info entry [PR 91330]
 2020-05-27 18:33 UTC 

[PATCH 1/2] make vect_finish_stmt_generation work w/o stmt_vec_info
 2020-05-27 16:14 UTC  (3+ messages)

[PATCH] RS6000, add VSX mask manipulation support
 2020-05-27 15:50 UTC  (3+ messages)
  ` [PATCH v2] "

[committed] i386: Implement V2SF shuffles
 2020-05-27 15:16 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).