summaryrefslogtreecommitdiff
path: root/gcc/cfgrtl.c
Commit message (Expand)AuthorAgeFilesLines
* mode-switching.c (optimize_mode_switching): Use FOR_BB_INSNS instead of open-...Uros Bizjak2010-11-191-2/+1
* basic-block.h (insert_insn_end_bb_new): Delete.Eric Botcazou2010-11-021-88/+0
* cfgcleanup.c (try_forward_edges): Do not throw away previous steps when stopp...Eric Botcazou2010-10-211-4/+19
* basic-block.h (single_succ_edge): Use gcc_checking_assert.Nathan Froyd2010-10-211-3/+1
* basic-block.h (find_fallthru_edge): Define.Nathan Froyd2010-10-211-10/+2
* re PR rtl-optimization/42775 (GCC fails to rebuild itself with STAGE1_CFLAGS=...Eric Botcazou2010-09-201-1/+4
* toplev.h (_fatal_insn_not_found, [...]): Move declarations to rtl.h.Manuel López-Ibáñez2010-06-301-2/+1
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-1/+1
* re PR middle-end/44071 (ICE with asm goto and __builtin_unreachable())Jakub Jelinek2010-05-111-1/+19
* tm.texi (defmac SMALL_REGISTER_CLASSES): Remove.Steven Bosscher2010-05-031-4/+4
* re PR middle-end/42233 (c++ builtin_expect code generation regression)Jakub Jelinek2010-02-191-2/+2
* Remove trailing white spaces.H.J. Lu2009-11-251-4/+4
* dwarf2out.c (add_location_or_const_value_attribute): Remove useless NOTE_VAR_...Paolo Carlini2009-11-241-14/+5
* cfgrtl.c (commit_one_edge_insertion): Remove set but not used local variable ...David Binderman2009-11-241-6/+2
* cfgrtl.c (pass_free_cfg): Add pass name.Zbigniew Chamski2009-11-081-1/+1
* builtins.c (expand_builtin_synchronize): Use gimple_build_asm_vec.Richard Henderson2009-09-141-0/+39
* Squash commit of EH in gimpleRichard Henderson2009-09-141-28/+27
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-7/+48
* re PR rtl-optimization/40445 (g++ void f() { __builtin_unreachable(); })David Daney2009-07-251-2/+2
* alias.c: Use REG_P...Shujing Zhao2009-06-221-6/+2
* re PR c/39252 (Request new feature __builtin_unreachable ())David Daney2009-06-111-4/+6
* cfgcleanup.c (try_crossjump_to_edge): Only skip past NOTE_INSN_BASIC_BLOCK.Richard Henderson2009-05-291-2/+10
* re PR rtl-optimization/39938 (build broke for cris-elf with dbr_schedule change)Eric Botcazou2009-04-291-1/+16
* Expand from SSA.Michael Matz2009-04-261-29/+57
* df.h: Include "timevar.h".Ian Lance Taylor2009-04-171-2/+2
* cfgrtl.c (delete_insn_chain_and_edges): Remove.Kazu Hirata2009-04-161-16/+0
* tree-eh.c (cleanup_eh): When not optimizing, do not try EH merging.Jan Hubicka2009-04-081-10/+0
* revert: cfgrtl.c (rtl_verify_flow_info_1): Don't apply BLOCK_FOR_INSN on a BA...Andreas Schwab2008-12-121-2/+1
* (rtl_verify_flow_info_1): Don't apply BLOCK_FOR_INSN onAndreas Schwab2008-12-121-1/+2
* rtl.h (locator_eq): New decl.Jakub Jelinek2008-10-091-7/+9
* re PR middle-end/29609 (Even with -O0 -g gcc optimizes a goto away and I can...Jakub Jelinek2008-10-071-2/+33
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-2/+2
* rtlanal.c (add_reg_note): New function.Ian Lance Taylor2008-07-021-7/+2
* rtl.h (emit_clobber, [...]): Declare.Richard Sandiford2008-06-011-1/+1
* [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