public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
introduce -fcallgraph-info option
 2019-11-15  7:30 UTC  (21+ messages)

[PATCH] PR92398: Fix testcase failure of pr72804.c
 2019-11-15  6:00 UTC  (2+ messages)

Go patch committed: Fix inlining of sink names
 2019-11-15  6:00 UTC 

[PATCH] Add support for C++2a stop_token
 2019-11-15  3:18 UTC  (6+ messages)

Improve checks on C2x fallthrough attribute
 2019-11-15  3:13 UTC 

PowerPC V8 testsuite patches
 2019-11-15  0:56 UTC  (7+ messages)
` [PATCH], V8, #1 of 6, Tessuite: Add PADDI tests
` [PATCH], V8, #2 of 6, Testsuite: Test illegal DS/DQ offsets become prefixed insns
` [PATCH], V8, #3 of 6, Testsuite: Insure no prefixed instruction uses update addressing
` [PATCH], V8, #4 of 6, Testsuite: Test for prefixed instructions with large offsets
` [PATCH], V8, #5 of 6, Testsuite: Test PC-relative load/store instructions
` [PATCH], V8, #6 of #6, Testsuite: Test -fstack-protect-strong works with prefixed addressing

Support C2x [[deprecated]] attribute
 2019-11-15  0:09 UTC 

Use known value ranges while evaluating ipa predicates
 2019-11-15  0:07 UTC  (2+ messages)

PowerPC V7 future machine patches
 2019-11-14 23:46 UTC  (8+ messages)
` [PATCH] V7, #1 of 7, Use PLI to load up 34-bit DImode constants
` [PATCH], V7, #2 of 7, Use PLI to load up 32-bit SImode constants
` [PATCH], V7, #3 of 7, Use PADDI for 34-bit immediate adds
` [PATCH] V7, #4 of 7, Add explicit (0),1 to @pcrel references
` [PATCH], V7, #5 of 7, Add more effective targets for the 'future' system to target-supports
` [PATCH], V7, #6 of 7, Fix issues with vector extract and prefixed instructions
` [PATCH], V7, #7 of 7, Turn on -mpcrel for Linux 64-bit, but not for other targets

[RFC C++ PATCH] __builtin_source_location ()
 2019-11-14 22:40 UTC  (3+ messages)

[committed] Change range_operator:fold_range to return a boolean indicating success
 2019-11-14 22:40 UTC 

[PATCH] Refactor tree-loop-distribution for thread safety
 2019-11-14 22:15 UTC  (4+ messages)
    ` [PATCH V2] "

[PATCH v2 0/2] gdbinit.in fixes
 2019-11-14 21:35 UTC  (17+ messages)
` [PATCH v2 1/2] gdbinit.in: call a function with "call", not "set"
` [PATCH v2 2/2] gdbinit.in: allow to pass function argument explicitly
                      ` [PATCH v3] "

[PATCH] Check suitability of spill register for mode
 2019-11-14 21:17 UTC  (2+ messages)

[PATCH] PR c++/92078 Add access specifiers to specializations
 2019-11-14 21:17 UTC 

[PATCH] Support multi-versioning on self-recursive function (ipa/92133)
 2019-11-14 20:50 UTC  (8+ messages)

[PATCH, fortran] Extend the builtin directive
 2019-11-14 20:33 UTC 

[C++ Patch] Use cp_expr_loc_or_input_loc in a few additional typeck.c places
 2019-11-14 20:29 UTC  (2+ messages)

[PATCH v2] Extend the simd function attribute
 2019-11-14 20:23 UTC  (2+ messages)
` [PATCH v3] "

Support UTF-8 character constants for C2x
 2019-11-14 20:23 UTC 

[PATCH][ARM][GCC][0/x]: Support for MVE ACLE intrinsics
 2019-11-14 19:34 UTC  (39+ messages)
` [PATCH][ARM][GCC][2/x]: MVE ACLE intrinsics framework patch
` [PATCH][ARM][GCC][3/x]: "
` [PATCH][ARM][GCC][2/2x]: MVE intrinsics with binary operands
` [PATCH][ARM][GCC][4/x]: MVE ACLE vector interleaving store intrinsics
` [PATCH][ARM][GCC][3/4x]: MVE intrinsics with quaternary operands
` [PATCH][ARM][GCC][3/2x]: MVE intrinsics with binary operands
` [PATCH][ARM][GCC][3/1x]: MVE intrinsics with unary operand
` [PATCH][ARM][GCC][3/3x]: MVE intrinsics with ternary operands
` [PATCH][ARM][GCC][5/2x]: MVE intrinsics with binary operands
` [PATCH][ARM][GCC][2/1x]: MVE intrinsics with unary operand
` [PATCH][ARM][GCC][1/2x]: MVE intrinsics with binary operands
` [PATCH][ARM][GCC][1/4x]: MVE intrinsics with quaternary operands
` [PATCH][ARM][GCC][4/5x]: MVE load intrinsics with zero(_z) suffix
` [PATCH][ARM][GCC][4/2x]: MVE intrinsics with binary operands
` [PATCH][ARM][GCC][7/5x]: MVE store intrinsics which stores byte,half word or word to memory
` [PATCH][ARM][GCC][2/4x]: MVE intrinsics with quaternary operands
` [PATCH][ARM][GCC][3/5x]: MVE store intrinsics with predicated suffix
` [PATCH][ARM][GCC][8/5x]: Remaining MVE store intrinsics which stores an half word, word and double word to memory
` [PATCH][ARM][GCC][1/5x]: MVE store intrinsics
` [PATCH][ARM][GCC][2/5x]: MVE load intrinsics
` [PATCH][ARM][GCC][6/5x]: Remaining MVE load intrinsics which loads half word and word or double word from memory
` [PATCH][ARM][GCC][12x]: MVE ACLE intrinsics to set and get vector lane
` [PATCH][ARM][GCC][1/1x]: Patch to support MVE ACLE intrinsics with unary operand
` [PATCH][ARM][GCC][1/x]: MVE ACLE intrinsics framework patch
` [PATCH][ARM][GCC][2/8x]: MVE ACLE gather load and scatter store intrinsics with writeback
` [PATCH][ARM][GCC][13x]: MVE ACLE scalar shift intrinsics
` [PATCH][ARM][GCC][5/5x]: MVE ACLE load intrinsics which load a byte, halfword, or word from memory
` [PATCH][ARM][GCC][14x]: MVE ACLE whole vector left shift with carry intrinsics
` [PATCH][ARM][GCC][7x]: MVE vreinterpretq and vuninitializedq intrinsics
` [PATCH][ARM][GCC][4/4x]: MVE intrinsics with quaternary operands
` [PATCH][ARM][GCC][11x]: MVE ACLE vector interleaving store and deinterleaving load intrinsics and also aliases to vstr and vldr intrinsics
` [PATCH][ARM][GCC][2/3x]: MVE intrinsics with ternary operands
` [PATCH][ARM][GCC][9x]: MVE ACLE predicated intrinsics with (dont-care) variant
` [PATCH][ARM][GCC][6x]:MVE ACLE vaddq intrinsics using arithmetic plus operator
` [PATCH][ARM][GCC][4/1x]: MVE intrinsics with unary operand
` [PATCH][ARM][GCC][1/8x]: MVE ACLE vidup, vddup, viwdup and vdwdup intrinsics with writeback
` [PATCH][ARM][GCC][10x]: MVE ACLE intrinsics "add with carry across beats" and "beat-wise substract"
` [PATCH][ARM][GCC][1/3x]: MVE intrinsics with ternary operands

[committed] operator_abs::fold_range() returning incorrect result for overflows (pr92506)
 2019-11-14 19:13 UTC 

Tweak gcc.dg/vect/bb-slp-4[01].c (PR92366)
 2019-11-14 19:03 UTC  (2+ messages)

[SVE] PR89007 - Implement generic vector average expansion
 2019-11-14 18:59 UTC 

[Patch] [mid-end][__RTL] Clean df state despite invalid __RTL startwith passes
 2019-11-14 18:48 UTC 

[mid-end][__RTL] Clean state despite unspecified __RTL startwith passes
 2019-11-14 18:38 UTC 

[arm] Follow up for asm-flags vs thumb1
 2019-11-14 18:10 UTC 

[PATCH] extend missing nul checks to all built-ins (PR 88226)
 2019-11-14 17:42 UTC 

[patch, libgomp] Add tests for print from offload target
 2019-11-14 17:39 UTC  (5+ messages)

[COMMITTED] Remove range_intersect, range_invert, and range_union
 2019-11-14 17:18 UTC 

[PATCH] fold strncmp of unterminated arrays (PR 92501)
 2019-11-14 17:12 UTC 

[Patch, fortran] PR69654 - ICE in gfc_trans_structure_assign
 2019-11-14 17:05 UTC  (2+ messages)

[PATCH] libstdc++: Implement new predicate concepts from P1716R3
 2019-11-14 17:00 UTC 

[PATCH] libstdc++: Rename disable_sized_sentinel [P1871R1]
 2019-11-14 16:53 UTC 

[patch, libgomp] Enable OpenACC GCN testing
 2019-11-14 16:47 UTC 

[PATCH] OpenACC "present" subarrays: runtime API return value and unmapping fixes
 2019-11-14 16:12 UTC  (2+ messages)

[RFC, libstdc++] Implement C++20 P1208R6 - source_location
 2019-11-14 16:01 UTC  (2+ messages)

Implement the <tuple> part of C++20 p1032 Misc constexpr bits
 2019-11-14 15:56 UTC  (2+ messages)

Implement the <array> part of C++20 p1032 Misc constexpr bits
 2019-11-14 15:55 UTC  (2+ messages)

[PATCH, GCC, AArch64] Fix PR88398 for AArch64
 2019-11-14 15:52 UTC 

Add OpenACC 2.6 `acc_get_property' support
 2019-11-14 15:41 UTC  (2+ messages)
` [PATCH] "

[PATCH 0/5] [amdgcn] Reduce register usage on AMD GCN
 2019-11-14 15:36 UTC  (6+ messages)
` [PATCH 1/5] [amdgcn] Use first lane of v1 for zero constant
` [PATCH 2/5] [amdgcn] Reinitialize registers for every function
` [PATCH 3/5] [amdgcn] Restrict register usage in non-kernel functions
` [PATCH 4/5] [amdgcn] Update lower limits requested by non-leaf kernels
` [PATCH 5/5] [amdgcn] Unfix frame pointer

[PATCH v2 0/6] Implement asm flag outputs for arm + aarch64
 2019-11-14 15:22 UTC  (18+ messages)
` [PATCH v2 4/6] arm, aarch64: Add support for __GCC_ASM_FLAG_OUTPUTS__
` [PATCH v2 5/6] arm: Add testsuite checks for asm-flag
` [PATCH v2 2/6] arm: Fix the "c" constraint
` [PATCH v2 3/6] arm: Rename CC_NOOVmode to CC_NZmode
` [PATCH v2 1/6] aarch64: Add "c" constraint
` [PATCH v2 6/6] aarch64: Add testsuite checks for asm-flag

[PATCH 0/4] Eliminate cc0 from m68k
 2019-11-14 15:00 UTC  (6+ messages)
` [PATCH 1/4] Preliminary m68k patches

[PATCH, GCC/ARM, 0/2] Add support for Armv8.1-M Mainline scalar shifts
 2019-11-14 14:25 UTC  (3+ messages)
` [PATCH, GCC/ARM, 1/2] Add support for ASRL(reg) and LSLL(reg) instructions for Armv8.1-M Mainline
` [PATCH, GCC/ARM, 2/2] Add support for ASRL(imm), LSLL(imm) and LSRL(imm) "

Avoid trashing of polymorphic call cache during inlining
 2019-11-14 13:46 UTC  (3+ messages)

[PATCH] [GCN] Fix handling of VCC_CONDITIONAL_REG
 2019-11-14 13:23 UTC  (2+ messages)

Optimize handling of inline summaries
 2019-11-14 13:18 UTC  (4+ messages)

[C++] Fix interaction between aka changes and DR1558 (PR92206)
 2019-11-14 12:59 UTC  (6+ messages)

[patch 7/7] Update the arm-*-vxworks* support
 2019-11-14 12:44 UTC 

Set inline-insns-single-O2 to 70
 2019-11-14 12:41 UTC 

[PATCH] Add if-chain to switch conversion pass
 2019-11-14 12:35 UTC  (11+ messages)

[patch 6/7] Housekeeping on TARGET_OS_CPP_BUILTINS for arm-vxworks
 2019-11-14 12:33 UTC 

[PR47785] COLLECT_AS_OPTIONS
 2019-11-14 12:30 UTC  (16+ messages)

Fix ICE when inlining into function containing polymorphic call
 2019-11-14 12:30 UTC  (4+ messages)

[0/n] Support multiple vector sizes for vectorisation
 2019-11-14 12:23 UTC  (7+ messages)
` [16/n] Apply maximum nunits for BB SLP
` [17/17] Extend can_duplicate_and_interleave_p to mixed-size vectors

[patch 5/7] Base support for vxworks 7 on aarch64
 2019-11-14 12:23 UTC 

[PATCH] Split X86_TUNE_AVX128_OPTIMAL into X86_TUNE_AVX256_SPLIT_REGS and X86_TUNE_AVX128_OPTIMAL
 2019-11-14 12:22 UTC  (2+ messages)

[PATCH] Add one more pass_convert_switch late
 2019-11-14 12:21 UTC  (2+ messages)

[PATCH] Remove params for a specific optimization option
 2019-11-14 12:06 UTC  (6+ messages)
      ` [PATCH] Add Optimization keyword for param_max_inline_insns_auto param

[PATCH] Remove dead code in switch conv pass
 2019-11-14 12:04 UTC 

[gomp4.1] Support #pragma omp target {enter,exit} data
 2019-11-14 12:00 UTC  (14+ messages)

[PATCH 0/2] gdbinit.in fixes
 2019-11-14 11:57 UTC  (8+ messages)
` [PATCH 2/2] gdbinit.in: fix wrong reference to function argument

[patch 4/7] Update the libgcc support for VxWorks AE/653
 2019-11-14 11:52 UTC 

[patch 3/7] Improve the thread support for VxWorks
 2019-11-14 11:45 UTC 

[patch 2/7] Introduce vxworks specific crtstuff support
 2019-11-14 11:19 UTC 

[patch] Common ground work for vxworks7 ports updates
 2019-11-14 10:56 UTC 

[PATCH] Make flag_thread_jumps a gate of pass_jump_after_combine
 2019-11-14 10:38 UTC  (2+ messages)

[PATCH 0/2] Introduce a new GCC option, --record-gcc-command-line
 2019-11-14  9:30 UTC  (6+ messages)

[PATCH v3] Missed function specialization + partial devirtualization
 2019-11-14  9:15 UTC  (11+ messages)
  ` [PATCH v4] "
          ` [PATCH v5] "
              ` Ping: "
                ` Ping*2: "

[PATCH][DOC] Document -fallocation-dce
 2019-11-14  9:04 UTC  (3+ messages)

[PATCH] Enable VPOPCNTDQ for icelake-{client,server} and tigerlake
 2019-11-14  8:43 UTC  (4+ messages)

[Patch][ARM] backport r266665 to gcc8
 2019-11-14  8:42 UTC 

[Patch] PR fortran/92470 Fixes for CFI_address
 2019-11-14  8:40 UTC  (3+ 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).