public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH 0/4] openacc: Worker partitioning in the middle end
 2021-08-04 13:13 UTC  (3+ messages)
` [PATCH 1/4] openacc: Middle-end worker-partitioning support

[PATCH] by_pieces: Properly set m_max_size in op_by_pieces
 2021-08-04 12:52 UTC  (4+ messages)
    ` [PATCH v2] by_pieces: Pass MAX_PIECES to op_by_pieces_d

[PATCH 0/3] [i386] Support cond_{smax, smin, umax, umin, xor, ior, and} for vector modes under AVX512
 2021-08-04 12:48 UTC  (5+ messages)
` [PATCH 1/3] [i386] Support cond_{smax, smin, umax, umin} for vector integer "
` [PATCH 2/3] [i386] Support cond_{smax, smin} for vector float/double "
` [PATCH 3/3] [i386] Support cond_{xor, ior, and} for vector integer mode "

[PATCH] omp-low.c split
 2021-08-04 12:45 UTC  (3+ messages)

[PATCH 0/8] aarch64 vector cost tweaks
 2021-08-04 12:19 UTC  (13+ messages)
` [PATCH 1/8] aarch64: Turn sve_width tuning field into a bitmask
` [PATCH 2/8] aarch64: Add a simple fixed-point class for costing
` [PATCH 3/8] aarch64: Split out aarch64_adjust_body_cost_sve
` [PATCH 4/8] aarch64: Add gather_load_xNN_cost tuning fields
` [PATCH 5/8] aarch64: Tweak the cost of elementwise stores
` [PATCH 6/8] aarch64: Tweak MLA vector costs
` [PATCH 7/8] aarch64: Restrict issue heuristics to inner vector loop
` [PATCH 8/8] aarch64: Add -mtune=neoverse-512tvb

[PATCH 1/2] Add emulated gather capability to the vectorizer
 2021-08-04 12:06 UTC  (3+ messages)

[RFC/PATCH] Use range-based for loops for traversing loops
 2021-08-04 12:04 UTC  (11+ messages)
` [PATCH v2] "
    ` [PATCH] Make loops_list support an optional loop_p root
        ` [PATCH v2] "
            ` [PATCH v3] "

[committed 1/2] libstdc++: Add [[nodiscard]] to iterators and related utilities
 2021-08-04 12:00 UTC  (3+ messages)
` [committed 2/2] libstdc++: Add [[nodiscard]] to sequence containers

[PATCH] vect: Tweak comparisons with existing epilogue loops
 2021-08-04 11:48 UTC  (2+ messages)

[PATCH 2/2] Rewrite more vector loads to scalar loads
 2021-08-04 11:31 UTC  (2+ messages)

[PATCH 02/10] [i386] Enable _Float16 type for TARGET_SSE2 and above
 2021-08-04 11:28 UTC  (11+ messages)
` [PATCH V3 0/6] Initial support for AVX512FP16
  ` [PATCH 2/6] [i386] Enable _Float16 type for TARGET_SSE2 and above
  ` [PATCH 4/6] Support -fexcess-precision=16 which will enable FLT_EVAL_METHOD_PROMOTE_TO_FLOAT16 when backend supports _Float16
  ` [PATCH 5/6] AVX512FP16: Initial support for AVX512FP16 feature and scalar _Float16 instructions

[PATCH] tree-optimization/101756 - avoid vectorizing boolean MAX reductions
 2021-08-04 10:33 UTC 

[PATCH 1/8] aarch64: Use memcpy to copy vector tables in vqtbl[234] intrinsics
 2021-08-04 10:05 UTC  (3+ messages)
  ` [PATCH] testsuite: aarch64: Fix failing vector structure tests on big-endian

[PATCH] c++: Fix up parsing of attributes for using-directive
 2021-08-04 10:05 UTC 

[committed] c++: Fix up #pragma omp declare {simd,variant} and acc routine parsing
 2021-08-04  9:57 UTC 

[committed] testsuite: Fix duplicated content of gcc.c-torture/execute/ieee/pr29302-1.x
 2021-08-04  9:51 UTC 

[PATCH 0/4] OpenMP 4.0 offloading to Intel MIC
 2021-08-04  9:46 UTC  (12+ messages)
` [PATCH 1/4] Add mkoffload for "
      ` [gomp4] Mark fopenacc as LTO option
        ` [committed][PR64707] Make fopenmp an "
          ` [committed][PR64672] Make fopenacc "
            ` OMP builtins in offloading (was: [PATCH 1/4] Add mkoffload for Intel MIC)
                    ` OMP builtins in offloading

[committed] libgcc: Fix duplicated content of config/t-slibgcc-fuchsia
 2021-08-04  9:46 UTC 

[PATCH] [i386] Refine predicate of peephole2 to general_reg_operand. [PR target/101743]
 2021-08-04  9:30 UTC  (2+ messages)

[PATCH] arm: Fix multilib mapping for CDE extensions [PR100856]
 2021-08-04  9:11 UTC  (2+ messages)

[PATCH] aarch64: Don't include vec_select high-half in SIMD multiply cost
 2021-08-04  9:05 UTC  (2+ messages)

[PUSHED] Mark path_range_query::dump as override
 2021-08-04  9:00 UTC 

[PATCH 0/3] [PR libfortran/101305] Bind(C): Fix kind/size mappings
 2021-08-04  9:00 UTC  (3+ messages)
` [PATCH 3/3] [PR libfortran/101305] Fix ISO_Fortran_binding.h paths in gfortran testsuite

[PATCH][pushed] docs: document threader-mode param
 2021-08-04  8:59 UTC  (3+ messages)

[PATCH] aarch64: Don't include vec_select in SIMD multiply cost
 2021-08-04  8:51 UTC  (4+ messages)
  ` [PATCH V2] "

[PATCH] tree-optimization/101769 - tail recursion creates possibly infinite loop
 2021-08-04  8:35 UTC 

[PATCH 0/3] arm: fix problems when targetting extended FPUs [PR101723]
 2021-08-04  8:09 UTC  (7+ messages)
` [PATCH 1/3] arm: ensure the arch_name is always set for the build target
` [PATCH 2/3] arm: Don't reconfigure globals in arm_configure_build_target
` [PATCH 3/3] arm: reorder assembler architecture directives [PR101723]

[PATCH 0/7] fortran: Ignore unused arguments for scalarisation [PR97896]
 2021-08-04  7:05 UTC  (9+ messages)
` [PATCH 1/7] fortran: new abstract class gfc_dummy_arg
` [PATCH 2/7] fortran: Tiny sort_actual internal refactoring
` [PATCH 3/7] fortran: Reverse actual vs dummy argument mapping
` [PATCH 4/7] fortran: simplify elemental arguments walking
` [PATCH 5/7] fortran: Delete redundant missing_arg_type field
` [PATCH 6/7] Revert "Remove KIND argument from INDEX so it does not mess up scalarization."
` [PATCH 7/7] fortran: Ignore unused args in scalarization [PR97896]

[PATCH]middle-end Fix trapping access in test PR101750
 2021-08-04  5:50 UTC  (2+ messages)

[PATCH] Add dg-require-effective-target for testcases
 2021-08-04  5:25 UTC 

[PATCH] [i386] Support cond_{fma, fms, fnma, fnms} for vector float/double under AVX512
 2021-08-04  4:55 UTC 

[PATCH v2] Analyze niter for until-wrap condition [PR101145]
 2021-08-04  2:42 UTC  (3+ messages)
  ` Ping: "

[PATCH] Fix loop split incorrect count and probability
 2021-08-04  2:42 UTC  (2+ messages)

Go patch committed: Support new language constructs in escape analysis
 2021-08-04  1:32 UTC 

[PATCHv3 00/55] Replace the Power target-specific builtin machinery
 2021-08-04  0:58 UTC  (23+ messages)
` [PATCH 42/55] rs6000: Handle gimple folding of target built-ins
` [PATCH 46/55] rs6000: Builtin expansion, part 3
` [PATCH 47/55] rs6000: Builtin expansion, part 4
` [PATCH 50/55] rs6000: Update rs6000_builtin_decl
` [PATCH 52/55] rs6000: Debug support
` [PATCH 53/55] rs6000: Update altivec.h for automated interfaces

Go patch committed: Return two values from selectnbrecv
 2021-08-03 23:40 UTC 

Go patch committed: Allow converting from slice to pointer-to-array
 2021-08-03 23:36 UTC  (2+ messages)

[PATCH] rs6000: Replace & by &&
 2021-08-03 22:37 UTC 

[PATCH] rs6000: "e" is not a free constraint letter
 2021-08-03 22:27 UTC 

[PATCH] gcov-profile/71672 Fix indirect call inlining with AutoFDO
 2021-08-03 21:41 UTC  (3+ messages)
  ` [EXTERNAL] "

[PATCH] PR fortran/100950 - ICE in output_constructor_regular_field, at varasm.c:5514
 2021-08-03 21:17 UTC  (6+ messages)

[PATCH] libstdc++: Skip atomic instructions in _Sp_counted_base::_M_release when both counts are 1
 2021-08-03 20:59 UTC  (6+ messages)

[PATCH] c++: parameterized requires-expr as default argument [PR101725]
 2021-08-03 20:04 UTC 

[PATCH] c++: constexpr std::construct_at on empty field [PR101663]
 2021-08-03 20:04 UTC 

Sanity check that 'Init' doesn't appear without 'Var' in '*.opt' files
 2021-08-03 19:34 UTC  (2+ messages)

Re: [PATCH] Fix ICE when mixing VLAs and statement expressions [PR91038]
 2021-08-03 19:31 UTC  (7+ messages)

[PATCH] Objective-C: don't require redundant -fno-objc-sjlj-exceptions for the NeXT v2 ABI
 2021-08-03 18:39 UTC  (4+ messages)

[committed] libstdc++: Suppress redundant definitions of inline variables
 2021-08-03 15:34 UTC 

[committed] libstdc++: Replace TR1 components with C++11 ones in test utils
 2021-08-03 15:34 UTC 

[committed] libstdc++: Specialize allocator_traits<pmr::polymorphic_allocator<T>>
 2021-08-03 15:34 UTC 

[committed] libstdc++: Remove trailing whitespace in some tests
 2021-08-03 15:34 UTC 

[committed] libstdc++: Deprecate std::random_shuffle for C++14
 2021-08-03 15:34 UTC 

[committed] libstdc++: Add testsuite proc for testing deprecated features
 2021-08-03 15:34 UTC 

[committed] libstdc++: Reduce header dependencies in <regex>
 2021-08-03 15:33 UTC 

[ARM] PR98435: Missed optimization in expanding vector constructor
 2021-08-03 15:22 UTC  (17+ messages)

[PATCH v4 0/2] x86: Add general_regs_only function attribute
 2021-08-03 14:45 UTC  (14+ messages)
` [PATCH v4 2/2] "
                    ` [PATCH v5] <x86gprintrin.h>: Add pragma GCC target("general-regs-only")
                        ` [PATCH v6] "

[committed] libstdc++: Avoid using std::unique_ptr in <locale>
 2021-08-03 14:11 UTC 

[PATCH] x86: Use XMM31 for scratch SSE register
 2021-08-03 13:13 UTC  (7+ messages)

[PATCH] vect: Tweak dump messages for vector mode choice
 2021-08-03 13:05 UTC  (2+ messages)

[PATCH v3 0/2] rs6000: Add support for _mm_minpos_epu16
 2021-08-03 13:01 UTC  (6+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] rs6000: Add test "

[ARM] PR66791: Replace builtins for fp and unsigned vmul_n intrinsics
 2021-08-03 12:53 UTC  (6+ messages)

[PATCH, libgomp, OpenMP 5.0] Implement omp_get_device_num
 2021-08-03 12:22 UTC  (8+ messages)
  ` [PATCH, v2, "

[PATCH] Add a simple fraction class
 2021-08-03 12:11 UTC  (8+ messages)

[PATCH take 2] Fold (X<<C1)^(X<<C2) to a multiplication when possible
 2021-08-03 11:58 UTC  (2+ messages)

[PATCH] Add the member integer_to_sse to processor_cost as a cost simulation for movd/pinsrd. It will be used to calculate the cost of vec_construct
 2021-08-03 11:12 UTC  (6+ messages)

[PATCH] gcc: Add vec_select -> subreg RTL simplification
 2021-08-03  9:36 UTC  (6+ messages)
` [PATCH V2] "

[PATCH][www] Move mipsisa64elf from primary to secondary as mips64-linux-gnu
 2021-08-03  8:51 UTC 

[PATCH] analyzer: Fix ICE on MD builtin [PR101721]
 2021-08-03  8:13 UTC  (2+ messages)

[PATCH] c: Fix ICE caused by get_parm_array_spec [PR101702]
 2021-08-03  7:17 UTC 

[PATCH] c++: Implement P0466R5 __cpp_lib_is_layout_compatible compiler helpers [PR101539]
 2021-08-03  7:05 UTC 

[PATCH] Add cond_add/sub/mul for vector integer modes
 2021-08-03  6:58 UTC 

[PATCH] x86: Add testcases for PR target/80566
 2021-08-03  3:35 UTC 

[PATCH] Support cond_add/sub/mul/div for vector float/double
 2021-08-03  1:17 UTC  (3+ messages)

Go patch committed: Support unsafe.Add and unsafe.Slice
 2021-08-02 22:23 UTC 

Warn for reads from write-only arguments [PR101734]
 2021-08-02 21:44 UTC 

[PATCH, rs6000] Add store fusion support for Power10
 2021-08-02 20:19 UTC 

[PATCH 2/2] Ada: Remove debug line number for DECL_IGNORED_P functions
 2021-08-02 17:18 UTC  (3+ messages)

[PATCH v5 00/10] Allow TImode/OImode/XImode in op_by_pieces operations
 2021-08-02 15:53 UTC  (5+ messages)
` [PATCH v6 03/10] x86: Update piecewise move and store
    ` [PATCH v7 "

[committed] libstdc++: Use secure_getenv for filesystem::temp_directory_path() [PR65018]
 2021-08-02 15:35 UTC  (2+ messages)
` [committed] libstdc++: Fix filesystem::temp_directory_path [PR101709]

[committed] libstc++: Add dg-error for additional error in C++11 mode
 2021-08-02 15:22 UTC 

[PUSHED] Remove --param=threader-iterative
 2021-08-02 14:59 UTC 

[PATCH 1/2] Fix debug info for ignored decls at start of assembly
 2021-08-02 13:31 UTC  (6+ messages)

[PATCH] Fix ICE when mixing VLAs and statement expressions [PR91038]
 2021-08-02 10:16 UTC  (2+ messages)

[PATCH] Optimize x ? bswap(x) : 0 in tree-ssa-phiopt
 2021-08-02 10:05 UTC  (2+ messages)

[PATCH] Fix PR 101683: FP exceptions for float->unsigned
 2021-08-02  9:58 UTC  (2+ messages)

[PATCH] Fix typos in move_sese_region_to_fn
 2021-08-02  9:49 UTC  (2+ messages)

[PATCH] Add emulated gather capability to the vectorizer
 2021-08-02  9:20 UTC  (12+ messages)

[PATCH][gcc/doc] Improve nonnull attribute documentation
 2021-08-02  6:41 UTC  (6+ 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).