aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-20tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Remove special casing of...Richard Guenther1-6/+2
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-9/+15
2008-03-19re PR tree-optimization/35609 ("is used uninitialized in this function" shoul...Richard Guenther1-9/+27
2008-03-05cfg.c: Include tree-flow.h.Aldy Hernandez1-17/+139
2008-02-28revert: tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther1-23/+54
2008-02-26tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther1-54/+23
2008-02-25revert: tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther1-23/+54
2008-02-25tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther1-54/+23
2007-12-13re PR middle-end/33088 (spurious exceptions with -ffloat-store)Eric Botcazou1-13/+21
2007-11-14re PR middle-end/34088 (ICE with uninitialized variable and -Werror)Jakub Jelinek1-1/+2
2007-10-30* tree-ssa.c (execute_update_addresses_taken): Initialize update_vops.Janis Johnson1-1/+1
2007-10-18tree-ssa.c (uid_ssaname_map_eq): New function.Richard Guenther1-2/+20
2007-10-18tree-flow.h (struct gimple_df): Make referenced_vars a uid_decl_map.Richard Guenther1-2/+20
2007-09-07passes.c (init_optimization_passes): Add simple dce and addressable passes.Jan Hubicka1-0/+96
2007-08-24re PR tree-optimization/33166 (ICE in get_indirect_ref_operands, at tree-ssa-...Richard Guenther1-36/+46
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-07-25c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi1-1/+1
2007-07-20tree-cfg.c (verify_expr): COND_EXPRs can have any integral typed condition.Richard Guenther1-15/+10
2007-07-07auto-inc-dec.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-07-05re PR middle-end/32639 (ptrmem1.C now ICE's on mainline)Richard Guenther1-5/+5
2007-07-04tree-ssa.c (useless_type_conversion_p): Add handling for scalar float and vec...Richard Guenther1-26/+68
2007-07-02tree-ssa.c (useless_type_conversion_p): Document future intent as defining th...Richard Guenther1-60/+90
2007-07-02re PR middle-end/15988 (ICE in fold_convert with pointer-to-member-function)Richard Guenther1-0/+11
2007-07-02tree-flow.h (tree_ssa_useless_type_conversion_1): Rename to ...Richard Guenther1-3/+3
2007-06-15[multiple changes]Andrew Pinski1-4/+6
2007-06-06tree-ssa-alias-warnings.c (maybe_add_match): Cast according to the coding con...Thomas Neumann1-1/+1
2007-05-04basic-block.h (cdi_direction): Assign values to all enumeration constants.Josh Conner1-2/+2
2007-04-25tree-ssa.c ((warn_uninit): Annotate warning with -Wuninitialized.Dirk Mueller1-1/+1
2007-04-11re PR tree-optimization/30735 (50% slow down due to mem-ssa merge)Diego Novillo1-0/+47
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-4/+6
2007-02-08re PR tree-optimization/30562 (remove unused variable is removing a reference...Diego Novillo1-19/+0
2007-01-29tree.h (struct tree_memory_tag): Add aliases member.Daniel Berlin1-7/+10
2007-01-20tree-ssa.c (init_tree_ssa): Do not call init_alias_heapvars.Jan Hubicka1-1/+0
2007-01-04cgraph.c (cgraph_release_function_body): New function.Jan Hubicka1-2/+5
2006-12-30tree.h (DECL_CALL_CLOBBERED): Remove.Jan Hubicka1-7/+7
2006-12-24tree-ssa-operands.h (struct ssa_operand_memory_d): add ssa_operand_mem_size.Jan Hubicka1-0/+2
2006-12-20tree-flow-inline.h (gimple_var_anns): New function.Jan Hubicka1-1/+26
2006-12-11[multiple changes]Diego Novillo1-54/+91
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-5/+5
2006-12-04tree-ssa-alias.c (compute_may_aliases): Compute flow sensitive before flow in...Daniel Berlin1-126/+0
2006-11-28Privatize SSA variables into gimple_df.Jan Hubicka1-20/+18
2006-11-03tree-ssa.c (warn_uninit): Use expand_location variables for locus and declara...Ben Elliston1-5/+7
2006-08-29re PR tree-optimization/17506 (warning about uninitialized variable points to...Joern Rennecke1-1/+7
2006-06-15re PR middle-end/27793 (num_ssa_names inconsistent or immediate use iterator ...Andrew MacLeod1-11/+0
2006-06-08re PR middle-end/27793 (num_ssa_names inconsistent or immediate use iterator ...Andrew MacLeod1-0/+11
2006-03-25re PR tree-optimization/26804 (Alias Time explosion)Daniel Berlin1-0/+41
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-2/+4
2006-03-01tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG.Diego Novillo1-14/+14
2006-02-18tree-flow.h (struct var_ann_d): Rename field is_alias_tag to is_aliased.Diego Novillo1-2/+2
2005-12-19tree-flow.h (struct var_ann_d): Change type of may_aliases field to VEC(tree,...Zdenek Dvorak1-10/+8