aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-01cfg.c (scale_bbs_frequencies): New function.Jan Hubicka16-102/+132
2017-07-01* trans-mem.c (split_bb_make_tm_edge): Update profile.Jan Hubicka2-1/+10
2017-07-01tree-if-conv.c (combine_blocks): Use make_single_succ_edge to keep profile co...Jan Hubicka2-1/+6
2017-07-01cfgrtl.c (rtl_flow_call_edges_add): Update profile.Jan Hubicka4-4/+22
2017-07-01bb-reorder.c (fix_up_crossing_landing_pad, [...]): Use make_single_succ_edge ...Jan Hubicka2-2/+8
2017-07-01tree-vect-loop.c (optimize_mask_stores): Use make_single_succ_edge to update ...Jan Hubicka2-1/+6
2017-07-01re PR sanitizer/81262 (verify_flow_info failed for asmgoto test-case with -fs...Jakub Jelinek1-1/+0
2017-07-01re PR sanitizer/81262 (verify_flow_info failed for asmgoto test-case with -fs...Jakub Jelinek5-30/+58
2017-07-01Patch by Alexander Monakov <amonakov@ispras.ru>Jan Hubicka2-3/+6
2017-07-01sel-sched-ir.c (compute_succs_info): Handle uninitialized probabilities consi...Jan Hubicka2-1/+6
2017-07-01pa.c (pa_expand_compare_and_swap_loop): Update call of emit_cmp_and_jump_insns.Jan Hubicka2-1/+7
2017-07-01Daily bump.GCC Administrator1-1/+1
2017-06-30re PR ipa/81261 (ICE with -fno-guess-branch-probability)Jan Hubicka4-0/+44
2017-06-30PR c++/81257 - ICE with invalid ::template.Jason Merrill3-5/+9
2017-06-30tree-if-conv.c (predicate_scalar_phi): Update new_stmt if fold_stmt returned ...Andrew Pinski4-2/+30
2017-06-30config-lang.in (gtfiles): Add cp/lex.c.Nathan Sidwell11-80/+101
2017-06-30ggc.h (empty_string): Delete.Nathan Sidwell5-33/+25
2017-06-30[rtlanal] Do a better job of costing parallel sets containing flag-setting op...Richard Earnshaw2-5/+29
2017-06-30ggc.h: Replace all 'static inline' with plain 'inline'.Nathan Sidwell2-20/+23
2017-06-30tree-cfg.c (group_case_labels_stmt): Merge scanning and compressing loops.Peter Bergner2-23/+24
2017-06-30tree-ssanames.c (set_range_info_raw): Abstract from ...Aldy Hernandez5-6/+58
2017-06-30Fix location of typeid() (PR c++/80014)David Malcolm4-2/+61
2017-06-30re PR target/81225 (ICE with -mavx512ifma -O3 -ffloat-store)Jakub Jelinek4-9/+47
2017-06-30cp-tree.h (lookup_fnfields_1, [...]): Don't declare.Nathan Sidwell27-239/+234
2017-06-30* lto-wrapper.c (copy_file) Close both file descriptors beforeSylvestre Ledru2-0/+7
2017-06-30Fix removal of ifunc (PR ipa/81214).Martin Liska4-32/+57
2017-06-30tree-vect-slp.c (vect_slp_analyze_node_operations): Only analyze the first sc...Richard Biener3-75/+81
2017-06-30call.c (build_new_method_call_1): Use constructo_name to get ctor name.Nathan Sidwell8-42/+49
2017-06-30re PR c++/81229 (ICE in c_tree_chain_next on aarch64)Nathan Sidwell4-3/+25
2017-06-30graph.c (draw_cfg_node_succ_edges): Fix broken dot syntax.Richard Biener2-2/+6
2017-06-30Call BUILT_IN_ASAN_HANDLE_NO_RETURN before BUILT_IN_UNWIND_RESUME (PR sanitiz...Martin Liska4-0/+57
2017-06-30Documentation: Clean up AArch64 options.Yvan Roux2-8/+14
2017-06-30re PR tree-optimization/81249 (ICE: error: incompatible types in PHI argument 0)Richard Biener4-6/+44
2017-06-30profile-count.h: Fix typos and whitespace issues.Andreas Krebbel2-23/+28
2017-06-30S/390: Adjust to the recent branch probability changes.Andreas Krebbel2-4/+8
2017-06-30aarch64-fusion-pairs.def: Add ALU_BRANCH entry.Julian Brown3-1/+54
2017-06-30aarch64.c (aarch_macro_fusion_pair_p): Push the check for CC usage into AARCH...Naveen H.S4-26/+50
2017-06-30Daily bump.GCC Administrator1-1/+1
2017-06-29netbsd.h (NETBSD_LIB_SPEC): Add -lc when creating shared objects.Maya Rashish2-0/+7
2017-06-29arm-builtins.c: Include profile-count.hJan Hubicka3-1/+9
2017-06-29class.c (add_method): Change pair of errors to error + inform.Paolo Carlini14-32/+59
2017-06-29* constexpr.c, error.c, tree.c: Remove WITH_CLEANUP_EXPR handling.Jason Merrill4-9/+2
2017-06-29PR c++/81180 - ICE with C++17 deduction of member class template.Jason Merrill3-11/+31
2017-06-29rs6000.c (toc_relative_expr_p): Make tocrel_base and tocrel_offset be pointer...Aaron Sawdey3-19/+48
2017-06-29PR c++/81188 - matching decltype of member function call.Jason Merrill3-5/+18
2017-06-29builtins.md (ffssi2_internal): Correct constraint.Maya Rashish2-1/+5
2017-06-29expr.c (expand_expr): When testing for unaligned objects...Eric Botcazou2-5/+11
2017-06-29re PR fortran/77765 (ICE in gfc_match_oacc_routine, at fortran/openmp.c:1781)Cesar Philippidis4-1/+32
2017-06-29ccmp_2.c: New test.Steve Ellcey2-0/+16
2017-06-29ccmp.c (ccmp_tree_comparison_p): New function.Steve Ellcey4-74/+111