aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-into-ssa.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-04re PR debug/49602 (verify_ssa failed (definition does not dominate use) with ...Jakub Jelinek1-1/+35
2011-06-22re PR debug/47858 (IPA-SRA decreases quality of debug info)Jakub Jelinek1-8/+90
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-2/+1
2011-02-15re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva1-3/+3
2011-02-15re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva1-1/+1
2011-01-19re PR debug/46240 (ice in maybe_register_def)Alexandre Oliva1-5/+21
2010-11-17timevar.def (TV_IPA_OPT, [...]): New.Michael Matz1-4/+1
2010-10-21tree-into-ssa.c (rewrite_update_enter_block): Remove unused variables.Nathan Froyd1-4/+0
2010-10-21basic-block.h (single_succ_edge): Use gcc_checking_assert.Nathan Froyd1-4/+2
2010-10-21cfgloop.c (flow_loops_find): Call bb_has_abnormal_pred.Nathan Froyd1-13/+2
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-1/+1
2010-08-19cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p.Nathan Froyd1-3/+2
2010-07-21tree-flow.h (referenced_var): Move define ...Richard Guenther1-5/+1
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-1/+1
2010-06-05tree-into-ssa.c (insert_phi_nodes): Use bitmap heads for dominance frontiers.Jan Hubicka1-10/+10
2010-06-04tree-into-ssa.c (mark_block_for_update): Avoid redundant call of bitmap_bit_p.Jan Hubicka1-2/+1
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-2/+0
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-8/+8
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-0/+2
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-3/+0
2010-04-30toplev.c: Include varray.h for statistics dumping.Steven Bosscher1-1/+0
2010-04-15tree-ssa-structalias.c (struct variable_info): Add is_fn_info flag.Richard Guenther1-1/+9
2010-01-22tree-into-ssa.c (maybe_register_def): If stmt ends the bb, insert the debug s...Jakub Jelinek1-2/+22
2009-11-30tree-into-ssa.c (insert_phi_nodes): Add PHI nodes in variable UID order.Richard Guenther1-6/+22
2009-11-25Remove trailing white spaces.H.J. Lu1-23/+23
2009-10-12re PR debug/41616 (Variables promoted to Gimple registers by aliasing are not...Alexandre Oliva1-8/+21
2009-09-24tree-into-ssa.c (rewrite_into_ssa): Free interesting_blocks.Jeff Law1-0/+2
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-7/+99
2009-07-30Add source_location support to PHI arguments.Andrew MacLeod1-6/+32
2009-06-27domwalk.h (struct dom_walk_data): Remove all callbacks except before_dom_chil...Paolo Bonzini1-221/+197
2009-04-27tree-into-ssa.c (regs_to_rename, [...]): Remove.Michael Matz1-32/+0
2009-04-24combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor1-1/+1
2009-04-17df.h: Include "timevar.h".Ian Lance Taylor1-2/+2
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-86/+66
2008-09-02backport: configure: Regenerate.Sebastian Pop1-6/+0
2008-08-06builtins.c (expand_builtin_profile_func): Avoid C++ keywords.Kaveh R. Ghazi1-20/+20
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-120/+164
2008-06-26tree-into-ssa (insert_phi_nodes_for): 'var' must be a DECL at this point, so ...Steven Bosscher1-2/+2
2008-06-26cfganal.c: Include vec.h and vecprim.h.Steven Bosscher1-60/+0
2008-06-20ggc.h (GGC_RESIZEVAR): New, reorder macros.Kaveh R. Ghazi1-2/+2
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-3/+3
2008-05-08tree-data-ref.c (dr_analyze_alias): Do not set DR_SUBVARS.Richard Guenther1-13/+0
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-3/+5
2008-02-28revert: tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther1-7/+8
2008-02-26tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther1-8/+7
2008-02-25revert: tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther1-7/+8
2008-02-25tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther1-8/+7
2007-10-28tree-flow.h (subvar_t): Make it a VEC.Richard Guenther1-3/+5
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+5
2006-12-11[multiple changes]Diego Novillo1-254/+457