aboutsummaryrefslogtreecommitdiff
path: root/gcc/bb-reorder.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-15bbpart: Use a VEC for crossing_edges.Richard Henderson1-160/+110
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-3/+3
2010-09-01re PR middle-end/45458 (ICE: in add_labels_and_missing_jumps, at bb-reorder.c...Jakub Jelinek1-17/+21
2010-07-12Makefile.in (bb-reorder.o, [...]): Depend on bb-reorder.hRichard Sandiford1-3/+9
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-1/+2
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-01-10re PR rtl-optimization/42621 (Computed gotos on AMD 800% slower)Steven Bosscher1-4/+3
2009-11-25Remove trailing white spaces.H.J. Lu1-2/+2
2009-10-27target.h (have_conditional_execution): Add a new target hook function.Wei Guozhi1-6/+0
2009-08-18bb-reorder.c (fix_up_fall_thru_edges): Only call invert_jump on jumps.Jakub Jelinek1-1/+1
2009-03-30bb-reorder.c (partition_hot_cold_basic_blocks): Do not enter/exit cfglayout m...Paolo Bonzini1-11/+1
2008-08-30parse.c (parse_interface): Silence uninitialized var warning.Jan Hubicka1-1/+9
2008-08-29loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.Jan Hubicka1-4/+8
2008-07-02rtlanal.c (add_reg_note): New function.Ian Lance Taylor1-4/+1
2008-06-26alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual war...Kaveh R. Ghazi1-9/+8
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-2/+2
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-7/+13
2008-02-27Fix PR rtl-optimization/34999Revital Eres1-11/+39
2008-02-25re PR other/32948 (five warnings and a patch)Ben Elliston1-7/+1
2007-11-26re PR rtl-optimization/34085 (ICE with -freorder-blocks-and-partition)Steven Bosscher1-0/+3
2007-09-10bb-reorder.c (rest_of_handler_reorder_blocks): Removed call to RTL level trac...Robert Kidd1-10/+3
2007-09-05regrename.c (pass_regrename, [...]): Add RTL sharing verifier.Jan Hubicka1-3/+3
2007-08-27alias.c (memory_modified_1, [...]): Constify.Kaveh R. Ghazi1-2/+2
2007-08-14alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi1-5/+5
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-15omega.c (coalesce): Fix memory leak on early exit.Dirk Mueller1-5/+5
2007-07-11toplev.c (no_new_pseudos): Deleted.Kenneth Zadeck1-2/+0
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-28/+4
2007-03-23tracer.c (tracer): Don't take FLAGS argument.Steven Bosscher1-16/+20
2007-02-01alias.c (init_alias_analysis): Correct whitespace.Roger Sayle1-3/+4
2006-05-18Whitespace fixupsMike Stump1-226/+226
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-5/+8
2006-02-15cfg.c (dump_flow_info): Get dump flags as an additional parameter.Paolo Bonzini1-1/+1
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-4/+4
2006-01-16bb-reorder.c (partition_hot_cold_basic_blocks): Make it static.Kazu Hirata1-1/+1
2005-12-17basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin1-5/+5
2005-10-26re PR rtl-optimization/24460 (Profiled bootstrap broken)Eric Botcazou1-1/+4
2005-10-21re PR rtl-optimization/24460 (Profiled bootstrap broken)Eric Botcazou1-1/+2
2005-10-05params.def (PARAM_MAX_GROW_COPY_BB_INSNS): New.David Edelsohn1-1/+1
2005-09-20re PR rtl-optimization/23898 (basic block reordering excessively increases co...J"orn Rennecke1-3/+3
2005-08-24bb-reorder.c (copy_bb, [...]): Add argument to duplicate_block.Zdenek Dvorak1-2/+2
2005-08-10bb-reorder.c (pass_duplicate_computed_gotos, [...]): Add dump.Paolo Bonzini1-4/+4
2005-07-05Makefile.in: Adjust dependencies.Paolo Bonzini1-9/+132
2005-07-03bb-reorder.c, [...]: Avoid "." or "\n" at end of diagnostics and capital lett...Joseph Myers1-1/+1
2005-06-27basic-block.h (basic_block_def): Kill rbi.Jan Hubicka1-44/+44
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-17bb-reorder.c (find_traces_1_round): Use succ block frequency instead of edge ...Pat Haugen1-2/+3
2005-06-16basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo...Jan Hubicka1-6/+6
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi1-1/+1
2005-05-16bb-reorder.c (verify_hot_cold_block_grouping): Replace internal_error with gc...Caroline Tice1-2/+1