platform/upstream/gcc.git
2019-11-16 Richard SandifordDelay swapping data refs in prune_runtime_alias_test_list
2019-11-16 Richard SandifordMove canonicalisation of dr_with_seg_len_pair_ts
2019-11-16 Richard Sandiford[AArch64] Add scatter stores for partial SVE modes
2019-11-16 Richard Sandiford[AArch64] Pattern-match SVE extending gather loads
2019-11-16 Richard Sandiford[AArch64] Add gather loads for partial SVE modes
2019-11-16 Richard Sandiford[AArch64] Add truncation for partial SVE modes
2019-11-16 Richard Sandiford[AArch64] Pattern-match SVE extending loads
2019-11-16 Richard Sandiford[AArch64] Add sign and zero extension for partial SVE...
2019-11-16 Richard Sandiford[AArch64] Add autovec support for partial SVE vectors
2019-11-16 Richard Sandiford[AArch64] Tweak gcc.target/aarch64/sve/clastb_8.c
2019-11-16 Richard Sandiford[AArch64] Replace SVE_PARTIAL with SVE_PARTIAL_I
2019-11-16 Richard Sandiford[AArch64] Add "FULL" to SVE mode iterator names
2019-11-16 Richard Sandiford[AArch64] Enable VECT_COMPARE_COSTS by default for SVE
2019-11-16 Richard SandifordOptionally pick the cheapest loop_vec_info
2019-11-16 Richard SandifordExtend can_duplicate_and_interleave_p to mixed-size...
2019-11-16 Richard SandifordApply maximum nunits for BB SLP
2019-11-16 Jan HubickaFix nonspec_time when there is no cached value.
2019-11-16 Edward Smith... Implement the <tuple> part of C++20 p1032 Misc constexp...
2019-11-16 GCC AdministratorDaily bump.
2019-11-15 Jonathan Wakelylibstdc++: Fix <stop_token> and improve tests
2019-11-15 Joseph MyersDiagnose duplicate C2x standard attributes.
2019-11-15 Paolo Carlinitypeck.c (cp_truthvalue_conversion): Add tsubst_flags_t...
2019-11-15 Edward Smith... Forgot to change teh date range.
2019-11-15 Edward Smith... Implement the default_searcher part of C++20 p1032...
2019-11-15 Ian Lance Taylortestmain.exp: link against GOLIBS
2019-11-15 Jonathan Wakelylibstdc++: Implement LWG 3149 for std::default_construc...
2019-11-15 Jonathan Wakelylibstdc++: Implement LWG 3070 in path::lexically_relative
2019-11-15 Szabolcs Nagym68k: add musl support
2019-11-15 Joseph MyersSupport C2x [[maybe_unused]] attribute.
2019-11-15 Kelvin NilsenMAINTAINERS: Change my email address as maintainer.
2019-11-15 Nick Cliftonmicroblaze: fix PR65649
2019-11-15 Jan Hubickaipa-inline.c (edge_badness, [...]): Revert accidental...
2019-11-15 Kwok Cheung... [amdgcn] Unfix registers for frame pointer
2019-11-15 Kwok Cheung... [amdgcn] Update lower bounds for the number of register...
2019-11-15 Martin Jamboripa: Remove stray declaration
2019-11-15 Kwok Cheung... [amdgcn] Restrict registers available to non-kernel...
2019-11-15 Feng Xuere PR ipa/92528 (ICE in ipa_get_parm_lattices since...
2019-11-15 Kwok Cheung... [amdgcn] Reinitialize registers for every function
2019-11-15 Jason MerrillImplement P1816R0, class template argument deduction...
2019-11-15 Kwok Cheung... [amdgcn] Use first lane of v1 for zero offset
2019-11-15 Jonathan Wakelylibstdc++: Fix definition of std::nostopstate object
2019-11-15 Richard SandifordFix vector/scalar to vector/vector conversion (PR92515)
2019-11-15 Matthew Malcomson[mid-end][__RTL] Account for column numbers in __RTL...
2019-11-15 Richard Bienerre PR tree-optimization/92512 (ICE in gimple_op, at...
2019-11-15 Richard Sandiford[rs6000] Use VIEW_CONVERT_EXPR to reinterpret vectors...
2019-11-15 Kwok Cheung... [amdgcn] Fix handling of VCC_CONDITIONAL_REG
2019-11-15 Richard Bienerre PR tree-optimization/92324 (ICE in expand_direct_opt...
2019-11-15 Paul Thomasre PR fortran/69654 (ICE in gfc_trans_structure_assign)
2019-11-15 Jonathan Wakelylibstdc++: Fix changelog whitespace
2019-11-15 Matthew Malcomson[mid-end][__RTL] Set global epilogue_completed in skip_pass
2019-11-15 Andrew StubbsAdd tests for print from offload target.
2019-11-15 Matthew Malcomson[mid-end][__RTL] Clean state despite invalid __RTL...
2019-11-15 Richard Bieneripa-inline.c (inline_small_functions): Move assignment...
2019-11-15 Richard Bienerre PR tree-optimization/92039 (Spurious -Warray-bounds...
2019-11-15 Jakub Jelinekgimplify.c (gimplify_call_expr): Don't call omp_resolve...
2019-11-15 Jan Hubickare PR testsuite/92520 (new test case gcc/testsuite...
2019-11-15 Luo Xiong HuFix comments typo
2019-11-15 Xiong Hu LuoUpdate iterator of next
2019-11-15 Ian Lance Taylorcompiler: fix buglet in function inlining related to...
2019-11-15 Thomas RodgersSupport for jthread and stop_token
2019-11-15 Joseph MyersImprove checks on C2x fallthrough attribute.
2019-11-15 GCC AdministratorDaily bump.
2019-11-15 Edward Smith... Implement the <array> part of C++20 p1032 Misc constexp...
2019-11-15 Joseph MyersSupport C2x [[deprecated]] attribute.
2019-11-14 Kwok Cheung... Check suitability of spill register for mode
2019-11-14 Andrew MacLeodChange fold_range to return a boolean result.
2019-11-14 Joseph MyersSupport UTF-8 character constants for C2x.
2019-11-14 Richard SandifordTweak gcc.dg/vect/bb-slp-4[01].c (PR92366)
2019-11-14 Andrew MacLeodre PR tree-optimization/92506 (Wrong code with -fwrapv...
2019-11-14 Aldy HernandezRemove range_intersect, range_invert, and range_union.
2019-11-14 Jonathan Wakelylibstdc++: Implement new predicate concepts from P1716R3
2019-11-14 Jonathan Wakelylibstdc++: Rename disable_sized_sentinel [P1871R1]
2019-11-14 Ilya LeoshkevichMake flag_thread_jumps a gate of pass_jump_after_combine
2019-11-14 Jerome LambourgUpdate the arm-*-vxworks* support
2019-11-14 Jerome LambourgHousekeeping on TARGET_OS_CPP_BUILTINS for arm-vxworks
2019-11-14 Doug RuppBase support for vxworks 7 on aarch64
2019-11-14 Olivier HainqueUpdate the libgcc support for VxWorks AE/653
2019-11-14 Corentin GayImprove the thread support for VxWorks
2019-11-14 Jerome LambourgIntroduce vxworks specific crtstuff support
2019-11-14 Pat BernardiCommon ground work for vxworks7 ports updates
2019-11-14 Richard SandifordConsider building nodes from scalars in vect_slp_analyz...
2019-11-14 Richard SandifordVectorise conversions between differently-sized integer...
2019-11-14 Richard SandifordAllow mixed vector sizes within a single vectorised...
2019-11-14 Richard Sandiford[AArch64] Support vectorising with multiple vector...
2019-11-14 Richard SandifordAvoid retrying with the same vector modes
2019-11-14 Richard SandifordSupport vectorisation with mixed vector sizes
2019-11-14 Richard SandifordRequire equal type sizes for vectorised calls
2019-11-14 Richard SandifordMake less use of get_same_sized_vectype
2019-11-14 Richard SandifordReplace vec_info::vector_size with vec_info::vector_mode
2019-11-14 Richard SandifordReplace autovectorize_vector_sizes with autovectorize_v...
2019-11-14 Richard SandifordUse consistent compatibility checks in vectorizable_shift
2019-11-14 Richard SandifordUse build_vector_type_for_mode in get_vectype_for_scala...
2019-11-14 Richard SandifordPass the data vector mode to get_mask_mode
2019-11-14 Richard SandifordRemove build_{same_sized_,}truth_vector_type
2019-11-14 Richard SandifordAdd build_truth_vector_type_for_mode
2019-11-14 Richard SandifordReplace mode_for_int_vector with related_int_vector_mode
2019-11-14 Richard SandifordAdd a targetm.vectorize.related_mode hook
2019-11-14 Richard Hendersonaarch64: Add testsuite checks for asm-flag
2019-11-14 Richard Hendersonarm: Add testsuite checks for asm-flag
2019-11-14 Richard Hendersonarm, aarch64: Add support for __GCC_ASM_FLAG_OUTPUTS__
next