public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[000/nnn] poly_int: representation of runtime offsets and sizes
 2017-10-23 17:31 UTC  (76+ messages)
` [001/nnn] poly_int: add poly-int.h
` [002/nnn] poly_int: IN_TARGET_CODE
` [003/nnn] poly_int: MACRO_MODE
` [004/nnn] poly_int: mode query functions
` [005/nnn] poly_int: rtx constants
` [006/nnn] poly_int: tree constants
` [007/nnn] poly_int: dump routines
` [008/nnn] poly_int: create_integer_operand
` [009/nnn] poly_int: TRULY_NOOP_TRUNCATION
` [010/nnn] poly_int: REG_OFFSET
` [012/nnn] poly_int: fold_ctor_reference
` [013/nnn] poly_int: same_addr_size_stores_p
` [011/nnn] poly_int: DWARF locations
` [015/nnn] poly_int: ao_ref and vn_reference_op_t
` [014/nnn] poly_int: indirect_refs_may_alias_p
` [017/nnn] poly_int: rtx_addr_can_trap_p_1
` [016/nnn] poly_int: dse.c
` [019/nnn] poly_int: lra frame offsets
` [018/nnn] poly_int: MEM_OFFSET and MEM_SIZE
` [020/nnn] poly_int: store_bit_field bitrange
` [021/nnn] poly_int: extract_bit_field bitrange
` [023/nnn] poly_int: store_field & co
` [022/nnn] poly_int: C++ bitfield regions
` [024/nnn] poly_int: ira subreg liveness tracking
` [025/nnn] poly_int: SUBREG_BYTE
` [026/nnn] poly_int: operand_subword
` [027/nnn] poly_int: DWARF CFA offsets
` [028/nnn] poly_int: ipa_parm_adjustment
` [029/nnn] poly_int: get_ref_base_and_extent
` [030/nnn] poly_int: get_addr_unit_base_and_extent
` [031/nnn] poly_int: aff_tree
` [032/nnn] poly_int: symbolic_number
` [033/nnn] poly_int: pointer_may_wrap_p
` [034/nnn] poly_int: get_inner_reference_aff
` [036/nnn] poly_int: get_object_alignment_2
` [035/nnn] poly_int: expand_debug_expr
` [037/nnn] poly_int: get_bit_range
` [039/nnn] poly_int: pass_store_merging::execute
` [038/nnn] poly_int: fold_comparison
` [040/nnn] poly_int: get_inner_reference & co
` [042/nnn] poly_int: reload1.c
` [041/nnn] poly_int: reload.c
` [045/nnn] poly_int: REG_ARGS_SIZE
` [043/nnn] poly_int: frame allocations
` [044/nnn] poly_int: push_block/emit_push_insn
` [046/nnn] poly_int: instantiate_virtual_regs
` [047/nnn] poly_int: argument sizes
` [050/nnn] poly_int: reload<->ira interface
` [049/nnn] poly_int: emit_inc
` [048/nnn] poly_int: cfgexpand stack variables
` [053/nnn] poly_int: decode_addr_const
` [051/nnn] poly_int: emit_group_load/store
` [052/nnn] poly_int: bit_field_size/offset
` [055/nnn] poly_int: find_bswap_or_nop_load
` [054/nnn] poly_int: adjust_ptr_info_misalignment
` [057/nnn] poly_int: build_ref_for_offset
` [058/nnn] poly_int: get_binfo_at_offset
` [056/nnn] poly_int: MEM_REF offsets
` [061/nnn] poly_int: compute_data_ref_alignment
` [060/nnn] poly_int: loop versioning threshold
` [059/nnn] poly_int: tree-ssa-loop-ivopts.c:iv_use
` [062/nnn] poly_int: prune_runtime_alias_test_list
` [063/nnn] poly_int: vectoriser vf and uf
` [065/nnn] poly_int: vect_nunits_for_cost
` [066/nnn] poly_int: omp_max_vf
` [064/nnn] poly_int: SLP max_units
` [068/nnn] poly_int: current_vector_size and TARGET_AUTOVECTORIZE_VECTOR_SIZES
` [067/nnn] poly_int: get_mask_mode
` [069/nnn] poly_int: vector_alignment_reachable_p
` [070/nnn] poly_int: vectorizable_reduction
` [071/nnn] poly_int: vectorizable_induction
` [074/nnn] poly_int: vectorizable_call
` [072/nnn] poly_int: vectorizable_live_operation
` [073/nnn] poly_int: vectorizable_load/store
` [075/nnn] poly_int: vectorizable_simd_clone_call

C PATCH to fix a couple of typos (PR c/82681)
 2017-10-23 17:04 UTC 

[C++ Patch] PR 82307
 2017-10-23 16:59 UTC  (6+ messages)
` [PING] "

[PING][PATCH][Aarch64] Improve int<->FP conversions
 2017-10-23 16:54 UTC  (6+ messages)

[PATCH][AArch64] Wrong type-attribute for stp and str
 2017-10-23 16:43 UTC  (3+ messages)

[PATCH] Include <memory> from system.h (PR bootstrap/82610)
 2017-10-23 16:36 UTC  (11+ messages)

[RFC] New pragma exec_charset
 2017-10-23 16:25 UTC  (4+ messages)

[PATCH, rs6000 V3] Add Power 8 support to vec_revb
 2017-10-23 15:40 UTC 

[PATCH] i386: Skip DF_REF_INSN if DF_REF_INSN_INFO is false
 2017-10-23 15:36 UTC  (2+ messages)

[PATCH] Make -gcolumn-info the default
 2017-10-23 14:06 UTC  (3+ messages)

[PATCH] FIx PR82672
 2017-10-23 13:51 UTC 

[Patch][ARM] Add -mbranch-cost option, and update a few tests
 2017-10-23 12:57 UTC 

[PATCH] Implement C++17 Filesystem library
 2017-10-23 12:30 UTC 

[00/nn] Patches preparing for runtime offsets and sizes
 2017-10-23 11:45 UTC  (23+ messages)
` [01/nn] Add gen_(const_)vec_duplicate helpers
` [02/nn] Add more vec_duplicate simplifications
` [03/nn] Allow vector CONSTs
` [04/nn] Add a VEC_SERIES rtl code
` [05/nn] Add VEC_DUPLICATE_{CST,EXPR} and associated optab
` [08/nn] Add a fixed_size_mode class
` [06/nn] Add VEC_SERIES_{CST,EXPR} and associated optab
` [07/nn] Add unique CONSTs
` [09/nn] Add a fixed_size_mode_pod class
` [11/nn] Add narrower_subreg_mode helper function
` [10/nn] Widening optab cleanup
` [13/nn] More is_a <scalar_int_mode>
` [12/nn] Add an is_narrower_int_mode helper function
` [14/nn] Add helpers for shift count modes
` [16/nn] Factor out the mode handling in lower-subreg.c
` [15/nn] Use more specific hash functions in rtlhash.c
` [17/nn] Turn var-tracking.c:INT_MEM_OFFSET into a function
` [19/nn] Don't treat zero-sized ranges as overlapping
` [18/nn] Use (CONST_VECTOR|GET_MODE)_NUNITS in simplify-rtx.c
` [20/nn] Make tree-ssa-dse.c:normalize_ref return a bool
` [21/nn] Minor vn_reference_lookup_3 tweak
` [22/nn] Make dse.c use offset/width instead of start/end

[PATCH, i386]: Fix PR 82628, wrong code at -Os on x86_64-linux-gnu in the 32-bit mode
 2017-10-23 11:27 UTC  (5+ messages)

Some PRE TLC
 2017-10-23 11:23 UTC 

[PATCH] PR libstdc++/82644 document IS 29124 support
 2017-10-23 11:14 UTC 

[PATCH] Revert fix for PR81181
 2017-10-23 11:14 UTC 

[PATCH, RFC] Add a pass counter for "are we there yet" purposes
 2017-10-23 11:07 UTC  (7+ messages)

[patch] Fix PR middle-end/82569
 2017-10-23 11:07 UTC  (2+ messages)

[patch 0/5] nios2 address mode improvements
 2017-10-23 10:57 UTC  (10+ messages)
` [patch 2/5] add hook to track when splitting is complete

[Patch] Edit contrib/ files to download gfortran prerequisites
 2017-10-23 10:55 UTC  (5+ messages)

[committed] Convert STARTING_FRAME_OFFSET to a hook
 2017-10-23 10:09 UTC 

[patch] implement generic debug() for vectors and hash sets
 2017-10-23  9:49 UTC  (2+ messages)
` PING Fwd: "

Use SCALAR_TYPE_MODE in vect_create_epilog_for_reduction
 2017-10-23  9:44 UTC 

[PATCH][GCC][Testsuite][SPARC][ARM] Fix vect-multitypes-1.c test on SPARC64 and ARMEB
 2017-10-23  9:41 UTC  (2+ messages)

[PATCH][GCC][AArch64] Restrict lrint inlining on ILP32
 2017-10-23  9:39 UTC  (3+ messages)

[PATCH][GCC][Testsuite][ARM][AArch64] Enable Dot Product for generic tests for ARM and AArch64 [Patch (7/8)]
 2017-10-23  9:38 UTC  (7+ messages)

[PATCH][GCC][ARM][AArch64] Testsuite framework changes and execution tests [Patch (8/8)]
 2017-10-23  9:38 UTC  (5+ messages)

[committed] Use SCALAR_INT_TYPE_MODE in loc_list_from_tree_1
 2017-10-23  9:38 UTC 

[RFC] propagate malloc attribute in ipa-pure-const pass
 2017-10-23  9:37 UTC  (14+ messages)

[PATCH][GCC][testsuite][mid-end][ARM][AARCH64] Fix failing vec align tests
 2017-10-23  9:37 UTC  (6+ messages)

[committed] Use scalar_mode in expand_shift_1
 2017-10-23  9:36 UTC 

[committed] Use scalar_int/float_mode in brig_langhook_type_for_mode
 2017-10-23  9:36 UTC 

Zen tuning part 10: ix86_builtin_vectorization_cost fixes
 2017-10-23  9:32 UTC 

Zen tuning part 11: Fix cost model of AVX moves, unaligned moves and sse<->int moves
 2017-10-23  8:36 UTC 

[PATCH] Fix wrong-debug with i?86/x86_64 _GLOBAL_OFFSET_TABLE_ (PR debug/82630)
 2017-10-23  8:27 UTC  (4+ messages)

Fix HWI + -unsigned in combine.c
 2017-10-23  7:33 UTC  (2+ messages)

[RFC PATCH, i386]: Make FP inequality comparisons trapping on qNaN
 2017-10-22 20:13 UTC  (4+ messages)

[patch, fortran] Fix PR 56342, matmul was not simplified
 2017-10-22 18:04 UTC 

0006-Part-6.-Add-x86-tests-for-Intel-CET-implementation
 2017-10-22 17:39 UTC  (11+ messages)

[PATCH] i386: Don't generate ENDBR if function is only called directly
 2017-10-22 16:44 UTC 

[wwwdocs] PATCH for Re: New mirror site
 2017-10-22 13:57 UTC 

[wwwdocs] Remove leftover FAQ entry related to GCJ
 2017-10-22 12:39 UTC 

[PATCH] Implement unique_xmalloc_ptr<T[]> and add more selftests
 2017-10-22 11:40 UTC  (5+ messages)
` [committed] Add gnu::unique_ptr

[RFA] Zen tuning part 9: Add support for scatter/gather in vectorizer costmodel
 2017-10-21 18:17 UTC  (10+ messages)

[PATCH], Enable IBM/IEEE long double format to overriden more easily
 2017-10-21 14:03 UTC 

[Ada] Fix ICE on discriminated record type with -O
 2017-10-21 11:58 UTC 

[RFA] [PATCH] Add a warning for invalid function casts
 2017-10-21  9:54 UTC  (12+ messages)
          `  "

[PATCH] Fix path::iterator post-increment and post-decrement
 2017-10-21  8:55 UTC  (2+ messages)

[PATCH] enhance overflow and truncation detection in strncpy and strncat (PR 81117)
 2017-10-21  0:26 UTC  (9+ messages)
      ` [PATCH 3/4] "

[PATCH] Use gfc_add_*_component defines where appropriate
 2017-10-21  0:18 UTC  (8+ messages)
` [PATCH] Derive interface buffers from max name length

[Patch, fortran] PR82586 - [PDT] ICE: write_symbol(): bad module symbol
 2017-10-20 22:46 UTC  (5+ messages)

[PATCH] RFC: Preserving locations for variable-uses and constants (PR 43486)
 2017-10-20 22:38 UTC 

[PATCH, rs6000] Fix incorrect mode usage for vec_select
 2017-10-20 21:52 UTC  (5+ messages)

[PATCH] Update value of __cpp_lib_chrono feature-test macro
 2017-10-20 21:41 UTC 

[PATCH], Update __FLOAT128_HARDWARE__ on power9
 2017-10-20 21:06 UTC 

[C++ Patch] PR 80955 (Macros expanded in definition of user-defined literals)
 2017-10-20 20:56 UTC  (4+ messages)

[PATCH] Improve V?TImode shifts (PR target/82370)
 2017-10-20 19:48 UTC  (2+ messages)

libgo patch committed: Support 64-bit DWARF in version check, elsewhere
 2017-10-20 18:44 UTC 

[C++ PATCH] AS_BASETYPE
 2017-10-20 18:33 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).