aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-15[mid-end][__RTL] Clean state despite invalid __RTL startwith passesMatthew Malcomson4-1/+55
2019-11-15ipa-inline.c (inline_small_functions): Move assignment to next before call de...Richard Biener2-1/+6
2019-11-15re PR tree-optimization/92039 (Spurious -Warray-bounds warnings building 32-b...Richard Biener5-10/+27
2019-11-15gimplify.c (gimplify_call_expr): Don't call omp_resolve_declare_variant after...Jakub Jelinek5-9/+152
2019-11-15re PR testsuite/92520 (new test case gcc/testsuite/gcc.dg/ipa/inline-9.c in r...Jan Hubicka2-2/+7
2019-11-15Fix comments typoLuo Xiong Hu4-8/+17
2019-11-15Update iterator of nextXiong Hu Luo2-6/+13
2019-11-15compiler: fix buglet in function inlining related to sink namesIan Lance Taylor2-2/+4
2019-11-15Support for jthread and stop_tokenThomas Rodgers16-0/+1197
2019-11-15Improve checks on C2x fallthrough attribute.Joseph Myers9-5/+82
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