aboutsummaryrefslogtreecommitdiff
path: root/gcc/bb-reorder.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-22re PR rtl-optimization/66237 (FAIL: gcc.dg/tree-prof/pr34999.c compilation, ...Mikhail Maltsev1-3/+6
2015-05-20Promote types of RTL expressions to more derived ones.Mikhail Maltsev1-12/+21
2015-05-19Use std::swap instead of explicit swapsMikhail Maltsev1-4/+1
2015-04-28always define HAVE_simple_return and HAVE_returnTrevor Saunders1-9/+0
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-4/+11
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-24re PR lto/63968 (175.vpr from cpu2000 fails to build with LTO)Martin Liska1-2/+2
2014-11-19PR jit/63854: Fix memory leak within bb-reorder.cDavid Malcolm1-1/+1
2014-11-18fibonacci_heap is used for bb-reoder purpose.Martin Liska1-31/+30
2014-11-04Make a temporary sequence for a jump emitted only to examine its length.Bernd Schmidt1-4/+3