summaryrefslogtreecommitdiff
path: root/gcc/tree-into-ssa.c
Commit message (Expand)AuthorAgeFilesLines
* re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva2011-02-151-3/+3
* re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva2011-02-151-1/+1
* re PR debug/46240 (ice in maybe_register_def)Alexandre Oliva2011-01-191-5/+21
* timevar.def (TV_IPA_OPT, [...]): New.Michael Matz2010-11-171-4/+1
* tree-into-ssa.c (rewrite_update_enter_block): Remove unused variables.Nathan Froyd2010-10-211-4/+0
* basic-block.h (single_succ_edge): Use gcc_checking_assert.Nathan Froyd2010-10-211-4/+2
* cfgloop.c (flow_loops_find): Call bb_has_abnormal_pred.Nathan Froyd2010-10-211-13/+2
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-1/+1
* cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p.Nathan Froyd2010-08-191-3/+2
* tree-flow.h (referenced_var): Move define ...Richard Guenther2010-07-211-5/+1
* re PR middle-end/42834 (memcpy folding overeager)Richard Guenther2010-07-011-1/+1
* tree-into-ssa.c (insert_phi_nodes): Use bitmap heads for dominance frontiers.Jan Hubicka2010-06-051-10/+10
* tree-into-ssa.c (mark_block_for_update): Avoid redundant call of bitmap_bit_p.Jan Hubicka2010-06-041-2/+1
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-2/+0
* tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka2010-05-291-8/+8
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-0/+2
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-3/+0
* toplev.c: Include varray.h for statistics dumping.Steven Bosscher2010-04-301-1/+0
* tree-ssa-structalias.c (struct variable_info): Add is_fn_info flag.Richard Guenther2010-04-151-1/+9
* tree-into-ssa.c (maybe_register_def): If stmt ends the bb, insert the debug s...Jakub Jelinek2010-01-221-2/+22
* tree-into-ssa.c (insert_phi_nodes): Add PHI nodes in variable UID order.Richard Guenther2009-11-301-6/+22
* Remove trailing white spaces.H.J. Lu2009-11-251-23/+23
* re PR debug/41616 (Variables promoted to Gimple registers by aliasing are not...Alexandre Oliva2009-10-121-8/+21
* tree-into-ssa.c (rewrite_into_ssa): Free interesting_blocks.Jeff Law2009-09-241-0/+2
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-7/+99
* Add source_location support to PHI arguments.Andrew MacLeod2009-07-301-6/+32
* domwalk.h (struct dom_walk_data): Remove all callbacks except before_dom_chil...Paolo Bonzini2009-06-271-221/+197
* tree-into-ssa.c (regs_to_rename, [...]): Remove.Michael Matz2009-04-271-32/+0
* combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor2009-04-241-1/+1
* df.h: Include "timevar.h".Ian Lance Taylor2009-04-171-2/+2
* re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther2009-04-031-86/+66
* backport: configure: Regenerate.Sebastian Pop2008-09-021-6/+0
* builtins.c (expand_builtin_profile_func): Avoid C++ keywords.Kaveh R. Ghazi2008-08-061-20/+20
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-120/+164
* tree-into-ssa (insert_phi_nodes_for): 'var' must be a DECL at this point, so ...Steven Bosscher2008-06-261-2/+2
* cfganal.c: Include vec.h and vecprim.h.Steven Bosscher2008-06-261-60/+0
* ggc.h (GGC_RESIZEVAR): New, reorder macros.Kaveh R. Ghazi2008-06-201-2/+2
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-3/+3
* tree-data-ref.c (dr_analyze_alias): Do not set DR_SUBVARS.Richard Guenther2008-05-081-13/+0
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-3/+5
* revert: tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther2008-02-281-7/+8
* tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther2008-02-261-8/+7
* revert: tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther2008-02-251-7/+8
* tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther2008-02-251-8/+7
* tree-flow.h (subvar_t): Make it a VEC.Richard Guenther2007-10-281-3/+5
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+5
* [multiple changes]Diego Novillo2006-12-111-254/+457
* tree-ssa-operands.h (create_ssa_artificial_load_stmt): Rename from create_ssa...Diego Novillo2006-12-111-1/+1
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-1/+1
* Privatize SSA variables into gimple_df.Jan Hubicka2006-11-281-5/+2