summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa.c
Commit message (Expand)AuthorAgeFilesLines
* tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Remove special casing of...Richard Guenther2008-03-201-6/+2
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-9/+15
* re PR tree-optimization/35609 ("is used uninitialized in this function" shoul...Richard Guenther2008-03-191-9/+27
* cfg.c: Include tree-flow.h.Aldy Hernandez2008-03-051-17/+139
* revert: tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther2008-02-281-23/+54
* tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther2008-02-261-54/+23
* revert: tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther2008-02-251-23/+54
* tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther2008-02-251-54/+23
* re PR middle-end/33088 (spurious exceptions with -ffloat-store)Eric Botcazou2007-12-131-13/+21
* re PR middle-end/34088 (ICE with uninitialized variable and -Werror)Jakub Jelinek2007-11-141-1/+2
* * tree-ssa.c (execute_update_addresses_taken): Initialize update_vops.Janis Johnson2007-10-301-1/+1
* tree-ssa.c (uid_ssaname_map_eq): New function.Richard Guenther2007-10-181-2/+20
* tree-flow.h (struct gimple_df): Make referenced_vars a uid_decl_map.Richard Guenther2007-10-181-2/+20
* passes.c (init_optimization_passes): Add simple dce and addressable passes.Jan Hubicka2007-09-071-0/+96
* re PR tree-optimization/33166 (ICE in get_indirect_ref_operands, at tree-ssa-...Richard Guenther2007-08-241-36/+46
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi2007-07-251-1/+1
* tree-cfg.c (verify_expr): COND_EXPRs can have any integral typed condition.Richard Guenther2007-07-201-15/+10
* auto-inc-dec.c, [...]: Fix comment typos.Kazu Hirata2007-07-071-1/+1
* re PR middle-end/32639 (ptrmem1.C now ICE's on mainline)Richard Guenther2007-07-051-5/+5
* tree-ssa.c (useless_type_conversion_p): Add handling for scalar float and vec...Richard Guenther2007-07-041-26/+68
* tree-ssa.c (useless_type_conversion_p): Document future intent as defining th...Richard Guenther2007-07-021-60/+90
* re PR middle-end/15988 (ICE in fold_convert with pointer-to-member-function)Richard Guenther2007-07-021-0/+11
* tree-flow.h (tree_ssa_useless_type_conversion_1): Rename to ...Richard Guenther2007-07-021-3/+3
* [multiple changes]Andrew Pinski2007-06-151-4/+6
* tree-ssa-alias-warnings.c (maybe_add_match): Cast according to the coding con...Thomas Neumann2007-06-061-1/+1
* basic-block.h (cdi_direction): Assign values to all enumeration constants.Josh Conner2007-05-041-2/+2
* tree-ssa.c ((warn_uninit): Annotate warning with -Wuninitialized.Dirk Mueller2007-04-251-1/+1
* re PR tree-optimization/30735 (50% slow down due to mem-ssa merge)Diego Novillo2007-04-111-0/+47
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-4/+6
* re PR tree-optimization/30562 (remove unused variable is removing a reference...Diego Novillo2007-02-081-19/+0
* tree.h (struct tree_memory_tag): Add aliases member.Daniel Berlin2007-01-291-7/+10
* tree-ssa.c (init_tree_ssa): Do not call init_alias_heapvars.Jan Hubicka2007-01-201-1/+0
* cgraph.c (cgraph_release_function_body): New function.Jan Hubicka2007-01-041-2/+5
* tree.h (DECL_CALL_CLOBBERED): Remove.Jan Hubicka2006-12-301-7/+7
* tree-ssa-operands.h (struct ssa_operand_memory_d): add ssa_operand_mem_size.Jan Hubicka2006-12-241-0/+2
* tree-flow-inline.h (gimple_var_anns): New function.Jan Hubicka2006-12-201-1/+26
* [multiple changes]Diego Novillo2006-12-111-54/+91
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-5/+5
* tree-ssa-alias.c (compute_may_aliases): Compute flow sensitive before flow in...Daniel Berlin2006-12-041-126/+0
* Privatize SSA variables into gimple_df.Jan Hubicka2006-11-281-20/+18
* tree-ssa.c (warn_uninit): Use expand_location variables for locus and declara...Ben Elliston2006-11-031-5/+7
* re PR tree-optimization/17506 (warning about uninitialized variable points to...Joern Rennecke2006-08-291-1/+7
* re PR middle-end/27793 (num_ssa_names inconsistent or immediate use iterator ...Andrew MacLeod2006-06-151-11/+0
* re PR middle-end/27793 (num_ssa_names inconsistent or immediate use iterator ...Andrew MacLeod2006-06-081-0/+11
* re PR tree-optimization/26804 (Alias Time explosion)Daniel Berlin2006-03-251-0/+41
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-2/+4
* tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG.Diego Novillo2006-03-011-14/+14
* tree-flow.h (struct var_ann_d): Rename field is_alias_tag to is_aliased.Diego Novillo2006-02-181-2/+2
* tree-flow.h (struct var_ann_d): Change type of may_aliases field to VEC(tree,...Zdenek Dvorak2005-12-191-10/+8