aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-30re PR tree-optimization/88274 (ICE in check, at tree-vrp.c:188)Richard Biener2-8/+14
2018-11-30[libbacktrace] Factor out backtrace_vector_freeTom de Vries3-3/+19
2018-11-30Daily bump.GCC Administrator1-1/+1
2018-11-29Allow changing the fentry section per file and per functionAndi Kleen8-4/+79
2018-11-29Support changing fentry name per functionAndi Kleen7-6/+89
2018-11-29Support instrumenting returns of instrumented functionsAndi Kleen9-0/+136
2018-11-29re PR target/87807 (passing float/double vectors as variadic args fails on-64...Eric Botcazou6-240/+331
2018-11-29re PR target/88152 (optimize SSE & AVX char compares with subsequent movmskb)Jakub Jelinek4-0/+172
2018-11-29re PR target/54700 (Optimize away x<0 as mask argument of a blend.)Jakub Jelinek2-15/+35
2018-11-29pr34256.c: Adjust the number of expected moves.Vladimir Makarov2-2/+6
2018-11-29decl.c (compute_array_index_type_loc): New, like the current compute_array_in...Paolo Carlini22-42/+110
2018-11-29C++: namespaces and scopes for enum values (PR c++/88121)David Malcolm7-12/+310
2018-11-29re PR target/87496 (ICE in aggregate_value_p at gcc/function.c:2046)Peter Bergner4-8/+35
2018-11-29i386.c (inline_memory_move_cost): Check "in" for 2 in MMX_CLASS_P case.Uros Bizjak3-9/+15
2018-11-29PR c/88091 - c-c++-common/Wconversion-real.c etc. FAILMartin Sebor2-156/+178
2018-11-29PR c/88172 - attribute aligned of zero silently accepted but ignoredMartin Sebor18-83/+467
2018-11-29Fix thinko in transition to memop_ret type (PR middle-end/88246).Martin Liska2-1/+7
2018-11-29Add a new option -flive-patching={inline-only-static|inline-clone}Qing Zhao13-0/+346
2018-11-29match.pd (sinh (atanh (x))): New simplification rules.Giuliano Belinassi6-0/+222
2018-11-29Only include bits/stl_algo.h for C++20.Edward Smith-Rowland4-3/+16
2018-11-29re PR target/54700 (Optimize away x<0 as mask argument of a blend.)Jakub Jelinek15-1/+404
2018-11-29re PR target/88152 (optimize SSE & AVX char compares with subsequent movmskb)Jakub Jelinek7-23/+242
2018-11-29re PR target/88234 (UBsan and runtime error: signed integer overflow using un...Jakub Jelinek4-8/+68
2018-11-29There can be at most one .resolver clone per functionMichael Ploujnikov2-1/+8
2018-11-29Fix erasure goofs.Edward Smith-Rowland15-5/+49
2018-11-29re PR tree-optimization/88243 (ice in vect_create_epilog_for_reduction, at tr...Richard Biener4-1/+38
2018-11-29PR libstdc++/88119 use alignof in std::alignment_of, not __alignof__Jonathan Wakely4-14/+29
2018-11-29[PATCH] [Arm] Fix fpu configurations for Cortex-R7 and Cortex-R8Andre Vieira3-3/+25
2018-11-29re PR c++/87539 (internal compiler error when compiling project with Os optim...Jakub Jelinek2-0/+90
2018-11-29[RS6000] PR11848 rs6000_emit_move long double splitAlan Modra2-3/+8
2018-11-29[RS6000] movdi_internal64 insn lengthsAlan Modra2-2/+6
2018-11-29[RS6000] CONST_DOUBLE tidyAlan Modra3-61/+43
2018-11-29[RS6000] "G" and "H" constraintsAlan Modra3-22/+50
2018-11-29[RS6000] Bogus easy_fp_constant callAlan Modra2-6/+5
2018-11-29[RS6000] inline plt call sequencesAlan Modra9-124/+602
2018-11-29[RS6000] Use standard call patterns for __tls_get_addr callsAlan Modra5-302/+263
2018-11-29[RS6000] Remove constraints on call rounded_stack_size_rtx argAlan Modra3-36/+55
2018-11-29[RS6000] Replace TLSmode with P, and correct tls call memsAlan Modra2-206/+207
2018-11-29[RS6000] rs6000_indirect_call_templateAlan Modra4-75/+134
2018-11-29[RS6000] rs6000_call_template for external call insn assembly outputAlan Modra4-90/+113
2018-11-28rs6000-string.c (expand_block_clear): Change how we determine if unaligned vs...Aaron Sawdey2-2/+8
2018-11-29PR libstdc++/86910 fix filesystem::create_directoriesJonathan Wakely5-23/+194
2018-11-29Daily bump.GCC Administrator1-1/+1
2018-11-28PR c/88065 - ICE in -Wsizeof-pointer-memaccess on an invalid strncpyMartin Sebor4-1/+55
2018-11-28libphobos: Merge common version blocks using arch_any conditionsIain Buclaw15-1612/+294
2018-11-28Implement P1094R2, Nested inline namespaces.Marek Polacek5-4/+93
2018-11-28[PR c++/87531] operator= lookup in templatesNathan Sidwell4-0/+97
2018-11-28predict.c (determine_unlikely_bbs): Forward declare...Jan Hubicka7-14/+142
2018-11-28* lto.c (lto_read_decls): Fix handling of INTEGER_CST.Jan Hubicka2-1/+6
2018-11-28tree-ssa-ifcombine.c (update_profile_after_ifcombine): Handle profile_probabi...Jan Hubicka2-2/+14