public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
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  (5+ messages)

[PATCH] PR tree-optimization/90836 Missing popcount pattern matching
 2019-09-09 18:59 UTC  (3+ 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)

[PATCH] Simplify sinh (x) / cosh (x)
 2019-09-09 18:44 UTC  (4+ 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  (5+ messages)

[0/9] Make HARD_REG_SETs easier to use
 2019-09-09 18:05 UTC  (20+ 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

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

[PATCH] bring -Warray-bounds closer to -Wstringop-overflow (PR91647, 91463, 91679)
 2019-09-09 17:56 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 

[SVE] PR86753
 2019-09-09 16:37 UTC  (23+ messages)

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

[PATCH] builtin fadd variants implementation
 2019-09-09 16:06 UTC  (5+ messages)

[Patch 0/X] [WIP][RFC][libsanitizer] Introduce HWASAN to GCC
 2019-09-09 15:55 UTC  (17+ messages)
` [RFC][PATCH 3/X][libsanitizer] Allow compilation for HWASAN_WITH_INTERCEPTORS=OFF
` [RFC][PATCH 1/X][libsanitizer] Introduce libsanitizer to GCC tree
` [RFC][PATCH 5/X][libsanitizer] Introduce longjmp/setjmp interceptors to libhwasan
` [RFC][PATCH 4/X][libsanitizer] Pass size and pointer info to error reporting functions
` [RFC][PATCH 6/X][libsanitizer] Add -fsanitize=hwaddress flags

[ARM/FDPIC v6 00/24] FDPIC ABI for ARM
 2019-09-09 15:53 UTC  (25+ messages)
` [ARM/FDPIC v6 01/24] [ARM] FDPIC: Add -mfdpic option support
` [ARM/FDPIC v6 03/24] [ARM] FDPIC: Force FDPIC related options unless -mno-fdpic is provided
` [ARM/FDPIC v6 02/24] [ARM] FDPIC: Handle arm*-*-uclinuxfdpiceabi in configure scripts
` [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 05/24] [ARM] FDPIC: Fix __do_global_dtors_aux and frame_dummy generation
` [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 07/24] [ARM] FDPIC: Avoid saving/restoring r9 on stack since it is read-only
` [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 11/24] [ARM] FDPIC: Add support to unwind FDPIC signal frame
` [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 15/24] [ARM][testsuite] FDPIC: Adjust scan-assembler patterns
` [ARM/FDPIC v6 18/24] [ARM][testsuite] FDPIC: Enable tests on pie_enabled targets
` [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 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)

r272976 - in /trunk/gcc/ada: ChangeLog ali.adb 
 2019-09-09 15:24 UTC  (9+ 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  (13+ messages)

[PATCH] Rename Deprecated to IgnoreWarn in *.opt files
 2019-09-09 14:16 UTC  (5+ messages)

[PATCH] Make LTO link pick up compile-time -g
 2019-09-09 13:59 UTC  (4+ messages)

[PATCH][middle-end/88784] Middle end is missing some optimizations about unsigned
 2019-09-09 13:55 UTC  (24+ 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 4/5] Rewrite first part of or_comparisons_1 "
                    ` [PATCH 5/5] Rewrite second "

[PATCH] Fortran - character type names in errors and warning - for review
 2019-09-09 13:52 UTC 

[PATCH] Come up with json::integer_number and use it in GCOV
 2019-09-09 12:38 UTC  (8+ messages)

[PATCH] Deprecate -frepo option
 2019-09-09 11:46 UTC  (18+ messages)
                        ` [PATCH] Update comment of removed options

[PATCH] Optimize to_chars
 2019-09-09 11:13 UTC  (6+ messages)

[ PATCH ] C++20 <span>
 2019-09-09 11:12 UTC  (9+ messages)

[PATCH V6 00/11] eBPF support for GCC
 2019-09-09 10:23 UTC  (17+ messages)
` [PATCH V6 04/11] testsuite: new require effective target indirect_calls
` [PATCH V6 03/11] testsuite: annotate c-torture/compile tests with dg-require-stack-size
` [PATCH V6 11/11] bpf: add myself as the maintainer for the eBPF port
` [PATCH V6 01/11] Update config.sub and config.guess
` [PATCH V6 02/11] opt-functions.awk: fix comparison of limit, begin and end
` [PATCH V6 05/11] bpf: new GCC port

[PATCH] Fix up -funsigned-char behavior of _mm256_cmpgt_epi8 (PR target/91704)
 2019-09-09 10:09 UTC  (2+ messages)

[ARM/FDPIC v5 00/21] FDPIC ABI for ARM
 2019-09-09  8:58 UTC  (17+ messages)
` [ARM/FDPIC v5 10/21] [ARM] FDPIC: Implement TLS support
` [ARM/FDPIC v5 13/21] [ARM] FDPIC: Force LSB bit for PC in Cortex-M architecture
` [ARM/FDPIC v5 20/21] [ARM][testsuite] FDPIC: Skip tests using architectures unsupported by FDPIC

[PATCH v3 0/9] S/390: Use signaling FP comparison instructions
 2019-09-09  8:43 UTC  (5+ messages)
` [PATCH v3 1/9] Allow COND_EXPR and VEC_COND_EXPR condtions to trap

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

libgo: Update to Go 1.13beta1 release
 2019-09-09  8:26 UTC  (3+ messages)

Bunch of location improvements
 2019-09-09  8:24 UTC  (2+ messages)
` [C++ Patch ping] "

[PATCH,RFC,V5 0/6] Support for CTF in GCC
 2019-09-09  4:29 UTC  (7+ messages)
` [PATCH,RFC,V5 5/6] Update CTF testsuite
` [PATCH,RFC,V5 2/6] Add CTF command line options : -gtLEVEL
` [PATCH,RFC,V5 3/6] Setup for CTF generation and emission
` [PATCH,RFC,V5 1/6] Add new function lang_GNU_GIMPLE
` [PATCH,RFC,V5 6/6] Handle CTF sections when LTO is enabled
` [PATCH,RFC,V5 4/6] CTF generation for a single compilation unit

[PATCH] genemit: Print file+line in the "Splitting with" message
 2019-09-08 19:56 UTC  (2+ messages)

C++ PATCH for c++/84374 - diagnose invalid uses of decltype(auto)
 2019-09-08 16:47 UTC 

[PATCH, libstdc++] Improve the performance of std::uniform_int_distribution (fewer divisions)
 2019-09-08 16:10 UTC 

[PATCH v2 4/6] compiler-gcc.h: add asm_inline definition
 2019-09-08 13:55 UTC  (17+ messages)

C++ PATCH for c++/91673 - ICE with noexcept in alias-declaration
 2019-09-07 20:37 UTC 

[PATCH] Fix PR 91684
 2019-09-07 18:32 UTC  (2+ messages)

libgo: Update to Go 1.13beta1 release
 2019-09-07  9:58 UTC  (2+ messages)

[PATCH] Punt on vectorizing sign-changing conditional reduction (PR tree-optimization/91665)
 2019-09-07  9:56 UTC 

[PATCH] RISC-V: Re-enable -msave-restore for shared libraries
 2019-09-07  0:11 UTC 

[PATCH 0/2] RISCV: Reduce code size when compiling with -msave-restore
 2019-09-06 23:41 UTC  (7+ messages)
` [PATCH 2/2] gcc/riscv: Add a mechanism to remove some calls to _riscv_save_0

[PATCH 1/2] rs6000: Delete UNSPEC_FRSP
 2019-09-06 19:35 UTC  (2+ messages)
` [PATCH 2/2] rs6000: Delete UNSPEC_MV_CR_OV

[PATCH, i386]: Improve STV conversion of shifts
 2019-09-06 19:32 UTC  (17+ messages)
    ` [PATCH, i386]: Do not limit the cost of moves to/from XMM register to minimum 8
                              ` [PATCH, i386]: Fix PR 91654: Runtime SPEC regression on Haswell

[OG9, committed] Backport gfx906 patches
 2019-09-06 17:22 UTC 

[PATCH] [og9] Add omp_pause_resource{,_all} for AMD GCN
 2019-09-06 16:02 UTC  (2+ messages)
` [PATCH] [og9] OpenACC profiling support "

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).