aboutsummaryrefslogtreecommitdiff
path: root/gcc/bb-reorder.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-12re PR debug/81155 (Debug make check regressions in GCC 8.0)Jakub Jelinek1-1/+4
2018-01-10Clean up partitioning in try_optimize_cfg (PR bootstrap/82831).Martin Liska1-1/+1
2018-01-04re PR debug/83585 (Assembler messages: Error: can't resolve `.text' {.text se...Jakub Jelinek1-0/+5
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-21re PR rtl-optimization/80747 (gcc.dg/tree-ssa/tailrecursion-4.c fails with IC...Jakub Jelinek1-2/+4
2017-11-22re PR rtl-optimization/83030 (ICE in create_pseudo_cfg, at dwarf2cfi.c:2840)Eric Botcazou1-4/+1
2017-11-14bb-reorder.c: Remove frequencies from comments.Jan Hubicka1-49/+64
2017-11-09bb-reorder.c (max_entry_frequency): Remove.Jan Hubicka1-59/+25
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka1-32/+24
2017-10-27bb-reorder.c (find_traces_1_round): Fix off-by-one index.Eric Botcazou1-19/+24
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka1-16/+16
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-08-03re PR target/81621 (ICE in delete_insn, at cfgrtl.c:167 with s390x cross comp...Jakub Jelinek1-2/+4
2017-07-21bb-reorder.c (find_rarely_executed_basic_blocks_and_crossing_edges): Put all ...Jan Hubicka1-0/+6
2017-07-20bb-reorder.c (connect_traces): Allow copying of blocks within single partition.Jan Hubicka1-4/+3
2017-07-19predict.c (propagate_unlikely_bbs_forward): Break out from ...Jan Hubicka1-0/+15
2017-07-06bb-reorder.c (better_edge_p): Do not build traces across abnormal/eh edges...Jan Hubicka1-1/+8
2017-07-04bb-reorder.c (better_edge_p): Fix handling of uninitialized probability.Jan Hubicka1-1/+1
2017-07-02* bb-reorder.c (fix_up_crossing_landing_pad): Update profile.Jan Hubicka1-0/+2
2017-07-01bb-reorder.c (fix_up_crossing_landing_pad, [...]): Use make_single_succ_edge ...Jan Hubicka1-2/+2
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 Jelinek1-30/+16
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka1-12/+20
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka1-12/+13
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-18bb-reorder: Improve compgotos pass (PR71785)Segher Boessenkool1-121/+94
2016-11-16gcc: remove unneeded global related to hot/cold partitioningAndrew Burgess1-2/+1
2016-10-17bb-reorder.c (reorder_basic_blocks_simple): Clear BB_VISITED before using it.Richard Biener1-1/+4
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-06-21* bb-reorder.c (pass_partition_blocks::gate): Update comment.Andrew Burgess1-1/+1
2016-02-17re PR rtl-optimization/69609 (block reordering consumes an inordinate amount ...Richard Biener1-9/+28
2016-01-22system.h (string, algorithm): Include only conditionally.Michael Matz1-0/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-09Fix bb-reorder problem with degenerate cond_jump (PR68182)Segher Boessenkool1-3/+3
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-11/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-11/+10
2015-10-11bb-reorder: Improve the simple algorithm for -Os (PR67864)Segher Boessenkool1-4/+12
2015-10-01bb-reorder: Add -freorder-blocks-algorithm= and wire it upSegher Boessenkool1-4/+13
2015-10-01bb-reorder: Add the "simple" algorithmSegher Boessenkool1-1/+174
2015-10-01bb-reorder: Split out STCSegher Boessenkool1-11/+18
2015-08-19remove more useless typedefsTrevor Saunders1-2/+2
2015-07-10bb-reorder.c: Don't include obstack.h if backend.h is included.Andrew Macleod1-1/+0
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-10/+3
2015-06-30target-insns.def (jump): New targetm instruction pattern.Richard Sandiford1-4/+4
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-06emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford1-11/+8
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0