aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-into-ssa.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-12-11tree-ssa-operands.h (create_ssa_artificial_load_stmt): Rename from create_ssa...Diego Novillo1-1/+1
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-1/+1
2006-11-28Privatize SSA variables into gimple_df.Jan Hubicka1-5/+2
2006-11-12tree-flow.h (name_mappings_registered_p): Declare.Zdenek Dvorak1-0/+7
2006-08-31re PR tree-optimization/28839 (ICE in tree-vectorizer.c with -O2 -ftree-vecto...Zdenek Dvorak1-0/+7
2006-08-16re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Zdenek Dvorak1-40/+230
2006-05-15re PR tree-optimization/26830 (Repeated SSA update during loop header copying)Zdenek Dvorak1-84/+145
2006-05-01tree-into-ssa.c (phis_to_rewrite, [...]): New variables.Zdenek Dvorak1-6/+68
2006-04-10Makefile.in (tree-into-ssa.o, [...]): Depend on vecprim.h.Kazu Hirata1-6/+1
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-1/+2
2006-01-05tree-pass.h (TODO_remove_unused_locals): Define.Richard Guenther1-1/+3
2005-12-18tree-vn.c (vn_add): Use XNEW.Gabriel Dos Reis1-7/+9
2005-11-29* tree-into-ssa.c (rewrite_into_ssa): Fix comment typo.David S. Miller1-1/+1
2005-10-15tree-into-ssa.c (mark_def_sites): Correct minor typo in function comment.Ranjit Mathew1-2/+1
2005-07-28builtins.c: Fix comment typo(s).Volker Reichelt1-2/+2
2005-07-19bt-load.c (link_btr_uses): Fix uninitialised warnings.Ben Elliston1-5/+5
2005-06-30[multiple changes]Daniel Berlin1-15/+15
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-07sbitmap.h (sbitmap_iterator, [...]): New.Kazu Hirata1-16/+24
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi1-1/+0
2005-05-27vec.h: Implement integral type vector specialization.Nathan Sidwell1-2/+2
2005-05-27tree-into-ssa.c (update_ssa): Ensure that the operand cache is up-to-date.Kazu Hirata1-0/+4
2005-05-25tree-into-ssa.c (rewrite_into_ssa, update_ssa): Replace sizeof (bitmap *) wit...Kazu Hirata1-2/+2
2005-05-17tree-into-ssa.c (update_ssa): Clean up by shortening the live range of DFS.Kazu Hirata1-16/+16
2005-05-08tree-dfa.c (referenced_vars, [...]): Use VEC instead of VARRAY.Kazu Hirata1-1/+1
2005-05-03lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod1-2/+2
2005-04-22[multiple changes]Diego Novillo1-887/+417
2005-04-22Makefile.in (LIBGCOV): Add _gcov_interval_profiler, _gcov_pow2_profiler and _...Zdenek Dvorak1-0/+4
2005-04-21vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell1-30/+33
2005-04-17* tree-into-ssa.c: Fix a comment typo.Kazu Hirata1-1/+1