public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[00/13] Pass an argument descriptor to target hooks
 2019-08-19 22:54 UTC  (27+ messages)
` [01/13] Add pass_va_arg_by_reference
` [02/13] Add must_pass_va_arg_in_stack
` [03/13] Use function_arg_info for TARGET_ARG_PARTIAL_BYTES
` [04/13] Use function_arg_info for TARGET_PASS_BY_REFERENCE
` [05/13] Use function_arg_info for TARGET_SETUP_INCOMING_ARGS
` [06/13] Use function_arg_info for TARGET_FUNCTION_(INCOMING_)ARG
` [07/13] Use function_arg_info for TARGET_FUNCTION_ARG_ADVANCE
` [08/13] Use function_arg_info for TARGET_CALLEE_COPIES
` [09/13] Use function_arg_info for TARGET_MUST_PASS_IN_STACK
` [10/13] Add a apply_pass_by_reference_rules helper
` [11/13] Make function.c use function_arg_info internally
` [13/13] Add a pass_by_reference flag to function_arg_info
` [12/13] Make calls.c use function_arg_info internally

[GCC][middle-end] Add rules to strip away unneeded type casts in expressions (2nd patch)
 2019-08-19 22:27 UTC  (8+ messages)
          ` Fix up -fexcess-precision handling in LTO (was Re: [GCC][middle-end] Add rules to strip away unneeded type casts in expressions (2nd patch))

[PATCH] PR libstdc++/91371 make std::is_function handle other calling conventions
 2019-08-19 22:22 UTC  (2+ messages)

Go patch committed: New debugging functions
 2019-08-19 22:20 UTC 

Merge from trunk to gccgo branch
 2019-08-19 21:20 UTC 

[PATCH V2 0/8] eBPF support for GCC
 2019-08-19 20:32 UTC  (26+ messages)
` [PATCH V2 1/8] Update config.sub and config.guess
` [PATCH V2 4/8] bpf: gcc.target eBPF testsuite
` [PATCH V2 7/8] bpf: manual updates for eBPF
` [PATCH V2 3/8] bpf: new libgcc port
` [PATCH V2 5/8] bpf: make target-supports.exp aware of eBPF
` [PATCH V2 6/8] bpf: adjust GCC testsuite to eBPF limitations
` [PATCH V2 8/8] bpf: add myself as the maintainer for the eBPF port
` [PATCH V2 2/8] bpf: new GCC port

[PATCH] Improve DSE to handle redundant zero initializations
 2019-08-19 20:16 UTC  (6+ messages)

[PATCH 0/2] RISCV: Reduce code size when compiling with -msave-restore
 2019-08-19 19:54 UTC  (4+ messages)
` [PATCH 2/2] gcc/riscv: Add a mechanism to remove some calls to _riscv_save_0
` [PATCH 1/2] gcc/riscv: Include more registers in SIBCALL_REGS

New Chinese (simplified) PO file for 'gcc' (version 9.1.0)
 2019-08-19 19:51 UTC 

libgo patch committed: Stricter GC checking
 2019-08-19 19:17 UTC 

[PATCH 0/3] add support for POD struct convention (PR 61339)
 2019-08-19 19:15 UTC  (4+ messages)

PowerPC 'future' patches introduction
 2019-08-19 19:15 UTC  (7+ messages)
` [PATCH], Patch #2 of 10, Add RTL prefixed attribute
` PC-relative TLS support

C++ PATCH for c++/81676 - bogus -Wunused warnings in constexpr if
 2019-08-19 19:15 UTC  (3+ messages)

[AArch64] Tweak handling of fp moves via int registers
 2019-08-19 19:10 UTC  (2+ messages)

PR90724 - ICE with __sync_bool_compare_and_swap with -march=armv8.2-a
 2019-08-19 18:34 UTC  (8+ messages)

[PATCH 0/2] PR libstdc++/41861 Add full steady_clock support to condition_variable
 2019-08-19 18:28 UTC  (2+ messages)

[AArch64] Use scvtf fbits option where appropriate
 2019-08-19 17:47 UTC  (10+ messages)
          ` [PING][AArch64] "

[PATCH] Intrinsic documentation for DIM, MOD and MODULO
 2019-08-19 16:54 UTC  (3+ messages)

[patch][aarch64]: add intrinsics for vld1(q)_x4 and vst1(q)_x4
 2019-08-19 16:44 UTC  (5+ messages)

[aarch64] PR target/91386 Use copy_rtx to avoid modifying original insns in peep2 pattern
 2019-08-19 16:27 UTC  (2+ messages)

[PATCH][ARM] Remove remaining Neon DImode support
 2019-08-19 16:19 UTC  (3+ messages)

[wwwdocs] Document C++ news in GCC 10 Release Notes
 2019-08-19 16:19 UTC 

[PATCH][ARM] Cleanup DImode shifts
 2019-08-19 16:18 UTC  (3+ messages)

[PATCH][ARM] Cleanup logical DImode operations
 2019-08-19 16:12 UTC  (3+ messages)

[PATCH][AArch64] Fix symbol offset limit
 2019-08-19 15:57 UTC  (3+ messages)

[PATCH][ARM] Switch to default sched pressure algorithm
 2019-08-19 15:53 UTC  (2+ messages)

[PATCH] Add --with-static-standard-libraries to the top level
 2019-08-19 15:53 UTC  (6+ messages)

[RFC] Re: [RFC] operand_equal_p with valueization
 2019-08-19 15:12 UTC  (16+ messages)
` [PATCH 0/9] IPA ICF overhaul
  ` [PATCH 2/9] operand_equal_p: add support for FIELD_DECL
  ` [PATCH 3/9] operand_equal_p: add support for OBJ_TYPE_REF
  ` [PATCH 10/N] Use const_tree more in IPA ICF

[PATCH] Use tail-recursion in SCEV SCC finding where possible
 2019-08-19 15:12 UTC 

[PATCH] issue consistent warning for past-the-end array stores (PR 91457)
 2019-08-19 15:08 UTC  (2+ messages)

[RFA] [tree-optimization/80576] Handle non-constant sizes in DSE
 2019-08-19 14:23 UTC  (8+ messages)

[PATCH 0/3] Simplify wrapped binops
 2019-08-19 14:10 UTC  (5+ messages)
` [PATCH 2/3] Add simplify rules for wrapped binary operations

Canonicalization of compares performed as side-effect operations
 2019-08-19 13:46 UTC  (5+ messages)

[PATCH] Fix 300.twolf regression caused by STV
 2019-08-19 13:33 UTC  (2+ messages)

[PATCH 0/8] eBPF support for GCC
 2019-08-19 12:49 UTC  (3+ messages)
` [PATCH 2/8] bpf: new GCC port

[PATCH] BOZ Documentation update
 2019-08-19 12:01 UTC  (3+ messages)

[Ada] Generate ada_target_properties
 2019-08-19 10:38 UTC 

[Ada] Enable use of GNAT.Sockets for VxWorks RTP
 2019-08-19 10:28 UTC 

[Ada] Add formal function parameter equality to SPARK containers
 2019-08-19  9:30 UTC 

[Ada] Incorrect code for -gnateV switch
 2019-08-19  9:11 UTC 

[Ada] Conversion routines between GNAT.OS_Lib.OS_Time and long integer
 2019-08-19  8:45 UTC 

C++ PATCH for c++/91264 - detect modifying const objects in constexpr
 2019-08-19  8:39 UTC  (15+ messages)

[PATCH] PR target/91441 - Turn off -fsanitize=kernel-address if TARGET_ASAN_SHADOW_OFFSET is not implemented
 2019-08-19  8:39 UTC  (3+ messages)

[Ada] Improve placement of warning on formals of generic subprograms
 2019-08-19  8:39 UTC 

[Ada] Do not skip non-aliasing checking when inlining in GNATprove
 2019-08-19  8:39 UTC 

[Ada] Factor out the "size for& too small..." error message
 2019-08-19  8:39 UTC 

[Ada] Process type extensions for -gnatw.h
 2019-08-19  8:39 UTC 

[Ada] Crash on object initialization that is call to expression function
 2019-08-19  8:39 UTC 

[Ada] Improve warnings about "too few elements" and "too many elements"
 2019-08-19  8:39 UTC 

[Ada] Lift restriction on instantiations that are compilation units
 2019-08-19  8:39 UTC 

[Ada] Suppress warnings on unreferenced parameters of dispatching ops
 2019-08-19  8:39 UTC 

[wwwdocs] Rotate news
 2019-08-19  8:39 UTC 

[Ada] Buffer reading overflow in dispatch table initialization
 2019-08-19  8:39 UTC 

[Ada] Fix incorrect stub generation for types in instances
 2019-08-19  8:39 UTC 

[Ada] Fix internal error on subprogram instantiation with -gnatzc
 2019-08-19  8:39 UTC 

[Ada] Fix bogus compilation error with Elaborate_Body and -gnatN
 2019-08-19  8:39 UTC 

[wwwdocs] gcc-4.3/porting_to.html - remove obsolete reference to Brian M. Carlson's blog
 2019-08-19  8:39 UTC 

[Ada] Fix thinko in Acc_Loop_to_gnu
 2019-08-19  8:39 UTC 

[Ada] Legality of protected subp. implementing interface operations
 2019-08-19  8:39 UTC 

[Ada] Representation clause for derived enumeration type is mishandled
 2019-08-19  8:39 UTC 

[Ada] Further cleanup in inlining machinery
 2019-08-19  8:39 UTC 

[RFA] [PR tree-optimization/80576] Handle strcpy and strcpy_chk in DSE
 2019-08-19  1:23 UTC 

[PATCH, sanitizer] Wrap rethrow_primary_exception (PR 87880)
 2019-08-19  1:16 UTC  (6+ messages)

[Darwin, fixincludes, committed] Fix PR83531
 2019-08-19  0:37 UTC 

[Darwin, PPC, committed] Fix fail of cpp/assert4.c
 2019-08-19  0:08 UTC  (2+ messages)

[PATCH][DOC] Define email limit for gcc-patches mailing list
 2019-08-18 18:58 UTC  (8+ messages)

config/i386/xmmintrin.h: Only #include <mm_malloc.h> if __STDC_HOSTED__
 2019-08-18 18:49 UTC  (3+ messages)
  ` [PATCH,i386] Don't use errno when freestanding (was: config/i386/xmmintrin.h: Only #include <mm_malloc.h> if __STDC_HOSTED__)

[doc] install.texi and bfin "end of life"
 2019-08-18 16:28 UTC 

[wwwdocs PATCH] for Re: autovectorization in gcc
 2019-08-18 13:53 UTC 

[PATCH] Revert 2 ::get to ::get_create for IPA summaries (PR ipa/86279)
 2019-08-18 11:35 UTC  (3+ messages)
  ` [wwwdocs] Reverting your own patches (was: [PATCH] Revert 2 ::get to ::get_create for IPA summaries (PR ipa/86279))

[wwwdocs] bugs/index.html - remove a last reference to Java/libgcj
 2019-08-18 10:59 UTC 

Update x86-tune-costs.h for znver2
 2019-08-18 10:36 UTC  (6+ messages)

Go patch committed: Support new numeric literal syntax
 2019-08-18 10:07 UTC 

Go patch committed: allocate defer records on the stack
 2019-08-18  8:06 UTC 

[PATCH 0/9] Improve icvt "convert multiple"
 2019-08-17 23:48 UTC  (6+ messages)
` [PATCH 8/9] ifcvt: Handle swap-style idioms differently

[doc] Update reference to elm-lang.org quote in ux.texi
 2019-08-17 23:43 UTC 

[doc] Adjust links to the FSF's why-not-lgpl article
 2019-08-17 11:45 UTC 

[PATCHv2] Fix not 8-byte aligned ldrd/strd on ARMv5 (PR 89544)
 2019-08-17 10:11 UTC  (15+ messages)
  ` [PATCHv3] "
        ` [PATCHv4] "
                        ` [PATCH] Sanitizing the middle-end interface to the back-end for strict alignment

[PATCH] PR fortran/78719 -- Check for a CLASS
 2019-08-17 10:07 UTC  (2+ messages)

[PATCH] PR fortran/91471 -- Remove a gfc_internal_error()
 2019-08-17  7:44 UTC  (2+ messages)

[PATCH] PR fortran/78739 -- detect statement function name conflict
 2019-08-17  5:51 UTC  (2+ messages)

libgo patch committed: Scan write barrier buffer conservatively
 2019-08-17  5:49 UTC 

Implement C++20 p1424 - 'constexpr' feature macro concerns
 2019-08-17  5:48 UTC 

[PATCH] PR fortran/68401 Improve allocation error message
 2019-08-16 23:53 UTC  (2+ messages)

Go patch committed: Print runtime.hex in hex
 2019-08-16 23:47 UTC 

[wwwdocs] readings.html - www.xilinx.com has moved to https
 2019-08-16 22:21 UTC 

[committed] Fix SH test compromised by recent forwprop changes
 2019-08-16 22:13 UTC 

[wwwdocs] Remove reference to G77 bugs from bugs/index.html
 2019-08-16 21:29 UTC 

C++ PATCH to add test for c++/85827
 2019-08-16 21:25 UTC 

[libsanitizer, committed] Reapply r272406
 2019-08-16 21:01 UTC 

[patch] Add guard to build_reconstructed_reference
 2019-08-16 18:15 UTC  (3+ messages)

types for VR_VARYING
 2019-08-16 17:23 UTC  (8+ messages)

[PATCH] Automatics in equivalence statements
 2019-08-16 15:51 UTC  (3+ messages)

[PATCH] [LRA] Fix wrong-code PR 91109
 2019-08-16 15:36 UTC  (6+ messages)
  ` [PATCH] [LRA] Fix wrong-code PR 91109 take 2

Add TIGERLAKE and COOPERLAKE to GCC
 2019-08-16 15:25 UTC  (7+ messages)

[PATCH] Adding _Dependent_ptr type qualifier in C part 1/3
 2019-08-16 15:06 UTC  (5+ messages)

[PATCH, i386]: Introduce uavg<mode>3_ceil for 64bit MMX modes
 2019-08-16 14:56 UTC 

[PATCH] Refactor SCEV DFS finding
 2019-08-16 14:25 UTC 

[PATCH, alpha]: Update baseline_symbols.txt
 2019-08-16 12:53 UTC 

[PATCH] Fix PR91469
 2019-08-16 12:09 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).