public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
PowerPC future machine patches, version 6
 2019-10-16 14:08 UTC  (6+ messages)
` [PATCH] V6, #1 of 17: Use ADJUST_INSN_LENGTH for prefixed instructions
` [PATCH] V6, #2 of 17: Minor code reformat
` [PATCH] V6, #3 of 17: Update lwa_operand for prefixed PLWA
` [PATCH] V6, #4 of 17: Add prefixed instruction support to stack protect insns
` [PATCH] V6, #5 of 17: Add prefixed instruction support to vector extract optimizations

[PATCH] rs6000: -flto forgets 'no-vsx' function attributes (PR target/70010)
 2019-10-16 14:01 UTC  (33+ messages)
                  ` [PATCH V2] "

[gomp4.1] Start of structure element mapping support
 2019-10-16 13:35 UTC  (2+ messages)

[PATCH] Relax integer condition reduction, simplify vect_is_simple_reduction
 2019-10-16 13:23 UTC 

[ C++ ] [ PATCH ] [ RFC ] p1301 - [[nodiscard("should have a reason")]]
 2019-10-16 13:09 UTC  (3+ messages)

[PATCH][ARM] Switch to default sched pressure algorithm
 2019-10-16 12:51 UTC  (10+ messages)

[SVE] PR86753
 2019-10-16 12:13 UTC  (26+ messages)

Add expr_callee_abi
 2019-10-16 11:19 UTC  (5+ messages)

[committed][AArch64] Add partial SVE vector modes
 2019-10-16 11:01 UTC 

[committed][AArch64] Improve poly_int handling in aarch64_layout_frame
 2019-10-16 10:55 UTC 

[committed][AArch64] Add an assert to aarch64_layout_frame
 2019-10-16 10:51 UTC 

[committed][AArch64] Use frame reference in aarch64_layout_frame
 2019-10-16 10:49 UTC 

[PATCH] Use __is_same_as for std::is_same and std::is_same_v
 2019-10-16 10:46 UTC  (6+ messages)

[PATCH] Fix -fdebug-types-section ICE, PR91887
 2019-10-16 10:26 UTC 

[PATCH] Fix PR92119
 2019-10-16 10:11 UTC 

[PATCH] Fix PR91975, tame PRE some more
 2019-10-16  9:42 UTC  (2+ messages)

[PATCH 0/4] OpenACC 2.6 manual deep copy (repost)
 2019-10-16  9:34 UTC  (3+ messages)
` [PATCH 2/4] Use gomp_map_val for OpenACC host-to-device address translation

[PATCH 2/2] [og8] OpenACC reference count consistency checking
 2019-10-16  9:33 UTC  (4+ messages)
` [PATCH] "

[PATCH][AArch64] Fix symbol offset limit
 2019-10-16  8:50 UTC  (13+ messages)

[PATCH] Extend IPA-CP to support arithmetically-computed value-passing on by-ref argument (PR ipa/91682))
 2019-10-16  8:24 UTC  (6+ messages)
` [PATCH V2] "
  ` [PATCH V3] "
    ` [PATCH V4] Extend IPA-CP to support arithmetically-computed value-passing on by-ref argument (PR ipa/91682)

[patch] canonicalize unsigned [1,MAX] ranges into ~[0,0]
 2019-10-16  8:14 UTC  (14+ messages)

[PATCH] Clarify <unknown> constness and state
 2019-10-16  7:38 UTC 

[PATCH v2] Missed function specialization + partial devirtualization
 2019-10-16  3:33 UTC  (10+ messages)
  ` [PATCH v3] "
      ` [PATCH v4] "
              ` [PATCH v5] "
                ` Ping: "

[PATCH] Loop split upon semi-invariant condition (PR tree-optimization/89134)
 2019-10-16  2:00 UTC  (12+ messages)
      ` Ping: [PATCH V2] "
        ` Ping agian: "
              ` [PATCH V3] "

[PATCH 0/2][MSP430] Optimize zero_extend insns and PSImode pointer manipulation
 2019-10-16  0:21 UTC  (10+ messages)
` [PATCH 1/2][MSP430] Reorder and group zero_extend insns in msp430.md
` [PATCH 2/2][MSP430] Optimize zero_extend insns and PSImode pointer manipulation

[POC PATCH] rough prototype of __builtin_warning
 2019-10-15 23:00 UTC  (7+ messages)
` [POC v2 PATCH] __builtin_warning

[committed] hppa: Improve ordering of accesses during function pointer canonicalization
 2019-10-15 22:52 UTC 

[PATCH] genattrtab: Parenthesize expressions correctly (PR92107)
 2019-10-15 22:31 UTC 

[Patch][Fortran] OpenACC – permit common blocks in some clauses
 2019-10-15 21:42 UTC 

[PATCH] handle string copies with non-constant lengths (PR 91996)
 2019-10-15 21:32 UTC 

[Committed] Two new bit-field compile testcases
 2019-10-15 21:24 UTC 

[PATCH] ostreambuf_iterator std::advance overload
 2019-10-15 21:05 UTC 

[Darwin, committed] Clarify fix and continue support (NFC)
 2019-10-15 20:37 UTC 

[Darwin, committed] Update darwin_binds_local_p
 2019-10-15 20:33 UTC 

[PATCH] Implement std::advance for istreambuf_iterator using pubseekoff
 2019-10-15 20:31 UTC  (2+ messages)

[PATCH] diagnose hard errors in concept satisfaction
 2019-10-15 20:20 UTC 

C++ PATCH for c++/92106 - ICE with structured bindings and -Wreturn-local-addr
 2019-10-15 18:49 UTC  (4+ messages)

[PATCH] concepts cleanups and subsumption caching
 2019-10-15 18:16 UTC 

[PATCH v2 00/11] timed_mutex, shared_timed_mutex: Add full steady clock support
 2019-10-15 18:05 UTC  (12+ messages)
` [PATCH v2 09/11] libstdc++ shared_mutex: Add full steady_clock support to shared_timed_mutex
` [PATCH v2 06/11] libstdc++ testsuite: Move slow_clock to its own header
` [PATCH v2 08/11] libstdc++ testsuite: Also test shared_timed_mutex with steady_clock
` [PATCH v2 10/11] libstdc++ timed_mutex: Ensure that try_lock_for waits for long enough
` [PATCH v2 02/11] libstdc++ testsuite: Add timed_mutex::try_lock_until test
` [PATCH v2 07/11] PR libstdc++/91906 Fix timed_mutex::try_lock_until on arbitrary clock
` [PATCH v2 04/11] libstdc++ testsuite: Also test unique_lock::try_lock_until with steady_clock
` [PATCH v2 05/11] PR libstdc++/78237 Add full steady_clock support to timed_mutex
` [PATCH v2 01/11] libstdc++ testsuite: Check return value from timed_mutex::try_lock_until
` [PATCH v2 11/11] shared_mutex: Fix try_lock_until and try_lock_shared_until on arbitrary clock
` [PATCH v2 03/11] libstdc++ testsuite: Also test timed_mutex with steady_clock

[C++ PATCH] Implement P1073R3: Immediate functions (PR c++/88335)
 2019-10-15 17:17 UTC 

[PATCH] Generalized predicate/condition for parameter reference in IPA (PR ipa/91088)
 2019-10-15 17:04 UTC  (7+ messages)
  ` [PATCH V2] "
    ` [PATCH V3] "
        ` [PATCH V4] "

[PATCH][wwwdocs] Purge CVS from gccmission.html
 2019-10-15 16:53 UTC  (6+ messages)

[PATCH] OpenACC reference count overhaul
 2019-10-15 15:44 UTC  (2+ messages)

Type representation in CTF and DWARF
 2019-10-15 15:30 UTC  (4+ messages)

[Patch][Fortran] OpenMP+OpenACC: Remove bogus contigous-pointer check (PR/65438)
 2019-10-15 15:09 UTC  (7+ messages)

[PATCH] rs6000: Fix PR92093
 2019-10-15 12:51 UTC 

[C++ PATCH] clone_function_decl breakup
 2019-10-15 12:35 UTC 

[PATCH] Avoid writing to trees during streaming
 2019-10-15 12:26 UTC 

[SLP] SLP vectorization: vectorize vector constructors
 2019-10-15 12:17 UTC  (2+ messages)

[linemap PATCH] Constify lookup
 2019-10-15 12:11 UTC 

[Patch 1/2][ipa] Add target hook to sanitize cloned declaration's attributes
 2019-10-15 12:02 UTC  (8+ messages)

[PATCH] More PR92046 fixes, make --param allow-store-data-races a -f option
 2019-10-15 11:33 UTC  (5+ messages)

Add a constant_range_value_p function (PR 92033)
 2019-10-15 11:26 UTC  (12+ messages)

[C++ PATCH] build_clone cleanup
 2019-10-15 11:20 UTC 

[Patch 2/2][Arm] Implement TARGET_HOOK_SANITIZE_CLONE_ATTRIBUTES to remove cmse_nonsecure_entry
 2019-10-15 11:18 UTC  (3+ messages)

[PATCH] Fix PR92048
 2019-10-15 10:59 UTC 

[PATCH] Fix PR92094
 2019-10-15 10:36 UTC 

[PATCH] RFA (gimplify.h) Fix incorrect cp/ use of get_formal_tmp_var
 2019-10-15  9:30 UTC  (3+ messages)

[PATCH] teach gengtype about 'mutable'
 2019-10-15  9:25 UTC  (6+ messages)

[PATCH] S/390: Run %a0:DI splitters only after reload
 2019-10-15  9:21 UTC  (2+ messages)

[PATCH] Fix PR92046
 2019-10-15  8:52 UTC  (7+ messages)

PR92085
 2019-10-15  7:24 UTC  (3+ messages)

[PATCH] implement -Wrestrict for sprintf (PR 83688)
 2019-10-15  6:07 UTC  (2+ messages)

[PATCH] handle local aggregate initialization in strlen, take 2 (PR 83821)
 2019-10-15  2:34 UTC 

Rename attribute-related functions and productions in C parser
 2019-10-15  0:18 UTC 

Go patch committed: Revise export data fix for constant types
 2019-10-14 23:31 UTC 

PowerPC future machine patches, version 5
 2019-10-14 23:12 UTC  (15+ messages)
` [PATCH] V5, #2 of 15: Fix prefixed instruction length for some 128-bit types
` [PATCH] V5, #4 of 15: Update predicates
` [PATCH] V5, #6 of 15: Make vector load/store instruction length correct with prefixed addresses
` [PATCH] V5, #5 of 15: Support -fstack-protect and large stack frames

[patch, fortran] Fix PR 92004, restore Lapack compilation
 2019-10-14 22:03 UTC  (9+ messages)

RFA [PATCH] * lock-and-run.sh: Check for process existence rather than timeout
 2019-10-14 21:38 UTC 

use call-clobbered reg to disalign the stack
 2019-10-14 21:25 UTC  (2+ messages)

[PR target/85401] initialize the move cost table before using it
 2019-10-14 21:16 UTC  (11+ messages)
` [ping][PR "
        ` [PR target/85401] Add test-cases
            ` [PR target/85401][v2] "

[DOC] Replace reference to removed macro
 2019-10-14 21:13 UTC  (2+ messages)

[PATCH] [MIPS] Reject vector constants from the constant pool
 2019-10-14 21:09 UTC  (2+ messages)

[PATCH] PR fortran/89943 -- Duplicate BIND(c) allowed (?)
 2019-10-14 20:25 UTC  (5+ messages)

[PATCH][MSP430] Add support for post increment addressing
 2019-10-14 20:19 UTC  (4+ messages)

[C++ PATCH] PR c++/91930 - ICE with constrained inherited default ctor
 2019-10-14 20:13 UTC 

[Darwin, machopic 9/n, committed] Minor code clean-ups
 2019-10-14 19:46 UTC 

Add a simulate_enum_decl langhook
 2019-10-14 19:25 UTC  (2+ messages)
` Ping: "

Add a simulate_builin_function_decl langhook
 2019-10-14 19:03 UTC  (2+ messages)
` Ping: "

[PATCH 1/2] pretty-print: support URL escape sequences (PR 87488)
 2019-10-14 16:35 UTC  (3+ messages)
` [PATCH 2/2] Documentation hyperlinks for [-Wname-of-option] "

[PATCH][gcov-profile/91971]Profile directory concatenated with object file path
 2019-10-14 14:53 UTC  (2+ messages)
` PING: Fwd: "

libgo: Update to Go 1.13beta1 release
 2019-10-14 14:52 UTC  (5+ messages)
` [PATCH 1/2] Sync hardware facility names with other files in os_linux_s390x.go
` [PATCH 2/2] GO S/390: Add kdsaQuery function

[PATCH] More PR92046 fixes
 2019-10-14 13:31 UTC 

[Patch][OpenMP] use_device_addr/use_device_ptr with Fortran allocatable/pointer arrays (= array descriptor)
 2019-10-14 13:17 UTC 

Add std::copy_n overload for istreambuf_iterator
 2019-10-14 13:12 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).