aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-15Daily bump.GCC Administrator1-1/+1
2019-11-15Implement the <array> part of C++20 p1032 Misc constexpr bits.Edward Smith-Rowland4-3/+89
2019-11-15Support C2x [[deprecated]] attribute.Joseph Myers10-7/+185
2019-11-14Check suitability of spill register for modeKwok Cheung Yeung2-1/+7
2019-11-14Change fold_range to return a boolean result.Andrew MacLeod4-90/+130
2019-11-14Support UTF-8 character constants for C2x.Joseph Myers14-3/+91
2019-11-14Tweak gcc.dg/vect/bb-slp-4[01].c (PR92366)Richard Sandiford4-9/+64
2019-11-14re PR tree-optimization/92506 (Wrong code with -fwrapv since r277979)Andrew MacLeod2-1/+9
2019-11-14Remove range_intersect, range_invert, and range_union.Aldy Hernandez4-72/+34
2019-11-14libstdc++: Implement new predicate concepts from P1716R3Jonathan Wakely4-16/+54
2019-11-14libstdc++: Rename disable_sized_sentinel [P1871R1]Jonathan Wakely4-8/+14
2019-11-14Make flag_thread_jumps a gate of pass_jump_after_combineIlya Leoshkevich2-1/+9
2019-11-14Update the arm-*-vxworks* supportJerome Lambourg7-56/+109
2019-11-14Housekeeping on TARGET_OS_CPP_BUILTINS for arm-vxworksJerome Lambourg2-35/+42
2019-11-14Base support for vxworks 7 on aarch64Doug Rupp6-0/+117
2019-11-14Update the libgcc support for VxWorks AE/653Olivier Hainque4-0/+40
2019-11-14Improve the thread support for VxWorksCorentin Gay11-219/+835
2019-11-14Introduce vxworks specific crtstuff supportJerome Lambourg7-10/+204
2019-11-14Common ground work for vxworks7 ports updatesPat Bernardi4-6/+66
2019-11-14Consider building nodes from scalars in vect_slp_analyze_node_operationsRichard Sandiford4-0/+83
2019-11-14Vectorise conversions between differently-sized integer vectorsRichard Sandiford21-6/+280
2019-11-14Allow mixed vector sizes within a single vectorised stmtRichard Sandiford2-27/+37
2019-11-14[AArch64] Support vectorising with multiple vector sizesRichard Sandiford12-6/+147
2019-11-14Avoid retrying with the same vector modesRichard Sandiford5-0/+60
2019-11-14Support vectorisation with mixed vector sizesRichard Sandiford7-38/+147
2019-11-14Require equal type sizes for vectorised callsRichard Sandiford2-0/+18
2019-11-14Make less use of get_same_sized_vectypeRichard Sandiford2-13/+21
2019-11-14Replace vec_info::vector_size with vec_info::vector_modeRichard Sandiford9-41/+55
2019-11-14Replace autovectorize_vector_sizes with autovectorize_vector_modesRichard Sandiford17-122/+177
2019-11-14Use consistent compatibility checks in vectorizable_shiftRichard Sandiford2-5/+15
2019-11-14Use build_vector_type_for_mode in get_vectype_for_scalar_type_and_sizeRichard Sandiford2-5/+28
2019-11-14Pass the data vector mode to get_mask_modeRichard Sandiford11-60/+62
2019-11-14Remove build_{same_sized_,}truth_vector_typeRichard Sandiford17-54/+77
2019-11-14Add build_truth_vector_type_for_modeRichard Sandiford8-54/+95
2019-11-14Replace mode_for_int_vector with related_int_vector_modeRichard Sandiford6-37/+42
2019-11-14Add a targetm.vectorize.related_mode hookRichard Sandiford11-25/+126
2019-11-14aarch64: Add testsuite checks for asm-flagRichard Henderson5-0/+170
2019-11-14arm: Add testsuite checks for asm-flagRichard Henderson5-0/+173
2019-11-14arm, aarch64: Add support for __GCC_ASM_FLAG_OUTPUTS__Richard Henderson8-0/+201
2019-11-14arm: Rename CC_NOOVmode to CC_NZmodeRichard Henderson7-123/+164
2019-11-14arm: Fix the "c" constraintRichard Henderson2-2/+5
2019-11-14aarch64: Add "c" constraintRichard Henderson2-0/+8
2019-11-14ipa-fnsummary.c (ipa_call_context::estimate_size_and_time, [...]): Micro opti...Jan Hubicka2-2/+11
2019-11-14* params.opt (max-inline-insns-single-O2): Set to 70 (instead of 30).Jan Hubicka2-1/+5
2019-11-14Support for value ranges in IPA predicatesJan Hubicka7-54/+242
2019-11-14Remove usage of CIF_MAX_INLINE_INSNS_SINGLE_O2_LIMIT.Martin Liska2-10/+10
2019-11-14Add Optimization keyword for param_max_inline_insns_auto param.Martin Liska9-35/+38
2019-11-14Remove dead code in switch conv pass.Martin Liska3-11/+9
2019-11-14Remove wrong lto-dump: lto1 makefile dependency.Martin Liska2-1/+6
2019-11-14Document -fallocation-dce.Martin Liska2-1/+10