public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[ARM/FDPIC v3 00/21] FDPIC ABI for ARM
 2018-10-12 10:14 UTC  (24+ messages)
` [ARM/FDPIC v3 02/21] [ARM] FDPIC: Handle arm*-*-uclinuxfdpiceabi in configure scripts
` [ARM/FDPIC v3 01/21] [ARM] FDPIC: Add -mfdpic option support
` [ARM/FDPIC v3 05/21] [ARM] FDPIC: Fix __do_global_dtors_aux and frame_dummy generation
` [ARM/FDPIC v3 03/21] [ARM] FDPIC: Force FDPIC related options unless -mno-fdpic is provided
` [ARM/FDPIC v3 04/21] [ARM] FDPIC: Add support for FDPIC for arm architecture
` [ARM/FDPIC v3 06/21] [ARM] FDPIC: Add support for c++ exceptions
` [ARM/FDPIC v3 08/21] [ARM] FDPIC: Ensure local/global binding for function descriptors
` [ARM/FDPIC v3 07/21] [ARM] FDPIC: Avoid saving/restoring r9 on stack since it is RO
` [ARM/FDPIC v3 11/21] [ARM] FDPIC: Add support to unwind FDPIC signal frame
` [ARM/FDPIC v3 09/21] [ARM] FDPIC: Add support for taking address of nested function
` [ARM/FDPIC v3 10/21] [ARM] FDPIC: Implement TLS support
` [ARM/FDPIC v3 12/21] [ARM] FDPIC: Restore r9 after we call __aeabi_read_tp
` [ARM/FDPIC v3 13/21] [ARM] FDPIC: Force LSB bit for PC in Cortex-M architecture
` [ARM/FDPIC v3 16/21] [ARM][testsuite] FDPIC: Skip v8-m and v6-m tests that currently produce an ICE
` [ARM/FDPIC v3 14/21] [ARM][testsuite] FDPIC: Skip unsupported tests
` [ARM/FDPIC v3 15/21] [ARM][testsuite] FDPIC: Adjust scan-assembler patterns
` [ARM/FDPIC v3 18/21] [ARM][testsuite] FDPIC: Handle *-*-uclinux*
` [ARM/FDPIC v3 19/21] [ARM][testsuite] FDPIC: Enable tests on pie_enabled targets
` [ARM/FDPIC v3 17/21] [ARM][testsuite] FDPIC: Skip tests that don't work in PIC mode
` [ARM/FDPIC v3 20/21] [ARM][testsuite] FDPIC: Adjust pr43698.c to avoid clash with uclibc
` [ARM/FDPIC v3 21/21] [ARM][testsuite] FDPIC: Skip tests using architecture older than v7

[patch] allow target config to state r18 is fixed on aarch64
 2018-10-12  9:54 UTC  (2+ messages)

[PATCH][AArch64] Support zero-extended move to FP register
 2018-10-12  9:52 UTC  (10+ messages)

[PATCH 0/2][IRA,LRA] Fix PR86939, IRA incorrectly creates an interference between a pseudo register and a hard register
 2018-10-12  9:50 UTC  (26+ messages)
          ` [PATCH 2/2 v3][IRA,LRA] "

[PATCH] Redirect call within specific target attribute among MV clones (PR ipa/82625)
 2018-10-12  9:27 UTC  (16+ messages)
            ` [PATCH] Come up with gcc/testsuite/g++.target/i386/i386.dg and move there some tests

C++ PATCH for decomp31.C test
 2018-10-12  9:04 UTC  (2+ messages)

[PATCH] Optimize sin(atan(x)) and cos(atan(x)), take 3 (PR tree-optimization/86829)
 2018-10-12  8:21 UTC  (3+ messages)

[C++ PATCH] Fix pretty-print of enumerator ids (PR c++/87364)
 2018-10-12  8:10 UTC  (4+ messages)

[Patch, Fortran] PR58787 ICE (error recovery) in check_proc_interface
 2018-10-12  8:08 UTC  (2+ messages)

C++ PATCH to implement C++20 P0892R2 - explicit(bool)
 2018-10-12  7:39 UTC  (9+ messages)
      ` C++ PATCH to implement C++20 P0892R2 - explicit(bool) [v2]

introduce --enable-mingw-full32 to default to --large-address-aware
 2018-10-12  6:28 UTC  (11+ messages)

[PATCH] add simple attribute introspection
 2018-10-12  5:56 UTC  (5+ messages)

[doc PATCH] attribute packed does not apply to variables
 2018-10-12  5:47 UTC  (3+ messages)

[PATCH] Add sinh(tanh(x)) and cosh(tanh(x)) rules
 2018-10-12  4:55 UTC  (2+ messages)

[PATCH][GCC][testsuite] Fix caching of tests for multiple variant runs and update existing target-supports tests
 2018-10-12  3:40 UTC  (6+ messages)

[doc PATCH] mention interaction with noinline in flatten
 2018-10-12  3:07 UTC  (2+ messages)

[PATCH, doc] describe mode checking for doloop_end pattern
 2018-10-12  3:03 UTC  (2+ messages)

[PATCH] Simplify comparison of attrs in IPA ICF
 2018-10-12  3:02 UTC  (2+ messages)

[PATCH] Fix pr87156 ICE building libstdc++ for mips64
 2018-10-12  3:01 UTC  (2+ messages)

[doc PATCH] using multiple format-arg attributes on a single function (PR 87593)
 2018-10-12  2:58 UTC  (3+ messages)

C++ PATCH to add test to cover case RANGE_FOR_STMT
 2018-10-12  1:42 UTC 

C++ PATCH for c++/87594, constexpr rejects-valid with range-based for
 2018-10-12  1:39 UTC 

[PATCH] PR libstdc++/77691 increase allocation size to at least alignment
 2018-10-12  0:56 UTC 

[PATCH] C++: simplify output from suggest_alternatives_for
 2018-10-12  0:25 UTC  (5+ messages)
` [PATCH] v2: "
      ` [PATCH] v3: "

[PATCH] PR libstdc++/80538 Only call sleep for non-zero values
 2018-10-11 23:17 UTC  (2+ messages)

[PATCH 3/4] - Change sprintf to use new get_range_strlen overload
 2018-10-11 20:58 UTC  (3+ messages)

Use C++11 direct init in __debug::forward_list
 2018-10-11 20:52 UTC 

[C++ Patch] PR 71140 ("[concepts] ill-formed nested-requirement lacking a semicolon not rejected")
 2018-10-11 20:49 UTC  (4+ messages)

[C++ PATCH] parser simplification
 2018-10-11 19:40 UTC 

[C++ Patch] PR 85070 ("[8/9 Regression] ICE on C++ code: in lazily_declare_fn, at cp/method.c:2409")
 2018-10-11 18:37 UTC  (4+ messages)

[PING] Re: [PATCH] C++: suggestions for misspelled private members (PR c++/84993)
 2018-10-11 18:36 UTC  (3+ messages)
` [PATCH] v2: "

[patch] new API for value_range
 2018-10-11 18:33 UTC  (5+ messages)

[patch] leverage linker relaxation on ppc vxworks RTPs
 2018-10-11 18:22 UTC 

[PATCH v3] Change default to -fno-math-errno
 2018-10-11 17:59 UTC  (19+ messages)

[wwwdocs] steering.html - minor formatting changes and a spelling fix
 2018-10-11 17:52 UTC 

Backports to gcc-8-branch
 2018-10-11 17:49 UTC 

[PATCH, AArch64 v2 00/11] LSE atomics out-of-line
 2018-10-11 17:44 UTC  (2+ messages)

[PATCH][AArch64] Fix PR87511
 2018-10-11 17:43 UTC  (2+ messages)

[PATCH] multiline.exp: complain about mismatched dg-{begin|end}-multiline-output
 2018-10-11 16:50 UTC  (2+ messages)

[C++ Patch] PR 71139 ("[concepts] ill-formed compound-requirement lacking a semicolon not rejected")
 2018-10-11 16:37 UTC  (2+ messages)

[aarch64}: added variable issue rate feature for falkor
 2018-10-11 15:35 UTC  (3+ messages)

[PATCH, doc] describe mode checking for doloop_end pattern
 2018-10-11 15:31 UTC 

[Patch, Fortran] PR fortran/83522 – reject array-valued substrings
 2018-10-11 15:20 UTC  (5+ messages)

[PATCH 00/25] AMD GCN Port
 2018-10-11 14:28 UTC  (7+ messages)
` [PATCH 09/25] Elide repeated RTL elements

[C++ PATCH] Fix -Wreturn-local-addr handling of structured bindings (PR c++/87582)
 2018-10-11 13:37 UTC  (2+ messages)

[committed] libcpp: show macro definition when used with wrong argument count
 2018-10-11 13:35 UTC 

[PATCH] Switch conversion: support any ax + b transformation (PR tree-optimization/84436)
 2018-10-11 13:32 UTC  (3+ messages)

[PATCH][committed][i386] Unify bdver?_cost
 2018-10-11 13:09 UTC 

[PATCH] A couple of line map fixes
 2018-10-11 12:56 UTC 

bootstrap with --werror=yes fails
 2018-10-11 12:52 UTC  (3+ messages)

[PATCH] Make ext allocators support heterogeneous equality comparison
 2018-10-11 12:03 UTC 

Make std::forward_list iterator operators inline friend
 2018-10-11 11:49 UTC  (2+ messages)

[PATCH 0/6] ARC updates
 2018-10-11 10:14 UTC  (7+ messages)
` [PATCH 6/6] [ARC] Handle store cacheline hazard
` [PATCH 1/6] [ARC] Remove non standard funcions calls
` [PATCH 2/6] [ARC] Cleanup TLS implementation
` [PATCH 5/6] [ARC] Refurbish and improve prologue/epilogue functions

[PATCH][i386] Fix vec_construct cost, remove unused ix86_vec_cost arg
 2018-10-11 10:11 UTC  (2+ messages)

[PATCH 2/4] - relax strlen range optimization to avoid making assumptions about types
 2018-10-11  8:20 UTC  (3+ messages)

[C++ PATCH] Fix up bitfield handling in typeid (PR c++/87547)
 2018-10-11  2:55 UTC  (2+ messages)

[C++ PATCH] Implement P0840, language support for empty objects
 2018-10-11  0:57 UTC  (4+ messages)
  ` [C++ PATCH] Fix up __has_cpp_attribute (no_unique_address)

Fix PR middle-end/87574
 2018-10-10 23:36 UTC 

[PATCH] Make strlen range computations more conservative
 2018-10-10 23:12 UTC  (17+ messages)

[PATCH 4/4] - Replace uses of old get_range_strlen with the new one
 2018-10-10 22:54 UTC  (2+ messages)

C++ PATCH for c++/87567, constexpr rejects call to non-constexpr function
 2018-10-10 21:40 UTC  (3+ messages)

[Patch 1/3][Aarch64] Implement Aarch64 SIMD ABI
 2018-10-10 21:01 UTC  (3+ messages)

[PATCH] Fix not properly nul-terminated string constants in JIT
 2018-10-10 20:12 UTC  (3+ messages)
` [PING] "
  ` [PING**2] "

[PATCH 1/4] introduce struct strlen_data_t into gimple-fold
 2018-10-10 19:49 UTC  (2+ messages)

[PATCH, rs6000] testcases for vec_insert
 2018-10-10 19:43 UTC  (4+ messages)

[PATCH] tighten up -Wclass-memaccess for ctors/dtors (PR 84851)
 2018-10-10 19:39 UTC  (3+ messages)
  ` [PING][PATCH] "

[PATCH] diagnose bogus assume_aligned attributes (PR 87533)
 2018-10-10 19:12 UTC  (2+ messages)

[PATCH] Reset insn priority after inc/ref replacement in haifa sched
 2018-10-10 19:05 UTC  (2+ messages)

sched2 priorities and replacements
 2018-10-10 19:02 UTC  (2+ messages)

[PATCH, rs6000] vec_extract testcase coverage
 2018-10-10 18:57 UTC  (2+ messages)

[PATCH] Optimize sin(atan(x)), take 2
 2018-10-10 18:45 UTC  (5+ messages)

[PATCH] [Ada] Make middle-end string literals NUL terminated
 2018-10-10 18:25 UTC  (18+ messages)
    ` [PATCH] Handle not explicitly zero terminated strings in merge sections
              ` [PATCHv2] "

[PR 87339, testsuite] Fix failure of gcc.dg/warn-abs-1.c on some targets
 2018-10-10 18:07 UTC  (11+ messages)

[PATCH, rs6000] testcase coverage for vec_sel builtins
 2018-10-10 17:56 UTC  (2+ messages)

[PATCH, rs6000] early gimple folding for vec_mergee and vec_mergeo intrinsics
 2018-10-10 17:34 UTC  (2+ messages)

[PATCH] PR libstdc++/87544 limit max_size() to PTRDIFF_MAX / sizeof(T)
 2018-10-10 16:03 UTC 

[PATCH, rs6000] testcases for vec_mergee and vec_mergeo
 2018-10-10 15:58 UTC  (2+ messages)

[PATCH, testsuite] memchr-1.c wide char and AIX
 2018-10-10 15:39 UTC  (5+ messages)

[PATCH] C++: simplify output from suggest_alternatives_for
 2018-10-10 15:35 UTC  (2+ messages)

[PATCH, i386]: Fix PR87573, error: could not split insn
 2018-10-10 15:14 UTC 

LTO dump tool
 2018-10-10 12:35 UTC  (2+ messages)

[PATCH] GCOV: introduce --json-format
 2018-10-10 11:59 UTC  (4+ messages)

C++ PATCH to implement P1064R0, Virtual Function Calls in Constant Expressions (v4)
 2018-10-10 11:53 UTC  (11+ messages)

[gomp5] Fix task reduction VLA handling
 2018-10-10 11:46 UTC 

[PATCH 0/4] Clean-up warnings spotted by Rtags
 2018-10-10 11:17 UTC  (16+ messages)
` [PATCH 2/4] Remove unused functions and fields
                      ` [PATCH] Remove dead functions and fix VMS target by moving back some functions

[PATCH] Fix __builtin_ia32_rdpmc (PR target/87550)
 2018-10-10  9:54 UTC  (2+ messages)

Don't ICE on vectors of enums (PR 87286)
 2018-10-10  9:21 UTC  (2+ messages)

[PATCH, i386]: Do not depend "C" constraint on TARGET_SSE
 2018-10-10  9:21 UTC  (3+ 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).