summaryrefslogtreecommitdiff
path: root/gcc/cfgrtl.c
Commit message (Expand)AuthorAgeFilesLines
* [multiple changes]Kenneth Zadeck2008-05-071-1/+1
* except.c (dw2_size_of_call_site_table, [...]): Use vector API for call_site_r...Jan Hubicka2008-04-181-2/+2
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-2/+4
* df-scan.c (df_ref_chain_change_bb): Simplify.Alexandre Oliva2008-03-011-8/+3
* re PR rtl-optimization/34171 (Segfault in df_chain_remove_problem with -O3 on...Seongbae Park2007-11-301-30/+29
* re PR rtl-optimization/33648 (ICE in verify_flow_info for -fmodulo-sched -fre...Jakub Jelinek2007-11-021-0/+4
* re PR rtl-optimization/33644 (ICE in local_cprop_pass with -ftrapv for crafty)Eric Botcazou2007-10-221-0/+17
* * cfgrtl.c (rtl_block_ends_with_call_p): Skip notes at the end.Alexandre Oliva2007-10-031-1/+2
* Divide REG_LABEL notes into REG_LABEL_OPERAND and REG_LABEL_TARGET.Hans-Peter Nilsson2007-09-091-8/+16
* revert: regrename.c (copyprop_hardreg_forward_1): New variable next.Laurynas Biveinis2007-09-091-10/+5
* tree-flow.h (const_block_stmt_iterator): Remove.Diego Novillo2007-09-071-4/+5
* regrename.c (copyprop_hardreg_forward_1): New variable next.Laurynas Biveinis2007-09-071-5/+10
* alias.c (memory_modified_1, [...]): Constify.Kaveh R. Ghazi2007-08-271-14/+15
* alias.c (component_uses_parent_alias_set): Constify.Kaveh R. Ghazi2007-08-141-2/+2
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* cfgrtl.c (delete_insn_chain_and_edges): Remove.Kazu Hirata2007-07-071-15/+0
* 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