aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-dfa.c
AgeCommit message (Expand)AuthorFilesLines
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-3/+3
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-1/+2
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-2/+0
2010-04-19gimple.h (create_tmp_reg): Declare.Martin Jambor1-5/+1
2010-04-16re PR tree-optimization/43572 (FAIL: gfortran.dg/PR19872.f execution test; fo...Richard Guenther1-3/+0
2010-04-15tree-ssa-structalias.c (struct variable_info): Add is_fn_info flag.Richard Guenther1-0/+2
2010-04-12gsstruct.def (GSS_CALL): New.Richard Guenther1-2/+0
2009-11-28matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek1-3/+1
2009-11-25Remove trailing white spaces.H.J. Lu1-11/+11
2009-11-24tree.h (union tree_ann_d): Don't declare.Michael Matz1-23/+5
2009-11-23tree-dfa.c (get_ref_base_and_extent): Adjust maximum access size for DECL bases.Richard Guenther1-6/+16
2009-11-08cfgrtl.c (pass_free_cfg): Add pass name.Zbigniew Chamski1-1/+1
2009-09-25re PR middle-end/41463 (Another get_ref_base_and_extent problem)Richard Guenther1-40/+32
2009-09-22re PR bootstrap/41395 (Revision 151800 failed bootstrap)Richard Guenther1-18/+41
2009-09-14Squash commit of EH in gimpleRichard Henderson1-1/+0
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-1/+6
2009-08-09tree-dfa.c (renumber_gimple_stmt_uids_in_blocks): New function.Bernd Schmidt1-0/+26
2009-07-14tree-ssa-alias.h (refs_may_alias_p_1): Declare.Richard Guenther1-1/+1
2009-07-06tree-dfa.c (dump_variable): Write DECL_INITIAL for VAR if it has one.Diego Novillo1-4/+10
2009-05-29tree-ssa-operands.c (get_expr_operands): Do not handle INDIRECT_REFs in the h...Richard Guenther1-13/+16
2009-05-24tree-ssa-operands.h (push_stmt_changes, [...]): Delete.Paolo Bonzini1-5/+1
2009-04-27tree-flow-inline.h (function_ann): Remove.Richard Guenther1-21/+0
2009-04-17omp-low.c (create_omp_child_function): Set DECL_CONTEXT for DECL.Diego Novillo1-18/+29
2009-04-08re PR tree-optimization/36291 (GCC is slow and memory-hungry building sipQtGu...Richard Guenther1-6/+4
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-322/+12
2009-03-30ipa-prop.h (jump_func_type): Rename IPA_UNKNOWN...Martin Jambor1-5/+19
2009-03-06re PR middle-end/39360 (ICE in referenced_var_lookup, at tree-dfa.c:563)Jakub Jelinek1-4/+8
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-135/+74
2008-06-28tree-ssa-structalias.c (callused_id, [...]): Add.Richard Guenther1-0/+1
2008-06-20ggc.h (GGC_RESIZEVAR): New, reorder macros.Kaveh R. Ghazi1-1/+1
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-5/+6
2008-05-28re PR tree-optimization/36291 (GCC is slow and memory-hungry building sipQtGu...Richard Guenther1-23/+16
2008-05-24tree-dfa.c (refs_may_alias_p): Re-instantiate case that a scalar variable can...Richard Guenther1-2/+17
2008-05-22tree-dfa.c (refs_may_alias_p): Exit early if possible.Richard Guenther1-12/+72
2008-05-16tree-ssa-dse (max_stmt_uid): Removed.Kenneth Zadeck1-8/+56
2008-05-15tree-dfa.c (refs_may_alias_p): Allow all kinds of INDIRECT_REF and TARGET_MEM...Richard Guenther1-2/+4
2008-05-08tree-data-ref.c (dr_analyze_alias): Do not set DR_SUBVARS.Richard Guenther1-64/+0
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-3/+5
2008-03-14re PR tree-optimization/34172 (Missed store ccp optimization)Richard Guenther1-0/+162
2008-02-28revert: tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther1-15/+26
2008-02-26tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther1-26/+15
2008-02-25revert: tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther1-15/+26
2008-02-25tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther1-26/+15
2008-02-15re PR tree-optimization/35164 (Unable to coalesce ab SSA_NAMEs)Richard Guenther1-0/+18
2007-11-16re PR tree-optimization/33870 (miscompiles sqlite)Richard Guenther1-2/+4
2007-11-13pr 33870Diego Novillo1-1/+12
2007-11-08tree-dfa.c (remove_referenced_var): If removing a variable which has subvars...Richard Guenther1-2/+14
2007-11-07re PR tree-optimization/33870 (miscompiles sqlite)Diego Novillo1-1/+1
2007-10-28tree-flow.h (subvar_t): Make it a VEC.Richard Guenther1-2/+4