summaryrefslogtreecommitdiff
path: root/gcc/bb-reorder.c
AgeCommit message (Expand)Author
2020-02-25typo fix: Fix probablity, becuse, sucessor and destinarion typos [PR93912]Jakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-12-09[mid-end] Add notes to dataflow insn info when re-emitting (PR92410)Matthew Malcomson
2019-11-20Add pool_allocator for fibonaci heaps.Jan Hubicka
2019-11-12Remove gcc/params.* files.Martin Liska
2019-11-12Apply mechanical replacement (generated patch).Martin Liska
2019-06-26Fix missing else keyword seen with clang-static-analyzer:Martin Liska
2019-06-03bb-reorder.c (copy_bb_p): Don't overflow size calculation.Alan Modra
2019-01-01Update copyright years.Jakub Jelinek
2018-12-02bb-reorer.c (find_rarely_executed_basic_blocks_and_crossin_edges): trust prec...Jan Hubicka
2018-09-03bb-reorder: convert to gcc_stablesortAlexander Monakov
2018-06-16re PR rtl-optimization/86108 (crash during unwinding with -O2)Jakub Jelinek
2018-05-31re PR target/85984 (ICE in create_pseudo_cfg, at dwarf2cfi.c:2874)Jakub Jelinek
2018-05-09re PR rtl-optimization/85638 (build failure for Ada runtime with SJLJ excepti...Eric Botcazou
2018-05-04bb-reorder.c (sanitize_hot_paths): Release hot_bbs_to_check.Richard Biener
2018-04-13re PR rtl-optimization/85393 (Miscompilation with hot/cold partitioning start...Jakub Jelinek
2018-01-12re PR debug/81155 (Debug make check regressions in GCC 8.0)Jakub Jelinek
2018-01-10Clean up partitioning in try_optimize_cfg (PR bootstrap/82831).Martin Liska
2018-01-04re PR debug/83585 (Assembler messages: Error: can't resolve `.text' {.text se...Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-12-21re PR rtl-optimization/80747 (gcc.dg/tree-ssa/tailrecursion-4.c fails with IC...Jakub Jelinek
2017-11-22re PR rtl-optimization/83030 (ICE in create_pseudo_cfg, at dwarf2cfi.c:2840)Eric Botcazou
2017-11-14bb-reorder.c: Remove frequencies from comments.Jan Hubicka
2017-11-09bb-reorder.c (max_entry_frequency): Remove.Jan Hubicka
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka
2017-10-27bb-reorder.c (find_traces_1_round): Fix off-by-one index.Eric Botcazou
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka
2017-08-08trans.c: Include header files.Martin Liska
2017-08-03re PR target/81621 (ICE in delete_insn, at cfgrtl.c:167 with s390x cross comp...Jakub Jelinek
2017-07-21bb-reorder.c (find_rarely_executed_basic_blocks_and_crossing_edges): Put all ...Jan Hubicka
2017-07-20bb-reorder.c (connect_traces): Allow copying of blocks within single partition.Jan Hubicka
2017-07-19predict.c (propagate_unlikely_bbs_forward): Break out from ...Jan Hubicka
2017-07-06bb-reorder.c (better_edge_p): Do not build traces across abnormal/eh edges...Jan Hubicka
2017-07-04bb-reorder.c (better_edge_p): Fix handling of uninitialized probability.Jan Hubicka
2017-07-02* bb-reorder.c (fix_up_crossing_landing_pad): Update profile.Jan Hubicka
2017-07-01bb-reorder.c (fix_up_crossing_landing_pad, [...]): Use make_single_succ_edge ...Jan Hubicka
2017-07-01re PR sanitizer/81262 (verify_flow_info failed for asmgoto test-case with -fs...Jakub Jelinek
2017-07-01re PR sanitizer/81262 (verify_flow_info failed for asmgoto test-case with -fs...Jakub Jelinek
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka
2017-01-01Update copyright years.Jakub Jelinek
2016-11-18bb-reorder: Improve compgotos pass (PR71785)Segher Boessenkool
2016-11-16gcc: remove unneeded global related to hot/cold partitioningAndrew Burgess
2016-10-17bb-reorder.c (reorder_basic_blocks_simple): Clear BB_VISITED before using it.Richard Biener
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme
2016-06-21* bb-reorder.c (pass_partition_blocks::gate): Update comment.Andrew Burgess
2016-02-17re PR rtl-optimization/69609 (block reordering consumes an inordinate amount ...Richard Biener
2016-01-22system.h (string, algorithm): Include only conditionally.Michael Matz
2016-01-04Update copyright years.Jakub Jelinek
2015-11-09Fix bb-reorder problem with degenerate cond_jump (PR68182)Segher Boessenkool