summaryrefslogtreecommitdiff
path: root/gcc/tree-into-ssa.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tree-flow.h (name_mappings_registered_p): Declare.Zdenek Dvorak2006-11-121-0/+7
* re PR tree-optimization/28839 (ICE in tree-vectorizer.c with -O2 -ftree-vecto...Zdenek Dvorak2006-08-311-0/+7
* re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Zdenek Dvorak2006-08-161-40/+230
* re PR tree-optimization/26830 (Repeated SSA update during loop header copying)Zdenek Dvorak2006-05-151-84/+145
* tree-into-ssa.c (phis_to_rewrite, [...]): New variables.Zdenek Dvorak2006-05-011-6/+68
* Makefile.in (tree-into-ssa.o, [...]): Depend on vecprim.h.Kazu Hirata2006-04-101-6/+1
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-1/+2
* tree-pass.h (TODO_remove_unused_locals): Define.Richard Guenther2006-01-051-1/+3
* tree-vn.c (vn_add): Use XNEW.Gabriel Dos Reis2005-12-181-7/+9
* * tree-into-ssa.c (rewrite_into_ssa): Fix comment typo.David S. Miller2005-11-291-1/+1
* tree-into-ssa.c (mark_def_sites): Correct minor typo in function comment.Ranjit Mathew2005-10-151-2/+1
* builtins.c: Fix comment typo(s).Volker Reichelt2005-07-281-2/+2
* bt-load.c (link_btr_uses): Fix uninitialised warnings.Ben Elliston2005-07-191-5/+5
* [multiple changes]Daniel Berlin2005-06-301-15/+15
* Update FSF address.Kelley Cook2005-06-251-2/+2
* sbitmap.h (sbitmap_iterator, [...]): New.Kazu Hirata2005-06-071-16/+24
* basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi2005-06-011-1/+0
* vec.h: Implement integral type vector specialization.Nathan Sidwell2005-05-271-2/+2
* tree-into-ssa.c (update_ssa): Ensure that the operand cache is up-to-date.Kazu Hirata2005-05-271-0/+4
* tree-into-ssa.c (rewrite_into_ssa, update_ssa): Replace sizeof (bitmap *) wit...Kazu Hirata2005-05-251-2/+2
* tree-into-ssa.c (update_ssa): Clean up by shortening the live range of DFS.Kazu Hirata2005-05-171-16/+16
* tree-dfa.c (referenced_vars, [...]): Use VEC instead of VARRAY.Kazu Hirata2005-05-081-1/+1
* lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod2005-05-031-2/+2
* [multiple changes]Diego Novillo2005-04-221-887/+417
* Makefile.in (LIBGCOV): Add _gcov_interval_profiler, _gcov_pow2_profiler and _...Zdenek Dvorak2005-04-221-0/+4
* vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell2005-04-211-30/+33