summaryrefslogtreecommitdiff
path: root/gcc/tree-dfa.c
Commit message (Expand)AuthorAgeFilesLines
* tree.h (union tree_ann_d): Don't declare.Michael Matz2009-11-241-23/+5
* tree-dfa.c (get_ref_base_and_extent): Adjust maximum access size for DECL bases.Richard Guenther2009-11-231-6/+16
* cfgrtl.c (pass_free_cfg): Add pass name.Zbigniew Chamski2009-11-081-1/+1
* re PR middle-end/41463 (Another get_ref_base_and_extent problem)Richard Guenther2009-09-251-40/+32
* re PR bootstrap/41395 (Revision 151800 failed bootstrap)Richard Guenther2009-09-221-18/+41
* Squash commit of EH in gimpleRichard Henderson2009-09-141-1/+0
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-1/+6
* tree-dfa.c (renumber_gimple_stmt_uids_in_blocks): New function.Bernd Schmidt2009-08-091-0/+26
* tree-ssa-alias.h (refs_may_alias_p_1): Declare.Richard Guenther2009-07-141-1/+1
* tree-dfa.c (dump_variable): Write DECL_INITIAL for VAR if it has one.Diego Novillo2009-07-061-4/+10
* tree-ssa-operands.c (get_expr_operands): Do not handle INDIRECT_REFs in the h...Richard Guenther2009-05-291-13/+16
* tree-ssa-operands.h (push_stmt_changes, [...]): Delete.Paolo Bonzini2009-05-241-5/+1
* tree-flow-inline.h (function_ann): Remove.Richard Guenther2009-04-271-21/+0
* omp-low.c (create_omp_child_function): Set DECL_CONTEXT for DECL.Diego Novillo2009-04-171-18/+29
* re PR tree-optimization/36291 (GCC is slow and memory-hungry building sipQtGu...Richard Guenther2009-04-081-6/+4
* re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther2009-04-031-322/+12
* ipa-prop.h (jump_func_type): Rename IPA_UNKNOWN...Martin Jambor2009-03-301-5/+19
* re PR middle-end/39360 (ICE in referenced_var_lookup, at tree-dfa.c:563)Jakub Jelinek2009-03-061-4/+8
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-135/+74
* tree-ssa-structalias.c (callused_id, [...]): Add.Richard Guenther2008-06-281-0/+1
* ggc.h (GGC_RESIZEVAR): New, reorder macros.Kaveh R. Ghazi2008-06-201-1/+1
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-5/+6
* re PR tree-optimization/36291 (GCC is slow and memory-hungry building sipQtGu...Richard Guenther2008-05-281-23/+16
* tree-dfa.c (refs_may_alias_p): Re-instantiate case that a scalar variable can...Richard Guenther2008-05-241-2/+17
* tree-dfa.c (refs_may_alias_p): Exit early if possible.Richard Guenther2008-05-221-12/+72
* tree-ssa-dse (max_stmt_uid): Removed.Kenneth Zadeck2008-05-161-8/+56
* tree-dfa.c (refs_may_alias_p): Allow all kinds of INDIRECT_REF and TARGET_MEM...Richard Guenther2008-05-151-2/+4
* tree-data-ref.c (dr_analyze_alias): Do not set DR_SUBVARS.Richard Guenther2008-05-081-64/+0
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-3/+5
* re PR tree-optimization/34172 (Missed store ccp optimization)Richard Guenther2008-03-141-0/+162
* revert: tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther2008-02-281-15/+26
* tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther2008-02-261-26/+15
* revert: tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther2008-02-251-15/+26
* tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther2008-02-251-26/+15
* re PR tree-optimization/35164 (Unable to coalesce ab SSA_NAMEs)Richard Guenther2008-02-151-0/+18
* re PR tree-optimization/33870 (miscompiles sqlite)Richard Guenther2007-11-161-2/+4
* pr 33870Diego Novillo2007-11-131-1/+12
* tree-dfa.c (remove_referenced_var): If removing a variable which has subvars...Richard Guenther2007-11-081-2/+14
* re PR tree-optimization/33870 (miscompiles sqlite)Diego Novillo2007-11-071-1/+1
* tree-flow.h (subvar_t): Make it a VEC.Richard Guenther2007-10-281-2/+4
* tree-flow.h (mem_sym_stats): Remove.Richard Guenther2007-10-251-32/+1
* tree-ssa.c (uid_ssaname_map_eq): New function.Richard Guenther2007-10-181-26/+15
* tree-flow.h (struct gimple_df): Make referenced_vars a uid_decl_map.Richard Guenther2007-10-181-22/+12
* tree-pretty-print.c (dump_generic_node): Print label DECL_UID as D.%u.Richard Guenther2007-08-291-1/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* re PR tree-optimization/30735 (50% slow down due to mem-ssa merge)Diego Novillo2007-04-111-12/+55
* tree-dfa.c (get_ref_base_and_extent): Do not expect positive offsets for BIT_...Eric Botcazou2007-03-281-13/+7
* tree-dfa.c (get_ref_base_and_extent): Replace bit_offset and computations wit...Richard Guenther2007-03-271-30/+23
* re PR tree-optimization/30562 (remove unused variable is removing a reference...Diego Novillo2007-02-081-3/+0
* tree.h (struct tree_memory_tag): Add aliases member.Daniel Berlin2007-01-291-1/+1