aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-dfa.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-2/+2
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-13/+10
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-1/+1
2012-09-07Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl1-44/+32
2012-08-07tree-dfa.c (set_ssa_default_def): Clear the SSA_NAME_DEFAULT_DEF bit of the o...Richard Guenther1-2/+5
2012-08-02tree-flow.h (make_rename_temp): Remove.Richard Guenther1-8/+0
2012-08-02tree-flow.h (set_default_def): Rename to ...Richard Guenther1-13/+32
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther1-226/+1
2012-08-01tree-complex.c (init_parameter_lattice_values): Don't call var_ann.Michael Matz1-20/+3
2012-08-01tree-flow.h (struct gimple_df): Remove syms_to_rename member, add ssa_renamin...Richard Guenther1-2/+0
2012-07-20tree-dfa.c (collect_dfa_stats): Simplify.Richard Guenther1-5/+1
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-2/+91
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-05-31tree-dfa.c (get_ref_base_and_extent): Compute the offset using double ints th...Eric Botcazou1-39/+67
2012-05-29tree-dfa.c (find_vars_r): Do not call add_referenced_vars for globals.Richard Guenther1-19/+26
2012-05-24tree-flow.h (create_var_ann): Remove.Richard Guenther1-22/+1
2012-05-23tree-dfa.c (add_referenced_var_1): Do not add global vars.Richard Biener1-0/+5
2012-05-22tree.h (VAR_DECL_IS_VIRTUAL_OPERAND): New.Richard Guenther1-7/+8
2012-05-22tree-flow.h (add_referenced_var_1): Declare.Richard Guenther1-9/+8
2012-05-21tree-dfa.c (add_referenced_var): Do not walk DECL_INITIAL for more referenced...Richard Guenther1-13/+5
2012-05-18tree-flow.h (mark_symbols_for_renaming): Remove.Richard Guenther1-17/+0
2012-05-16tree-flow.h (get_virtual_var): Remove.Richard Guenther1-23/+0
2012-05-14tree-dfa.c (make_rename_temp): Be forgiving if not in SSA form.Richard Guenther1-4/+3
2012-05-11tree-flow.h (referenced_var_check_and_insert): Remove.Richard Guenther1-36/+2
2012-05-07tree-dfa.c (get_ref_base_and_extent): Do the offset computation using the pre...Eric Botcazou1-9/+12
2011-10-06tree-flow.h (get_var_ann): Don't declare.Michael Matz1-1/+2
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-3/+2
2011-05-20re PR tree-optimization/49079 (Bogus constant folding)Richard Guenther1-8/+20
2011-03-30tree-dfa.c (renumber_gimple_stmt_uids): Also number PHIs.Richard Biener1-0/+5
2011-03-24re PR tree-optimization/46562 (CCP currently needs iteration for &a[i])Richard Guenther1-104/+1
2011-03-21Fix typo in comment.Mingjie Xing1-1/+1
2011-02-15re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva1-2/+2
2011-02-15re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva1-2/+2
2011-01-21re PR bootstrap/47402 (Bootstrap comparison failure)Alexandre Oliva1-3/+0
2011-01-21re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva1-0/+3
2010-11-30hwint.c: New.Joseph Myers1-1/+0
2010-09-03tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.Richard Guenther1-9/+9
2010-09-01alias.c (ao_ref_from_mem): Adjust.Richard Guenther1-7/+8
2010-08-16tree-cfg.c (verify_types_in_gimple_reference): Verify TARGET_MEM_REF a bit.Richard Guenther1-0/+47
2010-07-21tree-flow.h (referenced_var): Move define ...Richard Guenther1-1/+0
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-2/+2
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-0/+122
2010-06-29tree-dfa.c (dump_variable): Remove noalias_state dumping.Richard Guenther1-12/+0
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-1/+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-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