aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2017-07-03Make dr_analyze_innermost operate on innermost_loop_behaviorRichard Sandiford4-13/+21
2017-07-03Require ifunc support in gcc.target/i386/mvc6.cRainer Orth2-0/+5
2017-07-03Use innermost_loop_behavior for outer loop vectorisationRichard Sandiford6-115/+100
2017-07-03[arm] Clean up generation of BE8 format images.Richard Earnshaw7-84/+105
2017-07-03* tree-cfg.c (gimple_find_sub_bbs): Fix profile updating.Jan Hubicka2-3/+12
2017-07-03tree-cfgcleanup.c (want_merge_blocks_p): New function.Jan Hubicka4-3/+49
2017-07-03re PR target/81285 (r249888 breaks bootstrap on ppc64le)Jan Hubicka2-5/+14
2017-07-03ASAN: handle addressable params (PR sanitize/81040).Martin Liska7-5/+244
2017-07-03tree-vect-loop.c (vect_create_epilog_for_reduction): Revert back to using VIE...Richard Biener2-1/+7
2017-07-03Make stack epilogue more efficientMartin Liska2-39/+47
2017-07-03tree-vect-loop.c (vect_analyze_loop_operations): Also analyze reduction PHIs.Richard Biener5-87/+179
2017-07-03Tweak BB analysis for dr_analyze_innermostRichard Sandiford4-38/+44
2017-07-03Ignore EDGE_{DFS_BACK,EXECUTABLE} in tail-mergeTom de Vries4-2/+15
2017-07-03Don't tail-merge blocks from different loopsTom de Vries4-10/+21
2017-07-03Fix sigsegv in find_same_succ_bbTom de Vries4-0/+36
2017-07-03Daily bump.GCC Administrator1-1/+1
2017-07-02cfgrtl.c (rtl_verify_edges): Enable checking of profile_probability consistency.Jan Hubicka2-6/+9
2017-07-02dumpfile.c: Include profile-count.hJan Hubicka6-8/+33
2017-07-02* bb-reorder.c (fix_up_crossing_landing_pad): Update profile.Jan Hubicka2-0/+6
2017-07-02expect.c (dw2_build_landing_pads): Update profile of the landing pad bb.Jan Hubicka2-0/+7
2017-07-02* tree-complex.c (expand_complex_div_wide): update profile.Jan Hubicka2-3/+16
2017-07-02eoshift0.c: For contiguous arrays, use block algorithm.Thomas Koenig2-0/+182
2017-07-02Reorganise machmode.h headersRichard Sandiford18-85/+145
2017-07-02Make tree-ssa-strlen.c handle partial unterminated stringsRichard Sandiford8-188/+723
2017-07-02PR 80769: Incorrect strlen optimisationRichard Sandiford5-51/+125
2017-07-02PR81136: ICE from inconsistent DR_MISALIGNMENTsRichard Sandiford4-2/+33
2017-07-02Always print attributes when dumping treeAndi Kleen2-1/+5
2017-07-02Daily bump.GCC Administrator1-1/+1
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 Sidwell9-78/+94
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