summaryrefslogtreecommitdiff
path: root/gcc/tree-dfa.c
Commit message (Expand)AuthorAgeFilesLines
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-2/+2
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-13/+10
* Remove unnecessary VEC function overloads.Diego Novillo2012-09-101-1/+1
* Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl2012-09-071-44/+32
* tree-dfa.c (set_ssa_default_def): Clear the SSA_NAME_DEFAULT_DEF bit of the o...Richard Guenther2012-08-071-2/+5
* tree-flow.h (make_rename_temp): Remove.Richard Guenther2012-08-021-8/+0
* tree-flow.h (set_default_def): Rename to ...Richard Guenther2012-08-021-13/+32
* tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther2012-08-021-226/+1
* tree-complex.c (init_parameter_lattice_values): Don't call var_ann.Michael Matz2012-08-011-20/+3
* tree-flow.h (struct gimple_df): Remove syms_to_rename member, add ssa_renamin...Richard Guenther2012-08-011-2/+0
* tree-dfa.c (collect_dfa_stats): Simplify.Richard Guenther2012-07-201-5/+1
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-2/+91
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-1/+0
* tree-dfa.c (get_ref_base_and_extent): Compute the offset using double ints th...Eric Botcazou2012-05-311-39/+67
* tree-dfa.c (find_vars_r): Do not call add_referenced_vars for globals.Richard Guenther2012-05-291-19/+26
* tree-flow.h (create_var_ann): Remove.Richard Guenther2012-05-241-22/+1
* tree-dfa.c (add_referenced_var_1): Do not add global vars.Richard Biener2012-05-231-0/+5
* tree.h (VAR_DECL_IS_VIRTUAL_OPERAND): New.Richard Guenther2012-05-221-7/+8
* tree-flow.h (add_referenced_var_1): Declare.Richard Guenther2012-05-221-9/+8
* tree-dfa.c (add_referenced_var): Do not walk DECL_INITIAL for more referenced...Richard Guenther2012-05-211-13/+5
* tree-flow.h (mark_symbols_for_renaming): Remove.Richard Guenther2012-05-181-17/+0
* tree-flow.h (get_virtual_var): Remove.Richard Guenther2012-05-161-23/+0
* tree-dfa.c (make_rename_temp): Be forgiving if not in SSA form.Richard Guenther2012-05-141-4/+3
* tree-flow.h (referenced_var_check_and_insert): Remove.Richard Guenther2012-05-111-36/+2
* tree-dfa.c (get_ref_base_and_extent): Do the offset computation using the pre...Eric Botcazou2012-05-071-9/+12
* tree-flow.h (get_var_ann): Don't declare.Michael Matz2011-10-061-1/+2
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-3/+2
* re PR tree-optimization/49079 (Bogus constant folding)Richard Guenther2011-05-201-8/+20
* tree-dfa.c (renumber_gimple_stmt_uids): Also number PHIs.Richard Biener2011-03-301-0/+5
* re PR tree-optimization/46562 (CCP currently needs iteration for &a[i])Richard Guenther2011-03-241-104/+1
* Fix typo in comment.Mingjie Xing2011-03-211-1/+1
* re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva2011-02-151-2/+2
* re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva2011-02-151-2/+2
* re PR bootstrap/47402 (Bootstrap comparison failure)Alexandre Oliva2011-01-211-3/+0
* re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva2011-01-211-0/+3
* hwint.c: New.Joseph Myers2010-11-301-1/+0
* tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.Richard Guenther2010-09-031-9/+9
* alias.c (ao_ref_from_mem): Adjust.Richard Guenther2010-09-011-7/+8
* tree-cfg.c (verify_types_in_gimple_reference): Verify TARGET_MEM_REF a bit.Richard Guenther2010-08-161-0/+47
* tree-flow.h (referenced_var): Move define ...Richard Guenther2010-07-211-1/+0
* tree.h (DECL_CHAIN): Define.Nathan Froyd2010-07-151-2/+2
* re PR middle-end/42834 (memcpy folding overeager)Richard Guenther2010-07-011-0/+122
* tree-dfa.c (dump_variable): Remove noalias_state dumping.Richard Guenther2010-06-291-12/+0
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-1/+1
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-2/+0
* tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka2010-05-291-3/+3
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-1/+2
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-2/+0
* gimple.h (create_tmp_reg): Declare.Martin Jambor2010-04-191-5/+1
* re PR tree-optimization/43572 (FAIL: gfortran.dg/PR19872.f execution test; fo...Richard Guenther2010-04-161-3/+0