aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfglayout.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-15target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers1-1/+2
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-2/+2
2011-03-30cfglayout.c (insn_locators_alloc): Initialize curr_location and last_location...Eric Botcazou1-2/+2
2011-03-28cfgexpand.c (expand_gimple_cond): Always set the source location and block be...Eric Botcazou1-1/+1
2011-03-24tree-ssa-live.c (remove_unused_scope_block_p): Remove set but unused variable...Jeff Law1-4/+7
2011-03-16final.c (final_scan_insn): Handle NOTE_INSN_CALL_ARG_LOCATION.Jakub Jelinek1-4/+3
2010-12-06re PR rtl-optimization/46777 (ICE: in rtl_verify_flow_info, at cfgrtl.c:2164 ...Jakub Jelinek1-1/+14
2010-11-18re PR middle-end/46515 (Many libjava failures)Richard Henderson1-1/+1
2010-11-17timevar.def (TV_IPA_OPT, [...]): New.Michael Matz1-2/+2
2010-10-24cfglayout.c (fixup_reorder_chain): When ensuring that there is at least one i...Eric Botcazou1-4/+25
2010-10-21basic-block.h (single_succ_edge): Use gcc_checking_assert.Nathan Froyd1-8/+4
2010-10-21basic-block.h (find_fallthru_edge): Define.Nathan Froyd1-10/+4
2010-09-08re PR debug/45531 (-fcompare-debug failure with -fvar-tracking-uninit, codege...Alexandre Oliva1-2/+2
2010-06-01fwprop.c: Make emit-rtl.h include last.Jan Hubicka1-0/+1
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-1/+1
2010-05-17re PR bootstrap/42347 (sched-deps.c:3840:1: internal compiler error: in fixup...Jakub Jelinek1-1/+2
2010-05-11re PR middle-end/44071 (ICE with asm goto and __builtin_unreachable())Jakub Jelinek1-3/+6
2009-11-25Remove trailing white spaces.H.J. Lu1-2/+2
2009-09-17cfglayout.c (fixup_reorder_chain): Accept conditional jumps without a fallthr...Andreas Krebbel1-0/+11
2009-09-14builtins.c (expand_builtin_synchronize): Use gimple_build_asm_vec.Richard Henderson1-0/+9
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-4/+17
2009-06-22alias.c: Use REG_P...Shujing Zhao1-6/+2
2009-05-29cfgcleanup.c (try_crossjump_to_edge): Only skip past NOTE_INSN_BASIC_BLOCK.Richard Henderson1-9/+5
2009-04-17df.h: Include "timevar.h".Ian Lance Taylor1-3/+3
2009-03-30cfglayout.c (pass_into_cfg_layout_mode, [...]): Provide/destroy PROP_cfglayou...Paolo Bonzini1-2/+2
2008-10-13invoke.texi (-mgen-cell-microcode): Document.Andrew Pinski1-1/+1
2008-10-09rtl.h (locator_eq): New decl.Jakub Jelinek1-16/+39
2008-10-07re PR middle-end/29609 (Even with -O0 -g gcc optimizes a goto away and I can...Jakub Jelinek1-0/+40
2008-09-11function.c (free_after_compilation): Call insn_locators_free.Jan Hubicka1-0/+13
2008-07-02rtlanal.c (add_reg_note): New function.Ian Lance Taylor1-2/+1
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-1/+1
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-4/+8
2008-02-26system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey1-18/+1
2007-08-27alias.c (memory_modified_1, [...]): Constify.Kaveh R. Ghazi1-2/+2
2007-07-28cfglayout.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-25cfglayout.c (insn_scope, insn_line): Constify.Kaveh R. Ghazi1-4/+4
2007-07-17re PR rtl-optimization/32773 (SH: ICE in create_pre_exit, at mode-switching.c...Zdenek Dvorak1-0/+51
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-15/+16
2007-06-05cfg.c (init_flow): Use type safe memory macros.Thomas Neumann1-6/+6
2007-05-25cfglayout.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-05-21gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...Jan Hubicka1-14/+8
2007-04-28alpha.c (alpha_output_mi_thunk_osf): Use insn_locators_alloc instead of insn_...Jan Hubicka1-142/+113
2007-04-24Revert:Jan Hubicka1-107/+142
2007-04-23function.c (init_function_start): Don't init line number info.Jan Hubicka1-142/+107
2007-03-23tracer.c (tracer): Don't take FLAGS argument.Steven Bosscher1-56/+74
2007-03-15cfglayout.c (fixup_reorder_chain): Postpone deleting dead jump tables...Steven Bosscher1-1/+3
2007-03-12tree-pass.h (pass_into_cfg_layout_mode, [...]): Declare.Steven Bosscher1-0/+54
2007-03-10lower-subreg.c: Include except.h.Steven Bosscher1-2/+0
2007-01-18cfgcleanup.c (cleanup_cfg): Detect cfglayout mode and set the CLEANUP_CFGLAYO...Steven Bosscher1-1/+2