summaryrefslogtreecommitdiff
path: root/gcc/cfgrtl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge dataflow branch into mainlineDaniel Berlin2007-06-111-112/+120
* haifa-sched.c (restore_bb_notes): Clear bb field of the notes emited outside ...Zdenek Dvorak2007-06-061-15/+61
* cfg.c (init_flow): Use type safe memory macros.Thomas Neumann2007-06-051-5/+5
* re PR target/31733 (ICE in rtl_verify_flow_info, at cfgrtl.c:2050: {return_in...Steve Ellcey2007-06-041-1/+1
* gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...Jan Hubicka2007-05-211-8/+6
* predict.c: Include pointer-set.h.Zdenek Dvorak2007-04-221-6/+0
* cfglayout.c (fixup_reorder_chain): Postpone deleting dead jump tables...Steven Bosscher2007-03-151-3/+4
* cfgloopmanip.c (loop_delete_branch_edge): Removed.Zdenek Dvorak2007-02-041-0/+34
* cfgrtl.c (try_redirect_by_replacing_jump): Check only_sets_cc0_p.Richard Sandiford2007-01-301-1/+2
* tracer.c (rest_of_handle_tracer): We already cleaned up the CFG in tracer() s...Steven Bosscher2007-01-271-46/+61
* alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.Kazu Hirata2007-01-031-5/+1
* Revert:Kazu Hirata2007-01-021-1/+5
* alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.Kazu Hirata2007-01-021-5/+1
* basic-block.h: Remove the prototype for commit_edge_insertions_watch_calls.Kazu Hirata2006-12-221-67/+3
* cgraphunit.c (cgraph_finalize_compilation_unit): Add a newline at the end of ...Steven Bosscher2006-11-301-1/+15
* jump.c (mark_all_labels): Work in cfglayout mode.Steven Bosscher2006-11-251-1/+9
* re PR target/29201 (ICE in create_recovery_block, at haifa-sched.c:3692 at -O3)Maxim Kuvyrkov2006-11-161-13/+25
* tree-pass.h (pass_purge_lineno_notes): Remove declaration.Jan Hubicka2006-11-111-11/+0
* cfgrtl.c (emit_insn_at_entry): Use gcc_assert, not abort.Bernd Schmidt2006-09-151-2/+1
* cfgrtl.c (emit_insn_at_entry): New function.Bernd Schmidt2006-09-151-0/+14
* re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Jan Hubicka2006-07-291-0/+7
* Whitespace fixupsMike Stump2006-05-181-46/+46
* [multiple changes]Razya Ladelsky2006-05-041-1/+87
* basic-block.h (safe_insert_insn_on_edge): Removed.Kenneth Zadeck2006-04-261-103/+0
* re PR rtl-optimization/26725 (ICE in check_reg_live, at haifa-sched.c:4645 wi...Richard Sandiford2006-04-251-0/+1
* cfgrtl.c (last_loop_beg_note, [...]): Removed.Zdenek Dvorak2006-03-131-96/+3
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-1/+2
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-4/+4
* re PR rtl-optimization/24626 (internal compiler error: verify_flow_info failed)Richard Guenther2006-01-201-2/+3
* basic-block.h (control_flow_graph): Change the type of x_basic_block_info to ...Kazu Hirata2006-01-111-3/+7
* cfglayout.c (fixup_reorder_chain): Remove kludge for the case of conditional ...Eric Botcazou2006-01-021-3/+0
* basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin2005-12-171-4/+5
* Rewrite fix for PR 17356, fix for enable checking ada build failure.James E Wilson2005-10-311-10/+12
* re PR middle-end/23199 (ICE in int_mode_for_mode, at stor-layout.c:251)Eric Botcazou2005-10-191-8/+2
* Fix IA-64 libada build failure, abnormal call edges on non-call insns.James E Wilson2005-10-171-6/+10
* cfgrtl.c (rtl_merge_blocks): Call maybe_remove_eh_handler on labels we want t...Richard Henderson2005-07-281-1/+11
* Makefile.in: Adjust dependencies.Paolo Bonzini2005-07-051-0/+18
* bb-reorder.c, [...]: Avoid "." or "\n" at end of diagnostics and capital lett...Joseph Myers2005-07-031-8/+8
* basic-block.h (basic_block_def): Kill rbi.Jan Hubicka2005-06-271-29/+26
* Update FSF address.Kelley Cook2005-06-251-2/+2
* basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo...Jan Hubicka2005-06-161-35/+52
* predict.c (tree_predict_edge): Don't drop useless predictions; check that it ...Jan Hubicka2005-06-061-0/+6
* lcm.c: Move all mode-switching related functions from here...Steven Bosscher2005-06-041-7/+1
* c-common.c, [...]: Fix comment typos.Kazu Hirata2005-05-261-1/+1
* cfgrtl.c (purge_dead_edges): Don't remove fake edges.Daniel Berlin2005-05-181-1/+4
* re PR rtl-optimization/20413 (VOIDmode LABEL_REFs are generated)J"orn Rennecke2005-04-251-1/+1
* alias.c (true_dependence): Remove 'abort' from comments.Nathan Sidwell2005-04-211-3/+4
* vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell2005-04-211-1/+1
* cfgrtl.c (purge_all_dead_edge): Remove an unused argument.Kazu Hirata2005-04-151-17/+1
* Makefile.in: Add function.h to BASIC_BLOCK_H.Steven Bosscher2005-04-121-0/+3