public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[00/77] Add wrapper classes for machine_modes
 2017-07-13  8:56 UTC  (51+ messages)
` [01/77] Add an E_ prefix to mode names
` [03/77] Allow machine modes to be classes
` [02/77] Add an E_ prefix to mode names and update case statements
` [05/77] Small tweak to array_value_type
` [04/77] Add FOR_EACH iterators for modes
` [06/77] Make GET_MODE_WIDER return an opt_mode
` [07/77] Add scalar_float_mode
` [08/77] Simplify gen_trunc/extend_conv_libfunc
` [09/77] Add SCALAR_FLOAT_TYPE_MODE
` [10/77] Make assemble_real take a scalar_float_mode
` [11/77] Add a float_mode_for_size helper function
` [12/77] Use opt_scalar_float_mode when iterating over float modes
` [14/77] Make libgcc_floating_mode_supported_p take a scalar_float_mode
` [13/77] Make floatn_mode return an opt_scalar_float_mode
` [17/77] Add an int_mode_for_size helper function
` [15/77] Add scalar_int_mode
` [16/77] Add scalar_int_mode_pod
` [18/77] Make int_mode_for_mode return an opt_scalar_int_mode
` [19/77] Add a smallest_int_mode_for_size helper function
` [21/77] Replace SCALAR_INT_MODE_P checks with is_a <scalar_int_mode>
` [22/77] Replace !VECTOR_MODE_P "
` [20/77] Replace MODE_INT checks with is_int_mode
` [24/77] Replace a != BLKmode check with is_a <scalar_int_mode>
` [23/77] Replace != VOIDmode checks "
` [27/77] Use is_a <scalar_int_mode> before LOAD_EXTEND_OP
` [26/77] Use is_a <scalar_int_mode> in subreg/extract simplifications
` [25/77] Use is_a <scalar_int_mode> for bitmask optimisations
` [30/77] Use scalar_int_mode for doubleword splits
` [28/77] Use is_a <scalar_int_mode> for miscellaneous types of test
` [29/77] Make some *_loc_descriptor helpers take scalar_int_mode
` [32/77] Check is_a <scalar_int_mode> before calling valid_pointer_mode
` [33/77] Add a NARROWEST_INT_MODE macro
` [31/77] Use scalar_int_mode for move2add
` [36/77] Use scalar_int_mode in the RTL iv routines
` [35/77] Add uses of as_a <scalar_int_mode>
` [34/77] Add a SCALAR_INT_TYPE_MODE macro
` [37/77] Use scalar_int_mode when emitting cstores
` [38/77] Move SCALAR_INT_MODE_P out of strict_volatile_bitfield_p
` [40/77] Use scalar_int_mode for extraction_insn fields
` [39/77] Two changes to the get_best_mode interface
` [41/77] Split scalar integer handling out of force_to_mode
` [42/77] Use scalar_int_mode in simplify_shift_const_1
` [44/77] Make simplify_and_const_int take a scalar_int_mode
` [46/77] Make widest_int_mode_for_size return "
` [43/77] Use scalar_int_mode in simplify_comparison
` [45/77] Make extract_left_shift take a scalar_int_mode
` [47/77] Make subroutines of nonzero_bits operate on scalar_int_mode
` [48/77] Make subroutines of num_sign_bit_copies "
` [49/77] Simplify nonzero/num_sign_bits hooks
` [50/77] Add helper routines for SUBREG_PROMOTED_VAR_P subregs

[PATCH 0/13] D: Submission of D Front End
 2017-07-13  8:46 UTC  (3+ messages)

[PATCH] Add self as maintainer of D front-end and libphobos
 2017-07-13  8:31 UTC  (2+ messages)

Add support to trace comparison instructions and switch statements
 2017-07-13  8:10 UTC  (3+ messages)

[PATCH] Remove Pascal language in source code
 2017-07-13  8:10 UTC  (4+ messages)
` [RFC] Remaining references of Pascal
    ` [PATCH] Cleanup #2 of Pascal references

Split out parts of scompare_loc_descriptor and emit_store_flag
 2017-07-13  8:06 UTC 

[PATCH] document IntegerRange in internals manual
 2017-07-13  8:03 UTC  (6+ messages)
        ` [PATCH] Validate that Init value is within range defined by IntegerRange

Forward list default default and move constructors
 2017-07-13  5:09 UTC  (3+ messages)

[RFC/SCCVN] Handle BIT_INSERT_EXPR in vn_nary_op_eq
 2017-07-13  4:18 UTC  (3+ messages)

[PATCH][RFA/RFC] Stack clash mitigation patch 01/08
 2017-07-13  3:56 UTC  (3+ messages)

[PATCH] PR81393: S/390: libgo: Fix ptrace register set accessors
 2017-07-13  3:46 UTC  (2+ messages)
` [gofrontend-dev] "

[PATCH][RFA/RFC] Stack clash mitigation patch 02/08
 2017-07-13  1:44 UTC  (2+ messages)

[PATCH], PR target/81193, Add warning for using __builtin_cpu_* on old PowerPC GLIBC's
 2017-07-12 23:19 UTC  (4+ messages)

[PATCH, rs6000] Add support for vec_extract_fp_from_shorth() and vec_extract_fp_from_short
 2017-07-12 23:08 UTC 

[PATCH][RFA/RFC] Stack clash mitigation 0/9
 2017-07-12 22:44 UTC  (2+ messages)

Fix riscv port breakage
 2017-07-12 21:59 UTC  (2+ messages)

[PATCH, rs6000] Do not do gimple-folding of expressions that are missing their LHS
 2017-07-12 21:24 UTC  (4+ messages)

[PATCH][RFA/RFC] Stack clash mitigation patch 07/08
 2017-07-12 21:08 UTC  (4+ messages)

Default std::list default and move constructors
 2017-07-12 20:12 UTC  (3+ messages)

[C++ PATCH] ctor predicates
 2017-07-12 19:47 UTC  (3+ messages)

[ping #4][patch] Fix PR80929: Realistic PARALLEL cost in seq_cost
 2017-07-12 19:36 UTC  (4+ messages)

[RFC, PATCH][ASAN] Implement dynamic allocas/VLAs sanitization
 2017-07-12 16:58 UTC  (11+ messages)
    ` [PING^2][RFC, PATCH][ASAN] Implement dynamic allocas/VLAs sanitization.​
      ` [PING^3][RFC, "

[rs6000] Avoid rotates of floating-point modes
 2017-07-12 16:33 UTC 

[patch,avr,committed] Fix PR79883: Quote key words in diagnostics
 2017-07-12 15:46 UTC 

[PATCH v1 0/3] dwarf: purge DIEs for unreferenced extern globals
 2017-07-12 15:42 UTC  (4+ messages)
` [PATCH v1 2/3] "
` [PATCH v1 3/3] "
` [PATCH v1 1/3] "

A potential bug in lra-constraints.c for special_memory_constraint?
 2017-07-12 15:40 UTC  (12+ messages)

[1/2] PR 78736: New warning -Wenum-conversion
 2017-07-12 15:33 UTC  (9+ messages)

[PATCH] gcc/doc: list what version each attribute was introduced in
 2017-07-12 15:24 UTC  (2+ messages)

[PATCH AArch64]Fix ICE in cortex-a57 fma steering pass
 2017-07-12 15:15 UTC 

[PATCH 0/3] C/C++: show pertinent open token when missing a close token
 2017-07-12 15:12 UTC  (9+ messages)
` [PATCH 1/3] matching tokens: c-family parts
` [PATCH 2/3] matching tokens: C parts
` [PATCH 3/3] matching tokens: C++ parts

[PATCH] Fix PR81362: Vector peeling
 2017-07-12 15:11 UTC 

[Committed] S/390: Remove loc splitter
 2017-07-12 15:02 UTC 

[Committed] S/390: Calculate costs for load/store on condition
 2017-07-12 15:02 UTC 

[PATCH] PR libstdc++/80316 make promise::set_value throw no_state error
 2017-07-12 14:49 UTC  (7+ messages)

[PATCH] Fix when -lssp is added by driver (PR middle-end/81400)
 2017-07-12 13:38 UTC 

[PATCH, GCC/testsuite/ARM] Fix coprocessor intrinsic test failures on ARMv8-A
 2017-07-12 13:31 UTC 

[PATCH, rs6000] Add support for vec_revb builtin
 2017-07-12 12:52 UTC  (2+ messages)

Backports to gcc 6.x
 2017-07-12 12:26 UTC  (2+ messages)

[patch,avr] PR81407: Error if progmem variable needs constructing
 2017-07-12 11:02 UTC  (2+ messages)

[PATCH, GCC/ARM] Remove ARMv8-M code for D17-D31
 2017-07-12  8:59 UTC  (5+ messages)

[PATCH][testsuite] Add dg-require-stack-check
 2017-07-12  7:54 UTC  (7+ messages)

[PATCH] [RFA/RFC] Stack clash mitigation patch 06/08
 2017-07-11 22:00 UTC  (3+ messages)

[PATCH][RFA/RFC] Stack clash mitigation patch 08/08
 2017-07-11 21:22 UTC 

[PATCH][RFA/RFC] Stack clash mitigation patch 04/08
 2017-07-11 21:21 UTC 

[PATCH][RFA/RFC] Stack clash mitigation patch 07/08
 2017-07-11 21:21 UTC 

[PATCH][RFA/RFC] Stack clash mitigation patch 05/08
 2017-07-11 21:21 UTC 

[PATCH][RFA/RFC] Stack clash mitigation patch 03/08
 2017-07-11 21:20 UTC 

[PATCH, AArch64] Add RDMA support to Falkor
 2017-07-11 20:49 UTC 

[Patch, fortran] PR34640 - ICE when assigning item of a derived-component to a pointer
 2017-07-11 20:23 UTC  (10+ messages)

C++ PATCH for Core DR 393, parm w/ pointer to array of unknown bound
 2017-07-11 18:41 UTC 

[PATCH 1/2] x86,s390: add compiler memory barriers when expanding atomic_thread_fence (PR 80640)
 2017-07-11 18:39 UTC  (5+ messages)

[PATCH] Add quotes to error messages related to Sanitizers
 2017-07-11 17:45 UTC  (4+ messages)

[PATCH] C/C++: add fix-it hints for various missing symbols
 2017-07-11 17:34 UTC  (3+ messages)
` [committed] diagnostics: support compact printing of secondary locations

[Patch][Aarch64] Refactor comments in aarch64_print_operand
 2017-07-11 16:29 UTC 

[PATCH][RFC] Canonize names of attributes
 2017-07-11 15:52 UTC  (11+ messages)
        ` [PATCH v2][RFC] "

[PATCH] Remove Java references in source code
 2017-07-11 14:36 UTC  (2+ messages)
` [RFC] Remaining references of Java

[PATCH] Fix ifunc and resolver (PR ipa/81213)
 2017-07-11 13:51 UTC  (2+ messages)

C PATCH to fix bogus warning with -Wmultistatement-macros (PR c/81364)
 2017-07-11 13:23 UTC 

[nvptx, committed] Add extra initialization of broadcasted condition variables
 2017-07-11 12:37 UTC 

[C++ PATCH] ctor name should not change
 2017-07-11 12:29 UTC 

[PATCH] remove useless check
 2017-07-11 12:24 UTC 

[PATCH] Improvements to the libstdc++ FAQ and manual
 2017-07-11 11:16 UTC 

[PATCH] Fix indirect call optimization done by autoFDO
 2017-07-11 10:37 UTC 

[PATCH] Initialize counters in autoFDO to zero, not to uninitialized
 2017-07-11 10:36 UTC 

[patch,committed] Remove external links that texinfo would shred
 2017-07-11 10:29 UTC 

[PATCH][AArch64][GCC 6] PR target/79041: Correct -mpc-relative-literal-loads logic in aarch64_classify_symbol
 2017-07-11 10:26 UTC  (8+ messages)

[Libgomp, Fortran] Fix canadian cross build
 2017-07-11 10:25 UTC  (3+ messages)

[PATCH][Aarch64] Relational compare zero not merged into subtract
 2017-07-11 10:21 UTC 

[PATCH][Aarch64] Relational compare zero not merged into subtract
 2017-07-11  9:20 UTC  (4+ messages)

[PATCH] [SPARC] Avoid b2bst errata when using -mfix-ut699
 2017-07-11  9:00 UTC 

[PATCH-v4] [SPARC] Add a workaround for the LEON3FT store-store errata
 2017-07-11  8:19 UTC  (3+ messages)

[PATCHv4][PR 57371] Remove useless floating point casts in comparisons
 2017-07-11  7:29 UTC 

[PATCH] Ignore random output from Asan tests in dg-cmp-results
 2017-07-11  6:51 UTC  (6+ messages)

[PATCH] prevent -Wall from resetting -Wstringop-overflow=2 to 1 (pr 81345)
 2017-07-10 23:28 UTC  (4+ messages)

[fortran, RFC] Getting rid of unneeded functions in libgfortran
 2017-07-10 22:15 UTC  (3+ messages)

[PATCH, i386]: Fix PR 81375, unrecognizable insn
 2017-07-10 22:03 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).