summaryrefslogtreecommitdiff
path: root/gcc/bb-reorder.c
Commit message (Expand)AuthorAgeFilesLines
* typo fix: Fix probablity, becuse, sucessor and destinarion typos [PR93912]Jakub Jelinek2020-02-251-3/+3
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* [mid-end] Add notes to dataflow insn info when re-emitting (PR92410)Matthew Malcomson2019-12-091-0/+2
* Add pool_allocator for fibonaci heaps.Jan Hubicka2019-11-201-0/+1
* Remove gcc/params.* files.Martin Liska2019-11-121-1/+0
* Apply mechanical replacement (generated patch).Martin Liska2019-11-121-2/+2
* Fix missing else keyword seen with clang-static-analyzer:Martin Liska2019-06-261-1/+1
* bb-reorder.c (copy_bb_p): Don't overflow size calculation.Alan Modra2019-06-031-5/+10
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* bb-reorer.c (find_rarely_executed_basic_blocks_and_crossin_edges): trust prec...Jan Hubicka2018-12-021-7/+9
* bb-reorder: convert to gcc_stablesortAlexander Monakov2018-09-031-7/+13
* re PR rtl-optimization/86108 (crash during unwinding with -O2)Jakub Jelinek2018-06-161-3/+7
* re PR target/85984 (ICE in create_pseudo_cfg, at dwarf2cfi.c:2874)Jakub Jelinek2018-05-311-2/+3
* re PR rtl-optimization/85638 (build failure for Ada runtime with SJLJ excepti...Eric Botcazou2018-05-091-30/+96
* bb-reorder.c (sanitize_hot_paths): Release hot_bbs_to_check.Richard Biener2018-05-041-0/+1
* re PR rtl-optimization/85393 (Miscompilation with hot/cold partitioning start...Jakub Jelinek2018-04-131-13/+9
* re PR debug/81155 (Debug make check regressions in GCC 8.0)Jakub Jelinek2018-01-121-1/+4
* Clean up partitioning in try_optimize_cfg (PR bootstrap/82831).Martin Liska2018-01-101-1/+1
* re PR debug/83585 (Assembler messages: Error: can't resolve `.text' {.text se...Jakub Jelinek2018-01-041-0/+5
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* re PR rtl-optimization/80747 (gcc.dg/tree-ssa/tailrecursion-4.c fails with IC...Jakub Jelinek2017-12-211-2/+4
* re PR rtl-optimization/83030 (ICE in create_pseudo_cfg, at dwarf2cfi.c:2840)Eric Botcazou2017-11-221-4/+1
* bb-reorder.c: Remove frequencies from comments.Jan Hubicka2017-11-141-49/+64
* bb-reorder.c (max_entry_frequency): Remove.Jan Hubicka2017-11-091-59/+25
* asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka2017-11-031-32/+24
* bb-reorder.c (find_traces_1_round): Fix off-by-one index.Eric Botcazou2017-10-271-19/+24
* asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka2017-10-191-16/+16
* trans.c: Include header files.Martin Liska2017-08-081-0/+2
* re PR target/81621 (ICE in delete_insn, at cfgrtl.c:167 with s390x cross comp...Jakub Jelinek2017-08-031-2/+4
* bb-reorder.c (find_rarely_executed_basic_blocks_and_crossing_edges): Put all ...Jan Hubicka2017-07-211-0/+6
* bb-reorder.c (connect_traces): Allow copying of blocks within single partition.Jan Hubicka2017-07-201-4/+3
* predict.c (propagate_unlikely_bbs_forward): Break out from ...Jan Hubicka2017-07-191-0/+15
* bb-reorder.c (better_edge_p): Do not build traces across abnormal/eh edges...Jan Hubicka2017-07-061-1/+8
* bb-reorder.c (better_edge_p): Fix handling of uninitialized probability.Jan Hubicka2017-07-041-1/+1
* * bb-reorder.c (fix_up_crossing_landing_pad): Update profile.Jan Hubicka2017-07-021-0/+2
* bb-reorder.c (fix_up_crossing_landing_pad, [...]): Use make_single_succ_edge ...Jan Hubicka2017-07-011-2/+2
* re PR sanitizer/81262 (verify_flow_info failed for asmgoto test-case with -fs...Jakub Jelinek2017-07-011-1/+0
* re PR sanitizer/81262 (verify_flow_info failed for asmgoto test-case with -fs...Jakub Jelinek2017-07-011-30/+16
* asan.c (asan_emit_stack_protection): Update.Jan Hubicka2017-06-291-12/+20
* i386.c (make_resolver_func): Update.Jan Hubicka2017-06-041-12/+13
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* bb-reorder: Improve compgotos pass (PR71785)Segher Boessenkool2016-11-181-121/+94
* gcc: remove unneeded global related to hot/cold partitioningAndrew Burgess2016-11-161-2/+1
* bb-reorder.c (reorder_basic_blocks_simple): Clear BB_VISITED before using it.Richard Biener2016-10-171-1/+4
* Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme2016-10-131-0/+1
* * bb-reorder.c (pass_partition_blocks::gate): Update comment.Andrew Burgess2016-06-211-1/+1
* re PR rtl-optimization/69609 (block reordering consumes an inordinate amount ...Richard Biener2016-02-171-9/+28
* system.h (string, algorithm): Include only conditionally.Michael Matz2016-01-221-0/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Fix bb-reorder problem with degenerate cond_jump (PR68182)Segher Boessenkool2015-11-091-3/+3