public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[ARM/FDPIC v5 00/21] FDPIC ABI for ARM
 2019-07-19  9:03 UTC  (46+ messages)
` [ARM/FDPIC v5 01/21] [ARM] FDPIC: Add -mfdpic option support
` [ARM/FDPIC v5 03/21] [ARM] FDPIC: Force FDPIC related options unless -mno-fdpic is provided
` [ARM/FDPIC v5 04/21] [ARM] FDPIC: Add support for FDPIC for arm architecture
` [ARM/FDPIC v5 07/21] [ARM] FDPIC: Avoid saving/restoring r9 on stack since it is read-only
` [ARM/FDPIC v5 09/21] [ARM] FDPIC: Add support for taking address of nested function
` [ARM/FDPIC v5 08/21] [ARM] FDPIC: Enforce local/global binding for function descriptors
` [ARM/FDPIC v5 16/21] [ARM][testsuite] FDPIC: Skip tests that don't work in PIC mode
` [ARM/FDPIC v5 14/21] [ARM][testsuite] FDPIC: Skip unsupported tests
` [ARM/FDPIC v5 15/21] [ARM][testsuite] FDPIC: Adjust scan-assembler patterns
` [ARM/FDPIC v5 18/21] [ARM][testsuite] FDPIC: Enable tests on pie_enabled targets
` [ARM/FDPIC v5 17/21] [ARM][testsuite] FDPIC: Handle *-*-uclinux*
` [ARM/FDPIC v5 19/21] [ARM][testsuite] FDPIC: Adjust pr43698.c to avoid clash with uclibc
` [ARM/FDPIC v5 20/21] [ARM][testsuite] FDPIC: Skip tests using architectures unsupported by FDPIC

[PATCH] Fix PR91207, revert vectorizer change for PR91178
 2019-07-19  8:51 UTC 

[PATCH] Fix hash checking ICE in temp slot handling (PR middle-end/91190)
 2019-07-19  8:45 UTC  (2+ messages)

[PATCH] Allow case-insensitive comparisons of register names by implementing CASE_INSENSITIVE_REGISTER_NAMES PR target/70320
 2019-07-19  8:40 UTC  (3+ messages)

[C++ PATCH] PR c++/90101 - dependent class non-type parameter
 2019-07-19  8:07 UTC 

[C++ PATCH] PR c++/90098 - partial specialization and class non-type parms
 2019-07-19  7:29 UTC 

Check rrotate optab first when transforming lrotate
 2019-07-19  6:51 UTC  (26+ messages)
    ` [RFC] Consider lrotate const rotation in vectorizer
      ` [PATCH, rs6000] Support vrotr<mode>3 for int vector types

[PATCH, rs6000] Split up rs6000.c. (part 2)
 2019-07-18 21:56 UTC  (2+ messages)

Fix failing tests after PR libstdc++/85965
 2019-07-18 21:41 UTC  (3+ messages)

Improve TBAA for types in anonymous namespaces
 2019-07-18 21:11 UTC  (7+ messages)

[PATCH, Modula-2 (C/C++/D/F/Go/Jit)] (Register spec fn) (v2)
 2019-07-18 20:15 UTC  (3+ messages)

[PATCH, i386]: Remove *qi_2_slp insn patterns
 2019-07-18 20:08 UTC 

Add support for PowerPC prefixed memory instructions and pc-relative support (Intro)
 2019-07-18 19:43 UTC  (10+ messages)
` [PATCH], PowerPC, Patch #9, Refine calculation of whether an address offset is d-form, ds-form, or dq-form
` [PATCH], Patch #6, revision 3, Create pc-relative addressing insns
  ` [PATCH], Patch #6, revision 3, (Test on AIX and Darwin)

[PATCH, i386]: Fix PR 91188, strict_low_part operations do not work
 2019-07-18 18:20 UTC  (2+ messages)

[patch][aarch64]: add intrinsics for vld1(q)_x4 and vst1(q)_x4
 2019-07-18 17:23 UTC  (2+ messages)

Go patch committed: Fix bug in importing blocks in inline functions
 2019-07-18 17:18 UTC 

[Ada] clean ups in C runtime files
 2019-07-18 16:51 UTC 

[PATCH][gcc] libgccjit: check result_type in gcc_jit_context_new_unary_op
 2019-07-18 16:40 UTC  (3+ messages)

Ping: [PATCH] x86/AVX512: improve generated code for mask-to-vector-register conversions
 2019-07-18 16:23 UTC 

Ping: [PATCH] x86/AVX512: improve generated code for bit-wise negation of vectors of integers
 2019-07-18 16:07 UTC 

[patch2/2][arm]: remove builtin expand for sha1
 2019-07-18 16:06 UTC  (2+ messages)

[PATCH] Fix simd attribute handling on aarch64
 2019-07-18 16:04 UTC  (3+ messages)

[patch1/2][arm][PR90317]: fix sha1 patterns
 2019-07-18 15:48 UTC  (2+ messages)

[PATCH] Move rust_{is_mangled,demangle_sym} to a private libiberty header
 2019-07-18 14:12 UTC  (6+ messages)

[arm] Fix incorrect modes with 'borrow' operations
 2019-07-18 14:04 UTC 

[PATCH][MSP430] Fix unnecessary saving of all callee-saved regs in an interrupt function that calls another function
 2019-07-18 14:02 UTC 

[PATCH 0/5, OpenACC] Add support for Fortran optional arguments in OpenACC
 2019-07-18 11:45 UTC  (7+ messages)
` [PATCH 2/5, OpenACC] Support Fortran optional arguments in the firstprivate clause

sized delete in _Temporary_buffer<>
 2019-07-18 10:18 UTC  (2+ messages)

[PATCH 00/10, OpenACC] Rework handling of OpenACC kernels regions
 2019-07-18 10:09 UTC  (14+ messages)
` [PATCH 01/10, OpenACC] Use "-fopenacc-kernels=parloops" to document "parloops" test cases
` [PATCH 02/10, OpenACC] Add OpenACC target kinds for decomposed kernels regions
` [PATCH 03/10, OpenACC] Separate OpenACC kernels regions in data and parallel parts
` [PATCH 04/10, OpenACC] Turn OpenACC kernels regions into a sequence of, parallel regions
` [PATCH 05/10, OpenACC] Handle conditional execution of loops in OpenACC, kernels regions
` [PATCH 06/10, OpenACC] Adjust parallelism of loops in gang-single parts of OpenACC "
` [PATCH 07/10, OpenACC] Launch kernels asynchronously in "
` [PATCH 08/10, OpenACC] New OpenACC kernels region decompose algorithm
` [PATCH 09/10, OpenACC] Avoid introducing 'create' mapping clauses for loop index variables in kernels regions
` [PATCH 10/10, OpenACC] Make new OpenACC kernels conversion the default; adjust and add tests

[C++] DEFERRED_PARSE
 2019-07-18  7:37 UTC  (3+ messages)

Rewrite some jump.c routines to use flags
 2019-07-18  7:35 UTC  (7+ messages)

[COMMITTED][GCC9] Backport RISC-V: Fix splitter for 32-bit AND on 64-bit target
 2019-07-18  7:20 UTC 

[PATCH] Fix 3 generic vector lowering issues with VECTOR_BOOLEAN_TYPE_P SSA_NAMEs with scalar modes (PR tree-optimization/91157)
 2019-07-18  7:01 UTC  (4+ messages)

Go patch committed: Fix bug in unordered set when exporting
 2019-07-18  5:41 UTC 

[PATCH,fortran] Handle BOZ in accordance to Fortran 2018 standard
 2019-07-18  5:05 UTC 

-Wmissing-attributes: avoid duplicates and false positives
 2019-07-18  3:32 UTC  (5+ messages)

[PATCH] Put more data in read-only data on hppa
 2019-07-18  0:43 UTC 

wrap math.h for M_PI et al in target/i386 tests
 2019-07-18  0:26 UTC 

[PATCH,RFC,V4 0/5] Support for CTF in GCC
 2019-07-18  0:02 UTC  (6+ messages)
` [PATCH,RFC,V4 5/5] Update CTF testsuite
` [PATCH,RFC,V4 3/5] Setup for CTF generation and emission
` [PATCH,RFC,V4 1/5] Add new function lang_GNU_GIMPLE
` [PATCH,RFC,V4 2/5] Add CTF command line options : -gtLEVEL
` [PATCH,RFC,V4 4/5] CTF generation for a single compilation unit

[PATCH v2] S/390: Improve storing asan frame_pc
 2019-07-17 23:57 UTC  (2+ messages)
` PING "

[committed] Fix indentation goof in tree-ssa-dse.c
 2019-07-17 21:02 UTC 

C++ PATCH to detect narrowing in case values (PR c++/90805)
 2019-07-17 20:44 UTC  (5+ messages)

[PATCH, i386]: Remove redundant constraints from ALU insn patterns
 2019-07-17 18:53 UTC 

C++ PATCH to add test for c++/90455
 2019-07-17 18:17 UTC 

C++ PATCH to add test for c++/91104
 2019-07-17 17:53 UTC 

[PATCH, i386]: Handle potential partial reg stall in *andqi_2_maybe_si
 2019-07-17 15:06 UTC 

[PATCH] Re-indent recently added vn_walk_cb_data::push_partial_def
 2019-07-17 14:38 UTC 

PR90724 - ICE with __sync_bool_compare_and_swap with -march=armv8.2-a
 2019-07-17 13:40 UTC  (4+ messages)

PR91166 - Unfolded ZIPs of constants
 2019-07-17 12:46 UTC 

[Arm][CMSE]Add warn_unused_return attribute to cmse functions
 2019-07-17 11:33 UTC 

[PATCH PR91137]Find base object for ivopts via walk_tree
 2019-07-17 11:20 UTC  (2+ messages)

Make alias sets of ODR types more precise
 2019-07-17 10:54 UTC  (2+ messages)

[PATCH] Simplify LTO section format
 2019-07-17 10:38 UTC 

[PATCH] Fix PR91178
 2019-07-17 10:32 UTC 

[PATCH] Fix quadraticnesses in release_defs_bitset and split_constant_offset
 2019-07-17 10:24 UTC 

[PATCH v2] Generalize get_most_common_single_value to return k_th value & count
 2019-07-17  9:23 UTC  (8+ messages)
  ` [PATCH v3] "
      ` [PATCH v4] "

[RFC/PATCH v2][PR89245] Check REG_CALL_DECL note during the tail-merging
 2019-07-17  8:32 UTC  (3+ messages)

Update ia64 baseline symbols
 2019-07-17  8:29 UTC 

[range-ops] patch 02/04: enforce canonicalization in value_range
 2019-07-17  8:15 UTC  (2+ messages)

[PATCH] Make a warning for -Werror=wrong-language (PR driver/91172)
 2019-07-17  7:55 UTC  (3+ messages)

[PATCH] Fix PR91180
 2019-07-17  7:40 UTC 

[committed] Small cleanup now that Cilk+ simd is not supported anymore
 2019-07-17  7:21 UTC 

[PATCH] Fix PR91181
 2019-07-17  7:06 UTC 

[C++] Don't fold __builtin_constant_p prematurely
 2019-07-16 21:49 UTC  (2+ messages)

[PATCH v3 0/5] OpenRISC updates for 10 (fpu, fixes)
 2019-07-16 21:24 UTC  (2+ messages)

Fix -Wreturn-type for static naked functions in C
 2019-07-16 20:58 UTC  (2+ messages)

[Patch, fortran] PR90903 - Implement runtime checks for bit manipulation intrinsics
 2019-07-16 20:48 UTC  (5+ messages)

[range-ops] patch 01/04: types for VR_UNDEFINED and VR_VARYING
 2019-07-16 19:56 UTC  (9+ messages)

[PATCH] RISC-V: Fix splitter for 32-bit AND on 64-bit target
 2019-07-16 18:37 UTC  (4+ messages)

[PATCH, i386]: Further fixes/improvements for TEST patterns
 2019-07-16 17:30 UTC 

Deque fiil/copy/move/copy_backward/move_backward/equal overloads
 2019-07-16 17:20 UTC  (2+ messages)

[C++ PATCH] Speed up inplace_merge algorithm & fix inefficient logic(PR c++/83938)
 2019-07-16 16:41 UTC  (10+ messages)
      ` [C++ PATCH] Speed up inplace_merge algorithm & fix inefficient logic(PR libstdc++/83938)

[PR other/79543] Fix GNU ld --version scanning to conform to the GNU Coding Standards
 2019-07-16 16:40 UTC  (5+ messages)
    ` [PR other/79543] Fix GNU ld --version scanning to conform to the GNU Coding Standards (ping)
      ` [OG9, committed] Re: [PR other/79543] Fix GNU ld --version scanning to conform to the GNU Coding Standards

[committed] pr91173 testcase
 2019-07-16 15:01 UTC 

[committed] [PR rtl-optimization/91173] Avoid creating modeless REGs due to simplifiable addresses
 2019-07-16 14:59 UTC 

[Contrib PATCH] Add scripts to convert GCC repo from SVN to Git
 2019-07-16 14:27 UTC  (5+ messages)

Add dg test for matching function bodies
 2019-07-16 14:14 UTC 

[COMMITTED][GCC7][GCC8] Backport PR89222 (ARM thumb-2 misoptimisation of func ptr call with -O2 or -Os)
 2019-07-16 14:04 UTC 

[C++ PATCH] PR c++/90590 Suppress warning for enumeration value not handled in switch warning
 2019-07-16 12:42 UTC  (7+ messages)

[COMMITTED][GCC8] Fix Thumb-1 ldm (PR89190)
 2019-07-16 12:34 UTC 

Make nonoverlapping_component_refs work with duplicated main variants
 2019-07-16 11:58 UTC  (6+ messages)

[PATCH] Recompute domonators in DSE when removing dead edges (PR rtl-optimization/91164)
 2019-07-16 11:16 UTC  (2+ messages)

[PATCH][OBVIOUS][GCC9] Do not use -Werror in a test that has -frepo warning (PR testsuite/91175)
 2019-07-16 10:30 UTC 

[PATCH] Add generic support for "noinit" attribute
 2019-07-16 10:11 UTC  (6+ messages)

[testsuite] Don't xfail gcc.dg/tree-ssa/pr84512.c on 64-bit SPARC
 2019-07-16  9:54 UTC 

[PATCH] Fix PR91162
 2019-07-16  9:30 UTC  (2+ messages)

[libstdc++ PATCH] Add parens around constraint in <memory>
 2019-07-16  8:56 UTC 

[C++ PATCH] Simplify range location creation in C++ parser
 2019-07-16  8:56 UTC 

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