public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH 0/7] Mitigation against unsafe data speculation (CVE-2017-5753)
 2018-07-10 11:22 UTC  (15+ messages)
` [PATCH 7/7] AArch64 - use CSDB based sequences if speculation tracking is enabled
` [PATCH 3/7] AArch64 - add speculation barrier
` [PATCH 6/7] AArch64 - new pass to add conditional-branch speculation tracking
` [PATCH 1/7] Add __builtin_speculation_safe_value
` [PATCH 4/7] AArch64 - Add new option -mtrack-speculation
` [PATCH 2/7] Arm - add speculation_barrier pattern
` [PATCH 5/7] AArch64 - disable CB[N]Z TB[N]Z when tracking speculation

allow thread_through_all_blocks() to start from the same initial BB
 2018-07-10 11:16 UTC 

[committed] Introduce dump_location_t
 2018-07-10 11:01 UTC  (7+ messages)
` [PATCH 0/2] v4: optinfo framework and remarks
  ` [PATCH 1/2] Add "optinfo" framework
  ` [PATCH 2/2] optinfo: add diagnostic remarks

abstract gimple_call_nonnull*() from vr-values
 2018-07-10 10:14 UTC 

[PATCH 1/2] condition_variable: Report early wakeup of wait_until as no_timeout
 2018-07-10 10:09 UTC  (2+ messages)
` [PATCH 2/2] condition_variable: Use steady_clock to implement wait_for

[AArch64] Use arrays and loops rather than numbered variables in aarch64_operands_adjust_ok_for_ldpstp [1/2]
 2018-07-10  9:56 UTC  (3+ messages)

[PATCH][RFC] Make iterating over hash-map elide copying/destructing
 2018-07-10  9:47 UTC  (3+ messages)

[PATCH, ARM] PR85434: Prevent spilling of stack protector guard's address on ARM
 2018-07-10  8:56 UTC  (2+ messages)

[patch] jump threading multiple paths that start from the same BB
 2018-07-10  8:43 UTC  (13+ messages)

[AArch64] Generate load-pairs when the last load clobbers the address register [2/2]
 2018-07-10  8:37 UTC 

abstract wide int binop code from VRP
 2018-07-10  8:31 UTC 

[PATCH] Fix -fcompare-debug issue in cp_maybe_instrument_return (PR sanitizer/86406)
 2018-07-10  8:03 UTC  (3+ messages)

[PATCH][OBVIOUS] Add missing Optimization attribute
 2018-07-10  8:01 UTC  (2+ messages)

[committed] Save/restore OpenMP linear clause modifiers in modules (PR fortran/86421)
 2018-07-10  7:33 UTC 

[committed] Fix OpenMP class iterators in distribute parallel for (PR c++/86443)
 2018-07-10  7:18 UTC 

[PATCH] add support for strnlen (PR 81384)
 2018-07-10  7:13 UTC  (8+ messages)

[PATCH, rs6000 v3] enable gimple folding for vec_xl, vec_xst
 2018-07-10  7:10 UTC  (2+ messages)

[PATCH] alpha: Use TARGET_COMPUTE_FRAME_LAYOUT
 2018-07-10  7:05 UTC  (2+ messages)

[PATCH] specify large command line option arguments (PR 82063)
 2018-07-10  3:13 UTC  (3+ messages)
` PING "
  ` PING #2 "

Go patch committed: Fix double evaluation when using interface field expression
 2018-07-10  0:55 UTC 

[PATCH] [RFC] Higher-level reporting of vectorization problems
 2018-07-10  0:27 UTC  (7+ messages)
` [PATCH 0/5] [RFC v2] "
  ` [PATCH 2/5] Use opt-problem.h in try_vectorize_loop_1
  ` [PATCH 5/5] Add opt-problem.cc
  ` [PATCH 4/5] Use opt_result throughout vectorizer
  ` [PATCH 3/5] Add some test coverage
  ` [PATCH 1/5] Add opt-problem.h

[PATCH,rs6000] Backport of stxvl instruction fix to GCC 7
 2018-07-09 23:50 UTC 

[PATCH] fold strlen() of aggregate members (PR 77357)
 2018-07-09 21:44 UTC  (5+ messages)

[PING][PATCH, rs6000, C/C++] Fix PR target/86324: divkc3-1.c FAILs when compiling with -mabi=ieeelongdouble
 2018-07-09 21:10 UTC  (4+ messages)

[PATCH][Middle-end]3rd patch of PR78809
 2018-07-09 20:25 UTC  (6+ messages)

[PATCH, rs6000] Add support for gimple folding vec_perm()
 2018-07-09 19:09 UTC 

[PATCH, rs6000] gimple folding support for vec_pack and vec_unpack
 2018-07-09 19:08 UTC 

[PATCH, rs6000] Testcase adds for vec_unpack
 2018-07-09 19:08 UTC 

[PATCH, GCC, AARCH64] Add support for +profile extension
 2018-07-09 16:07 UTC  (3+ messages)

calculate overflow type in wide int arithmetic
 2018-07-09 14:46 UTC  (8+ messages)

[PATCH] fold strings as long as the array they're stored in (PR 86428)
 2018-07-09 14:34 UTC  (2+ messages)

[PATCH, committed] Improve code generation for pdp11 target
 2018-07-09 14:02 UTC 

Extend tree code folds to IFN_COND_*
 2018-07-09 13:11 UTC  (6+ messages)

[testsuite/guality, committed] Prevent optimization of local in vla-1.c
 2018-07-09 12:43 UTC  (17+ messages)
            ` [PATCH][debug] Handle references to skipped params in remap_ssa_name
                    ` [PATCH][debug] Handle debug references to skipped params
                      ` [PATCH][debug] Reuse debug exprs generated in remap_ssa_name

[PATCH][AAarch64] Add support for TARGET_COMPUTE_FRAME_LAYOUT
 2018-07-09 11:58 UTC 

[PATCH] Fix several AVX512 intrinsic mask arguments
 2018-07-09 11:21 UTC  (9+ messages)
      ` [PATCH] Fix __mmask* types on many AVX512 intrinsics

[testsuite, committed] Use relative line numbers in gcc.dg/guality
 2018-07-09 10:38 UTC 

[PATCH] Don't fold nextafter/nexttoward if -ftrapping-math or -fmath-errno if they produce denormal results (PR c/86420)
 2018-07-09  9:49 UTC  (6+ messages)

[PATCH] -fopt-info: add indentation via DUMP_VECT_SCOPE
 2018-07-09  9:03 UTC  (4+ messages)
` [PATCH] Remove "note: " prefix from some scan-tree-dump directives

[PATCH 1/3][POPCOUNT] Handle COND_EXPR in expression_expensive_p
 2018-07-09  8:32 UTC  (11+ messages)

[C++ Patch] Use rich_location::add_range in three more places
 2018-07-09  7:44 UTC  (2+ messages)

[PATCH v3] [aarch64] Add HiSilicon tsv110 CPU support
 2018-07-09  1:25 UTC  (2+ messages)

[PATCH, doc] Small clarification on define_subst
 2018-07-09  0:03 UTC 

[PATCH] C++: Fix PR86083
 2018-07-08 12:45 UTC  (3+ messages)

[PATCH] Fix PR86413
 2018-07-08 12:08 UTC  (2+ messages)

[C++ PATCH] PR c++/79133
 2018-07-07 23:09 UTC  (11+ messages)

[PATCH, Ada] RISC-V: Initial riscv linux Ada port
 2018-07-07 22:36 UTC  (10+ messages)

[PATCH, Ada] Makefile patches from initial RISC-V cross/native build
 2018-07-07 22:00 UTC  (12+ messages)

[PATCH] RISC-V: Finish Ada port
 2018-07-07 16:01 UTC 

New Spanish PO file for 'gcc' (version 8.1.0)
 2018-07-07 13:57 UTC 

[committed][gcc][patch] Require sse for testcase on i686
 2018-07-07 11:14 UTC  (4+ messages)

[c-family] Swich -fdump-ada-spec output for Ada 2012
 2018-07-07 10:46 UTC 

[Ada] Reduce -Wstack-usage false positives on variant records
 2018-07-07 10:37 UTC 

[Ada] Do not generate debug info for actual subtypes
 2018-07-07 10:20 UTC 

[Ada] Optimize calls to pure functions with by-ref In parameter
 2018-07-07 10:06 UTC 

[PATCH] [ARC] Add support for HS4x cpus
 2018-07-06 22:22 UTC  (2+ messages)

[PATCH] doc clarification: DONE and FAIL in define_split and define_peephole2
 2018-07-06 16:41 UTC  (6+ messages)

[PATCH] Fix sigsegv on -fdump-tree-all-enumerate_locals
 2018-07-06 15:07 UTC  (3+ messages)

[PATCH], Add configuration checks to PowerPC --with-long-double-format=ieee
 2018-07-06 14:51 UTC  (8+ messages)

[PATCH] PR libstdc++/84928 use std::move in <numeric> algorithms
 2018-07-06 14:16 UTC 

[PATCH][GCC][ARM] Fix can_change_mode_class for big-endian
 2018-07-06 13:25 UTC  (6+ messages)

[PATCH] Simplify linker script patterns for std::exception_ptr
 2018-07-06 12:52 UTC 

[PATCH] P0935R0 Eradicating unnecessarily explicit default constructors
 2018-07-06 12:39 UTC 

[committed][aarch64][gcc][patch] Fix -Wpedantic issue with testcase
 2018-07-06 12:18 UTC  (6+ messages)

[committed] [PR tree-optimization/86010] More aggressively trim partially dead mem* and str* calls
 2018-07-06 12:08 UTC  (2+ messages)

[PATCH] include/std/variant (__accepted_index): Use void_t
 2018-07-06 10:20 UTC 

[PATCH] RISC-V: Report error if function declare with different
 2018-07-06  8:44 UTC 

[PATCH] Move ((A & N) + B) & M -> (A + B) & M etc. optimization from fold-const.c to match.pd (PR tree-optimization/86401)
 2018-07-06  8:19 UTC  (2+ messages)

[PATCH][GCC][mid-end] Correct subreg no-op handling for big-endian vec_select
 2018-07-06  8:06 UTC  (3+ messages)

[PATCH][GCC][AArch64] Simplify movmem code by always doing overlapping copies when larger than 8 bytes
 2018-07-06  7:53 UTC  (3+ messages)

[PATCH] Update config.guess and config.sub
 2018-07-06  6:43 UTC  (2+ messages)

[PATCH 0/3][POPCOUNT]
 2018-07-06  6:16 UTC  (7+ messages)

[committed] Fix tree-ssa/asm-2.c on the v850
 2018-07-06  4:18 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).