aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-dfa.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-17tree-dfa.h (get_addr_base_and_unit_offset_1): Move from here.Andrew MacLeod1-0/+139
2014-05-06Merge in wide-int.Kenneth Zadeck1-53/+48
2014-04-22re PR tree-optimization/60823 (ICE in gimple_expand_cfg, at cfgexpand.c:5644)Jakub Jelinek1-1/+1
2014-03-13re PR tree-optimization/59779 (FAIL: gcc.dg/autopar/outer-1.c scan-tree-dump-...Jakub Jelinek1-58/+69
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-20merge auto_vec and stack_vecTrevor Saunders1-1/+1
2013-12-09Eliminate FOR_ALL_BB macro.David Malcolm1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-2/+2
2013-11-25tree-dfa.c: Remove unused convert.h include.Richard Biener1-1/+0
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-2/+4
2013-11-20cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck1-11/+9
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-7/+7
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-2/+2
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+2
2013-11-07tree-dfa.c (get_ref_base_and_extent): Fix casting.Richard Biener1-2/+3
2013-11-05re PR middle-end/58941 (value modification on zero-length array optimized away)Richard Biener1-53/+42
2013-11-01Replace some heap vectors with stack vectors.Trevor Saunders1-3/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-2/+5
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-05-03double-int.h (lshift): New overload without precision and arith argument.Richard Biener1-12/+8
2013-03-04tree-dfa.c (get_or_create_ssa_default_def): Use parameter fn in all appropria...Martin Jambor1-2/+2
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