public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] Fix PR90387
 2019-09-11 11:16 UTC 

Fix PR rtl-optimization/89795
 2019-09-11 10:44 UTC 

[PATCH][MSP430] Don't generate 430X insns when handling data in the lower memory region
 2019-09-11 10:26 UTC 

[patch, libgomp] Fix segfault with plugin-hsa
 2019-09-11  9:49 UTC  (2+ messages)

[PATCH][middle-end/88784] Middle end is missing some optimizations about unsigned
 2019-09-11  8:51 UTC  (26+ messages)
                  ` [PATCH 1/2] Auto-generate maybe_fold_and/or_comparisons from match.pd
                    ` [PATCH 3/5] Rewrite part of and_comparisons_1 into match.pd

[PATCH] Allow useless type changes between vectype of builtin arguments (PR tree-optimization/91723)
 2019-09-11  8:18 UTC  (3+ messages)

[PATCH] Fix up match.pd ICE on kernel build (PR middle-end/91725)
 2019-09-11  8:17 UTC  (2+ messages)

[committed] MAINTAINERS - update email address (and, hence, affiliation)
 2019-09-11  8:14 UTC 

[PATCH] Fix PR 91708
 2019-09-11  7:23 UTC  (3+ messages)

[PATCH] Rename Deprecated to IgnoreWarn in *.opt files
 2019-09-11  7:21 UTC  (12+ messages)

libgo: Update to Go 1.13beta1 release
 2019-09-11  6:54 UTC  (6+ messages)
  ` [gofrontend-dev] "

[PATCH v3 3/3] PR80791 Consider doloop cmp use in ivopts
 2019-09-11  6:18 UTC  (12+ messages)
` [PATCH v5 "
  ` [PATCH v6 "

[Patch, fortran] PR91717 - ICE on concatenating deferred-length character and character literal
 2019-09-11  5:50 UTC  (2+ messages)

Patch to support extended characters in C/C++ identifiers
 2019-09-10 23:47 UTC  (2+ messages)

new x86 cmpmemsi expander, and adjustments for cmpstrn*
 2019-09-10 23:12 UTC 

[PATCH] bring -Warray-bounds closer to -Wstringop-overflow (PR91647, 91463, 91679)
 2019-09-10 22:35 UTC  (4+ messages)

[SVE] PR86753
 2019-09-10 21:36 UTC  (27+ messages)

[PATCH] some tree struct marking
 2019-09-10 21:35 UTC 

C++ PATCH for c++/91705 - constexpr evaluation rejects ++/-- on floats
 2019-09-10 20:59 UTC  (2+ messages)

C++ PATCH for c++/91673 - ICE with noexcept in alias-declaration
 2019-09-10 20:58 UTC  (4+ messages)

libgo: Update to Go 1.13beta1 release
 2019-09-10 20:41 UTC  (5+ messages)

libgo patch committed: Change test == to test =
 2019-09-10 20:33 UTC 

libgo patch committed: gccgoimporter support embedded field in pointer loop
 2019-09-10 20:26 UTC 

[0/9] Reduce the amount of global ABI state
 2019-09-10 18:38 UTC  (19+ messages)
` [1/9] Move c6x REGNO_REG_CLASS out of line
` [2/9] Remove call_fixed_reg_set
` [3/9] Remove no_caller_save_reg_set
` [5/9] Make more use of regs_invalidated_by_call
` [4/9] Replace call_used_reg_set with call_used_or_fixed_regs
` [6/9] Add call_used_or_fixed_reg_p
` [7/9] Remove redundant fixed_regs tests
` [8/9] Hide call_used_regs in target-independent code
` [9/9] Remove call_really_used_regs

[PATCH] [og9] Clean up dead/write-only fields in GCN libgomp plugin
 2019-09-10 17:42 UTC 

[PATCH] [og9] Fix src_copy mismerge in GOMP_OFFLOAD_openacc_async_host2dev
 2019-09-10 17:42 UTC 

[PATCH] [og9] Improve async serialize implementation for AMD GCN libgomp plugin
 2019-09-10 17:42 UTC 

[AArch64] Strengthen aarch64_hard_regno_call_part_clobbered
 2019-09-10 16:40 UTC 

[PATCH] Implement std::common_reference for C++20
 2019-09-10 16:30 UTC 

[committed] Make get_call_rtx_from take a const rtx_insn *
 2019-09-10 16:20 UTC 

[PATCH] Simplify sinh (x) / cosh (x)
 2019-09-10 15:23 UTC  (6+ messages)

[OG9, amdgcn, committed] Fix memory leak in libgomp
 2019-09-10 13:55 UTC 

[OG9, amdgcn, committed] Detect the actual number of hardware CUs
 2019-09-10 13:39 UTC 

[GCC][PATCH][AArch64] Update hwcap string for fp16fml in aarch64-option-extensions.def
 2019-09-10 12:35 UTC 

[ Notification ID : #1614055772 ] Sign-in on a new environment
 2019-09-10 11:45 UTC 

[PATCH, nvptx] Expand OpenACC child function arguments to use CUDA params space
 2019-09-10 11:42 UTC 

[OG9, amdgcn, committed] Use GFX9 granulated sgprs count correctly
 2019-09-10 11:38 UTC 

[OG9, amdgcn,committed] Fix relocations with multiple devices
 2019-09-10 10:50 UTC 

r272976 - in /trunk/gcc/ada: ChangeLog ali.adb 
 2019-09-10 10:24 UTC  (11+ messages)

[0/9] Make HARD_REG_SETs easier to use
 2019-09-10  9:16 UTC  (21+ messages)
` [1/9] Simplify the implementation of HARD_REG_SET
` [2/9] Remove COPY_HARD_REG_SET
` [3/9] Remove COMPL_HARD_REG_SET
` [4/9] Remove AND_HARD_REG_SET
` [5/9] Remove IOR_HARD_REG_SET
` [6/9] Remove AND_COMPL_HARD_REG_SET
` [7/9] Remove IOR_COMPL_HARD_REG_SET
` [8/9] Remove hard_reg_set_equal_p
` [9/9] Tweak interface to ira-build.c:ior_hard_reg_conflicts

[PATCH] LWG 3266. to_chars(bool) should be deleted
 2019-09-10  9:08 UTC 

[PATCH] Optimize (A / (cast) (1 << B)) -> (A >> B) (PR middle-end/91680)
 2019-09-10  8:06 UTC  (2+ messages)

[PATCH] PR libstdc++/91711 fix failing test
 2019-09-10  7:26 UTC 

[PATCH] Optimise std::remove_cv and use more helper aliases
 2019-09-10  7:18 UTC 

Go patch committed: Look for tool build ID before hashing entire file
 2019-09-10  2:48 UTC 

Go patch committed: Permit inlining constants and expression statements
 2019-09-10  2:38 UTC 

C++ PATCH for c++/84374 - diagnose invalid uses of decltype(auto)
 2019-09-10  2:17 UTC  (4+ messages)

[Patch 0/X] [WIP][RFC][libsanitizer] Introduce HWASAN to GCC
 2019-09-10  1:06 UTC  (4+ messages)

PowerPC future machine, version 3
 2019-09-09 22:39 UTC  (17+ messages)
` [PATCH V3, #1 of 10], Add basic pc-relative support
` [PATCH, V3, #7 of 10], Implement PCREL_OPT relocation optimization

[PATCH] builtin fadd variants implementation
 2019-09-09 21:24 UTC  (6+ messages)

Bunch of location improvements
 2019-09-09 21:01 UTC  (2+ messages)

[RFA] [tree-optimization/80576] Handle non-constant sizes in DSE
 2019-09-09 20:10 UTC  (9+ messages)

Implement C++20 p1424 - 'constexpr' feature macro concerns
 2019-09-09 19:51 UTC  (4+ messages)

Go patch committed: Don't use predeclared location for implicit runtime import
 2019-09-09 19:41 UTC 

PR90724 - ICE with __sync_bool_compare_and_swap with -march=armv8.2-a
 2019-09-09 19:07 UTC  (10+ messages)

Go patch committed: Traverse types of constant expressions
 2019-09-09 19:07 UTC 

[PATCH] PR tree-optimization/90836 Missing popcount pattern matching
 2019-09-09 19:03 UTC  (4+ messages)

[PATCH] Build proper false constant for VECTOR_TYPEs
 2019-09-09 19:01 UTC  (3+ messages)

[PATCH] PR tree-optimization/90836 Missing popcount pattern matching
 2019-09-09 18:59 UTC  (2+ messages)

[RFC PATCH] Add inlining growth bias flag
 2019-09-09 18:55 UTC  (2+ messages)

We should mark "Should Span be Regular? P1085R2" as well
 2019-09-09 18:51 UTC  (3+ messages)

[PATCH] Refactoring the misaligned expansion bits
 2019-09-09 18:48 UTC  (2+ messages)

copy/copy_backward/fill/fill_n/equal rework
 2019-09-09 18:34 UTC 

[PATCH] Use type alignment in get_builtin_sync_mem
 2019-09-09 18:27 UTC  (3+ messages)

Make note_stores take an rtx_insn
 2019-09-09 18:01 UTC  (3+ messages)

[PATCH] rs6000: Update rlwinm-[012].c
 2019-09-09 17:49 UTC 

Remove global REG_SETs
 2019-09-09 17:48 UTC  (2+ messages)

Add "fast" conversions from arrays to bitmaps
 2019-09-09 17:46 UTC  (2+ messages)

[PATCH, libstdc++] Doc changes for constexpr additions for C++20 status
 2019-09-09 17:25 UTC  (3+ messages)

[PATCH][ARM] Cleanup highpart multiply patterns
 2019-09-09 17:08 UTC  (2+ messages)

[PATCH][ARM] Cleanup 64-bit multiplies
 2019-09-09 17:08 UTC  (2+ messages)

[PATCH][AArch64] Fix symbol offset limit
 2019-09-09 17:07 UTC  (5+ messages)

[PATCH][ARM] Remove support for MULS
 2019-09-09 17:07 UTC  (2+ messages)

[PATCH][ARM] Cleanup multiply patterns
 2019-09-09 17:07 UTC  (2+ messages)

[PATCH][ARM] Add logical DImode expanders
 2019-09-09 17:06 UTC  (2+ messages)

[PATCH][ARM] Switch to default sched pressure algorithm
 2019-09-09 17:05 UTC  (4+ messages)

[PATCH][ARM] Tweak HONOR_REG_ALLOC_ORDER
 2019-09-09 17:05 UTC 

[PATCH][ARM] Enable arm_legitimize_address for Thumb-2
 2019-09-09 17:03 UTC 

[OG9, amdgcn, committed] Move offload data to graphics memory
 2019-09-09 16:27 UTC 

[ARM/FDPIC v6 00/24] FDPIC ABI for ARM
 2019-09-09 15:53 UTC  (25+ messages)
` [ARM/FDPIC v6 02/24] [ARM] FDPIC: Handle arm*-*-uclinuxfdpiceabi in configure scripts
` [ARM/FDPIC v6 03/24] [ARM] FDPIC: Force FDPIC related options unless -mno-fdpic is provided
` [ARM/FDPIC v6 01/24] [ARM] FDPIC: Add -mfdpic option support
` [ARM/FDPIC v6 05/24] [ARM] FDPIC: Fix __do_global_dtors_aux and frame_dummy generation
` [ARM/FDPIC v6 06/24] [ARM] FDPIC: Add support for c++ exceptions
` [ARM/FDPIC v6 04/24] [ARM] FDPIC: Add support for FDPIC for arm architecture
` [ARM/FDPIC v6 07/24] [ARM] FDPIC: Avoid saving/restoring r9 on stack since it is read-only
` [ARM/FDPIC v6 08/24] [ARM] FDPIC: Enforce local/global binding for function descriptors
` [ARM/FDPIC v6 09/24] [ARM] FDPIC: Add support for taking address of nested function
` [ARM/FDPIC v6 11/24] [ARM] FDPIC: Add support to unwind FDPIC signal frame
` [ARM/FDPIC v6 12/24] [ARM] FDPIC: Restore r9 after we call __aeabi_read_tp
` [ARM/FDPIC v6 10/24] [ARM] FDPIC: Implement TLS support
` [ARM/FDPIC v6 15/24] [ARM][testsuite] FDPIC: Adjust scan-assembler patterns
` [ARM/FDPIC v6 14/24] [ARM][testsuite] FDPIC: Skip unsupported tests
` [ARM/FDPIC v6 13/24] [ARM] FDPIC: Force LSB bit for PC in Cortex-M architecture
` [ARM/FDPIC v6 16/24] [ARM][testsuite] FDPIC: Skip tests that don't work in PIC mode
` [ARM/FDPIC v6 17/24] [ARM][testsuite] FDPIC: Handle *-*-uclinux*
` [ARM/FDPIC v6 18/24] [ARM][testsuite] FDPIC: Enable tests on pie_enabled targets
` [ARM/FDPIC v6 19/24] [ARM][testsuite] FDPIC: Adjust pr43698.c to avoid clash with uclibc
` [ARM/FDPIC v6 21/24] [ARM] FDPIC: Handle stack-protector combined patterns
` [ARM/FDPIC v6 20/24] [ARM][testsuite] FDPIC: Skip tests using architectures unsupported by FDPIC
` [ARM/FDPIC v6 24/24] [ARM] FDPIC: Handle arm*-*-uclinuxfdpiceabi in libstdc++ configure scripts
` [ARM/FDPIC v6 22/24] [ARM][testsuite] FDPIC: Skip tests that require -static support
` [ARM/FDPIC v6 23/24] [ARM] FDPIC: Implement libitm support

Remove bt-load.c
 2019-09-09 15:45 UTC  (2+ messages)

[PATCH][gcc] libgccjit: handle long literals in playback::context::new_string_literal
 2019-09-09 14:47 UTC  (2+ messages)

[PATCH] Prevent LTO section collision for a symbol name starting with '*'
 2019-09-09 14:33 UTC  (11+ 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).