summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-tail-merge.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-11-12Remove gcc/params.* files.Martin Liska
2019-11-12Apply mechanical replacement (generated patch).Martin Liska
2019-05-21Don't split non-critical edges in critedVladislav Ivanishin
2019-01-01Update copyright years.Jakub Jelinek
2018-08-02re PR tree-optimization/86816 (ICE: SIGSEGV in tree-ssa-pre / tail_merge_opti...Richard Biener
2018-06-21[tail-merge] Fix side-effect test in stmt_local_defTom de Vries
2018-03-22[tail-merge] Don't merge bbs with bb_has_abnormal_predTom de Vries
2018-01-24cfgcleanup.c (try_crossjump_to_edge): Use combine_with_count to merge probabi...Jan Hubicka
2018-01-03Update copyright years.Jakub Jelinek
2017-12-20[SFN] debug markers before labels no moreAlexandre Oliva
2017-12-12[SFN] not-quite-boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva
2017-12-12[SFN] boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva
2017-11-11tree-ssa-tail-merge.c (replace_block_by): Fix and re-enable profile merging.Jan Hubicka
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka
2017-07-28re PR sanitizer/80998 (Implement -fsanitize=pointer-overflow)Jakub Jelinek
2017-07-03Ignore EDGE_{DFS_BACK,EXECUTABLE} in tail-mergeTom de Vries
2017-07-03Don't tail-merge blocks from different loopsTom de Vries
2017-07-03Fix sigsegv in find_same_succ_bbTom de Vries
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka
2017-06-16* tree-ssa-tail-merge.c (replace_block_by): Fix profile updating.Jan Hubicka
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka
2017-05-11tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Skip unreachable ...Richard Biener
2017-01-01Update copyright years.Jakub Jelinek
2016-10-13Do not merge BBs with a different EH landing pads (PRMartin Liska
2016-06-25re PR tree-optimization/71643 (internal compiler error: in redirect_eh_edge_1...Jakub Jelinek
2016-06-14re PR tree-optimization/71520 (Missing cross-jumping of switch cases)Jakub Jelinek
2016-05-06gimple.c (gimple_call_same_target_p): Unique functions are eq.Nathan Sidwell
2016-03-07Skip ubsan/asan internal fns with different location in tail-mergeTom de Vries
2016-02-12cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor.Jakub Jelinek
2016-01-04Update copyright years.Jakub Jelinek
2015-11-06tree-core.h (size_type_kind): Remove OEP_CONSTANT_ADDRESS_OF and add OEP_MATC...Jan Hubicka
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-10-01remove many typedefsTrevor Saunders
2015-09-30re PR tree-optimization/67690 (wrong code with -O2 on x86_64/Linux)Marek Polacek
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-07-13Fix double word typos.Aldy Hernandez
2015-07-10gimple-predict.h: New file.Andrew MacLeod
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-25cgraph.h (asmname_hasher): Inherit from ggc_ptr_hash.Richard Sandiford
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-05-18Fix whitespace in tree-ssa-tail-merge.cTom de Vries
2015-05-05Fix indentation issues seen by -Wmisleading-indentationDavid Malcolm
2015-04-18remove need for store_values_directlyTrevor Saunders
2015-03-11re PR tree-optimization/65388 (Wrong comparison in same_succ_def::equal() tre...Marek Polacek
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison