public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[ARM/FDPIC v6 00/24] FDPIC ABI for ARM
 2019-09-09 15:51 UTC  (19+ messages)
` [ARM/FDPIC v6 02/24] [ARM] FDPIC: Handle arm*-*-uclinuxfdpiceabi in configure scripts
` [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 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 17/24] [ARM][testsuite] FDPIC: Handle *-*-uclinux*
` [ARM/FDPIC v6 16/24] [ARM][testsuite] FDPIC: Skip tests that don't work in PIC mode
` [ARM/FDPIC v6 18/24] [ARM][testsuite] FDPIC: Enable tests on pie_enabled targets

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] Use type alignment in get_builtin_sync_mem
 2019-09-09 14:17 UTC  (6+ 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  (26+ messages)
                                        ` [PATCH] Update comment of removed options

Make note_stores take an rtx_insn
 2019-09-09 11:33 UTC 

[SVE] PR86753
 2019-09-09 11:15 UTC  (22+ messages)

[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 0/X] [WIP][RFC][libsanitizer] Introduce HWASAN to GCC
 2019-09-09 10:49 UTC  (27+ messages)
` [RFC][PATCH 14/X][libsanitizer] Introduce HWASAN block-scope poisoning
` [RFC][PATCH 1/X][libsanitizer] Introduce libsanitizer to GCC tree
` [RFC][PATCH 7/X][libsanitizer] Add option to bootstrap using HWASAN
` [RFC][PATCH 8/X][libsanitizer] Ensure HWASAN required alignment for stack variables
` [RFC][PATCH 5/X][libsanitizer] Introduce longjmp/setjmp interceptors to libhwasan
` [RFC][PATCH 3/X][libsanitizer] Allow compilation for HWASAN_WITH_INTERCEPTORS=OFF
` [RFC][PATCH 2/X][libsanitizer] Tie the hwasan library into our build system
` [RFC][PATCH 4/X][libsanitizer] Pass size and pointer info to error reporting functions
` [RFC][PATCH 9/X][libsanitizer] Put tags into each stack variable pointer
` [RFC][PATCH 6/X][libsanitizer] Add -fsanitize=hwaddress flags
` [RFC][PATCH 13/X][libsanitizer] Instrument known builtin function calls
` [RFC][PATCH 10/X][libsanitizer] Colour the shadow stack for each stack variable
` [RFC][PATCH 15/X][libsanitizer] Add in MTE stubs
` [RFC][PATCH 16/X][libsanitizer] Build libhwasan with interceptors
` [RFC][PATCH 11/X][libsanitizer] Uncolour stack frame on function exit
` [RFC][PATCH 12/X][libsanitizer] Check pointer tags match address tags

[PATCH V6 00/11] eBPF support for GCC
 2019-09-09 10:23 UTC  (17+ messages)
` [PATCH V6 03/11] testsuite: annotate c-torture/compile tests with dg-require-stack-size
` [PATCH V6 04/11] testsuite: new require effective target indirect_calls
` [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)

[PATCH, libstdc++] Doc changes for constexpr additions for C++20 status
 2019-09-09  9:41 UTC  (2+ messages)

We should mark "Should Span be Regular? P1085R2" as well
 2019-09-09  9:39 UTC 

[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  (12+ messages)
` [PATCH v3 1/9] Allow COND_EXPR and VEC_COND_EXPR condtions to trap
` [PATCH v3 4/9] S/390: Do not use signaling vector comparisons on z13
` [PATCH v3 2/9] Introduce rtx_alloca, alloca_raw_REG and alloca_rtx_fmt_*
` [PATCH v3 3/9] Introduce can_vector_compare_p function

[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] PR tree-optimization/90836 Missing popcount pattern matching
 2019-09-09  8:24 UTC  (2+ messages)

[PATCH,RFC,V5 0/6] Support for CTF in GCC
 2019-09-09  4:29 UTC  (7+ messages)
` [PATCH,RFC,V5 1/6] Add new function lang_GNU_GIMPLE
` [PATCH,RFC,V5 3/6] Setup for CTF generation and emission
` [PATCH,RFC,V5 2/6] Add CTF command line options : -gtLEVEL
` [PATCH,RFC,V5 5/6] Update CTF testsuite
` [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] Build proper false constant for VECTOR_TYPEs
 2019-09-07  7:02 UTC  (3+ messages)

[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] bring -Warray-bounds closer to -Wstringop-overflow (PR91647, 91463, 91679)
 2019-09-06 23:27 UTC  (2+ messages)

[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  (3+ messages)
` [PATCH] [og9] OpenACC profiling support "
` [PATCH] [og9] Use more appropriate var in localize_reductions call

[C++ PATCH] Reserve a decl_lang bit
 2019-09-06 15:29 UTC  (2+ messages)

Fix GCC_LINUX_FUTEX to work with C99 compilers
 2019-09-06 14:56 UTC  (4+ messages)

[OG9, committed] Backport error message for mapped parameters
 2019-09-06 13:56 UTC 

[PATCH][GCC] Optimize unnecessary casts out of binary math operations
 2019-09-06 13:46 UTC  (4+ messages)

[PATCH] Define std::ssize for C++20 (P1227R2)
 2019-09-06 12:54 UTC 

PowerPC future machine, version 3
 2019-09-06 12:50 UTC  (18+ messages)
` [PATCH V3, #1 of 10], Add basic pc-relative support
` [PATCH, V3, #6 of 10], Fix vec_extract breakage
` [PATCH, V3, #7 of 10], Implement PCREL_OPT relocation optimization

[PATCH] RISC-V: Fix bad insn splits with paradoxical subregs
 2019-09-06 12:39 UTC  (4+ messages)

[PATCH 0/6] [og9] OpenACC worker partitioning in middle end (AMD GCN)
 2019-09-06 12:32 UTC  (5+ messages)
` [PATCH 2/6] [og9] OpenACC middle-end worker-partitioning support

[PATCH 1/2] [og9] Fix tree check failure with reduction localization
 2019-09-06 12:15 UTC  (2+ messages)
` [PATCH 2/2] [og9] Remove duplicate SESE code in NVPTX backend

[PATCH] [ARM] Adjust test expectations of unaligned-memcpy-2/3.c (PR 91614)
 2019-09-06 12:12 UTC  (3+ messages)

Add ARRAY_REF based access patch disambiguation
 2019-09-06 11:44 UTC  (6+ messages)

[PATCH] Fixup the recently added arm/pr91603.c test case
 2019-09-06 11:27 UTC  (3+ messages)

[RFC PATCH] Add inlining growth bias flag
 2019-09-06 10:59 UTC 

PR88751: Backport to GCC 8 and 9 branches?
 2019-09-06 10:48 UTC  (2+ messages)

[PATCH] Fix testcase to not use vtable verification with LTO
 2019-09-06 10:27 UTC  (2+ messages)

[RFC/PATCH v2][PR89245] Check REG_CALL_DECL note during the tail-merging
 2019-09-06 10:23 UTC  (5+ messages)
      ` [EXTERNAL]Re: "

[PATCH] PR tree-optimization/90836 Missing popcount pattern matching
 2019-09-06 10:23 UTC  (2+ 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).